Method to read from JSON for host code update action
Change-Id: Ifb9652743f1a5c5be1c5ce4eecef490d7d5b82cc
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/redfish/update_service/test_redfish_host_code_update.robot b/redfish/update_service/test_redfish_host_code_update.robot
index d9b9d08..93d829b 100644
--- a/redfish/update_service/test_redfish_host_code_update.robot
+++ b/redfish/update_service/test_redfish_host_code_update.robot
@@ -18,6 +18,7 @@
Resource ../../lib/dump_utils.robot
Resource ../../lib/logging_utils.robot
Resource ../../lib/redfish_code_update_utils.robot
+Resource ../../lib/utils.robot
Library ../../lib/gen_robot_valid.py
Library ../../lib/tftp_update_utils.py
@@ -78,9 +79,12 @@
# policy ApplyTime allowed values (e.g. "OnReset", "Immediate").
Redfish.Login
+ ${post_code_update_actions}= Get Post Boot Action
Set ApplyTime policy=${apply_Time}
Redfish Upload Image And Check Progress State
- Poweron Host And Verify Host Image ${apply_time}
+ Run Key ${post_code_update_actions['Host image']['${apply_time}']}
+ Redfish.Login
+ Redfish Verify Host Version ${IMAGE_FILE_PATH}
Verify Get ApplyTime ${apply_time}