Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/pylib/twister/
Dscl.py25 class EmptyYamlFileException(Exception): class
87 raise EmptyYamlFileException('No data in YAML file: %s' % filename)
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_scl.py255 with pytest.raises(scl.EmptyYamlFileException):
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dtestplan.py208 except scl.EmptyYamlFileException: