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