Searched refs:enable_slow (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 205 def check_runnable(self, enable_slow=False, filter='buildable', fixtures=[], hardware_map=None): argument 216 skip_slow = self.testsuite.slow and not enable_slow
|
D | testplan.py | 551 self.options.enable_slow, 710 self.options.enable_slow,
|
/Zephyr-Core-3.6.0/scripts/tests/twister/ |
D | test_testinstance.py | 495 enable_slow, argument 509 res = testinstance.check_runnable(enable_slow, filter, fixtures, hardware_map)
|