Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 35) sorted by relevance

12

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py347 def _create_listeners(cls, task): argument
425 def get_device_options(cls, options, test_source): argument
463 def _check_device_spt(cls, kit, driver_request, device): argument
643 def _append_history_result(cls, task, module_name): argument
703 def _clear_not_executed(cls, task, test_drivers): argument
716 def report_not_executed(cls, report_path, test_drivers, error_message, argument
754 def _do_taskkit_teardown(cls, used_devices, task_unused_env): argument
790 def _get_thread_id(cls, current_driver_threads): argument
797 def _append_used_devices(cls, environment, used_devices): argument
853 def _reset_environment(cls, environment="", config_file=""): argument
[all …]
Dconcurrent.py58 def executor_callback(cls, worker): argument
64 def concurrent_execute(cls, func, params_list, max_size=8): argument
338 def _get_unpassed_test_params(cls, history_report_path, module_name): argument
361 def _append_unpassed_test_param(cls, history_report_file, argument
483 def _check_testcase_pass(cls, history_testcase_element): argument
497 def _is_empty_report(cls, testsuites_element): argument
524 def _get_real_execute_result(cls, execute_result): argument
539 def _get_real_history_execute_result(cls, history_execute_result, argument
Dsource.py510 def reset(cls): argument
515 def clear(cls): argument
/test/testfwk/xdevice/src/xdevice/_core/report/
Dsuite_reporter.py218 def update_attributes(cls, case_result, test_case_attributes, argument
277 def clear_report_result(cls): argument
283 def clear_failed_case_list(cls): argument
289 def append_report_result(cls, report_result): argument
304 def _upload_case_result(cls, result_str): argument
325 def get_report_result(cls): argument
332 def set_suite_list(cls, suite_list): argument
337 def get_suite_list(cls): argument
344 def get_failed_case_list(cls): argument
351 def append_history_result(cls, suite_reports): argument
[all …]
Dresult_reporter.py488 def _check_tests_and_unavailable(cls, child): argument
498 def _append_product_info(cls, test_suites_attributes, root): argument
526 def _get_module_name(cls, data_report, root): argument
682 def _find_module_name(cls, result_path, root): argument
818 def _check_mode(cls, mode): argument
904 def get_task_info_params(cls, history_path): argument
937 def set_summary_report_result(cls, summary_data_path, result_xml): argument
942 def get_result_of_summary_report(cls): argument
948 def summary_report_result_exists(cls): argument
952 def get_path_of_summary_report(cls): argument
[all …]
Drepeater_helper.py57 def _update_root_tree(cls, modules, root_tree): argument
105 def _need_update_status(cls, testcase): argument
Dreporter_helper.py167 def initial_element(cls, tag, tail, text): argument
187 def update_suite_result(cls, suite, case): argument
199 def get_summary_result(cls, report_path, file_name, key=None, **kwargs): argument
246 def _get_data_reports(cls, report_path, file_prefix=None): argument
260 def _update_attributes(cls, summary_element, data_element, argument
513 def get_execute_time(cls, second_time): argument
612 def _render_devices(cls, file_context, devices): argument
657 def _render_key(cls, prefix, key, new_str, update_context): argument
912 def _get_suites_title(cls): argument
1224 def _get_pass_case_td_context(cls, index, case, suite_name, result): argument
[all …]
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py68 def __new__(cls, *args, **kwargs): argument
80 def handler_terminate_signal(cls, signalnum, frame): argument
361 def _params_pre_processing(cls, para_list): argument
497 def _process_command_help(cls, parser, para_list): argument
508 def _process_command_show(cls, para_list): argument
516 def _process_command_run(cls, command, options): argument
546 def _process_command_quit(cls, command): argument
555 def _process_command_tool(cls, command, para_list, options): argument
581 def _list_history(cls): argument
595 def _list_task_id(cls, task_id): argument
[all …]
/test/testfwk/developer_test/src/core/command/
Drun.py331 def get_target_out_path(cls, product_form): argument
342 def _build_test_cases(cls, options): argument
358 def _check_test_dictionary(cls, test_dictionary): argument
369 def get_tests_out_path(cls, product_form): argument
389 def get_xts_tests_out_path(cls, product_form, testtype): argument
401 def get_external_deps_out_path(cls, product_form): argument
410 def get_coverage_outpath(cls, options): argument
422 def get_part_deps_list(cls, productform, testpart): argument
Dconsole.py61 def __new__(cls, *args, **kwargs): argument
134 def argument_parser(cls, para_list): argument
370 def _params_pre_processing(cls, para_list): argument
400 def _process_command_version(cls, para_list): argument
406 def _process_command_help(cls, para_list): argument
414 def _process_command_show(cls, para_list, productform="phone"): argument
422 def _process_command_gen(cls, command, options): argument
430 def _process_command_run(cls, command, options): argument
438 def _process_command_device(cls, command): argument
447 def _process_command_quit(cls, command): argument
[all …]
Dparameter.py28 def get_valid_test_level_string(cls, test_level): argument
57 def get_testtype_list(cls, type_list): argument
Dgen.py57 def fuzz_dir_generation(cls, options): argument
/test/testfwk/developer_test/src/core/build/
Dbuild_manager.py43 def _make_gn_file(cls, filepath, target_list): argument
64 def _compile_test_cases_by_target(cls, project_root_path, product_form, argument
80 def _compile_deps_files(cls, project_root_path, para): argument
91 def _compile_part_deps(cls, project_root_path, para): argument
104 def _compile_xts_test_cases(cls, project_root_path, para): argument
114 def _compile_fuzz_test_case(cls, project_root_path, para): argument
195 def build_version(cls, project_root_path, product_form): argument
205 def build_gn_file(cls, project_root_path, product_form): argument
Dbuild_testcases.py61 def _copy_folder(cls, source_dir, target_dir): argument
75 def _get_testcase_outname_by_productform(cls, productform): argument
102 def _delete_xts_testcase_dir(cls, para): argument
Dselect_targets.py37 def _get_mlf_data_from_file(cls, filepath): argument
48 def _get_part_path_data(cls, productform): argument
/test/testfwk/developer_test/src/core/testcase/
Dtestcase_manager.py224 def get_valid_suite_file(cls, test_case_out_path, suite_file, options): argument
265 def check_python_test_file(cls, suite_file): argument
273 def check_hap_test_file(cls, hap_file_path): argument
300 def get_hap_test_driver(cls, hap_file_path): argument
317 def get_hap_json(cls, hap_file_path): argument
330 def get_hap_part_json(cls, hap_file_path): argument
343 def get_part_name_test_file(cls, hap_file_path): argument
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py69 def __subclasshook__(cls, class_info): argument
109 def __subclasshook__(cls, class_info): argument
132 def __check_failed__(cls, msg): argument
159 def __dry_run_execute__(cls, request): argument
172 def __subclasshook__(cls, class_info): argument
199 def __allocate_environment__(cls, options, test_driver): argument
206 def __free_environment__(cls, environment): argument
212 def __subclasshook__(cls, class_info): argument
264 def __subclasshook__(cls, class_info): argument
290 def __subclasshook__(cls, class_info): argument
[all …]
Dplugin.py109 def __call__(self, cls): argument
/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py101 def get_device_para(cls, remote_ip="", remote_port="", argument
117 def get_device_hdc_para(cls, device_sn=""): argument
189 def execute_command(cls, command, print_flag=True, timeout=900): argument
210 def execute_command_with_output(cls, command, print_flag=True): argument
230 def check_path_legal(cls, path): argument
/test/testfwk/developer_test/src/core/config/
Dresource_manager.py116 def _get_file_name_extension(cls, filepath): argument
123 def get_dir_name(cls, dir_path): argument
191 def get_env_data(cls, environment_list): argument
248 def get_nodeattrib_data(cls, data_dic): argument
Dconfig_manager.py193 def content_strip(cls, content): argument
197 def _verify_duplicate(cls, items): argument
/test/testfwk/xdevice/src/xdevice/
Dvariables.py122 def get_plugin_type(cls): argument
126 def get_plugin_id(cls): argument
/test/testfwk/xdevice/src/xdevice/_core/environment/
Denv_pool.py56 def __new__(cls, *args, **kwargs): argument
174 def _init_log_level(cls, level): argument
181 def _start_task_log(cls): argument
193 def _stop_task_log(cls): argument
216 def create_node(cls, tag): argument
/test/testfwk/xdevice/src/xdevice/_core/testkit/
Djson_parser.py98 def _check_type_key_exist(cls, key, value): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py607 def _insert_suite_end(cls, label_list, message_list): argument
660 def _parse_suite_info(cls, suite_info): argument
733 def _init_suites_start(cls, line, pattern, pid): argument

12