Re-order test case for good end state
Currently, the order in which the test is processed, leaves the system
with incomplete PNOR image. The new order of the test leaves the system
with completed PNOR image installed.
Change-Id: I13cca8ca1c652471ee706753a5420ba057af77c1
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/code_update/host_recoverable_error_test.robot b/extended/code_update/host_recoverable_error_test.robot
index 7b4347d..9e50317 100644
--- a/extended/code_update/host_recoverable_error_test.robot
+++ b/extended/code_update/host_recoverable_error_test.robot
@@ -19,6 +19,14 @@
*** Test Cases ***
+Reboot BMC During Host Code Update
+ [Documentation] Attempt to reboot the BMC while an image is activating,
+ ... checking that the reboot has no effect.
+ [Tags] Reboot_BMC_During_Host_Code_Update
+
+ Attempt To Reboot BMC During Image Activation ${IMAGE_FILE_PATH}
+
+
Reset Network During Host Code Update
[Documentation] Disable and re-enable the network while doing a PNOR
... code update.
@@ -29,14 +37,6 @@
${IMAGE_FILE_PATH} ${FALSE}
-Reboot BMC During Host Code Update
- [Documentation] Attempt to reboot the BMC while an image is activating,
- ... checking that the reboot has no effect.
- [Tags] Reboot_BMC_During_Host_Code_Update
-
- Attempt To Reboot BMC During Image Activation ${IMAGE_FILE_PATH}
-
-
*** Keywords ***
Suite Setup Execution