Home
last modified time | relevance | path

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

/scripts/tests/twister/
A Dtest_hardwaremap.py150 hardware_map, argument
180 mocked_hm.options.hardware_map = hardware_map
199 mocked_hm.options.hardware_map
A Dtest_testinstance.py548 hardware_map, argument
567 res = testinstance.check_runnable(env.options, hardware_map)
/scripts/pylib/twister/twisterlib/
A Dhardwaremap.py182 if not self.options.device_testing and self.options.hardware_map:
183 self.load(self.options.hardware_map)
189 if self.options.hardware_map:
190 self.load(self.options.hardware_map)
A Dtestinstance.py285 hardware_map=None): argument
333 if hardware_map:
334 for h in hardware_map.duts:
A Denvironment.py953 and (options.device_serial or options.device_serial_pty or options.hardware_map)

Completed in 23 milliseconds