forked from vmware/vic-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.drone.local.plugin.yml
32 lines (31 loc) · 1023 Bytes
/
.drone.local.plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
workspace:
base: /go
path: src/github.com/vmware/vic
pipeline:
clone:
image: plugins/git
tags: true
recursive: false
vic-uia:
image: ${TEST_BUILD_IMAGE=gcr.io/eminent-nation-87317/vic-integration-test:1.33}
pull: true
environment:
BIN: bin
GOPATH: /go
SHELL: /bin/bash
TEST_DATASTORE: ${TEST_DATASTORE}
TEST_RESOURCE: ${TEST_RESOURCE}
GOVC_INSECURE: true
BUILD_NUMBER: ${buildNumber}
TEST_VSPHERE_VER: #TEST_VSPHERE_VER
TEST_VCSA_BUILD: #TEST_VCSA_BUILD
TEST_OS: #TEST_OS
SELENIUM_BROWSER: #SELENIUM_BROWSER
BROWSER_NORMALIZED_NAME: #BROWSER_NORMALIZED_NAME
UI_TEST_CASES_FOLDER: tests/test-cases/Group18-VIC-UI
TEST_RESULTS_FOLDER: #TEST_RESULTS_FOLDER
commands:
- apt-get update && apt-get install -yq maven netcat
- pip install pexpect robotframework-selenium2library
- cd $UI_TEST_CASES_FOLDER
- robot -C ansi -d ../../../$TEST_RESULTS_FOLDER 18-4-VIC-UI-Plugin-tests.robot