[thci] remove unused methods (#7704)

`setActiveDataset` and `setCommisionerMode` have been removed from
the `iThci` abstract class in the latest harness release.
This commit is contained in:
Eduardo Montoya
2022-08-23 16:30:10 -07:00
committed by GitHub
parent d17bde5b2d
commit 130cfd790c
-10
View File
@@ -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