Searched refs:hap_file_path (Results 1 – 1 of 1) sorted by relevance
100 def check_hap_test_file(cls, hap_file_path): argument102 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): argument128 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): argument145 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 …]