- Docker installed locally
- A matching Bionic stemcell tgz downloaded to
ci/scripts/stemcell - A matching Xenial stemcell tgz downloaded to
ci/scripts/stemcell-xenial - A BPM release tgz downloaded to
ci/scripts/bpm
cd acceptance-tests
./run-local.shIf you want to run only a specific part of the suite, you can use focussed specs
The easiest way is to just add an F to your Describe, Context or It closures.
Don't forget to do a local commit before running the tests, else BOSH will fail to produce a release. The git repo must be clean before running the tests.