Make issue for problem with config for containers (#4317)

* Make issue for problem with config for containers

* Mount propagation in tests

* Fixes from rebase and feedback
This commit is contained in:
Mike Degatano
2023-05-30 13:25:38 -04:00
committed by GitHub
parent 0df19cee91
commit 841f68c175
21 changed files with 922 additions and 25 deletions

View File

@@ -62,6 +62,7 @@ async def test_backup_to_location(
backup_dir: PurePath,
tmp_supervisor_data: Path,
path_extern,
mount_propagation,
):
"""Test making a backup to a specific location with default mount."""
await coresys.mounts.load()
@@ -96,7 +97,11 @@ async def test_backup_to_location(
async def test_backup_to_default(
api_client: TestClient, coresys: CoreSys, tmp_supervisor_data, path_extern
api_client: TestClient,
coresys: CoreSys,
tmp_supervisor_data,
path_extern,
mount_propagation,
):
"""Test making backup to default mount."""
await coresys.mounts.load()