Skip to content

Commit

Permalink
test vic for vsphere70
Browse files Browse the repository at this point in the history
  • Loading branch information
ading007 committed Dec 27, 2019
1 parent e5db4d1 commit c56888c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/resources/VCH-Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ Set Test Environment Variables
# hardcode the TEST_URL_Array number as 10 since the other 6 HAAS servers are taken for other usage
${len}= Set Variable if %{DRONE_BUILD_NUMBER} 4 1
${IDX}= Evaluate %{DRONE_BUILD_NUMBER} \% ${len}
Set Environment Variable TEST_PASSWORD Admin\!23
Set Environment Variable TEST_TIMEOUT 30m
Set Environment Variable TEST_DATASTORE sharedVmfs-0

Run Keyword If %{DRONE_BUILD_NUMBER} Set Environment Variable TEST_URL @{URLs}[${IDX}]
Run Keyword If %{DRONE_BUILD_NUMBER} Set Environment Variable TEST_URL 10.192.194.57
... ELSE Set Environment Variable TEST_URL @{URLs}[${IDX}]
Set Environment Variable GOVC_URL %{TEST_URL}
Set Environment Variable GOVC_USERNAME %{TEST_USERNAME}
Expand Down

0 comments on commit c56888c

Please sign in to comment.