Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/otci/
Dotci.py95 def execute_command(self, member in OTCI
124 output = self.__otcmd.execute_command(cmd, timeout)
187 return self.__parse_str(self.execute_command('version'))
192 return self.__parse_int(self.execute_command('thread version'))
198 return self.__parse_int(self.execute_command('version api'))
208 self.execute_command('ifconfig up')
212 self.execute_command('ifconfig down')
216 return self.__parse_values(self.execute_command('ifconfig'), up=True, down=False)
220 self.execute_command('thread start')
224 self.execute_command('thread stop')
[all …]
Dcommand_handlers.py46 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OTCommandHandler
122 def execute_command(self, cmd, timeout=10) -> List[str]: member in OtCliCommandRunner
259 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrSshCommandRunner
311 def execute_command(self, cmd: str, timeout: float) -> List[str]: member in OtbrAdbCommandRunner