Home
last modified time | relevance | path

Searched refs:task_name (Results 1 - 10 of 10) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dupload.py58 task_name = cls.get_session().task_name
59 if not task_name:
83 (task_name, task_result, error_msg, start_time, end_time, report))
98 cls.get_session().task_name = test_name
126 cls.get_session().task_name = ""
132 case_id = cls.get_session().task_name
275 case_id = "{}#{}#{}#{}".format(cls.get_session().task_name, package_name,
H A Dcenter.py33 task_name: str = ""
40 attrs = ["upload_address", "task_type", "task_name", "mode", "device_labels"]
49 session.task_name = param.task_name
H A Dproxy.py30 task_name: str = ""
40 task_name: str = ""
H A Dlife_stage.py69 "name": Variables.task_name,
104 "name": Variables.task_name,
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py86 Variables.task_name = time.strftime('%Y-%m-%d-%H-%M-%S', start_time)
88 Variables.task_name = config.report_path
93 Variables.task_name)
H A Dscheduler.py144 task_name = getattr(task.config, "task", "")
145 if task_name:
146 task_info.test_type = str(task_name).upper()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dvariables.py55 task_name = "" variable in Variables
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py358 task_name = "" # VAR.Project.RedirectLog.TaskName variable in RedirectLog
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py1487 def start_get_crash_log(self, task_name, repeat=1, repeat_round=1, **kwargs):
1492 crash_folder = f"crash_log_{task_name}"
1536 def pull_extra_log_files(self, task_name: str, module_name: str, dirs: str, round_folder: str = ""):
1541 module_name, "extra_log_{}".format(task_name))
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py546 Variables.task_name)

Completed in 12 milliseconds