Automation CT fix to separate the TC
Changes:
- Verify Redfish Code Update Completion
In Spite Of Changing Hostname
- Verify Redfish Code Update Completion
In Spite Of Performing Kernel Panic
- Verify Redfish Code Update Completion
In Spite Of Updating HTTPS Certificate
Tested: - Ran successfully
/redfish/update_service/
test_redfish_bmc_code_update.robot
Change-Id: Icfeefe061f6fb132768a5f7a9f254038ec99fb06
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/redfish/update_service/test_redfish_bmc_code_update.robot b/redfish/update_service/test_redfish_bmc_code_update.robot
index 9a3f114..7dd0f73 100644
--- a/redfish/update_service/test_redfish_bmc_code_update.robot
+++ b/redfish/update_service/test_redfish_bmc_code_update.robot
@@ -166,17 +166,36 @@
Redfish.Logout
-Redfish Code Update With Different Interrupted Operation
- [Documentation] Ensure firmware update is successful when different interrupted operation executed
- ... i.e. change the hostname, updating https certificate and firmware update fail
- ... when kernel panic.
- [Tags] Redfish_Code_Update_With_Different_Interrupted_Operation
+Verify Redfish Code Update Completion In Spite Of Changing Hostname
+ [Documentation] Ensure firmware update is successful when interrupted operation performed like
+ ... change the hostname.
+ [Tags] Verify_Redfish_Code_Update_Completion_In_Spite_Of_Changing_Hostname
[Template] Verify Redfish Code Update With Different Interrupted Operation
[Teardown] Code Update Interrupted Operation Teardown
# operation count
host_name 1
+
+
+Verify Redfish Code Update Completion In Spite Of Performing Kernel Panic
+ [Documentation] Ensure firmware update is successful when interrupted operation performed like
+ ... firmware update fail when kernel panic.
+ [Tags] Verify_Redfish_Code_Update_Completion_In_Spite_Of_Performing_Kernel_Panic
+ [Template] Verify Redfish Code Update With Different Interrupted Operation
+ [Teardown] Code Update Interrupted Operation Teardown
+
+ # operation count
kernel_panic 1
+
+
+Verify Redfish Code Update Completion In Spite Of Updating HTTPS Certificate
+ [Documentation] Ensure firmware update is successful when interrupted operation performed like
+ ... updating https certificate.
+ [Tags] Verify_Redfish_Code_Update_Completion_In_Spite_Of_Updating_HTTPS_Certificate
+ [Template] Verify Redfish Code Update With Different Interrupted Operation
+ [Teardown] Code Update Interrupted Operation Teardown
+
+ # operation count
https_certificate 1
*** Keywords ***