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 |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 6 | |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 7 | Test Setup Test Setup Execution |
| 8 | Test Teardown Test Teardown Execution |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 9 | |
| 10 | *** Test Cases *** |
| 11 | |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 12 | Verify Redfish Host GracefulShutdown |
| 13 | [Documentation] Verify Redfish host graceful shutdown operation. |
| 14 | [Tags] Verify_Redfish_Host_GracefulShutdown |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 15 | |
| 16 | Redfish Power Off |
| 17 | |
| 18 | Verify Redfish BMC PowerOn |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 19 | [Documentation] Verify Redfish host power on operation. |
| 20 | [Tags] Verify_Redfish_Host_PowerOn |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 21 | |
| 22 | Redfish Power On |
| 23 | |
| 24 | Verify Redfish BMC GracefulRestart |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 25 | [Documentation] Verify Redfish host graceful restart operation. |
| 26 | [Tags] Verify_Redfish_Host_GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 27 | |
| 28 | Redfish Host Reboot |
| 29 | |
| 30 | Verify Redfish BMC PowerOff |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 31 | [Documentation] Verify Redfish host power off operation. |
| 32 | [Tags] Verify_Redfish_Host_PowerOff |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 33 | |
| 34 | Redfish Hard Power Off |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 35 | |
| 36 | *** Keywords *** |
| 37 | |
| 38 | Test Setup Execution |
| 39 | [Documentation] Do test case setup tasks. |
| 40 | |
| 41 | Start SOL Console Logging |
| 42 | |
| 43 | |
| 44 | Test Teardown Execution |
| 45 | [Documentation] Collect FFDC and SOL log. |
| 46 | |
| 47 | FFDC On Test Case Fail |
| 48 | ${sol_log}= Stop SOL Console Logging |
| 49 | Log ${sol_log} |
| 50 | Set Auto Reboot ${1} |