Sridevi Ramesh | eb5a162 | 2020-03-19 05:50:46 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Test RAS sanity scenarios using ecmd commands. |
| 3 | |
| 4 | Resource ../../lib/openbmc_ffdc.robot |
Sridevi Ramesh | eb5a162 | 2020-03-19 05:50:46 -0500 | [diff] [blame] | 5 | Variables ../../lib/ras/variables.py |
| 6 | |
| 7 | Suite Setup Redfish Power On |
| 8 | Test Setup Printn |
| 9 | Test 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 | |
| 19 | Test Ecmd Getscom |
| 20 | [Documentation] Do getscom operation through BMC. |
| 21 | [Tags] Test_Ecmd_Getscom |
Sridevi Ramesh | 1c60faa | 2020-10-12 02:58:00 -0500 | [diff] [blame] | 22 | Ecmd getscom pu.c 20028440 -all |
Sridevi Ramesh | eb5a162 | 2020-03-19 05:50:46 -0500 | [diff] [blame] | 23 | |
| 24 | Test Ecmd Getcfam |
| 25 | [Documentation] Do getcfam operation through BMC. |
| 26 | [Tags] Test_Ecmd_Getcfam |
| 27 | Ecmd getcfam pu ${cfam_address} -all |
| 28 | |
| 29 | Test Ecmd Getmemproc |
| 30 | [Documentation] Do getmemproc operation through BMC. |
| 31 | [Tags] Test_Ecmd_Getmemproc |
| 32 | Ecmd getmemproc ${mem_address} ${count} |