1.1.3 • Published 6 years ago

abacus-cf-broker-tests v1.1.3

Weekly downloads
7
License
Apache-2.0
Repository
-
Last release
6 years ago

To run the broker acceptance test export the following:

export CF_API=https://api.<domain>
export CF_ADMIN_USER=admin
export CF_ADMIN_PASSWORD=admin
export SKIP_SSL_VALIDATION=true
export BROKER_TEST_ORG=<org>
export CF_SPACE=<space>
export COLLECTOR_URL=https://abacus-usage-collector.<domain>
export REPORTING_URL=https://abacus-usage-reporting.<domain>
export PROVISIONING_URL=https://abacus-provisioning-plugin.<domain>
export SERVICE_NAME=metering
export SERVICE_PLAN=standard

Then:

cd cf-abacus
yarn provision
cd test/broker
yarn install
yarn run acceptance