add hs100 tests

This commit is contained in:
Teemu Rytilahti
2017-08-05 17:27:06 +02:00
parent 675f618777
commit d648c6bd2b
2 changed files with 7 additions and 2 deletions

View File

@@ -6,8 +6,9 @@ import re
from .. import SmartPlug, SmartDeviceException
from .fakes import (FakeTransportProtocol,
sysinfo_hs110,
sysinfo_hs100,
sysinfo_hs105,
sysinfo_hs110,
sysinfo_hs200)
PLUG_IP = '192.168.250.186'
@@ -250,6 +251,10 @@ class TestSmartPlugHS110(TestCase):
# TODO check setting?
class TestSmartPlugHS100(TestSmartPlugHS110):
SYSINFO = sysinfo_hs100
class TestSmartPlugHS200(TestSmartPlugHS110):
SYSINFO = sysinfo_hs200