Add missing description for arguments
Changes
Add missing description for arguments
Tested
NA
Change-Id: I4ce2100e0c19edda024aa4d4c4d194e681303b84
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/oem/nuvoton/test_redfish_mcu_fw_update.robot b/oem/nuvoton/test_redfish_mcu_fw_update.robot
index e6c01b9..8d2ef0f 100644
--- a/oem/nuvoton/test_redfish_mcu_fw_update.robot
+++ b/oem/nuvoton/test_redfish_mcu_fw_update.robot
@@ -87,7 +87,8 @@
[Arguments] ${apply_time} ${image_file_path}
# Description of argument(s):
- # policy ApplyTime allowed values (e.g. "OnReset", "Immediate").
+ # policy ApplyTime allowed values (e.g. "OnReset", "Immediate").
+ # image_file_path Path to the image tarball.
Redfish.Login
@@ -112,4 +113,7 @@
[Documentation] Get image ID from image_info.
[Arguments] ${image_info}
+ # Description of argument(s):
+ # image_info Image info.
+
RETURN ${image_info["image_id"]}