Searched refs:test_type (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 11 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 D | test_vboot.py | 60 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 D | regression.py | 137 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 D | testimage.bbclass | 140 def get_testimage_configuration(d, test_type, machine): 143 configuration = {'TEST_TYPE': test_type,
|