Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py262 handler.ready = simulator.is_runnable()
324 not simulator.is_runnable():
Dplatform.py33 def is_runnable(self) -> bool: member in Simulator
Dtestplan.py765 if (not sim) or sim.is_runnable():