Skip to content

Commit

Permalink
Add missing HTTPS_PORT reference
Browse files Browse the repository at this point in the history
Without this reference all tests in this section fail
on non-standard ports.

Change-Id: I90db7c345d35f328d875fe4fad1791c563f73600
Signed-off-by: Matt Fischer <[email protected]>
  • Loading branch information
matthewfischer authored and gkeishin committed Oct 31, 2023
1 parent a703780 commit 6954602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redfish/service_root/test_service_root.robot
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Redfish Login Via SessionService
[Documentation] Login to BMC via redfish session service.
[Tags] Redfish_Login_Via_SessionService
Create Session openbmc https://${OPENBMC_HOST}
Create Session openbmc https://${OPENBMC_HOST}:${HTTPS_PORT}
${headers}= Create Dictionary Content-Type=application/json
${data}= Set Variable {"UserName":"${OPENBMC_USERNAME}", "Password":"${OPENBMC_PASSWORD}"}

Expand Down

0 comments on commit 6954602

Please sign in to comment.