DMTF Update robot codes with latest directives
Changes:
- Run KeyWord If is deprecated since Robot
Framework version 5.*, use 'IF' instead
Tested:
- Checked using robot dry-run to make sure the
syntax is not broken
Change-Id: Ie9c06a79137399190469ff3a071d2d90c93c8e07
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/dmtf_tools/Redfish_Service_Validator.robot b/redfish/dmtf_tools/Redfish_Service_Validator.robot
index acbba0a..a6983e4 100644
--- a/redfish/dmtf_tools/Redfish_Service_Validator.robot
+++ b/redfish/dmtf_tools/Redfish_Service_Validator.robot
@@ -29,7 +29,7 @@
${rc} ${output}= Run DMTF Tool ${rsv_dir_path} ${cmd_str_master} check_error=1
Redfish Service Validator Result ${output}
- Run Keyword If ${rc} != 0 Fail Redfish-Service-Validator Failed.
+ IF ${rc} != 0 Fail Redfish-Service-Validator Failed.
Run Redfish Service Validator With Additional Roles
@@ -72,7 +72,7 @@
${rc} ${output}= Run DMTF Tool ${rsv_dir_path} ${cmd} check_error=1
Redfish Service Validator Result ${output}
- Run Keyword If ${rc} != 0 Fail
+ IF ${rc} != 0 Fail
Delete User Created