mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[thci] add implementation of setVrCheckSkip in THCI (#7329)
This commit is contained in:
@@ -3603,6 +3603,10 @@ class OpenThreadTHCI(object):
|
||||
assert state in (0, 1), state
|
||||
self.__executeCommand("ccm {}".format("enable" if state == 1 else "disable"))
|
||||
|
||||
@API
|
||||
def setVrCheckSkip(self):
|
||||
self.__executeCommand("tvcheck disable")
|
||||
|
||||
|
||||
class OpenThread(OpenThreadTHCI, IThci):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user