Skip to content

Commit 9e95c30

Browse files
committed
CLEANUP/MINOR: tests: remove ssl_mode_async from test params
AWS-lc does not recognize this directive
1 parent d520183 commit 9e95c30

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.aspell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ allowed:
5959
- preload
6060
- hostname
6161
- str
62+
- async
63+
- params

deploy/tests/e2e/crd/config/crd-v1/global-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ spec:
210210
# - algorithms: "RSA,DSA"
211211
# name: "rdrand"
212212
ssl_load_extra_files: ""
213-
ssl_mode_async: "enabled"
213+
#ssl_mode_async: "enabled"
214214
ssl_propquery: ""
215215
ssl_provider: ""
216216
ssl_provider_path: ""

deploy/tests/e2e/crd/config/crd-v3/global-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
name: proc.current_state
7979
setcap: cap_net_bind_service
8080
ssl_options:
81-
mode_async: enabled
81+
#mode_async: enabled
8282
server_verify: none
8383
stats_maxconn: 10008
8484
stats_timeout: 6000

deploy/tests/e2e/crd/cr_global_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (suite *GlobalSuite) Test_CR_Global() {
185185
},
186186
})
187187
suite.checkGlobalParam(p, "setcap", &types.StringC{Value: "cap_net_bind_service"})
188-
suite.checkGlobalParam(p, "ssl-mode-async", &types.SslModeAsync{})
188+
// suite.checkGlobalParam(p, "ssl-mode-async", &types.SslModeAsync{})
189189
suite.checkGlobalParam(p, "ssl-server-verify", &types.StringC{Value: "none"})
190190
suite.checkGlobalParam(p, "stats maxconn", &types.Int64C{Value: 10008})
191191
suite.checkGlobalParam(p, "stats timeout", &types.StringC{Value: "6000"})

0 commit comments

Comments
 (0)