Home
last modified time | relevance | path

Searched refs:hap_file_path (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/developer_test/src/core/testcase/
Dtestcase_manager.py100 def check_hap_test_file(cls, hap_file_path): argument
102 if hap_file_path.endswith(".hap"):
103 json_file_path = hap_file_path.replace(".hap", ".json")
127 def get_hap_test_driver(cls, hap_file_path): argument
128 data_dic = cls.get_hap_json(hap_file_path)
138 LOG.error("%s has not set driver." % hap_file_path)
144 def get_hap_json(cls, hap_file_path): argument
145 if hap_file_path.endswith(".hap"):
146 json_file_path = hap_file_path.replace(".hap", ".json")
157 def get_hap_part_json(cls, hap_file_path): argument
[all …]