Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/command/
Drun.py97 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
/test/testfwk/developer_test/src/core/config/
Dconfig_manager.py271 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
/test/testfwk/xdevice/plugins/devicetest/core/
Dvariables.py377 self.testcase_path = ''
416 def set_testcase_path(self, testcase_path): argument
417 self.testcase_path = testcase_path
418 self.log.debug("testcase path is: {}".format(self.testcase_path))