Commit 09ed090
committed
Merge ctlplane-tls-cert-rotation tests into ctlplane-tls-custom-issuers
Consolidate these two TLS-related kuttl tests into a single comprehensive test
suite that covers:
- TLS ingress-only to full pod-level TLS transitions
- Custom and default certificate issuer switching
- Certificate rotation triggered by secret deletion
- Custom certificate duration configuration
- Certificate fingerprint verification before/after rotation
Key changes:
- Remove ctlplane-tls-cert-rotation test suite (merged into custom-issuers)
- Renumber test steps (00-16) for proper sequencing
- Add certificate fingerprint comparison to rotation assertions
- Replace symlink with actual assert file for custom issuer deployment
- Increase timeout for certificate issuer assertions (60s → 900s)
- Improve error messages with namespace context
This reduces test execution time by eliminating redundant OpenStack
deployments while maintaining full TLS functionality coverage.
Co-authored-by: Claude Assistant assistant@cursor.sh1 parent b7b08af commit 09ed090
File tree
37 files changed
+386
-65
lines changed- test/kuttl
- common
- tests
- ctlplane-tls-cert-rotation
- ctlplane-tls-custom-issuers
- ctlplane-tls
37 files changed
+386
-65
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments