Home
last modified time | relevance | path

Searched refs:OEQAMissingVariable (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py11 from oeqa.core.exception import OEQAMissingVariable
17 raise OEQAMissingVariable("Test %s need %s variable but"\
H A Dexception.py13 class OEQAMissingVariable(OEQAException): class
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py7 from oeqa.core.exception import OEQAMissingVariable
105 raise OEQAMissingVariable("Test case need %s variable but"\
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_data.py15 from oeqa.core.exception import OEQAMissingVariable