mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 07:37:46 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user