Lines Matching +full:reset +full:- +full:time +full:- +full:sec

2 Documentation       This suite tests IPMI Cold Reset in OpenBMC.
4 ... The Cold reset command directs the Responder to perform
5 ... a 'Cold Reset' action, which causes default setting of
10 ... - Cold_Reset_Via_IPMI
11 ... - Cold_Reset_With_Invalid_Data_Request_Via_IPMI
12 ... - Verify_Cold_Reset_Impact_On_Sensor_Threshold_Via_IPMI
14 ... The script verifies command execution for cold reset,
15 ... invalid data request verification of cold reset and
16 ... impact on sensor threshold value change with cold reset.
19 ... executes cold reset IPMI command,
20 ... compares sensor threshold values of initial and reading after cold reset.
22 ... Request data for cold reset present under data/ipmi_raw_cmd_table.py
42 Cold Reset Via IPMI
43 [Documentation] Verify Cold Reset via IPMI.
46 # Cold Reset Via IPMI raw command.
47 Run IPMI Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
50 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Unpingable
51 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Operational
59 Cold Reset With Invalid Data Request Via IPMI
60 [Documentation] Verify Cold Reset with invalid data request via IPMI.
63 # Verify cold reset with invalid length of the request data and expect error.
65 ... Run IPMI Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]} 0x00
68 Verify Cold Reset Impact On Sensor Threshold Via IPMI
69 [Documentation] Modify sensor threshold, perform cold reset,
93 # Cold Reset Via IPMI raw command.
94 Run IPMI Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
97 Wait Until Keyword Succeeds 3 min 10 sec Is BMC Unpingable
98 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Operational
101 ${data_after_coldreset}= Wait Until Keyword Succeeds 2 min 30 sec
102 ... Run IPMI Standard Command sensor | grep -i "${sensor_name}"
115 # BMC may take time to populate all the sensors once BMC Cold reset completes.
116 ${data}= Wait Until Keyword Succeeds 2 min 30 sec
234 ${new_data}= Run IPMI Standard Command sensor | grep -i "${sensor_name}"