blob: 913a8aded5fdde356babb1595598d3463957896e [file] [log] [blame]
Sridevi Ramesh92041a32020-04-22 02:29:31 -05001*** Settings ***
2
3Documentation Module to test PLDM oem commands.
4
5Library ../lib/pldm_utils.py
6Variables ../data/pldm_variables.py
7Resource ../lib/openbmc_ffdc.robot
8
9Test Setup Printn
10Test Teardown FFDC On Test Case Fail
11
Matt Fischer6fb70d92023-10-24 19:06:33 -060012Test Tags Pldm_OEM
Sridevi Ramesh92041a32020-04-22 02:29:31 -050013
14*** Test Cases ***
15
16Verify GetAlertStatus
17 [Documentation] Verify get alert status descriptor response message.
18 [Tags] Verify_GetAlertStatus
19
20 ${pldm_output}= Pldmtool oem-ibm GetAlertStatus -i 0
21 Rprint Vars pldm_output
Sridevi Ramesh961050b2020-11-12 11:04:30 -060022 Valid Value pldm_output['rack entry'] ['0xff000030']
23 Valid Value pldm_output['pri cec node'] ['0x00008030']
Sridevi Ramesh92041a32020-04-22 02:29:31 -050024