THCI: add new constant required by Harness (#1034)

This commit is contained in:
rongli
2016-12-02 09:02:33 -08:00
committed by Jonathan Hui
parent d2695ab5f4
commit 3df876dfaa
+1
View File
@@ -57,6 +57,7 @@ class OpenThread(IThci):
isBlackListEnabled = False # indicate if Thread device enables black list filter
isActiveCommissioner = False # indicate if Thread device is an active commissioner
LOWEST_POSSIBLE_PARTATION_ID = 0x1
LINK_QUALITY_CHANGE_TIME = 100
#def __init__(self, SerialPort=COMPortName, EUI=MAC_Address):
def __init__(self, **kwargs):