Moved IPMI soft sutdown test to new ipmi bucket

Change-Id: I0cc890d8b999cb4287a1687d590433db62d9728b
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/lib/ipmi_client.robot b/lib/ipmi_client.robot
index b97beab..e20be6c 100755
--- a/lib/ipmi_client.robot
+++ b/lib/ipmi_client.robot
@@ -339,6 +339,13 @@
     Wait Until Keyword Succeeds  3 min  10 sec  Is Host Off
 
 
+Is Host Off Via IPMI
+    [Documentation]  Verify if the Host is off using IPMI command.
+
+    ${status}=  Run External IPMI Standard Command  chassis power status
+    Should Contain  ${status}  off
+
+
 Get Host State Via External IPMI
     [Documentation]  Returns host state using external IPMI.
 
@@ -425,4 +432,4 @@
     FOR  ${user_record}  IN  @{non_root_user_info}
         Run IPMI Standard Command   user set name ${user_record['user_id']} ""
         Sleep  5s
-    END
\ No newline at end of file
+    END