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 | |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 11 | *** Variables *** |
| 12 | |
| 13 | # Extended code to check OCC state, power metric and others. |
| 14 | ${additional_power_check} ${1} |
George Keishing | 4090503 | 2021-11-09 12:45:33 -0600 | [diff] [blame] | 15 | ${additional_occ_check} ${1} |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 16 | |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 17 | *** Test Cases *** |
| 18 | |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 19 | Verify Redfish Host GracefulShutdown |
| 20 | [Documentation] Verify Redfish host graceful shutdown operation. |
| 21 | [Tags] Verify_Redfish_Host_GracefulShutdown |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 22 | |
| 23 | Redfish Power Off |
| 24 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 25 | |
Lei YU | 46b1a8e | 2020-01-16 14:21:53 +0800 | [diff] [blame] | 26 | Verify Redfish BMC PowerOn With OCC State |
| 27 | [Documentation] Verify Redfish host power on operation. |
| 28 | [Tags] Verify_Redfish_BMC_PowerOn_With_OCC_State |
| 29 | |
| 30 | Redfish Power On |
| 31 | |
| 32 | # TODO: Replace OCC state check with redfish property when available. |
| 33 | Verify OCC State |
| 34 | |
| 35 | |
George Keishing | 5236ec5 | 2022-01-31 12:07:58 -0600 | [diff] [blame] | 36 | Verify Redfish Host PowerOn |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 37 | [Documentation] Verify Redfish host power on operation. |
| 38 | [Tags] Verify_Redfish_Host_PowerOn |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 39 | |
| 40 | Redfish Power On |
| 41 | |
George Keishing | 4090503 | 2021-11-09 12:45:33 -0600 | [diff] [blame] | 42 | Run Keyword If ${additional_occ_check} == ${1} |
George Keishing | d918148 | 2021-10-08 08:13:22 -0500 | [diff] [blame] | 43 | ... Wait Until Keyword Succeeds 3 mins 30 secs Match OCC And CPU State Count |
| 44 | |
| 45 | Run Keyword If ${additional_power_check} == ${1} Power Check |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 46 | |
| 47 | |
George Keishing | 5236ec5 | 2022-01-31 12:07:58 -0600 | [diff] [blame] | 48 | Verify Redfish Host GracefulRestart |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 49 | [Documentation] Verify Redfish host graceful restart operation. |
| 50 | [Tags] Verify_Redfish_Host_GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 51 | |
George Keishing | e523fc0 | 2020-03-23 12:28:01 -0500 | [diff] [blame] | 52 | RF SYS GracefulRestart |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 53 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 54 | |
George Keishing | 5236ec5 | 2022-01-31 12:07:58 -0600 | [diff] [blame] | 55 | Verify Redfish Host PowerOff |
George Keishing | 4583a08 | 2019-02-25 10:28:42 -0600 | [diff] [blame] | 56 | [Documentation] Verify Redfish host power off operation. |
| 57 | [Tags] Verify_Redfish_Host_PowerOff |
Sridevi Ramesh | d737eb9 | 2019-02-13 05:03:21 -0600 | [diff] [blame] | 58 | |
| 59 | Redfish Hard Power Off |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 60 | |
| 61 | *** Keywords *** |
| 62 | |
| 63 | Test Setup Execution |
| 64 | [Documentation] Do test case setup tasks. |
| 65 | |
George Keishing | 9833f96 | 2019-10-07 12:37:57 -0500 | [diff] [blame] | 66 | Printn |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 67 | Start SOL Console Logging |
George Keishing | 2997a28 | 2020-06-16 00:42:08 -0500 | [diff] [blame] | 68 | Redfish.Login |
George Keishing | 36c39aa | 2019-03-01 04:33:58 -0600 | [diff] [blame] | 69 | |
| 70 | |
| 71 | Test Teardown Execution |
| 72 | [Documentation] Collect FFDC and SOL log. |
| 73 | |
| 74 | FFDC On Test Case Fail |
| 75 | ${sol_log}= Stop SOL Console Logging |
| 76 | Log ${sol_log} |
George Keishing | 99a6205 | 2020-06-12 13:32:13 -0500 | [diff] [blame] | 77 | |
| 78 | Run Keyword If ${REDFISH_SUPPORTED} |
| 79 | ... Redfish Set Auto Reboot RetryAttempts |
| 80 | ... ELSE |
| 81 | ... Set Auto Reboot ${1} |
George Keishing | 2997a28 | 2020-06-16 00:42:08 -0500 | [diff] [blame] | 82 | Redfish.Logout |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 83 | |
| 84 | |
George Keishing | d918148 | 2021-10-08 08:13:22 -0500 | [diff] [blame] | 85 | Power Check |
| 86 | [Documentation] Verify PowerConsumedWatts property. |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 87 | |
| 88 | ${power_uri_list}= redfish_utils.Get Members URI /redfish/v1/Chassis/ PowerControl |
| 89 | Log List ${power_uri_list} |
| 90 | |
| 91 | # Power entries could be seen across different redfish path, remove the URI |
| 92 | # where the attribute is non-existent. |
| 93 | # Example: |
| 94 | # ['/redfish/v1/Chassis/chassis/Power', |
| 95 | # '/redfish/v1/Chassis/motherboard/Power'] |
| 96 | FOR ${idx} IN @{power_uri_list} |
| 97 | ${power_control}= redfish_utils.Get Attribute ${idx} PowerControl |
| 98 | Log Dictionary ${power_control[0]} |
| 99 | |
| 100 | # Ensure the path does have the attribute else set to EMPTY as default to skip. |
| 101 | ${value}= Get Variable Value ${power_control[0]['PowerConsumedWatts']} ${EMPTY} |
| 102 | Run Keyword If "${value}" == "${EMPTY}" |
| 103 | ... Remove Values From List ${power_uri_list} ${idx} |
| 104 | |
| 105 | # Check the next available element in the list. |
| 106 | Continue For Loop If "${value}" == "${EMPTY}" |
| 107 | |
| 108 | Valid Dict power_control[${0}] ['PowerConsumedWatts'] |
| 109 | |
| 110 | END |
| 111 | |
| 112 | # Double check, the validation has at least one valid path. |
| 113 | Should Not Be Empty ${power_uri_list} |
| 114 | ... msg=Should contain at least one element in the list. |