blob: afd82e698040d0e1833ad8abe64b657d135dce6a [file] [log] [blame]
nagarjunb2236e04772022-03-15 15:05:53 +05301*** Settings ***
2
3Documentation To Verify Lanplus interface
4
5Resource ../lib/ipmi_client.robot
6Resource ../lib/ipmi_utils.robot
7Variables ../data/ipmi_raw_cmd_table.py
8Library ../lib/ipmi_utils.py
9
George Keishing87dc4422023-10-20 12:56:30 +053010Force Tags IPMI_LANplus
11
nagarjunb2236e04772022-03-15 15:05:53 +053012*** Variables ***
George Keishing87dc4422023-10-20 12:56:30 +053013
nagarjunb2236e04772022-03-15 15:05:53 +053014${LOOP_COUNT} ${1}
15
16
17*** Test Cases ***
18
19Verify Lanplus Raw IPMI Commands Multiple Times
20 [Documentation] Verify Lanplus interface With raw ipmi command for multiple times.
21 [Tags] Verify_Lanplus_Raw_IPMI_Commands_Multiple_Times
22
23 Repeat Keyword ${LOOP_COUNT} times Verify Lanplus Interface Commands
24
25
26Verify Lanplus Interface
27 [Documentation] Verify Lanplus interface.
George Keishing71fd6712022-03-28 09:56:14 -050028 [Tags] Verify_Lanplus_Interface
nagarjunb2236e04772022-03-15 15:05:53 +053029
30 Verify Lanplus Interface Commands
31