acceptance-tests job from cf-mysql/26
Github source:
b2ebb913 or
master branch
Properties¶
cf¶
admin_password¶Password of the admin user
admin_username¶Username of the admin user
api_url¶Full URL of Cloud Foundry API
app_domains¶List of shared domains for pushed apps (tests will use the first domain)
skip_ssl_validation¶Whether to add –skip-ssl-validation for cf cli
- Default
false
smoke_tests¶
org¶The name of the Org to run acceptance tests against
- Default
""
use_existing_org¶Runs smoke test errand as an existing org. Creates a new org if false
- Default
false
cf_mysql¶
acceptance_tests¶
smoke_tests_only¶Instead of running the full acceptance test suite, only run a shorter smoke test
- Default
true
standalone_tests_only¶Instead of running the full acceptance test suite, only run a minimal set of tests that do not require a running CF deployment
- Default
false
timeout_scale¶scaling multiplier used to determine command timeouts
- Default
1
broker¶
services¶Array of Services the broker provides
external_host¶Hostname given for dashboard URLs (e.g. p-mysql.example.com)
host¶Hostname given to apps by the broker, usually a Load Balancer address or the IP of the first proxy
mysql¶
admin_password¶Admin password used to access MySQL
admin_username¶Admin username used to access MySQL
- Default
root
port¶Port used to access MySQL
- Default
3306
proxy¶
api_force_https¶Expect proxy to force redirect to HTTPS
- Default
true
api_password¶Proxy API password
api_username¶Proxy API username
proxy_ips¶Use to construct an array of proxy dashboard url (e.g. https://proxy-INDEX-EXTERNAL_HOST)
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.