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:
@@ -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")],
|
||||
|
||||
Reference in New Issue
Block a user