Searched refs:task_id (Results 1 – 8 of 8) sorted by relevance
119 ${task_id} ${resp_obj}= Generate Task Instance122 ${resp}= Redfish.Get /redfish/v1/TaskService/Tasks/${task_id}/Monitor129 ${resp}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}149 Wait For Task Completion ${task_id} ${allowed_task_completion_state}153 ${resp}= Redfish.Get /redfish/v1/TaskService/Tasks/${task_id}/Monitor157 ${resp}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}215 ${task_id} ${resp}= Create BMC User Dump220 Return From Keyword ${task_id} ${resp}234 ${task_id} ${resp}= Generate Task Instance ${task_type}235 Wait For Task Completion ${task_id} ${allowed_task_completion_state}
325 ${task_id}= Set Variable ${resp.dict['Id']}327 ${task_dict}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}383 [Arguments] ${task_id}386 # task_id Task ID.404 ${task_dict}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}411 [Arguments] ${task_id}414 # task_id Task ID.416 ${resp}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}421 [Arguments] ${task_id}424 # task_id Task ID.[all …]
587 FOR ${task_id} IN @{task_list}589 ${task_payload}= Redfish.Get Attribute ${task_id} Payload592 ${task_state}= Redfish.Get Attribute ${task_id} TaskState595 ${task_status}= Redfish.Get Attribute ${task_id} TaskStatus597 Set To Dictionary ${task_inv_dict} ${task_id.split("/")[-1]} ${tmp_dict}
374 FOR ${task_id} IN @{task_list}375 ${task_payload}= Redfish.Get Properties ${task_id}
27 …erry-picked from LEDE https://bugs.lede-project.org/index.php?do=details&task_id=637&openedfrom=-1…
201 task_id = Task.objects.filter(id=row['task_id']).values('id')204 if (not task_id or not depends_on_id):
302 ${task_id}= Create User Initiated BMC Dump Via Redfish ${1}311 Wait Until Keyword Succeeds 5 min 15 sec Check Task Completion ${task_id}321 ${task_id}= Create User Initiated BMC Dump Via Redfish ${1}322 ${task_dict}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}331 Wait Until Keyword Succeeds 5 min 15 sec Check Task Completion ${task_id}
557 def task( request, build_id, task_id ): argument559 tasks_list = Task.objects.filter( pk=task_id )