Skip to content

Commit c56888c

Browse files
author
ading007
committed
test vic for vsphere70
1 parent e5db4d1 commit c56888c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/resources/VCH-Util.robot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ Set Test Environment Variables
3737
# hardcode the TEST_URL_Array number as 10 since the other 6 HAAS servers are taken for other usage
3838
${len}= Set Variable if %{DRONE_BUILD_NUMBER} 4 1
3939
${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
4043

41-
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
4245
... ELSE Set Environment Variable TEST_URL @{URLs}[${IDX}]
4346
Set Environment Variable GOVC_URL %{TEST_URL}
4447
Set Environment Variable GOVC_USERNAME %{TEST_USERNAME}

0 commit comments

Comments
 (0)