Searched refs:test_module (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | manualexecution.py | 40 def _get_available_config_options(self, config_options, test_module, target_config): argument 42 if test_module in config_options: 43 avail_config_options = config_options[test_module].get(target_config) 54 def _get_config(self, config_options, test_module): argument 64 configurations['TEST_MODULE'] = test_module 68 … avail_config_options = self._get_available_config_options(config_options, test_module, config) 122 test_module = self._get_test_module(case_file) 127 configurations = self._get_config(config_options, test_module) 128 result_id = 'manual_%s_%s' % (test_module, configurations['STARTTIME'])
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | selftest.py | 25 test_module = "oeqa.selftest.cases.external-layer" 34 found_method = search_method(test_module, method_name)
|