From 3df876dfaa5df3a1428a330c45e89426983df63e Mon Sep 17 00:00:00 2001 From: rongli Date: Sat, 3 Dec 2016 01:02:33 +0800 Subject: [PATCH] THCI: add new constant required by Harness (#1034) --- tools/harness-thci/OpenThread.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/harness-thci/OpenThread.py b/tools/harness-thci/OpenThread.py index 9fa8842e1..138b8964b 100644 --- a/tools/harness-thci/OpenThread.py +++ b/tools/harness-thci/OpenThread.py @@ -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):