Re-order test for HW_CI

Changes:
    - Remove Verify_OCC_State_When_Host_Is_Booted tag from the list
      since power on now checks the OCC state.
    - Re-order power on test cases to check if there are SSH/MTU
      connection problem when H_CI is execute.

Change-Id: I0633f57a85453b0790c4df48375b9ac3f6959c3f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_basic_poweron.robot b/tests/test_basic_poweron.robot
index b60f509..9ef2cb5 100644
--- a/tests/test_basic_poweron.robot
+++ b/tests/test_basic_poweron.robot
@@ -48,17 +48,6 @@
 
     Should Be Empty  ${journal_log}
 
-Test SSH And IPMI Connections
-    [Documentation]  Try SSH and IPMI commands to verify each connection.
-    [Tags]  Test_SSH_And_IPMI_Connections
-
-    Check If BMC Is Up  3 min  20 sec
-    Wait Until Keyword Succeeds
-    ...  3 min  30 sec  Wait for BMC state  Ready
-
-    BMC Execute Command  true
-    Run IPMI Standard Command  chassis status
-
 Verify Uptime Average Against Threshold
     [Documentation]  Compare BMC average boot time to a constant threshold.
     [Tags]  Verify_Uptime_Average_Against_Threshold
@@ -70,6 +59,17 @@
     Should Be True  ${uptime} < 180
     ...  msg=${uptime} exceeds threshold.
 
+Test SSH And IPMI Connections
+    [Documentation]  Try SSH and IPMI commands to verify each connection.
+    [Tags]  Test_SSH_And_IPMI_Connections
+
+    Check If BMC Is Up  3 min  20 sec
+    Wait Until Keyword Succeeds
+    ...  3 min  30 sec  Wait for BMC state  Ready
+
+    BMC Execute Command  true
+    Run IPMI Standard Command  chassis status
+
 *** Keywords ***
 
 Test Setup Execution