This repository is compatible with the OpenShift Tests Extension (OTE) framework.
make build# Run a specific test suite or test
./openshift-apiserver-tests-ext run-suite openshift/openshift-apiserver/all
./openshift-apiserver-tests-ext run-test "test-name"
# Run with JUnit output
./openshift-apiserver-tests-ext run-suite openshift/openshift-apiserver/all --junit-path /tmp/junit.xml# List all test suites
./openshift-apiserver-tests-ext list suites
# List tests in a suite
./openshift-apiserver-tests-ext list tests --suite=openshift/openshift-apiserver/allFor more information about the OTE framework, see the openshift-tests-extension documentation.