You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository uses the [OpenShift Tests Extension (OTE)](https://github.com/openshift-eng/openshift-tests-extension) framework for extended tests.
170
+
The repository is compatible with the "OpenShift Tests Extension (OTE)" framework.
171
171
172
-
### Building the Test Extension Binary
173
-
174
-
From the repository root:
172
+
### Building the test binary
175
173
```bash
176
174
make build
177
175
```
178
176
179
-
The test extension binary `cluster-kube-controller-manager-operator-tests-ext` will be built as part of the standard build process.
180
-
181
-
### Running Tests
182
-
183
-
The test extension binary provides several commands:
184
-
185
-
| Command | Description |
186
-
|---------|-------------|
187
-
|`./cluster-kube-controller-manager-operator-tests-ext list`| Lists all available test cases |
188
-
|`./cluster-kube-controller-manager-operator-tests-ext run-suite <suite-name>`| Runs a test suite (e.g., `openshift/cluster-kube-controller-manager-operator/conformance/parallel`) |
189
-
|`./cluster-kube-controller-manager-operator-tests-ext run-test <test-name>`| Runs a specific test |
0 commit comments