Commit d33f57d
committed
Move test code and metadata to tests-extension directory
Relocates all test-related code into the isolated test module:
Test code moved:
- test/extended/main.go → test/extended/tests-extension/main.go
- test/extended/apiserver/* → test/extended/tests-extension/apiserver/*
- cmd/openshift-apiserver-tests-ext → test/extended/tests-extension/cmd/
Metadata moved:
- test/.openshift-tests-extension/ → test/extended/tests-extension/.openshift-tests-extension/
This consolidates all test extension components (code, binary entry point,
and test metadata) into a single self-contained directory that uses its
own go.mod for dependency management.
The test binary and metadata now live alongside the test code in
test/extended/tests-extension/, making the test module completely
independent from the operator codebase.1 parent 43747ca commit d33f57d
File tree
6 files changed
+2
-183
lines changed- test/extended
- tests-extension
- .openshift-tests-extension
- apiserver
- cmd/openshift-apiserver-tests-ext
6 files changed
+2
-183
lines changedThis file was deleted.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
File renamed without changes.
0 commit comments