smoke-tests job from cf-mysql/31
Github source:
41fda3be
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
- Example
https://api.your-domain.example.com
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
¶
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)
smoke_tests
¶
password
¶Password for generated user to comply with CF password policy, if exists.
standalone_tests_only
¶Instead of running the full smoke 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
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/smoke-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.