Home
last modified time | relevance | path

Searched full:subpath (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/pktverify/
Dlayer_fields_container.py47 subpath = self._path + '.' + name
48 v = get_layer_field(self._packet, subpath)
52 def has(self, subpath): argument
56 :param subpath: The sub path to the layer field or container.
58 subpath = self._path + '.' + subpath
59 return check_layer_field_exists(self._packet, subpath) is not None
/openthread-latest/tools/harness-simulation/posix/
Dconfig.yml8 subpath: build/ot11/simulation
18 subpath: build/ot12/simulation
33 subpath: build/ot13/simulation
Dinstall.sh61 build_dir=$(jq -r '.subpath' <<<"$1")
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/
DOpenThread_Sim.py46 ot_subpath = {item['tag']: item['subpath'] for item in config['ot_build']['ot']}