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 | |
| 19 | Verify Redfish BMC PowerOn |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 20 | [Documentation] Verify Redfish host power on operation. |
| 21 | [Tags] Verify_Redfish_Host_PowerOn |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 22 | |
| 23 | Redfish Power On |
| 24 | |
George Keishing | d8c8b31 | 2019-04-09 11:34:58 -0500 | [diff] [blame] | 25 | # TODO: Replace OCC state check with redfish property when available. |
| 26 | Verify OCC State |
| 27 | |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 28 | Verify Redfish BMC GracefulRestart |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 29 | [Documentation] Verify Redfish host graceful restart operation. |
| 30 | [Tags] Verify_Redfish_Host_GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 31 | |
| 32 | Redfish Host Reboot |
| 33 | |
| 34 | Verify Redfish BMC PowerOff |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 35 | [Documentation] Verify Redfish host power off operation. |
| 36 | [Tags] Verify_Redfish_Host_PowerOff |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 37 | |
| 38 | Redfish Hard Power Off |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 39 | |
| 40 | *** Keywords *** |
| 41 | |
| 42 | Test Setup Execution |
| 43 | [Documentation] Do test case setup tasks. |
| 44 | |
| 45 | Start SOL Console Logging |
| 46 | |
| 47 | |
| 48 | Test Teardown Execution |
| 49 | [Documentation] Collect FFDC and SOL log. |
| 50 | |
| 51 | FFDC On Test Case Fail |
| 52 | ${sol_log}= Stop SOL Console Logging |
| 53 | Log ${sol_log} |
| 54 | Set Auto Reboot ${1} |