Home
last modified time | relevance | path

Searched full:ot_build (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/tools/harness-simulation/posix/
H A Dlaunch_testbed.py147 ot_build = config['ot_build']
148 max_nodes_num = ot_build['max_number']
152 ot_devices = [(item['tag'], item['number']) for item in ot_build['ot']]
153 otbr_devices = [(item['tag'], item['number']) for item in ot_build['otbr']]
188 for item in ot_build['otbr']:
H A Dinstall.sh54 MAX_NETWORK_SIZE=$(jq -r '.ot_build.max_number' <<<"$CONFIG")
127 for item in $(jq -c '.ot_build.ot | .[]' <<<"$CONFIG"); do
145 for item in $(jq -c '.ot_build.otbr | .[]' <<<"$CONFIG"); do
H A Dconfig.yml2 ot_build:
/aosp_15_r20/external/openthread/tools/harness-simulation/
H A DREADME.md16 …- For each entry in `ot_build.ot`, update the value of `number` to be the number of OT FTD simulat…
17 …- For each entry in `ot_build.otbr`, update the value of `number` to be the number of OTBR simulat…
/aosp_15_r20/external/openthread/tools/harness-simulation/harness/Thread_Harness/THCI/
H A DOpenThread_Sim.py46 ot_subpath = {item['tag']: item['subpath'] for item in config['ot_build']['ot']}