Home
last modified time | relevance | path

Searched refs:is_command_supported (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/cp-caps/
Drcp_caps_test.py64 ret = self.__dut.is_command_supported('diag start')
180 ret = self.__dut.is_command_supported('diag start')
478 if self.__dut.is_command_supported(cmd_diag_echo):
485 if self.__dut.is_command_supported(cmd_diag_echo_num):
498 ret = self.__dut.is_command_supported(command)
631 if self.__dut.is_command_supported(command) is False:
/openthread-latest/tools/otci/otci/
Dotci.py2815 def is_command_supported(self, command: str) -> bool: member in OTCI