Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py11 def get_sdk_configuration(d, test_type): argument
15 configuration = {'TEST_TYPE': test_type,
32 test_type = 'sdk' variable in TestSDK
130 configuration = self.get_sdk_configuration(d, self.test_type)
/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py60 def run_bootm(sha_algo, test_type, expect_string, boots): argument
75 with cons.log.section('Verified boot %s %s' % (sha_algo, test_type)):
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py137 test_type = base_configuration.get('TEST_TYPE')
138 if test_type not in METADATA_MATCH_TABLE:
141 metadata_key = METADATA_MATCH_TABLE.get(test_type)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass140 def get_testimage_configuration(d, test_type, machine):
143 configuration = {'TEST_TYPE': test_type,