Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py422 history_report_path = getattr(options,
424 self._list_retry_case(history_report_path)
469 history_command, history_report_path = self._parse_retry_option(
472 if not os.path.exists(history_report_path) and \
475 "history report path %s not exists" % history_report_path)
484 setattr(argument.options, "history_report_path", history_report_path)
681 _, history_command, history_report_path = \
683 return history_command, history_report_path
698 …history_command, history_report_path = params[ReportConst.command], params[ReportConst.report_path]
700 history_command, history_report_path = "", ""
[all …]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py302 history_report_path = getattr(config, "history_report_path", "")
305 history_report_path, module_name)
338 def _get_unpassed_test_params(cls, history_report_path, module_name): argument
341 params = ResultReporter.get_task_info_params(history_report_path)
475 self.task.config.history_report_path):
508 history_report_path = \
510 if history_report_path:
512 params = ResultReporter.get_task_info_params(history_report_path)
Dscheduler.py564 if getattr(task.config, ConfigConst.history_report_path, ""):
644 history_report_path = getattr(
645 task.config, ConfigConst.history_report_path, "")
648 history_report_path)
1223 history_report_path = \
1224 getattr(task.config, ConfigConst.history_report_path, "")
1225 params = ResultReporter.get_task_info_params(history_report_path)
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py277 history_report_path = "history_report_path" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
Dconsole.py510 history_report_path = "history_report_path" variable in ConfigConst