Lines Matching refs:path
121 local_resource_path = os.path.join(
126 local_aw_path = os.path.join(
219 sys_aw_path = os.path.dirname(aw_path)
220 if os.path.exists(sys_aw_path):
221 sys.path.insert(1, sys_aw_path)
222 self.log.info("add {} to sys path.".format(sys_aw_path))
231 case_path: case path
301 report_path = os.path.join("details", round_folder, case_name + ".html")
302 to_file = os.path.join(self.project.task_report_dir, report_path)
400 result_path = os.path.join(self.configs["report_path"], "result")
401 report_file = os.path.join(result_path, "%s.xml" % self.suite_name)