Searched refs:testcase_path (Results 1 – 3 of 3) sorted by relevance
97 testcase_path = UserConfigManager().get_test_cases_dir()98 if testcase_path == "":102 testcase_path = os.path.abspath(os.path.join(106 testcase_path = os.path.abspath(os.path.join(110 testcase_path = os.path.join(112 LOG.info("testcase_path=%s" % testcase_path)113 return testcase_path
271 testcase_path = self.get_user_config("test_cases").get("dir", "")272 if testcase_path != "":273 testcase_path = os.path.abspath(testcase_path)274 return testcase_path
377 self.testcase_path = ''416 def set_testcase_path(self, testcase_path): argument417 self.testcase_path = testcase_path418 self.log.debug("testcase path is: {}".format(self.testcase_path))