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:
parent
6589216ed3
commit
a5bacf5652
2 changed files with 215 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue