Searched refs:test_case_path (Results 1 – 2 of 2) sorted by relevance
| /test/testfwk/developer_test/src/core/testcase/ |
| D | testcase_manager.py | 181 def get_test_files(self, test_case_path, options): argument 182 LOG.info("test case path: " + test_case_path) 185 if os.path.exists(test_case_path): 189 test_case_path, 193 LOG.error("%s is not exist." % test_case_path) 196 def get_test_file_data(self, test_case_path, test_type_list, options): argument 200 test_case_path, 207 def get_test_file_data_by_test_type(self, test_case_path, argument 210 test_case_out_path = os.path.join(test_case_path, test_type)
|
| /test/testfwk/developer_test/src/core/command/ |
| D | run.py | 435 test_case_path = self.get_tests_out_path(options.productform) 436 if not os.path.exists(test_case_path): 437 LOG.error("%s is not exist." % test_case_path) 440 test_dict = TestCaseManager().get_test_files(test_case_path, options)
|