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

Latest commit

 

History

History
22 lines (16 loc) · 353 Bytes

tests.md

File metadata and controls

22 lines (16 loc) · 353 Bytes

Testing

The smoke, brain, acceptance, and sync integration tests can be run after KubeCF deployment has completed, via:

make tests

or each by:

make smoke
make brain
make sits
make cats

The acceptance tests can be limited to specific suites of interest, as explained in the linked document.