Skip to content

Commit 63e1e7d

Browse files
author
ading007
committed
test vic for vsphere701
1 parent 6729b55 commit 63e1e7d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/integration-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ elif [[ $DRONE_REPO == "vmware/vic" ]] && [[ $DRONE_BUILD_EVENT == "tag" ]]; the
6565
pabot --verbose --processes $jobs --removekeywords TAG:secret --suite Group11-Upgrade --suite 7-01-Regression tests/test-cases
6666
elif (echo $prBody | grep -q "\[full ci\]"); then
6767
echo "Running full CI as per commit message"
68-
pabot --verbose --processes $jobs --removekeywords TAG:secret --exclude skip tests/test-cases && test_custom_iso
68+
pabot --verbose --processes $jobs --removekeywords TAG:secret --exclude skip tests/test-cases/Group22-Docker-Apps
69+
# test_custom_iso
6970
elif (echo $prBody | grep -q "\[specific ci="); then
7071
echo "Running specific CI as per commit message"
7172
buildtype=$(echo $prBody | grep "\[specific ci=")

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 2 since the other HAAS servers are taken for other usage
3838
${len}= Set Variable if %{DRONE_BUILD_NUMBER} 2 1
3939
${IDX}= Evaluate %{DRONE_BUILD_NUMBER} \% ${len}
40+
Set Environment Variable TEST_PASSWORD Alfred\!23
41+
Set Environment Variable TEST_TIMEOUT 10m
42+
Set Environment Variable TEST_DATASTORE datastore1
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.199.17.39
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)