-
Find or create the appropriate environment config file in
assets/. This can be copied from/var/vcap/jobs/smoke-tests/config.jsonfor cf-redis-broker or/var/vcap/jobs/on-demand-broker-smoke-tests/config.jsonfor redis-on-demand-broker. -
Modify the
.envrcto point to the config file identified. -
Run
direnv allow -
Run
bin/test true
- Note
bin/testdoes not run retry tests but that is just testing test helpers for use in waiting for asyncronous processes to complete. All tests are run when called from cf-redis-release and redis-service-adapter-release.