Enable user to specify the HTTPS port
Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
Change-Id: I4c3cca8f1473c7a9e43c1da275c440f759e3202c
diff --git a/redfish/dmtf_tools/Redfish_Service_Validator.robot b/redfish/dmtf_tools/Redfish_Service_Validator.robot
index 4fea84e..07fce19 100644
--- a/redfish/dmtf_tools/Redfish_Service_Validator.robot
+++ b/redfish/dmtf_tools/Redfish_Service_Validator.robot
@@ -14,7 +14,7 @@
${rsv_dir_path} Redfish-Service-Validator
${rsv_github_url} https://github.com/DMTF/Redfish-Service-Validator.git
${command_string} ${DEFAULT_PYTHON} ${rsv_dir_path}${/}RedfishServiceValidator.py
-... --ip ${OPENBMC_HOST} --nochkcert --authtype=Session -u ${OPENBMC_USERNAME}
+... --ip ${OPENBMC_HOST}:${HTTPS_PORT} --nochkcert --authtype=Session -u ${OPENBMC_USERNAME}
... -p ${OPENBMC_PASSWORD} --logdir ${EXECDIR}${/}logs${/} --debug_logging
*** Test Case ***
@@ -63,7 +63,7 @@
Download DMTF Tool ${rsv_dir_path} ${rsv_github_url}
${cmd}= Catenate ${DEFAULT_PYTHON} ${rsv_dir_path}${/}RedfishServiceValidator.py
- ... --ip ${OPENBMC_HOST} --nochkcert --authtype=Session -u ${username}
+ ... --ip ${OPENBMC_HOST}:${HTTPS_PORT} --nochkcert --authtype=Session -u ${username}
... -p ${password} --logdir ${EXECDIR}${/}logs_${username}${/} --debug_logging
Rprint Vars cmd