Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py258 if args.map_file:
259 with open(args.map_file, "rt") as json_map:
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py268 map_file = \
300 return mock.mock_open(read_data=map_file)(*args, **kwargs)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py264 def load(self, map_file): argument
266 duts = scl.yaml_load_verify(map_file, hwm_schema)