Commit 6246aa3
Complete OIDC test migration to OpenShift Tests Extension framework
- Migrate test/e2e-oidc to OTE framework with Ginkgo v2 integration
- Implement dual-mode pattern supporting both Go tests and Ginkgo
- Add complete OIDC authentication test workflow (not just preconditions)
- Fix suite configuration to prevent duplicate test execution
- Resolve all unused variables and code issues
- Use proper OTE tags: [OIDC][Serial][Disruptive] TestExternalOIDCWithKeycloak [Timeout:3h]
Changes:
* test/e2e-oidc/external_oidc.go: New Ginkgo test registration with complete OIDC test implementation
* test/e2e-oidc/external_oidc_test.go: Simplified Go test wrapper for backward compatibility
* cmd/cluster-authentication-operator-tests-ext/main.go: Add e2e-oidc import and fix serial suite qualifier
Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>1 parent e35c554 commit 6246aa3
4 files changed
Lines changed: 968 additions & 1139 deletions
File tree
- cmd/cluster-authentication-operator-tests-ext
- test
- e2e-oidc
- library
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments