Commit 8da333c
committed
test: remove unnecessary integration tests layers
Drop `hack/test-prerequisites.go` because it was only used to install CRDs that
will be present on all OpenShift clusters (I dont think testing against plain
k8s clusters is something that we ever needed). With new CRDs such as
`ClusterVersionOperator` this gets stale, and the script did not take feature
sets into account either.
Drop the `hack/test-integration.sh` because its only purpose was to run the
prerequisite installation dropped above before `go test`. `Makefile` can easily
run the `go test` incantation for integration tests itself, just as it does
for `make test`, and it is immediately different how integration tests are
different from normal ones.
Also update some related documentation.1 parent 3a6c08b commit 8da333c
4 files changed
Lines changed: 5 additions & 72 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments