Home
last modified time | relevance | path

Searched refs:task_id (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot119 ${task_id} ${resp_obj}= Generate Task Instance
122 ${resp}= Redfish.Get /redfish/v1/TaskService/Tasks/${task_id}/Monitor
129 ${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}/Monitor
157 ${resp}= Redfish.Get Properties /redfish/v1/TaskService/Tasks/${task_id}
215 ${task_id} ${resp}= Create BMC User Dump
220 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}
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.robot325 ${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 …]
H A Dcode_update_utils.robot587 FOR ${task_id} IN @{task_list}
589 ${task_payload}= Redfish.Get Attribute ${task_id} Payload
592 ${task_state}= Redfish.Get Attribute ${task_id} TaskState
595 ${task_status}= Redfish.Get Attribute ${task_id} TaskStatus
597 Set To Dictionary ${task_inv_dict} ${task_id.split("/")[-1]} ${tmp_dict}
H A Dredfish_code_update_utils.robot374 FOR ${task_id} IN @{task_list}
375 ${task_payload}= Redfish.Get Properties ${task_id}
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-Fix-invalid-sigprocmask-call.patch27 …erry-picked from LEDE https://bugs.lede-project.org/index.php?do=details&task_id=637&openedfrom=-1…
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py201 task_id = Task.objects.filter(id=row['task_id']).values('id')
204 if (not task_id or not depends_on_id):
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot302 ${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}
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py557 def task( request, build_id, task_id ): argument
559 tasks_list = Task.objects.filter( pk=task_id )