Add test documentation python vs robot keywords
Change-Id: I04e072d5987504f6867cd7b19cb9de396c23e2b4
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/extended/redfish_bmc_code_update.robot b/redfish/extended/redfish_bmc_code_update.robot
index b8ccc92..8c73520 100644
--- a/redfish/extended/redfish_bmc_code_update.robot
+++ b/redfish/extended/redfish_bmc_code_update.robot
@@ -42,10 +42,12 @@
[Documentation] Update the firmware image.
[Tags] Redfish_BMC_Code_Update
- ${image_version}= Get Version Tar ${IMAGE_FILE_PATH}
+ # Python module: get_version_tar(tar_file_path)
+ ${image_version}= code_update_utils.Get Version Tar ${IMAGE_FILE_PATH}
Rprint Vars image_version
- ${bmc_release_info}= Get BMC Release Info
+ # Python module: get_bmc_release_info()
+ ${bmc_release_info}= utils.Get BMC Release Info
${functional_version}= Set Variable ${bmc_release_info['version_id']}
Rprint Vars functional_version