Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 910 Bytes

tests_cat.md

File metadata and controls

28 lines (20 loc) · 910 Bytes

Acceptance tests

The make cats target starts a run of the Cloud Foundry Acceptance Tests.

See also the entire set of available tests.

Limiting test suites

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.