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)
684 _, history_command, history_report_path = \
686 return history_command, history_report_path
701 …history_command, history_report_path = params[ReportConst.command], params[ReportConst.report_path]
703 history_command, history_report_path = "", ""
[all …]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py322 history_report_path = getattr(config, "history_report_path", "")
325 history_report_path, module_name)
358 def _get_unpassed_test_params(cls, history_report_path, module_name): argument
361 params = ResultReporter.get_task_info_params(history_report_path)
495 self.task.config.history_report_path):
528 history_report_path = \
530 if history_report_path:
532 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)
1225 history_report_path = \
1226 getattr(task.config, ConfigConst.history_report_path, "")
1227 params = ResultReporter.get_task_info_params(history_report_path)
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py276 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