Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test vic product in the vsphere70 #2539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pipeline:
commands:
- cd installer/fileserver/test && node -v && npm -v && npm install --registry http://build-artifactory.eng.vmware.com/artifactory/api/npm/npm && npm test
when:
event: [push]
status: success

dch-build:
Expand Down
3 changes: 3 additions & 0 deletions tests/resources/Util.robot
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Global Environment Setup
[Tags] secret
Log To Console Running global setup...
# vCenter variables
Set Environment Variable TEST_URL 10.199.17.39
Set Environment Variable TEST_PASSWORD Alfred\!23
Set Environment Variable TEST_DATASTORE datastore1
Environment Variable Should Be Set TEST_URL
Environment Variable Should Be Set TEST_USERNAME
Environment Variable Should Be Set TEST_PASSWORD
Expand Down