Sridevi Ramesh | 92041a3 | 2020-04-22 02:29:31 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | |
| 3 | Documentation Module to test PLDM oem commands. |
| 4 | |
| 5 | Library ../lib/pldm_utils.py |
| 6 | Variables ../data/pldm_variables.py |
| 7 | Resource ../lib/openbmc_ffdc.robot |
| 8 | |
| 9 | Test Setup Printn |
| 10 | Test Teardown FFDC On Test Case Fail |
| 11 | |
| 12 | |
| 13 | *** Test Cases *** |
| 14 | |
| 15 | Verify GetAlertStatus |
| 16 | [Documentation] Verify get alert status descriptor response message. |
| 17 | [Tags] Verify_GetAlertStatus |
| 18 | |
| 19 | ${pldm_output}= Pldmtool oem-ibm GetAlertStatus -i 0 |
| 20 | Rprint Vars pldm_output |
Sridevi Ramesh | 961050b | 2020-11-12 11:04:30 -0600 | [diff] [blame] | 21 | Valid Value pldm_output['rack entry'] ['0xff000030'] |
| 22 | Valid Value pldm_output['pri cec node'] ['0x00008030'] |
Sridevi Ramesh | 92041a3 | 2020-04-22 02:29:31 -0500 | [diff] [blame] | 23 | |