Remove explicit checking MANIFEST
TODO: Check through Redfish inventory instead
of /tmp/images/<ID>/MANIFEST
Change-Id: Ia6f66060aef58139389b9be730bacbc5b28ca336
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/redfish_code_update_utils.robot b/lib/redfish_code_update_utils.robot
index 7520483..a897714 100644
--- a/lib/redfish_code_update_utils.robot
+++ b/lib/redfish_code_update_utils.robot
@@ -153,8 +153,9 @@
${image_id}= Get Latest Image ID
Rprint Vars image_id
- ${manifest} ${stderr} ${rc}= BMC Execute Command cat /tmp/images/${image_id}/MANIFEST
- Rprint Vars manifest
+ # TODO: Fix up code using Redfish update inventory
+ #${manifest} ${stderr} ${rc}= BMC Execute Command cat /tmp/images/${image_id}/MANIFEST
+ #Rprint Vars manifest
Wait Until Keyword Succeeds 1 min 05 sec
... Check Image Update Progress State match_state='Disabled', 'Updating' image_id=${image_id}