blob: d44b03f0358f10391678be5393f633dd1281fbbd [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
George Keishing54316852023-10-16 14:03:29 +053012Force 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