Commit b3135b2
cert tests: skip TLS certificate tests on ROSA clusters
Add IsRosaCluster() function to test/extended/util/framework.go and
use it to skip TLS certificate tests on ROSA clusters, similar to how
we skip for MicroShift and Hypershift.
ROSA clusters do not auto-collect TLS certificates the same way as
standard OpenShift clusters.1 parent 6ecd806 commit b3135b2
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2337 | 2337 | | |
2338 | 2338 | | |
2339 | 2339 | | |
| 2340 | + | |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
2340 | 2350 | | |
2341 | 2351 | | |
2342 | 2352 | | |
| |||
0 commit comments