Smoke tests for the CF RabbitMQ Service
Even though the default branch is release
, you should push changes to master
. The release
branch is the default so that bosh.io can find our releases.
In order to run the tests for development:
- Change directory to
src/rabbitmq-smoke-tests
- Copy
assets/example_config.json
and update:api
to point to Cloud Foundry- The
admin_user
andadmin_password
- The
service_offering
andplans
names
- Run
make test
withCONFIG_PATH
set to your config file
$ bosh sync-blobs
$ bosh create-release #--force --tarball=cf-rabbitmq-smoke-tests-release-VERSION.tgz
- Change directory to
src/rabbitmq-smoke-tests
and runmake
to list all of the available options