Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/executor/
Drequest.py82 Variables.task_name = start_time.strftime('%Y-%m-%d-%H-%M-%S')
84 Variables.task_name = config.report_path
89 Variables.task_name)
Dscheduler.py95 task_name = "" variable in Scheduler
314 task_name = getattr(task.config, "task", "")
315 if task_name:
316 task_info.test_type = str(task_name).upper()
1071 case_id = "{}#{}#{}#{}".format(Scheduler.task_name, package_name,
1150 if not Scheduler.task_name:
1175 (Scheduler.task_name, task_result, error_msg, start_time, end_time, report))
1196 Scheduler.upload_case_result((Scheduler.task_name, "Unavailable",
1409 data = {"type": stage, "name": Variables.task_name}
1427 data = {"type": stage, "name": Variables.task_name,
/test/testfwk/xdevice/src/xdevice/
Dvariables.py55 task_name = "" variable in Variables
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py1089 def start_get_crash_log(self, task_name, **kwargs): argument
1108 …th = "{}/log/{}/crash_log_{}/".format(self.device.get_device_report_path(), module_name, task_name)
1110 … crash_path = "{}/log/crash_log_{}/".format(self.device.get_device_report_path(), task_name)
1148 def pull_extra_log_files(self, task_name, module_name, dirs: str): argument
1154 module_name, task_name)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit_lite.py547 Variables.task_name)