From 130cfd790c80f5864caa480e48bfc97e0d5e540b Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Wed, 24 Aug 2022 01:30:10 +0200 Subject: [PATCH] [thci] remove unused methods (#7704) `setActiveDataset` and `setCommisionerMode` have been removed from the `iThci` abstract class in the latest harness release. --- tools/harness-thci/OpenThread.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/harness-thci/OpenThread.py b/tools/harness-thci/OpenThread.py index fdcbc1c94..8d65cc464 100644 --- a/tools/harness-thci/OpenThread.py +++ b/tools/harness-thci/OpenThread.py @@ -2740,16 +2740,6 @@ class OpenThreadTHCI(object): return self.__executeCommand(cmd)[-1] == 'Done' - @API - def setActiveDataset(self, listActiveDataset=()): - # Unused by the scripts - pass - - @API - def setCommisionerMode(self): - # Unused by the scripts - pass - @API def setPSKc(self, strPSKc): cmd = 'dataset pskc %s' % strPSKc