Searched full:ot_build (Results 1 – 5 of 5) sorted by relevance
147 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']:
54 MAX_NETWORK_SIZE=$(jq -r '.ot_build.max_number' <<<"$CONFIG")127 for item in $(jq -c '.ot_build.ot | .[]' <<<"$CONFIG"); do145 for item in $(jq -c '.ot_build.otbr | .[]' <<<"$CONFIG"); do
2 ot_build:
16 …- 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…
46 ot_subpath = {item['tag']: item['subpath'] for item in config['ot_build']['ot']}