[thci] add implementation of setVrCheckSkip in THCI (#7329)

This commit is contained in:
canisLupus1313
2022-01-19 23:03:01 +01:00
committed by GitHub
parent 37f9d171c0
commit 556cee64d3
+4
View File
@@ -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):