Added new script to verify IPMI cmd via lanplus interface.

And also added a case to execute lanplus multiple times.

Created new resource file with keyword which contains Few ipmi commands
to execute over lanplus interface.

We can add more ipmi commands in future.

Tested: Run robot  ipmi/test_ipmi_lanplus.robot

Signed-off-by: Nagarjun B  <nagarjunb@ami.com>
Change-Id: Ic8f559e47b908a3b12af598a6e2b0c81bf947a37
diff --git a/ipmi/test_ipmi_lanplus.robot b/ipmi/test_ipmi_lanplus.robot
new file mode 100644
index 0000000..dfc2bba
--- /dev/null
+++ b/ipmi/test_ipmi_lanplus.robot
@@ -0,0 +1,28 @@
+*** Settings ***
+
+Documentation          To Verify Lanplus interface
+
+Resource               ../lib/ipmi_client.robot
+Resource               ../lib/ipmi_utils.robot
+Variables              ../data/ipmi_raw_cmd_table.py
+Library                ../lib/ipmi_utils.py
+
+*** Variables ***
+${LOOP_COUNT}          ${1}
+
+
+*** Test Cases ***
+
+Verify Lanplus Raw IPMI Commands Multiple Times
+    [Documentation]  Verify Lanplus interface With raw ipmi command for multiple times.
+    [Tags]  Verify_Lanplus_Raw_IPMI_Commands_Multiple_Times
+
+    Repeat Keyword  ${LOOP_COUNT} times  Verify Lanplus Interface Commands
+
+
+Verify Lanplus Interface
+    [Documentation]  Verify Lanplus interface.
+    [Tags]  verify_lanplus_interface
+
+    Verify Lanplus Interface Commands
+