diff --git a/.drone.yml b/.drone.yml index 45a2e65294..8a311ecc04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/tests/resources/Util.robot b/tests/resources/Util.robot index 2217edd994..c15b431ebf 100644 --- a/tests/resources/Util.robot +++ b/tests/resources/Util.robot @@ -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.58 + 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