Searched refs:developer_test_path (Results 1 – 3 of 3) sorted by relevance
| /test/testfwk/developer_test/localCoverage/ |
| D | coverage_tools.py | 158 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") variable 164 copy_coverage(developer_test_path) 165 generate_coverage_rc(developer_test_path) 166 remove_thrd_gcda(developer_test_path) 170 get_subsystem_config(test_part_list, developer_test_path) 173 execute_code_cov_tools(developer_test_path) 176 developer_test_path, "localCoverage/keyword_registration/keyword_filter.py") 181 execute_interface_cov_tools(testpart_args, developer_test_path) 187 developer_test_path, "localCoverage/restore_comment/after_lcov_branch.py") 191 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 | 333 developer_test_path = os.path.join(root_path, "test/testfwk/developer_test") variable 337 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml")) 350 modify_cfg_xml_file(developer_test_path, ip, sn_list,
|