Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 1 | *** Settings *** |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 2 | Documentation This suite tests Redfish Host power operations. |
| 3 | |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 4 | Resource ../../lib/boot_utils.robot |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 5 | Resource ../../lib/common_utils.robot |
George Keishing | d8c8b31 | 2019-04-09 11:34:58 -0500 | [diff] [blame] | 6 | Resource ../../lib/open_power_utils.robot |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 7 | |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 8 | Test Setup Test Setup Execution |
| 9 | Test Teardown Test Teardown Execution |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 10 | |
| 11 | *** Test Cases *** |
| 12 | |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 13 | Verify Redfish Host GracefulShutdown |
| 14 | [Documentation] Verify Redfish host graceful shutdown operation. |
| 15 | [Tags] Verify_Redfish_Host_GracefulShutdown |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 16 | |
| 17 | Redfish Power Off |
| 18 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 19 | |
Lei YU | 46b1a8e | 2020-01-16 14:21:53 +0800 | [diff] [blame] | 20 | Verify Redfish BMC PowerOn With OCC State |
| 21 | [Documentation] Verify Redfish host power on operation. |
| 22 | [Tags] Verify_Redfish_BMC_PowerOn_With_OCC_State |
| 23 | |
| 24 | Redfish Power On |
| 25 | |
| 26 | # TODO: Replace OCC state check with redfish property when available. |
| 27 | Verify OCC State |
| 28 | |
| 29 | |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 30 | Verify Redfish BMC PowerOn |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 31 | [Documentation] Verify Redfish host power on operation. |
| 32 | [Tags] Verify_Redfish_Host_PowerOn |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 33 | |
| 34 | Redfish Power On |
| 35 | |
George Keishing | d8c8b31 | 2019-04-09 11:34:58 -0500 | [diff] [blame] | 36 | # TODO: Replace OCC state check with redfish property when available. |
| 37 | Verify OCC State |
| 38 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 39 | Redfish.Login |
| 40 | ${power_control}= Redfish.Get Attribute ${REDFISH_CHASSIS_POWER_URI} PowerControl |
| 41 | Rprint Vars power_control |
| 42 | Valid Dict power_control[${0}] ['PowerConsumedWatts'] |
| 43 | |
| 44 | |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 45 | Verify Redfish BMC GracefulRestart |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 46 | [Documentation] Verify Redfish host graceful restart operation. |
| 47 | [Tags] Verify_Redfish_Host_GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 48 | |
George Keishing | e523fc0 | 2020-03-23 12:28:01 -0500 | [diff] [blame] | 49 | RF SYS GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 50 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 51 | |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 52 | Verify Redfish BMC PowerOff |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 53 | [Documentation] Verify Redfish host power off operation. |
| 54 | [Tags] Verify_Redfish_Host_PowerOff |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 55 | |
| 56 | Redfish Hard Power Off |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 57 | |
| 58 | *** Keywords *** |
| 59 | |
| 60 | Test Setup Execution |
| 61 | [Documentation] Do test case setup tasks. |
| 62 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 63 | Printn |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 64 | Start SOL Console Logging |
| 65 | |
| 66 | |
| 67 | Test Teardown Execution |
| 68 | [Documentation] Collect FFDC and SOL log. |
| 69 | |
| 70 | FFDC On Test Case Fail |
| 71 | ${sol_log}= Stop SOL Console Logging |
| 72 | Log ${sol_log} |
| 73 | Set Auto Reboot ${1} |