Home
last modified time | relevance | path

Searched defs:sudo (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/harness-thci/
DOpenThread_BR.py382 def bash(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
385 def bash_unwatched(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
/openthread-latest/tools/otci/otci/
Dcommand_handlers.py230 def __init__(self, host, port, username, password, sudo): argument
Dotci.py3047 def connect_otbr_ssh(host: str, port: int = 22, username='pi', password='raspberry', sudo=True): argument