Replace IPMI reset command with IPMI access command
Some IPMI command like "mc reset cold" does not prompt
"Insufficient privilege level" error due to ipmitool
issue - https://github.com/ipmitool/ipmitool/issues/160.
So replacing the command with other working command.
Change-Id: I52fa3f836349b24f9df8367db9ad834b774be109
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/tests/ipmi/test_general_ipmi.robot b/tests/ipmi/test_general_ipmi.robot
index 676d0e8..a31a521 100755
--- a/tests/ipmi/test_general_ipmi.robot
+++ b/tests/ipmi/test_general_ipmi.robot
@@ -363,7 +363,7 @@
# Attempt non white-listed operation expecting failure.
Run Keyword And Expect Error *Insufficient privilege level*
- ... Run Inband IPMI Standard Command mc reset cold
+ ... Run Inband IPMI Standard Command lan set 1 access on
*** Keywords ***