| 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 |  | 
| Matt Fischer | 6fb70d9 | 2023-10-24 19:06:33 -0600 | [diff] [blame] | 10 | Test Tags             IPMI_LANplus | 
| George Keishing | 87dc442 | 2023-10-20 12:56:30 +0530 | [diff] [blame] | 11 |  | 
| nagarjunb22 | 36e0477 | 2022-03-15 15:05:53 +0530 | [diff] [blame] | 12 | *** Variables *** | 
| George Keishing | 87dc442 | 2023-10-20 12:56:30 +0530 | [diff] [blame] | 13 |  | 
| nagarjunb22 | 36e0477 | 2022-03-15 15:05:53 +0530 | [diff] [blame] | 14 | ${LOOP_COUNT}          ${1} | 
|  | 15 |  | 
|  | 16 |  | 
|  | 17 | *** Test Cases *** | 
|  | 18 |  | 
|  | 19 | Verify Lanplus Raw IPMI Commands Multiple Times | 
| Sridevi Ramesh | 934d3b0 | 2025-04-25 04:59:43 -0500 | [diff] [blame] | 20 | [Documentation]  Verify Lanplus interface With raw IPMI command for multiple times. | 
| nagarjunb22 | 36e0477 | 2022-03-15 15:05:53 +0530 | [diff] [blame] | 21 | [Tags]  Verify_Lanplus_Raw_IPMI_Commands_Multiple_Times | 
|  | 22 |  | 
|  | 23 | Repeat Keyword  ${LOOP_COUNT} times  Verify Lanplus Interface Commands | 
|  | 24 |  | 
|  | 25 |  | 
|  | 26 | Verify Lanplus Interface | 
|  | 27 | [Documentation]  Verify Lanplus interface. | 
| George Keishing | 71fd671 | 2022-03-28 09:56:14 -0500 | [diff] [blame] | 28 | [Tags]  Verify_Lanplus_Interface | 
| nagarjunb22 | 36e0477 | 2022-03-15 15:05:53 +0530 | [diff] [blame] | 29 |  | 
|  | 30 | Verify Lanplus Interface Commands | 
|  | 31 |  |