nagarjunb22 | 36e0477 | 2022-03-15 15:05:53 +0530 | [diff] [blame] | 1 | *** Settings *** |
| 2 | |
| 3 | Documentation To Verify Lanplus interface |
| 4 | |
| 5 | Resource ../lib/ipmi_client.robot |
| 6 | Resource ../lib/ipmi_utils.robot |
| 7 | Variables ../data/ipmi_raw_cmd_table.py |
| 8 | Library ../lib/ipmi_utils.py |
| 9 | |
| 10 | *** Variables *** |
| 11 | ${LOOP_COUNT} ${1} |
| 12 | |
| 13 | |
| 14 | *** Test Cases *** |
| 15 | |
| 16 | Verify Lanplus Raw IPMI Commands Multiple Times |
| 17 | [Documentation] Verify Lanplus interface With raw ipmi command for multiple times. |
| 18 | [Tags] Verify_Lanplus_Raw_IPMI_Commands_Multiple_Times |
| 19 | |
| 20 | Repeat Keyword ${LOOP_COUNT} times Verify Lanplus Interface Commands |
| 21 | |
| 22 | |
| 23 | Verify Lanplus Interface |
| 24 | [Documentation] Verify Lanplus interface. |
George Keishing | 71fd671 | 2022-03-28 09:56:14 -0500 | [diff] [blame] | 25 | [Tags] Verify_Lanplus_Interface |
nagarjunb22 | 36e0477 | 2022-03-15 15:05:53 +0530 | [diff] [blame] | 26 | |
| 27 | Verify Lanplus Interface Commands |
| 28 | |