The make cats
target starts a run of the Cloud Foundry Acceptance Tests.
See also the entire set of available tests.
To limit the test groups to run, set the BOSH property
acceptance_tests.include
as documented. To do so, adjust the properties
key in values.yaml
to specify the groups desired. For example:
properties:
acceptance-tests:
acceptance-tests:
acceptance_tests:
include: "+docker,-ssh"
Note that this is an example of how to use the second kind of customization feature noted in the main README.