Searched refs:Popen (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/tools/harness-sniffer/ |
D | OT_Sniffer.py | 51 …p_discover = subprocess.Popen('extcap_ot.bat --extcap-interfaces', stdout=subprocess.PIPE, shell=T… 74 p_where = subprocess.Popen( 101 self.subprocess = subprocess.Popen(cmd)
|
/openthread-latest/tools/otci/otci/ |
D | connectors.py | 75 def __init__(self, proc: subprocess.Popen, nodeid: int, simulator: Simulator): argument 114 proc = subprocess.Popen(args=[executable, str(nodeid)], 129 proc = subprocess.Popen(args=f'spinel-cli.py -p "{executable}" -n {nodeid} 2>&1',
|
/openthread-latest/tools/harness-simulation/posix/otbr_sim/ |
D | otbr_docker.py | 76 … self._socat_proc = subprocess.Popen(['socat', '-d', '-d', 'pty,raw,echo=0', 'pty,raw,echo=0'], 100 self._ot_rcp_proc = subprocess.Popen( 143 launch_proc = subprocess.Popen(cmd,
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | harness_controller.py | 97 self.harness = subprocess.Popen( 116 self.miniweb = subprocess.Popen(
|
/openthread-latest/tools/harness-simulation/posix/ |
D | launch_testbed.py | 113 def start_sniffer(addr: str, port: int, ot_path: str, max_nodes_num: int) -> subprocess.Popen: 128 return subprocess.Popen(cmd)
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_build_helper.py | 95 proc = subprocess.Popen(cmd,
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | test_psa_compliance.py | 92 proc = subprocess.Popen(['./psa-arch-tests-crypto'],
|
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer.py | 103 self._tshark_proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
|
/openthread-latest/tests/scripts/thread-cert/ |
D | thread_cert.py | 595 self._dumpcap_proc = subprocess.Popen([dumpcap, '-i', sniffer_interface, '-w', pcap_file],
|
D | node.py | 82 … self._socat_proc = subprocess.Popen(['socat', '-d', '-d', 'pty,raw,echo=0', 'pty,raw,echo=0'], 94 …self._ot_rcp_proc = subprocess.Popen(f"{ot_rcp_path} {nodeid} > {rcp_device_pty} < {rcp_device_pty… 145 self._docker_proc = subprocess.Popen(cmd, 263 proc = subprocess.Popen(['docker', 'exec', '-i', self._docker_name, 'bash', '-c', cmd],
|
/openthread-latest/tests/toranj/ncp/ |
D | wpan.py | 350 self._wpantund_process = subprocess.Popen(cmd, shell=True, stderr=self._tund_log_file)
|