Searched refs:get_config_ip (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 155 from local_coverage.resident_service.public_method import get_config_ip, get_sn_list namespace 164 device_ip, device_port, device_sn_strs = get_config_ip(os.path.join(developer_path, "config", "user_config.xml"))
|
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | pull_service_gcda.py | 22 from public_method import get_server_dict, get_config_ip, get_sn_list namespace 151 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml"))
|
H A D | public_method.py | 25 def get_config_ip(filepath): function
|
H A D | init_gcov.py | 26 from public_method import get_server_dict, get_config_ip, get_sn_list namespace 354 ip, port, sn = get_config_ip(os.path.join(developer_test_path, "config/user_config.xml"))
|
Completed in 4 milliseconds