1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-26 05:16:32 +00:00

Improve handling of NFS mounts and backup manager errors (#4323)

This commit is contained in:
Mike Degatano
2023-05-30 17:29:51 -04:00
committed by GitHub
parent e449205863
commit 73d795e05e
5 changed files with 54 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ async def test_load(
"mnt-data-supervisor-mounts-media_test.mount",
"fail",
[
["Options", Variant("s", "soft,timeo=200")],
["Type", Variant("s", "nfs")],
["Description", Variant("s", "Supervisor nfs mount: media_test")],
["What", Variant("s", "media.local:/media")],
@@ -189,6 +190,7 @@ async def test_load_share_mount(
"mnt-data-supervisor-mounts-share_test.mount",
"fail",
[
["Options", Variant("s", "soft,timeo=200")],
["Type", Variant("s", "nfs")],
["Description", Variant("s", "Supervisor nfs mount: share_test")],
["What", Variant("s", "share.local:/share")],