Home
last modified time | relevance | path

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

12

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py314 def _create_listeners(cls, task): argument
388 def get_device_options(cls, options, test_source): argument
426 def _check_device_spt(cls, kit, driver_request, device): argument
590 def _append_history_result(cls, task, module_name): argument
650 def _clear_not_executed(cls, task, test_drivers): argument
663 def report_not_executed(cls, report_path, test_drivers, error_message, argument
701 def _do_taskkit_teardown(cls, used_devices, task_unused_env): argument
737 def _get_thread_id(cls, current_driver_threads): argument
746 def _append_used_devices(cls, environment, used_devices): argument
800 def _reset_environment(cls, environment="", config_file=""): argument
[all …]
Dconcurrent.py50 def executor_callback(cls, worker): argument
56 def concurrent_execute(cls, func, params_list, max_size=8): argument
260 def _get_unpassed_test_params(cls, history_report_path, module_name): argument
283 def _append_unpassed_test_param(cls, history_report_file, argument
405 def _check_testcase_pass(cls, history_testcase_element): argument
419 def _is_empty_report(cls, testsuites_element): argument
446 def _get_real_execute_result(cls, execute_result): argument
461 def _get_real_history_execute_result(cls, history_execute_result, argument
/test/testfwk/xdevice/src/xdevice/_core/report/
Dsuite_reporter.py214 def update_attributes(cls, case_result, test_case_attributes, argument
274 def clear_report_result(cls): argument
280 def clear_failed_case_list(cls): argument
286 def append_report_result(cls, report_result): argument
301 def _upload_case_result(cls, result_str): argument
322 def get_report_result(cls): argument
329 def set_suite_list(cls, suite_list): argument
334 def get_suite_list(cls): argument
341 def get_failed_case_list(cls): argument
348 def append_history_result(cls, suite_reports): argument
[all …]
Dresult_reporter.py194 def _check_tests_and_unavailable(cls, child): argument
204 def _append_product_info(cls, test_suites_attributes, root): argument
232 def _get_module_name(cls, data_report, root): argument
372 def _find_module_name(cls, result_path, root): argument
506 def _check_mode(cls, mode): argument
594 def get_task_info_params(cls, history_path): argument
626 def set_summary_report_result(cls, summary_data_path, result_xml): argument
631 def get_result_of_summary_report(cls): argument
636 def summary_report_result_exists(cls): argument
640 def get_path_of_summary_report(cls): argument
[all …]
Dreporter_helper.py150 def initial_element(cls, tag, tail, text): argument
170 def update_suite_result(cls, suite, case): argument
182 def get_summary_result(cls, report_path, file_name, key=None, **kwargs): argument
229 def _get_data_reports(cls, report_path, file_prefix=None): argument
243 def _update_attributes(cls, summary_element, data_element, argument
483 def get_execute_time(cls, second_time): argument
575 def _render_key(cls, prefix, key, new_str, update_context): argument
760 def _get_suites_title(cls): argument
838 def _get_case_td_context(cls, index, case, suite_name): argument
862 def _get_case_title(cls, suite_name): 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
334 def _params_pre_processing(cls, para_list): argument
482 def _process_command_help(cls, parser, para_list): argument
493 def _process_command_show(cls, para_list): argument
501 def _process_command_run(cls, command, options): argument
531 def _process_command_quit(cls, command): argument
540 def _process_command_tool(cls, command, para_list, options): argument
566 def _list_history(cls): argument
580 def _list_task_id(cls, task_id): argument
[all …]
/test/testfwk/developer_test/src/core/command/
Drun.py263 def get_target_out_path(cls, product_form): argument
274 def _build_test_cases(cls, options): argument
290 def _check_test_dictionary(cls, test_dictionary): argument
301 def get_tests_out_path(cls, product_form): argument
325 def get_acts_tests_out_path(cls, product_form): argument
335 def get_coverage_outpath(cls, options): argument
Dconsole.py61 def __new__(cls, *args, **kwargs): argument
134 def argument_parser(cls, para_list): argument
343 def _params_pre_processing(cls, para_list): argument
373 def _process_command_version(cls, para_list): argument
379 def _process_command_help(cls, para_list): argument
387 def _process_command_show(cls, para_list, productform="phone"): argument
395 def _process_command_gen(cls, command, options): argument
403 def _process_command_run(cls, command, options): argument
411 def _process_command_device(cls, command): argument
420 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.py51 def fuzz_dir_generation(cls, options): argument
/test/testfwk/developer_test/src/core/build/
Dbuild_manager.py37 def _make_gn_file(cls, filepath, target_list): argument
56 def _compile_test_cases_by_target(cls, project_root_path, product_form, argument
71 def _compile_acts_test_cases(cls, project_root_path, para): argument
81 def _compile_fuzz_test_case(cls, project_root_path, para): argument
146 def build_version(cls, project_root_path, product_form): argument
156 def build_gn_file(cls, project_root_path, product_form): argument
Dbuild_testcases.py58 def _copy_folder(cls, source_dir, target_dir): argument
72 def _get_testcase_outname_by_productform(cls, productform): argument
99 def _delete_acts_testcase_dir(cls, productform): 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.py170 def get_valid_suite_file(cls, test_case_out_path, suite_file, options): argument
207 def check_python_test_file(cls, suite_file): argument
215 def check_hap_test_file(cls, hap_file_path): argument
242 def get_hap_test_driver(cls, hap_file_path): argument
256 def get_hap_json(cls, hap_file_path): argument
265 def get_hap_part_json(cls, hap_file_path): argument
274 def get_part_name_test_file(cls, hap_file_path): argument
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py68 def __subclasshook__(cls, class_info): argument
104 def __subclasshook__(cls, class_info): argument
127 def __check_failed__(cls, msg): argument
167 def __subclasshook__(cls, class_info): argument
194 def __allocate_environment__(cls, options, test_driver): argument
201 def __free_environment__(cls, environment): argument
207 def __subclasshook__(cls, class_info): argument
259 def __subclasshook__(cls, class_info): argument
285 def __subclasshook__(cls, class_info): argument
307 def __subclasshook__(cls, class_info): argument
[all …]
Dplugin.py109 def __call__(self, cls): argument
Dlogger.py241 def _update_msg(cls, additional_output, msg): argument
259 def _get_dict_str(cls, **kwargs): 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
229 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
189 def get_env_data(cls, environment_list): argument
246 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.py106 def get_plugin_type(cls): argument
110 def get_plugin_id(cls): 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.py600 def _insert_suite_end(cls, label_list, message_list): argument
638 def _parse_suite_info(cls, suite_info): argument
711 def _init_suites_start(cls, line, pattern, pid): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py365 def __teardown__(cls, device): argument
486 def __teardown__(cls, device): argument
795 def retry_install_hap(cls, device, command): argument
/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py89 def __new__(cls, *args, **kwargs): argument

12