blob: a3d46a1964313853a88edf034cd0c61b6077a1cd [file] [log] [blame]
Sridevi Ramesheb5a1622020-03-19 05:50:46 -05001*** Settings ***
2Documentation Test RAS sanity scenarios using ecmd commands.
3
4Resource ../../lib/openbmc_ffdc.robot
Sridevi Ramesheb5a1622020-03-19 05:50:46 -05005Variables ../../lib/ras/variables.py
6
7Suite Setup Redfish Power On
8Test Setup Printn
9Test Teardown FFDC On Test Case Fail
10
11
12*** Variables ***
13
14# mention count to read system memory.
15${count} 128
16
17*** Test Cases ***
18
19Test Ecmd Getscom
20 [Documentation] Do getscom operation through BMC.
21 [Tags] Test_Ecmd_Getscom
Sridevi Ramesh1c60faa2020-10-12 02:58:00 -050022 Ecmd getscom pu.c 20028440 -all
Sridevi Ramesheb5a1622020-03-19 05:50:46 -050023
24Test Ecmd Getcfam
25 [Documentation] Do getcfam operation through BMC.
26 [Tags] Test_Ecmd_Getcfam
27 Ecmd getcfam pu ${cfam_address} -all
28
29Test Ecmd Getmemproc
30 [Documentation] Do getmemproc operation through BMC.
31 [Tags] Test_Ecmd_Getmemproc
32 Ecmd getmemproc ${mem_address} ${count}