acceptance_tests job from cf-routing/0.118.0
Github source:
298f2243
or
master branch
Properties¶
router
¶
acceptance_tests
¶
bbs
¶
api_location
¶Diego BBS Server endpoint url
- Default
https://bbs.service.cf.internal:8889
ca_cert
¶PEM-encoded CA certificate
client_cert
¶PEM-encoded client certificate
client_key
¶PEM-encoded client key
require_ssl
¶enable ssl for all communication with the bbs
- Default
true
gorouter_secret
¶Password for UAA client for the gorouter.
nodes
¶The number of parallel test executors to spawn. The larger the number the higher the stress on the system.
- Default
4
router_api_address
¶Router API IP Address
- Default
10.244.8.2
router_api_port
¶Router API IP Port
- Default
9999
uaa_port
¶Port on which UAA is running.
- Default
"8080"
verbose
¶Whether to pass the -v flag to router acceptance tests
- Default
false
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/acceptance_tests/
directory
(learn more).
bin/config.json
(fromconfig.json.erb
)bin/run
(fromrun.erb
)config/certs/bbs/ca.crt
(frombbs_ca.crt.erb
)config/certs/bbs/client.crt
(frombbs_client.crt.erb
)config/certs/bbs/client.key
(frombbs_client.key.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.