# oauth-apiserver **Repository Path**: mirrors_openshift/oauth-apiserver ## Basic Information - **Project Name**: oauth-apiserver - **Description**: Resource API endpoints and WebhookTokenAuthenticator endpoints for the openshift/oauth-server - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Tests This repository is compatible with the [OpenShift Tests Extension (OTE)](https://github.com/openshift-eng/openshift-tests-extension) framework. ### Building the test binary ```bash make build ``` ### Running test suites and tests ```bash # 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 ``` ### Listing available tests and suites ```bash # 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/all ``` For more information about the OTE framework, see the [openshift-tests-extension documentation](https://github.com/openshift-eng/openshift-tests-extension).