controllers(#1297): add missing TLS cipher assertions (#1297) - #1301
controllers(#1297): add missing TLS cipher assertions (#1297)#1301fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The Old profile and nil-Custom profile test cases in TestTranslateTLSProfile had incomplete assertions. The Old profile was missing expectedCiphers for its 26 TLS 1.2 ciphers. The nil-Custom profile was missing both expectedCiphers and expectedCiphersuites (it defaults to Intermediate). Add the missing assertions so breaking splitCiphers or translateTLSProfile causes test failures for these cases. Closes #1297
|
Hi @fullsend-ai-coder[bot]. Thanks for your PR. I'm waiting for a quay member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1301 +/- ##
=======================================
Coverage 66.76% 66.76%
=======================================
Files 26 26
Lines 4471 4471
=======================================
Hits 2985 2985
Misses 1486 1486
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
The Old profile and nil-Custom profile test cases in TestTranslateTLSProfile had incomplete assertions. The Old profile was missing expectedCiphers for its 26 TLS 1.2 ciphers. The nil-Custom profile was missing both expectedCiphers and expectedCiphersuites (it defaults to Intermediate).
Add the missing assertions so breaking splitCiphers or translateTLSProfile causes test failures for these cases.
Closes #1297
Post-script verification
agent/1297-tls-test-assertions)855b10b63223c6121c1c368678499f822bbf0446..HEAD)