github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/ci/infrastructure/tasks/run-smoke-tests.yml (about) 1 --- 2 platform: linux 3 4 image: docker:///cloudfoundry/cli-vagrant-ci 5 6 params: 7 LITE_IP_ADDRESS: 8 9 run: 10 path: bash 11 args: 12 - -c 13 - | 14 set -eux 15 16 export ADMIN_USER=admin 17 export ADMIN_PASSWORD=admin 18 19 bosh -n target $LITE_IP_ADDRESS 20 bosh login $ADMIN_USER $ADMIN_PASSWORD 21 bosh -n download manifest 'cf-warden' cf-warden.yml 22 bosh -n deployment cf-warden.yml 23 bosh -n run errand smoke_tests