Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 3 | Documentation eSEL's Test cases. |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 4 | |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 5 | Resource ../lib/ipmi_client.robot |
| 6 | Resource ../lib/openbmc_ffdc.robot |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 7 | Resource ../lib/utils.robot |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 8 | Variables ../data/variables.py |
Sweta Potthuri | b2c50f1 | 2017-06-28 03:53:30 -0500 | [diff] [blame] | 9 | Resource ../lib/boot_utils.robot |
Steven Sombar | a3f0439 | 2018-10-01 15:38:21 -0500 | [diff] [blame] | 10 | Resource ../lib/esel_utils.robot |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 11 | |
Steven Sombar | fac31e9 | 2017-12-15 09:40:34 -0600 | [diff] [blame] | 12 | Suite Setup Suite Setup Execution |
| 13 | Suite Teardown Suite Teardown Execution |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 14 | Test Teardown FFDC On Test Case Fail |
George Keishing | 9af2df0 | 2017-10-30 02:16:18 -0500 | [diff] [blame] | 15 | Test Setup Delete All Error Logs |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 16 | |
| 17 | Force Tags eSEL_Logging |
| 18 | |
| 19 | *** Variables *** |
| 20 | |
Sweta Potthuri | af741cb | 2017-07-04 09:41:17 -0500 | [diff] [blame] | 21 | ${stack_mode} skip |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 22 | |
| 23 | ${LOGGING_SERVICE} xyz.openbmc_project.Logging.service |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 24 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 25 | ${ESEL_DATA} ESEL=00 00 df 00 00 00 00 20 00 04 12 35 6f aa 00 00 |
| 26 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 27 | *** Test Cases *** |
| 28 | |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 29 | Verify eSEL Using REST |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 30 | [Documentation] Generate eSEL log and verify using REST. |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 31 | [Tags] Verify_eSEL_Using_REST |
| 32 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 33 | Create eSEL |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 34 | # New eSEL log should exist |
Sweta Potthuri | 85c36c1 | 2017-07-03 05:30:44 -0500 | [diff] [blame] | 35 | ${resp}= OpenBMC Get Request ${BMC_LOGGING_ENTRY}/list |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 36 | Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} |
| 37 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 38 | Verify eSEL Entries Using REST |
| 39 | [Documentation] Verify that eSEL entries have data. |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 40 | [Tags] Verify_eSEL_Entries_Using_REST |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 41 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 42 | Create eSEL |
| 43 | Verify eSEL Entries |
| 44 | |
George Keishing | 146da7e | 2018-04-20 10:35:55 -0500 | [diff] [blame] | 45 | Verify eSEL Description And EntryID Using REST |
| 46 | [Documentation] Create eSEL log and verify "Description" and "EntryID" |
| 47 | ... are not empty via REST. |
| 48 | [Tags] Verify_eSEL_Description_And_EntryID_Using_REST |
| 49 | |
| 50 | # { |
| 51 | # "AdditionalData": [ |
| 52 | # "CALLOUT_INVENTORY_PATH=", |
| 53 | # "ESEL=00 00 df 00 00 00 00 20 00 04 12 35 6f aa 00 00", |
| 54 | # "_PID=1175" |
| 55 | # ], |
| 56 | # "Description": "An error was detected with the base platform, |
| 57 | # but was not able to be deciphered. Contact your next level of support.", |
| 58 | # "EventID": "FQPSPAA0011M", |
| 59 | # "Id": 1, |
| 60 | # "Message": "org.open_power.Host.Error.Event", |
| 61 | # "Resolved": 0, |
| 62 | # "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error", |
| 63 | # "Timestamp": 1524233022072, |
| 64 | # "associations": [ |
| 65 | # [ |
| 66 | # "callout", |
| 67 | # "fault", |
| 68 | # "" |
| 69 | # ] |
| 70 | # ] |
| 71 | |
| 72 | Create eSEL |
| 73 | |
| 74 | ${elog_entry}= Get URL List ${BMC_LOGGING_ENTRY} |
| 75 | ${desc}= Read Attribute ${elog_entry[0]} Description |
| 76 | Should Not Be Empty ${desc} msg=${desc} is not populated. |
| 77 | |
| 78 | ${event_id}= Read Attribute ${elog_entry[0]} EventID |
| 79 | Should Not Be Equal ${event_id} ${None} |
| 80 | ... msg=${event_id} is populated default "None". |
| 81 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 82 | |
| 83 | Verify Multiple eSEL Using REST |
George Keishing | 3d14cfa | 2017-03-06 02:49:49 -0600 | [diff] [blame] | 84 | [Documentation] Generate multiple eSEL log and verify using REST. |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 85 | [Tags] Verify_Multiple_eSEL_Using_REST |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 86 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 87 | Create eSEL |
| 88 | Create eSEL |
| 89 | ${entries}= Count eSEL Entries |
George Keishing | 9f39874 | 2017-11-23 02:42:33 -0600 | [diff] [blame] | 90 | # 1 eSEL creates 1 error log and 1 association. |
| 91 | Should Be Equal As Integers ${entries} ${4} |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 92 | |
George Keishing | 3d14cfa | 2017-03-06 02:49:49 -0600 | [diff] [blame] | 93 | Check eSEL AdditionalData |
| 94 | [Documentation] Generate eSEL log and verify AdditionalData is |
| 95 | ... not empty. |
George Keishing | 3d14cfa | 2017-03-06 02:49:49 -0600 | [diff] [blame] | 96 | [Tags] Check_eSEL_AdditionalData |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 97 | |
George Keishing | 3d14cfa | 2017-03-06 02:49:49 -0600 | [diff] [blame] | 98 | Create eSEL |
Sweta Potthuri | 85c36c1 | 2017-07-03 05:30:44 -0500 | [diff] [blame] | 99 | ${elog_entry}= Get URL List ${BMC_LOGGING_ENTRY} |
| 100 | ${resp}= OpenBMC Get Request ${elog_entry[0]} |
George Keishing | 3d14cfa | 2017-03-06 02:49:49 -0600 | [diff] [blame] | 101 | Should Be Equal As Strings ${resp.status_code} ${HTTP_OK} |
| 102 | ${jsondata}= To JSON ${resp.content} |
| 103 | # "/xyz/openbmc_project/logging/entry/1": { |
| 104 | # "Timestamp": 1487743771812, |
| 105 | # "AdditionalData": [], |
| 106 | # "Message": "org.open_power.Error.Host.Event.Event", |
| 107 | # "Id": 1, |
| 108 | # "Severity": "xyz.openbmc_project.Logging.Entry.Level.Emergency" |
| 109 | # } |
| 110 | Should Not Be Empty ${jsondata["data"]["AdditionalData"]} |
| 111 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 112 | Test Wrong Reservation_ID |
Steven Sombar | a3f0439 | 2018-10-01 15:38:21 -0500 | [diff] [blame] | 113 | [Documentation] This testcase is to test BMC can handle multi-requestor's |
| 114 | ... oem partial add command with incorrect reservation id. |
| 115 | ... It simulates sending partial add command with fake content |
| 116 | ... and wrong Reservation ID. This command will be rejected. |
George Keishing | cac24c7 | 2016-09-23 04:44:19 -0500 | [diff] [blame] | 117 | [Tags] Test_Wrong_Reservation_ID |
Gunnar Mills | 56b3289 | 2016-11-14 13:56:17 -0600 | [diff] [blame] | 118 | |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 119 | ${rev_id_1}= Run Inband IPMI Raw Command 0x0a 0x42 |
Gunnar Mills | 1cd544d | 2016-12-06 11:19:22 -0600 | [diff] [blame] | 120 | ${rev_id_ls}= Get Substring ${rev_id_1} 1 3 |
| 121 | ${rev_id_ms}= Get Substring ${rev_id_1} -2 |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 122 | Run Inband IPMI Raw Command 0x0a 0x42 |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 123 | ${output}= Check IPMI OEMpartialadd Reject |
| 124 | ... 0x3a 0xf0 0x${rev_id_ls} 0x${rev_id_ms} 0 0 0 0 0 1 2 3 4 5 6 7 8 9 0xa 0xb 0xc 0xd 0xe 0xf |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 125 | Should Contain ${output} Reservation cancelled |
| 126 | |
| 127 | Test Correct Reservation_ID |
Steven Sombar | a3f0439 | 2018-10-01 15:38:21 -0500 | [diff] [blame] | 128 | [Documentation] This testcase is to test BMC can handle multi-requestor's |
| 129 | ... oem partial add command with correct reservation id. It |
| 130 | ... simulates sending partial add command with fake content |
| 131 | ... and correct Reservation ID. This command will be accepted. |
George Keishing | cac24c7 | 2016-09-23 04:44:19 -0500 | [diff] [blame] | 132 | [Tags] Test_Correct_Reservation_ID |
Gunnar Mills | 56b3289 | 2016-11-14 13:56:17 -0600 | [diff] [blame] | 133 | |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 134 | Run Inband IPMI Raw Command 0x0a 0x42 |
| 135 | ${rev_id_2}= Run Inband IPMI Raw Command 0x0a 0x42 |
Gunnar Mills | 1cd544d | 2016-12-06 11:19:22 -0600 | [diff] [blame] | 136 | ${rev_id_ls}= Get Substring ${rev_id_2} 1 3 |
| 137 | ${rev_id_ms}= Get Substring ${rev_id_2} -2 |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 138 | ${output}= Check IPMI OEMpartialadd Accept |
| 139 | ... 0x3a 0xf0 0x${rev_id_ls} 0x${rev_id_ms} 0 0 0 0 0 1 2 3 4 5 6 7 8 9 0xa 0xb 0xc 0xd 0xe 0xf |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 140 | Should Be Empty ${output} |
| 141 | |
Steven Sombar | a3f0439 | 2018-10-01 15:38:21 -0500 | [diff] [blame] | 142 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 143 | *** Keywords *** |
| 144 | |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 145 | |
Steven Sombar | fac31e9 | 2017-12-15 09:40:34 -0600 | [diff] [blame] | 146 | Suite Teardown Execution |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 147 | [Documentation] Cleanup test logs and connection. |
George Keishing | 616c278 | 2017-02-23 13:04:04 -0600 | [diff] [blame] | 148 | Close All Connections |
| 149 | |
| 150 | |
George Keishing | 505d5b4 | 2017-02-21 11:01:54 -0600 | [diff] [blame] | 151 | Restart Logging Service |
| 152 | [Documentation] Restart Logging to clear eSEL log. |
| 153 | ${MainPID} ${stderr}= Execute Command |
| 154 | ... systemctl restart ${LOGGING_SERVICE} return_stderr=True |
| 155 | Should Be Empty ${stderr} |
| 156 | |
| 157 | Sleep 10s reason=Wait for service to restart properly. |
| 158 | |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 159 | |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 160 | Run IPMI Command Returned |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 161 | [Documentation] Run the IPMI command and return the output. |
Gunnar Mills | 3803280 | 2016-12-12 13:43:40 -0600 | [diff] [blame] | 162 | [Arguments] ${args} |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 163 | ${output_1}= Execute Command /tmp/ipmitool -I dbus raw ${args} |
Gunnar Mills | c9ea936 | 2016-12-13 16:21:13 -0600 | [diff] [blame] | 164 | [Return] ${output_1} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 165 | |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 166 | |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 167 | Check IPMI OEMpartialadd Reject |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 168 | [Documentation] Check if IPMI rejects the OEM partial add command. |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 169 | [Arguments] ${args} |
| 170 | Login To OS Host ${OS_HOST} ${OS_USERNAME} ${OS_PASSWORD} |
| 171 | ${stdout} ${stderr} ${output_2}= Execute Command ipmitool raw ${args} |
| 172 | ... return_stdout=True return_stderr=True return_rc=True |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 173 | [Return] ${stderr} |
Chris Austen | b29d2e8 | 2016-06-07 12:25:35 -0500 | [diff] [blame] | 174 | |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 175 | |
Steven Sombar | fac31e9 | 2017-12-15 09:40:34 -0600 | [diff] [blame] | 176 | Suite Setup Execution |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 177 | [Documentation] Validates input parameters & check if HOST OS is up. |
| 178 | |
| 179 | Should Not Be Empty |
| 180 | ... ${OS_HOST} msg=You must provide DNS name/IP of the OS host. |
| 181 | Should Not Be Empty |
| 182 | ... ${OS_USERNAME} msg=You must provide OS host user name. |
| 183 | Should Not Be Empty |
| 184 | ... ${OS_PASSWORD} msg=You must provide OS host user password. |
| 185 | |
Sweta Potthuri | b2c50f1 | 2017-06-28 03:53:30 -0500 | [diff] [blame] | 186 | # Boot to OS. |
| 187 | REST Power On |
| 188 | |
Sridevi Ramesh | 87be064 | 2017-05-19 01:20:50 -0500 | [diff] [blame] | 189 | Login To OS Host ${OS_HOST} ${OS_USERNAME} ${OS_PASSWORD} |
| 190 | Open Connection And Log In |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 191 | |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 192 | |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 193 | Check IPMI OEMpartialadd Accept |
Joy Onyerikwu | f4a807b | 2018-06-20 08:43:54 -0500 | [diff] [blame] | 194 | [Documentation] Check if IPMI accepts the OEM partial add command. |
Sweta Potthuri | fc9cfd7 | 2017-05-10 11:58:13 -0500 | [diff] [blame] | 195 | [Arguments] ${args} |
| 196 | Login To OS Host ${OS_HOST} ${OS_USERNAME} ${OS_PASSWORD} |
| 197 | ${stdout} ${stderr} ${output_3}= Execute Command ipmitool raw ${args} |
| 198 | ... return_stdout=True return_stderr=True return_rc=True |
| 199 | Should Be Equal ${output_3} ${0} msg=${stderr} |
Steven Sombar | a3f0439 | 2018-10-01 15:38:21 -0500 | [diff] [blame] | 200 | [Return] ${stderr} |