github.com/jasonkeene/cli@v6.14.1-0.20160816203908-ca5715166dfb+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_PRIVATE_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_PRIVATE_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