Searched refs:is_command_supported (Results 1 – 2 of 2) sorted by relevance
64 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:
2815 def is_command_supported(self, command: str) -> bool: member in OTCI