Home
last modified time | relevance | path

Searched refs:QuarantineException (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_quarantine.py14 from twisterlib.quarantine import QuarantineException, \
49 QuarantineException,
156 QuarantineException
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dquarantine.py24 class QuarantineException(Exception): class
79 raise QuarantineException("At least one of filters ('scenarios', 'platforms' ...) "
109 raise QuarantineException('Cannot load Quarantine data') from e