core/tests/components/synology_dsm
Michael b5117eb071
Proper handling of unavailable Synology DSM nas during backup (#140721)
* raise BackupAgentUnreachableError when NAS is unavailable

* also raise BackupAgentUnreachableError during upload when nas unavailable

* Revert "also raise BackupAgentUnreachableError during upload when nas unavailable"

This reverts commit 38877d8540.

* Revert "raise BackupAgentUnreachableError when NAS is unavailable"

This reverts commit 4d8cfae396.

* check last_update_success of  coordinator_central to get backup agents

* consider last_update_success before notify backup listeners

* add test

* use walrus :=  :)
2025-03-26 10:22:43 +01:00
..
snapshots
__init__.py
common.py
conftest.py
consts.py
test_backup.py Proper handling of unavailable Synology DSM nas during backup (#140721) 2025-03-26 10:22:43 +01:00
test_config_flow.py
test_init.py
test_media_source.py
test_repairs.py Add test fixture ignore_translations_for_mock_domains (#139235) 2025-02-25 20:10:29 +01:00