Setting up Test Parameters
The CSI certification tests require a couple of files to be present on the client host:
- A
kubeconfig.yaml
file with credentials to access the OpenShift cluster under test. This file is created during the OpenShift installation, but you can recreate a copy with the following command:
$ oc config view --raw > kubeconfig.yaml
- A
manifest.yaml
file that describes the capabilities of your driver. This file is used to determine the tests that must be executed. See here for an annotated example.
Last modified 2yr ago