Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py121 def run_test(self, case_file, config_options_file, testcase_config_file): argument
130 if testcase_config_file:
131 test_case_config = load_json_file(testcase_config_file)
184 def make_testcase_config_file(self, logger, case_file, testcase_config_file): argument
185 if testcase_config_file:
186 if os.path.exists(testcase_config_file):
190 if not testcase_config_file:
191 testcase_config_file = os.path.join(self._get_write_dir(), "testconfig_new.json")
205 write_json_file(testcase_config_file, new_testcase_config)
206 logger.info('Testcase Configuration file created at %s' % testcase_config_file)
[all …]