Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py13 def _validate_td_vars(td, td_vars, type_msg): argument
14 if td_vars:
15 for v in td_vars:
32 td_vars = None variable in OETestCase
36 _validate_td_vars(clss.td, clss.td_vars, "class")
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Drust.py18 td_vars = ['MACHINE'] variable in RustCompileTest
38 td_vars = ['MACHINE', 'SDK_SYS'] variable in RustHostCompileTest
H A Dgcc.py18 td_vars = ['MACHINE'] variable in GccCompileTest