Searched defs:shell (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tools/otci/otci/ | ||
D | command_handlers.py | 84 def shell(self, cmd: str, timeout: float) -> List[str]: member in OTCommandHandler |
D | otci.py | 162 def shell(self, cmd: str, timeout: float = 10): member in OTCI |
/openthread-latest/tests/scripts/thread-cert/ | ||
D | thread_cert.py | 502 def assure_run_ok(self, cmd, shell=False): argument |