Fix for Verify PEL Log Offloaded To Host

Changes:
    - Increased the wait time for PEL log to get acknowledge
      from HOST.
    - Changed the order of testcase this test got effected
      due to poweroff in the Verify PEL Log Not Offloaded To Host.

Tested:
    - Ran testcase successfully from sandbox.

Change-Id: I69ebac279f78c19878bf2a67fb2b769a4cf470a4
Signed-off-by: dnirmala <dhurgam.nirmala1@ibm.com>
diff --git a/openpower/pel/test_bmc_pel.robot b/openpower/pel/test_bmc_pel.robot
index 8040029..4c5b6be 100644
--- a/openpower/pel/test_bmc_pel.robot
+++ b/openpower/pel/test_bmc_pel.robot
@@ -719,6 +719,17 @@
     END
 
 
+Verify PEL Log Offloaded To Host
+    [Documentation]  Verify host transmission state of offloaded PEL logs.
+    [Tags]  Verify_PEL_Log_Offloaded_To_Host
+    [Template]  Verify PEL Transmission To Host
+
+    # error_type            host_state      expected_transmission_state
+      informational_error   On              Acked
+      unrecoverable_error   On              Acked
+      predictive_error      On              Acked
+
+
 Verify PEL Log Not Offloaded To Host
     [Documentation]  Verify host transmission state of not offloaded PEL logs.
     [Tags]  Verify_PEL_Log_Not_Offloaded_To_Host
@@ -730,17 +741,6 @@
       predictive_error      Off             Not Sent
 
 
-Verify PEL Log Offloaded To Host
-    [Documentation]  Verify host transmission state of offloaded PEL logs.
-    [Tags]  Verify_PEL_Log_Offloaded_To_Host
-    [Template]  Verify PEL Transmission To Host
-
-    # error_type            host_state      expected_transmission_state
-      unrecoverable_error   On              Acked
-      predictive_error      On              Acked
-      informational_error   On              Acked
-
-
 *** Keywords ***
 
 Error Logging Rotation Policy
@@ -965,7 +965,7 @@
     # Check host transmission state for the cases where PEL is
     # expected to be  offloaded to HOST.
     Run Keyword If  "${expected_transmission_state}" == "Acked"
-    ...  Wait Until Keyword Succeeds  5 min  10 sec
+    ...  Wait Until Keyword Succeeds  10 min  10 sec
     ...  Check If PEL Transmission State Is Expected  ${pel_id}  Acked
 
     # Adding delay before checking host transmission for the cases where PEL is