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 |
| 5 | |
| 6 | Test Teardown FFDC On Test Case Fail |
| 7 | |
| 8 | *** Test Cases *** |
| 9 | |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 10 | Verify Redfish Host GracefulShutdown |
| 11 | [Documentation] Verify Redfish host graceful shutdown operation. |
| 12 | [Tags] Verify_Redfish_Host_GracefulShutdown |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 13 | |
| 14 | Redfish Power Off |
| 15 | |
| 16 | Verify Redfish BMC PowerOn |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 17 | [Documentation] Verify Redfish host power on operation. |
| 18 | [Tags] Verify_Redfish_Host_PowerOn |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 19 | |
| 20 | Redfish Power On |
| 21 | |
| 22 | Verify Redfish BMC GracefulRestart |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 23 | [Documentation] Verify Redfish host graceful restart operation. |
| 24 | [Tags] Verify_Redfish_Host_GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 25 | |
| 26 | Redfish Host Reboot |
| 27 | |
| 28 | Verify Redfish BMC PowerOff |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 29 | [Documentation] Verify Redfish host power off operation. |
| 30 | [Tags] Verify_Redfish_Host_PowerOff |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 31 | |
| 32 | Redfish Hard Power Off |