Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dplatform.py30 def is_runnable(self) -> bool: member in Simulator
Dtestinstance.py244 handler.ready = simulator.is_runnable()
303 not simulator.is_runnable():
Dtestplan.py842 if (not sim) or sim.is_runnable():