Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dtestinstance.py205 def check_runnable(self, enable_slow=False, filter='buildable', fixtures=[], hardware_map=None): argument
216 skip_slow = self.testsuite.slow and not enable_slow
Dtestplan.py551 self.options.enable_slow,
710 self.options.enable_slow,
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_testinstance.py495 enable_slow, argument
509 res = testinstance.check_runnable(enable_slow, filter, fixtures, hardware_map)