Searched full:ot_path (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/openthread/tools/harness-simulation/posix/ |
H A D | launch_testbed.py | 113 def start_sniffer(addr: str, port: int, ot_path: str, max_nodes_num: int) -> subprocess.Popen: 121 os.path.join(ot_path, 'tools/harness-simulation/posix/sniffer_sim/sniffer.py'), 146 ot_path = config['ot_path'] 180 … sniffer_procs.append(start_sniffer(addr, i + sniffer_server_port_base, ot_path, max_nodes_num)) 190 ot_rcp_path = os.path.join(ot_path, item['rcp_subpath'], 'examples/apps/ncp/ot-rcp') 196 ot_path=ot_path,
|
H A D | config.yml | 1 ot_path: "/home/pi/repo/openthread"
|
/aosp_15_r20/external/openthread/tools/harness-simulation/posix/otbr_sim/ |
H A D | otbr_docker.py | 40 …def __init__(self, nodeid: int, ot_path: str, ot_rcp_path: str, docker_image: str, docker_name: st… 42 self.ot_path = ot_path 139 f'{self.ot_path.rstrip("/")}:/home/pi/repo/openthread',
|
/aosp_15_r20/external/openthread/tools/harness-simulation/ |
H A D | README.md | 15 …lue of `ot_path` to the absolute path where the top directory of the OpenThread repository is loca…
|
/aosp_15_r20/external/openthread/tools/harness-simulation/harness/Thread_Harness/THCI/ |
H A D | OpenThread_Sim.py | 164 … self.device = '/'.join([config['ot_path'], ot_subpath[self.tag], 'examples/apps/cli/ot-cli-ftd'])
|