Add missing documentation
Changes:
Add missing documentation in test scripts
Tested:
NA
Change-Id: I7edfde924df15bce78e77010484eb25bf8ee1caf
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/lib/dmtf_tools_utils.robot b/lib/dmtf_tools_utils.robot
index c379bf3..ca8893e 100644
--- a/lib/dmtf_tools_utils.robot
+++ b/lib/dmtf_tools_utils.robot
@@ -18,6 +18,7 @@
# Description of arguments:
# rsv_dir_path Directory path for rsv tool (e.g. "Redfish-Service-Validator").
# rsv_github_url Github URL link(e.g "https://github.com/DMTF/Redfish-Service-Validator").
+ # branch_name Name of the branch.
${cmd_buf} Catenate rm -rf ${rsv_dir_path} ;
... git clone --branch ${branch_name} ${rsv_github_url} ${rsv_dir_path}
@@ -42,6 +43,9 @@
[Documentation] Check tool output for errors.
[Arguments] ${tool_output}
+ # Description of arguments:
+ # tool_output DMTF tool output.
+
# Example:
# Validation has failed: 9 problems found
# Service could not be started: RetriesExhaustedError()
@@ -53,6 +57,9 @@
[Documentation] Check tool output for errors.
[Arguments] ${tool_output}
+ # Description of arguments:
+ # tool_output DMTF tool output.
+
# Example:
# 0 errors
Should Contain ${tool_output} 0 errors