Lines Matching +full:reset +full:- +full:time +full:- +full:sec
20 # "#ComputerSystem.Reset": {
22 # "target": "/redfish/v1/Systems/${SYSTEM_ID}/Actions/ComputerSystem.Reset"
30 # "Name": "Reset Action Info",
49 ${target}= Wait Until Keyword Succeeds 1 min 20 sec
50 ... redfish_utils.Get Target Actions /redfish/v1/Systems/${SYSTEM_ID}/ ComputerSystem.Reset
56 Redfish BMC Reset Operation
57 [Documentation] Do Redfish BMC reset operation.
62 # "#Manager.Reset": {
64 # "target": "/redfish/v1/Managers/${MANAGER_ID}/Actions/Manager.Reset"
79 # "Name": "Reset Action Info",
92 ${target}= Wait Until Keyword Succeeds 1 min 20 sec
93 ... redfish_utils.Get Target Actions /redfish/v1/Managers/${MANAGER_ID}/ Manager.Reset
98 Reset BIOS Via Redfish
99 [Documentation] Do BIOS reset through Redfish.
195 # "Context": "MYID-01"
293 # force Delete user account and re-create if force is True.
364 ${output} ${stderr} ${rc}= BMC Execute Command passwd --expire ${username}
391 [Documentation] Return fail if BMC last reset time is not changed.
395 # reset_time Last BMC reset time.
397 ${last_reset_time}= Get BMC Last Reset Time
404 # Get BMC last reset time for compare
405 ${last_reset_time}= Get BMC Last Reset Time
408 Redfish BMC Reset Operation
411 Wait Until Keyword Succeeds 3 min 10 sec Is BMC LastResetTime Changed ${last_reset_time}
414 Get BMC Last Reset Time