Searched refs:configs (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
H A D | preparation.py | 33 deveco_path = options.configs.get('deveco_path') 54 java_path = os.path.join(options.configs.get('deveco_path'), 'jbr') 59 node_path = os.path.join(options.configs.get('deveco_path'), 'tools', 'node') 68 output_log_file = options.configs.get('log_file') 69 daily_report_file = options.configs.get('output_html_file') 70 pictures_dic = options.configs.get('pictures_dic')
|
H A D | options.py | 18 Description: process options and configs for test suite 33 configs = {} variable 157 global configs 158 configs = yaml.safe_load(config_file) 167 openharmony_sdk_path = configs.get('deveco_openharmony_sdk_path') 170 harmonyos_sdk_path = configs.get('deveco_harmonyos_sdk_path') 171 api_version_file_map = configs.get('api_version_file_name_map') 242 return create_test_tasks(configs.get('haps')
|
H A D | execution.py | 74 patch_content = (options.configs.get('patch_content').get('ohpm_package_patch') 101 patch_content = (options.configs.get('patch_content').get('ohpm_package_patch') 198 patch_lines_error = options.configs.get('patch_content').get('patch_lines_error') 246 patch_lines = options.configs.get('patch_content').get('patch_lines_1') 386 file.write(options.configs.get('patch_content').get( 411 patch_content = options.configs.get( 416 patch_content = options.configs.get( 428 patch_lines = options.configs.get( 459 patch_lines = options.configs.get( 466 expected_errors = options.configs [all...] |
H A D | result.py | 616 daily_report_file = options.configs.get('output_html_file') 627 output_log_file = options.configs.get('log_file')
|
/arkcompiler/ets_frontend/arkguard/scripts/ |
H A D | combination_test.py | 80 self.configs = [] 150 def combine(self, current, remaining_keys, configs, result): 155 value = configs[key] 172 self.combine(new_comb, remaining_keys[1:], configs, result) 176 self.combine(new_comb, remaining_keys[1:], configs, result) 178 self.combine(current, remaining_keys[1:], configs, result) 180 def generate_combinations(self, configs): 182 keys = list(configs.keys()) 183 self.combine({}, keys, configs, result) 188 configs [all...] |
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/ |
H A D | update.py | 32 configs = yaml.safe_load(config_file) 33 return configs 37 configs = parse_configs() 38 download_list = configs['download_list'] 102 configs = parse_configs() 103 download_list = configs.get('download_list')
|
H A D | download.py | 51 configs = yaml.safe_load(config_file) 52 return configs 283 configs = parse_configs() 284 download_list = configs['download_list'] 321 configs = parse_configs() 322 is_save = configs.get('is_save') 323 download_save_path = configs.get('download_save_path')
|
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/ |
H A D | get_commit_message.py | 37 configs = yaml.safe_load(config_file) 38 return configs
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
H A D | config.py | 46 ConfigKeeper.get().load_configs(args.configs)
|
Completed in 7 milliseconds