Home
last modified time | relevance | path

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

/external/openthread/tests/scripts/thread-cert/
Dnode.py59 _ot_rcp_proc = None variable in OtbrDocker
86 …self._ot_rcp_proc = subprocess.Popen(f"{ot_rcp_path} {nodeid} > {rcp_device_pty} < {rcp_device_pty…
93 self._ot_rcp_proc.wait(1)
234 if self._ot_rcp_proc is not None:
235 self._ot_rcp_proc.kill()
236 self._ot_rcp_proc.wait()
237 del self._ot_rcp_proc