Searched refs:developer_test_path (Results 1 – 3 of 3) sorted by relevance
/test/testfwk/developer_test/localCoverage/ |
D | coverage_tools.py | 164 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") variable 170 copy_coverage(developer_test_path) 171 generate_coverage_rc(developer_test_path) 172 remove_thrd_gcda(developer_test_path) 176 get_subsystem_config(test_part_list, developer_test_path) 179 execute_code_cov_tools(developer_test_path) 182 developer_test_path, "localCoverage/keyword_registration/keyword_filter.py") 187 execute_interface_cov_tools(testpart_args, developer_test_path) 193 developer_test_path, "localCoverage/restore_comment/after_lcov_branch.py") 197 developer_test_path, "localCoverage/restore_comment/restore_source_code.py")
|
/test/testfwk/developer_test/localCoverage/resident_service/ |
D | pull_service_gcda.py | 139 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") variable 141 developer_test_path, "localCoverage/resident_service") 148 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml")) 160 developer_test_path, service_path, root_path, port)
|
D | init_gcov.py | 347 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") variable 351 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml")) 364 modify_cfg_xml_file(developer_test_path, ip, sn_list,
|