From 78818c3f42c5d1e07065301b020a5af3f335b4f0 Mon Sep 17 00:00:00 2001 From: rongli Date: Wed, 13 Dec 2017 21:10:25 +0800 Subject: [PATCH] [cert] THCI: add diagnosticQuery() API (#2419) --- tools/harness-thci/OpenThread.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/harness-thci/OpenThread.py b/tools/harness-thci/OpenThread.py index b62492b28..352f7313c 100644 --- a/tools/harness-thci/OpenThread.py +++ b/tools/harness-thci/OpenThread.py @@ -1919,6 +1919,9 @@ class OpenThread(IThci): return self.__sendCommand(cmd) + def diagnosticQuery(self,strDestinationAddr, listTLV_ids = []): + self.diagnosticGet(strDestinationAddr, listTLV_ids) + def startNativeCommissioner(self, strPSKc='GRLpassWord'): #TODO: Support the whole Native Commissioner functionality # Currently it only aims to trigger a Discovery Request message to pass Certification test 5.8.4