Home
last modified time | relevance | path

Searched refs:hardware_map (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py150 hardware_map, argument
180 mocked_hm.options.hardware_map = hardware_map
199 mocked_hm.options.hardware_map
Dtest_testinstance.py548 hardware_map, argument
567 res = testinstance.check_runnable(env.options, hardware_map)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py183 if not self.options.device_testing and self.options.hardware_map:
184 self.load(self.options.hardware_map)
190 if self.options.hardware_map:
191 self.load(self.options.hardware_map)
Dtestinstance.py261 hardware_map=None): argument
308 if hardware_map:
309 for h in hardware_map.duts:
Denvironment.py912 and (options.device_serial or options.device_serial_pty or options.hardware_map)
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst915 * :github:`24943` - Add a harness property to boards in sanitycheck's hardware_map