acceptance-tests job from cf-mysql/17
Github source:
902cfa42
or
master branch
Properties¶
broker
¶
host
¶Host for the broker. Should be the same as jobs.cf-mysql-broker.properties.external_host
cf
¶
admin_password
¶Password of the admin user
admin_username
¶Username of the admin user
api_url
¶Full URL of Cloud Foundry API
apps_domain
¶Shared domain for pushed apps
skip_ssl_validation
¶Whether to add –skip-ssl-validation for cf cli
- Default
false
include_dashboard_tests
¶
Include browser-automated dashboard tests
- Default
false
include_failover_tests
¶
Include failover tests
- Default
false
proxy
¶
api_password
¶Proxy API password
api_username
¶Proxy API username
external_host
¶Proxy external host (e.g. p-mysql.example.com => proxy-0.p-mysql.example.com)
service
¶
max_user_connections_default
¶number of user connections to allow in a plan if not specified
- Default
40
name
¶Name of the MySQL service
plans
¶Array of MySQL plans
smoke_tests_only
¶
Instead of running the full acceptance test suite, only run a shorter smoke test
- Default
true
timeout_scale
¶
scaling multiplier used to determine command timeouts
- Default
1
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/run
(fromerrand.sh.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.