Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/testcase/
Dtestcase_manager.py51 def get_valid_suite_file(cls, test_case_out_path, suite_file, options): argument
56 if not suite_file.startswith(test_case_out_path):
69 suitfile_subpath = suite_file.replace(test_case_out_path, "")
210 test_case_out_path = os.path.join(test_case_path, test_type)
211 if os.path.exists(test_case_out_path):
212 LOG.info("The test case directory: %s" % test_case_out_path)
213 return self.get_all_test_file(test_case_out_path, options)
215 LOG.error("Test case dir does not exist. %s" % test_case_out_path)
218 def get_all_test_file(self, test_case_out_path, options): argument
226 for part_name in os.listdir(test_case_out_path):
[all …]