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
- Updated all binary paths to use test/extended/tests-extension/bin/
- Added Makefile and bin/ directory to test module structure diagram
- Clarified build output location in Makefile commands table
- Updated all command examples to reference bin/ subdirectory
|`make tests-ext-build`| Builds the test extension binary. |
13
-
|`test/extended/tests-extension/openshift-apiserver-tests-ext list`| Lists all available test cases. |
14
-
|`test/extended/tests-extension/openshift-apiserver-tests-ext run-suite <suite-name>`| Runs a test suite. e.g., `openshift/openshift-apiserver/conformance/parallel`|
15
-
|`test/extended/tests-extension/openshift-apiserver-tests-ext run <test-name>`| Runs one specific test. |
13
+
|`test/extended/tests-extension/bin/openshift-apiserver-tests-ext list`| Lists all available test cases. |
14
+
|`test/extended/tests-extension/bin/openshift-apiserver-tests-ext run-suite <suite-name>`| Runs a test suite. e.g., `openshift/openshift-apiserver/conformance/parallel`|
15
+
|`test/extended/tests-extension/bin/openshift-apiserver-tests-ext run <test-name>`| Runs one specific test. |
16
16
17
17
18
18
## How to Run the Tests Locally
@@ -22,7 +22,7 @@ Use the environment variable `KUBECONFIG` to point to your cluster configuration
22
22
23
23
```shell
24
24
export KUBECONFIG=path/to/kubeconfig
25
-
test/extended/tests-extension/openshift-apiserver-tests-ext run <test-name>
25
+
test/extended/tests-extension/bin/openshift-apiserver-tests-ext run <test-name>
0 commit comments