Skip to content

Commit 98da556

Browse files
wlallemandcapflam
authored andcommitted
REGTESTS: ssl: fix some regtests 'feature cmd' start condition
Since patch fde517b ("REGTESTS: wolfssl: temporarly disable some failing reg-tests") some 'feature cmd' lines have an extra quotation mark, so they were disable in every cases. Must be backported to 2.9. (cherry picked from commit 6da0879) Signed-off-by: Christopher Faulet <[email protected]>
1 parent 4a74481 commit 98da556

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reg-tests/http-messaging/srv_ws.vtc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
varnishtest "h2 backend websocket management via server keyword"
55

66
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
7-
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && !ssllib_name_startswith(wolfSSL)'"
7+
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(wolfSSL)'"
88
feature ignore_unknown_macro
99

1010
# haproxy server

reg-tests/ssl/set_ssl_cafile.vtc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
varnishtest "Test the 'set ssl ca-file' feature of the CLI"
1818
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
19-
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && !ssllib_name_startswith(wolfSSL)'"
19+
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(wolfSSL)'"
2020
feature cmd "command -v socat"
2121
feature ignore_unknown_macro
2222

reg-tests/ssl/set_ssl_crlfile.vtc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
varnishtest "Test the 'set ssl crl-file' feature of the CLI"
2121
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'"
22-
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && !ssllib_name_startswith(wolfSSL)'"
22+
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(wolfSSL)'"
2323
feature cmd "command -v socat"
2424
feature ignore_unknown_macro
2525

0 commit comments

Comments
 (0)