Skip to content

Commit

Permalink
Update LB SSL tests for NSX v4.2.0
Browse files Browse the repository at this point in the history
SSL protocol support has changed in this version and test should adapt
accordingly

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed May 15, 2024
1 parent a8cdeae commit 03e63bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsxt/resource_nsxt_policy_lb_client_ssl_profile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ var accTestPolicyLBClientSslProfileUpdateAttributes = map[string]string{
"display_name": getAccTestResourceName(),
"description": "terraform updated",
"cipher_group_label": "CUSTOM",
"ciphers": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
"ciphers": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256",
"prefer_server_ciphers": "false",
"protocols": "TLS_V1_1",
"protocols": "TLS_V1_2",
"session_cache_enabled": "false",
"session_cache_timeout": "5",
}
Expand Down

0 comments on commit 03e63bc

Please sign in to comment.