Home
last modified time | relevance | path

Searched defs:task_id (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
Dvariables.py56 task_id = "" variable in Variables
/test/testfwk/xdevice/src/xdevice/_core/cluster/
Dmodels.py92 task_id: str = Field(index=True, description="任务编号") variable in TestBlock
Dutils.py457 def upload_task_end(task_id, block_id, report_path): argument
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py694 def _list_task_id(cls, task_id): argument