We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5db4d1 commit c56888cCopy full SHA for c56888c
tests/resources/VCH-Util.robot
@@ -37,8 +37,11 @@ Set Test Environment Variables
37
# hardcode the TEST_URL_Array number as 10 since the other 6 HAAS servers are taken for other usage
38
${len}= Set Variable if %{DRONE_BUILD_NUMBER} 4 1
39
${IDX}= Evaluate %{DRONE_BUILD_NUMBER} \% ${len}
40
+ Set Environment Variable TEST_PASSWORD Admin\!23
41
+ Set Environment Variable TEST_TIMEOUT 30m
42
+ Set Environment Variable TEST_DATASTORE sharedVmfs-0
43
- Run Keyword If %{DRONE_BUILD_NUMBER} Set Environment Variable TEST_URL @{URLs}[${IDX}]
44
+ Run Keyword If %{DRONE_BUILD_NUMBER} Set Environment Variable TEST_URL 10.192.194.57
45
... ELSE Set Environment Variable TEST_URL @{URLs}[${IDX}]
46
Set Environment Variable GOVC_URL %{TEST_URL}
47
Set Environment Variable GOVC_USERNAME %{TEST_USERNAME}
0 commit comments