Skip to content

pivotal-cf/cf-rabbitmq-smoke-tests-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3ab5f2 · Apr 7, 2025
Apr 7, 2025
Jul 12, 2023
Apr 7, 2025
Mar 1, 2024
Dec 21, 2018
Apr 7, 2025
Apr 7, 2025
Oct 9, 2020
Aug 13, 2024
Jul 16, 2020
Mar 1, 2024
Aug 8, 2018
Nov 15, 2021
Aug 8, 2018
Oct 9, 2020
Feb 7, 2024
Aug 8, 2018
Sep 24, 2021

cf-rabbitmq-smoke-tests-release

Smoke tests for the CF RabbitMQ Service

Contributing

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.

Run tests

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 and admin_password
    • The service_offering and plans names
  • Run make test with CONFIG_PATH set to your config file

Create BOSH release

$ bosh sync-blobs
$ bosh create-release #--force --tarball=cf-rabbitmq-smoke-tests-release-VERSION.tgz

Notes

  • Change directory to src/rabbitmq-smoke-tests and run make to list all of the available options