Add 100% coverage of Reolink switch platform (#124482)

* Add 100% switch test coverage

* use DOMAIN instead of const.DOMAIN

* Split tests and use parametrize

* Revert "Split tests and use parametrize"

This reverts commit 50d2184ce6.

* fixes
This commit is contained in:
starkillerOG 2024-08-30 14:39:12 +02:00 committed by GitHub
parent 6589216ed3
commit a5bacf5652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 215 additions and 14 deletions

View file

@ -33,6 +33,7 @@ TEST_UID = "ABC1234567D89EFG"
TEST_UID_CAM = "DEF7654321D89GHT"
TEST_PORT = 1234
TEST_NVR_NAME = "test_reolink_name"
TEST_CAM_NAME = "test_reolink_cam"
TEST_NVR_NAME2 = "test2_reolink_name"
TEST_USE_HTTPS = True
TEST_HOST_MODEL = "RLN8-410"