blob: 24aac0bd4a2823a9667a241db959e431efab2c5b [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
10*** Variables ***
11${LOOP_COUNT} ${1}
12
13
14*** Test Cases ***
15
16Verify 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
23Verify Lanplus Interface
24 [Documentation] Verify Lanplus interface.
George Keishing71fd6712022-03-28 09:56:14 -050025 [Tags] Verify_Lanplus_Interface
nagarjunb2236e04772022-03-15 15:05:53 +053026
27 Verify Lanplus Interface Commands
28