Added test to continuous check IPMI command execution

Change-Id: I71cc5b15aafb37cf9acc479d96292eb0f3a7d6f8
Signed-off-by: Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com>
diff --git a/ipmi/test_ipmi_user.robot b/ipmi/test_ipmi_user.robot
index 519418b..2b73730 100644
--- a/ipmi/test_ipmi_user.robot
+++ b/ipmi/test_ipmi_user.robot
@@ -25,6 +25,9 @@
               ...       20=0penBmc10penBmc2Bmc3  21=0penBmc10penBmc2Bmc34
               ...       7=0penBmc  8=0penBmc0
 
+# User defined count.
+${USER_LOOP_COUNT}      20
+
 
 *** Test Cases ***
 
@@ -463,6 +466,18 @@
     8                  20               ${True}
 
 
+Verify Continuous IPMI Command Execution
+    [Documentation]  Verify that continuous IPMI command execution runs fine.
+    [Tags]  Verify_Continuous_IPMI_Command_Execution
+
+    FOR  ${i}  IN RANGE  ${USER_LOOP_COUNT}
+        Run IPMI Standard Command  lan print
+        Run IPMI Standard Command  power status
+        Run IPMI Standard Command  fru list
+        Run IPMI Standard Command  sel list
+    END
+
+
 *** Keywords ***
 
 Create Random IPMI User
@@ -606,4 +621,4 @@
     # userid  The user ID (e.g. "1", "2", etc.).
 
     Run IPMI Standard Command  user set name ${userid} ""
-    Sleep  5s
\ No newline at end of file
+    Sleep  5s