Set bind propagation mode for media (#4308)

* Set bind propagation mode for media

* Add some test cases
This commit is contained in:
Mike Degatano
2023-05-24 09:12:35 -04:00
committed by GitHub
parent bb497c0c9f
commit a7c1693911
15 changed files with 498 additions and 220 deletions

View File

@@ -374,6 +374,8 @@ async def tmp_supervisor_data(coresys: CoreSys, tmp_path: Path) -> Path:
coresys.config.path_backup.mkdir()
coresys.config.path_tmp.mkdir()
coresys.config.path_homeassistant.mkdir()
coresys.config.path_audio.mkdir()
coresys.config.path_dns.mkdir()
yield tmp_path