Searched refs:task_name (Results 1 - 10 of 10) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | upload.py | 58 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 D | center.py | 33 task_name: str = "" 40 attrs = ["upload_address", "task_type", "task_name", "mode", "device_labels"] 49 session.task_name = param.task_name
|
H A D | proxy.py | 30 task_name: str = "" 40 task_name: str = ""
|
H A D | life_stage.py | 69 "name": Variables.task_name, 104 "name": Variables.task_name,
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | request.py | 86 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 D | scheduler.py | 144 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 D | variables.py | 55 task_name = "" variable in Variables
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 358 task_name = "" # VAR.Project.RedirectLog.TaskName variable in RedirectLog
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1487 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 D | kit_lite.py | 546 Variables.task_name)
|
Completed in 12 milliseconds