Searched refs:config_options_file (Results 1 – 1 of 1) sorted by relevance
121 def run_test(self, case_file, config_options_file, testcase_config_file): argument125 if config_options_file:126 config_options = load_json_file(config_options_file)155 def make_config_option_file(self, logger, case_file, config_options_file): argument157 if config_options_file:158 config_options = load_json_file(config_options_file)179 if not config_options_file:180 config_options_file = os.path.join(self._get_write_dir(), 'manual_config_options.json')181 write_json_file(config_options_file, config_options)182 logger.info('Configuration option file created at %s' % config_options_file)[all …]