CAPI e2e testing framework
This framework aims to define common end-to-end patterns that can be reused across Cluster API providers.
Usage
Use this framework as you see fit. If there are pieces that don't work for you, do not use them. If there are pieces
that almost work for you, customize them. If this does not fit your e2e testing please file an issue and we can discuss
your use case and find a nice solution for everyone.
Features
Optionally override the images that get loaded onto the management cluster.
This feature allows you to obtain a CAPI management image locally and use that specific image in your kind cluster.
If you do not have one locally then the latest :master image will be used on the management cluster.
Contents
This framework contains
- A Go interface to a management cluster
- A series of behavioral tests
Requirements
Code
- You must use ginkgo for your testing framework.
Examples
To see this framework in use please take a look at the docker provider found in the cluster-api repository.