Commit 17371a2
committed
Add oc-tests-ext to extension binaries
Add support for extracting and running oc-tests-ext from the cli-tests
image in the release payload.
Changes:
- Add cli-tests image tag to extensionBinaries list
- Configure binary path as /usr/bin/oc-tests-ext.gz
This enables the test framework to automatically:
- Extract oc-tests-ext binary from the cli-tests image
- Decompress and execute extension tests
- Integrate oc CLI tests with the OpenShift test suite
The cli-tests image keeps the test binary separate from the main CLI
product image, avoiding size bloat while making tests available for CI.1 parent 7d67e51 commit 17371a2
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
266 | 270 | | |
267 | 271 | | |
268 | 272 | | |
| |||
0 commit comments