CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests
The legacy HTTP subsystem has been removed. HTX is always enabled.
This commit is contained in:
parent
63b3ae7ca3
commit
a9334df5a9
|
@ -38,7 +38,7 @@ See also: doc/regression-testing.txt
|
|||
You must set HAPROXY_PROGRAM environment variable to give the location
|
||||
of the HAProxy program to test to vtest:
|
||||
|
||||
$ HAPROXY_PROGRAM=<my haproxy program> vtest [-Dno-htx=] ...
|
||||
$ HAPROXY_PROGRAM=<my haproxy program> vtest ...
|
||||
|
||||
The HAProxy VTC files found in HAProxy sources may be run with the reg-tests
|
||||
Makefile target. You must set the VTEST_PROGRAM environment variable to
|
||||
|
|
|
@ -27,7 +27,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -86,7 +86,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -48,7 +48,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -48,7 +48,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -33,7 +33,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -25,7 +25,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -52,7 +52,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -135,7 +135,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -100,7 +100,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -180,7 +180,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -114,7 +114,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -15,7 +15,6 @@ global
|
|||
defaults
|
||||
mode http
|
||||
log global
|
||||
${no-htx} option http-use-htx
|
||||
option httplog
|
||||
|
||||
frontend main-https
|
||||
|
|
|
@ -69,7 +69,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -26,7 +26,6 @@ listen fe_tcp
|
|||
listen fe_http
|
||||
bind "fd@${fe_http}"
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
dispatch ${s2_addr}:${s2_port}
|
||||
} -start
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
|
|
|
@ -42,7 +42,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -41,7 +41,6 @@ server s {
|
|||
haproxy h -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
|
|
|
@ -27,7 +27,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
option httplog
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -123,7 +123,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -44,7 +44,6 @@ haproxy h1 -conf {
|
|||
#log stdout format raw daemon
|
||||
mode http
|
||||
option http-buffer-request
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -54,7 +54,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
option abortonclose
|
||||
retries 3
|
||||
timeout client 10s
|
||||
|
|
|
@ -38,7 +38,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -25,7 +25,6 @@ syslog S -level info {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout client 100ms
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
|
|
|
@ -72,7 +72,6 @@ server s2 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
|
|
|
@ -51,7 +51,6 @@ server srv_h2 {
|
|||
haproxy hap -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -47,7 +47,6 @@ server s2 {
|
|||
haproxy hap_srv -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
@ -70,7 +69,6 @@ haproxy hap_srv -conf {
|
|||
haproxy hap_srv_bad_key -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
@ -91,7 +89,6 @@ haproxy hap_srv_bad_key -conf {
|
|||
haproxy hap -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -12,7 +12,6 @@ server s1 {
|
|||
haproxy h1 -W -S -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
log global
|
||||
option httplog
|
||||
timeout connect 1s
|
||||
|
|
|
@ -72,7 +72,6 @@ server s2 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
log global
|
||||
option httplog
|
||||
timeout connect 1s
|
||||
|
@ -128,7 +127,6 @@ haproxy h1 -conf {
|
|||
haproxy h2 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
log global
|
||||
option httplog
|
||||
timeout connect 1s
|
||||
|
|
|
@ -38,7 +38,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -35,7 +35,6 @@ server s4 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
log global
|
||||
option httplog
|
||||
timeout connect 1s
|
||||
|
|
|
@ -39,7 +39,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
log global
|
||||
option httplog
|
||||
timeout connect 1s
|
||||
|
|
|
@ -44,7 +44,6 @@ haproxy h1 -conf {
|
|||
|
||||
frontend f1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${f1}"
|
||||
log ${Slog_addr}:${Slog_port} daemon
|
||||
log-format Ta=%Ta\ Tc=%Tc\ Td=%Td\ Th=%Th\ Ti=%Ti\ Tq=%Tq\ TR=%TR\ Tr=%Tr\ Tt=%Tt\ Tw=%Tw
|
||||
|
@ -52,7 +51,6 @@ haproxy h1 -conf {
|
|||
|
||||
backend b1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
http-request use-service lua.foo.http
|
||||
|
||||
frontend f2
|
||||
|
|
|
@ -36,7 +36,6 @@ haproxy h1 -conf {
|
|||
log ${Slog_addr}:${Slog_port} local0 debug err
|
||||
log-format Ta=%Ta\ Tc=%Tc\ Td=%Td\ Th=%Th\ Ti=%Ti\ Tq=%Tq\ TR=%TR\ Tr=%Tr\ Tt=%Tt\ Tw=%Tw
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${frt}"
|
||||
http-request use-service lua.donothing
|
||||
} -start
|
||||
|
|
|
@ -9,7 +9,6 @@ haproxy h1 -conf {
|
|||
|
||||
frontend fe1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
default_backend b1
|
||||
|
||||
|
@ -17,7 +16,6 @@ haproxy h1 -conf {
|
|||
|
||||
backend b1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
http-request use-service lua.fakeserv
|
||||
} -start
|
||||
|
||||
|
|
|
@ -15,13 +15,11 @@ haproxy h1 -conf {
|
|||
|
||||
frontend fe1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
default_backend b1
|
||||
|
||||
backend b1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
http-request use-service lua.fakeserv
|
||||
|
||||
} -start
|
||||
|
|
|
@ -16,14 +16,12 @@ haproxy h1 -conf {
|
|||
|
||||
frontend fe1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
|
||||
http-request use-service lua.set_var
|
||||
|
||||
frontend fe2
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe2}"
|
||||
|
||||
http-request set-header Dummy %[var(txn.fe2_foo)]
|
||||
|
|
|
@ -17,20 +17,17 @@ haproxy h1 -conf {
|
|||
|
||||
frontend fe1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
default_backend b1
|
||||
|
||||
frontend fe2
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind ":8443" ssl crt ${testdir}/common.pem
|
||||
stats enable
|
||||
stats uri /
|
||||
|
||||
backend b1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
http-request use-service lua.fakeserv
|
||||
} -start
|
||||
|
||||
|
|
|
@ -11,20 +11,17 @@ haproxy h1 -conf {
|
|||
|
||||
frontend fe1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
default_backend b1
|
||||
|
||||
frontend fe2
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind ":8443" ssl crt ${testdir}/common.pem
|
||||
stats enable
|
||||
stats uri /
|
||||
|
||||
backend b1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
http-request use-service lua.fakeserv
|
||||
} -start
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@ haproxy h1 -conf {
|
|||
|
||||
frontend fe1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
default_backend b1
|
||||
|
||||
|
@ -55,7 +54,6 @@ haproxy h1 -conf {
|
|||
|
||||
backend b1
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
server s1 ${s1_addr}:${s1_port}
|
||||
|
||||
} -start
|
||||
|
|
|
@ -13,7 +13,6 @@ haproxy h1 -W -S -conf {
|
|||
nbproc 4
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -14,7 +14,6 @@ haproxy h1 -W -S -conf {
|
|||
nbproc 1
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -28,7 +28,6 @@ haproxy h1 -W -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
log global
|
||||
option httplog
|
||||
timeout connect 1s
|
||||
|
|
|
@ -12,7 +12,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -21,7 +21,6 @@ server s2 -repeat 3 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -13,7 +13,6 @@ server s1 {
|
|||
haproxy h1 -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -17,7 +17,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
timeout server 1s
|
||||
|
|
|
@ -31,7 +31,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 1s
|
||||
|
@ -48,7 +47,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen ssl-lst
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "${tmpdir}/ssl.sock" ssl strict-sni crt-list ${testdir}/localhost.crt-list
|
||||
|
||||
server s1 ${s1_addr}:${s1_port}
|
||||
|
|
|
@ -29,7 +29,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
@ -47,13 +46,11 @@ haproxy h1 -conf {
|
|||
|
||||
listen first-ssl-fe
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "${tmpdir}/first-ssl.sock" ssl strict-sni crt-list ${testdir}/simple.crt-list
|
||||
server s1 ${s1_addr}:${s1_port}
|
||||
|
||||
listen second-ssl-fe
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "${tmpdir}/second-ssl.sock" ssl crt-list ${testdir}/localhost.crt-list
|
||||
server s1 ${s1_addr}:${s1_port}
|
||||
} -start
|
||||
|
|
|
@ -29,7 +29,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -29,7 +29,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -34,7 +34,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -40,7 +40,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -35,7 +35,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -32,7 +32,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -37,7 +37,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -24,7 +24,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 100ms
|
||||
|
|
|
@ -31,7 +31,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 1s
|
||||
|
|
|
@ -19,7 +19,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 1s
|
||||
|
@ -34,7 +33,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen ssl-lst
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
|
||||
http-response add-header x-ssl-der %[ssl_c_der,hex]
|
||||
http-response add-header x-ssl-chain-der %[ssl_c_chain_der,hex]
|
||||
|
|
|
@ -38,7 +38,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen ssl-lst
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "${tmpdir}/ssl.sock" ssl strict-sni ssl-min-ver TLSv1.2 ssl-max-ver TLSv1.2 ciphers "kRSA:aECDSA" crt-list ${testdir}/filters.crt-list
|
||||
|
||||
server s1 ${s1_addr}:${s1_port}
|
||||
|
|
|
@ -19,7 +19,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 1s
|
||||
|
@ -34,7 +33,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen ssl-lst
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
|
||||
http-response add-header x-ssl-der %[ssl_f_der,hex]
|
||||
http-response add-header x-ssl-sha1 %[ssl_f_sha1,hex]
|
||||
|
|
|
@ -20,7 +20,6 @@ haproxy h1 -conf {
|
|||
defaults
|
||||
mode http
|
||||
option httplog
|
||||
${no-htx} option http-use-htx
|
||||
log stderr local0 debug err
|
||||
option logasap
|
||||
timeout connect 1s
|
||||
|
@ -47,7 +46,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen ssl-lst
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
|
||||
bind "${tmpdir}/ssl.sock" ssl strict-sni crt-list ${testdir}/localhost.crt-list
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen ssl-lst
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "${tmpdir}/ssl.sock" ssl strict-sni crt-list ${testdir}/simple.crt-list
|
||||
|
||||
server s1 ${s1_addr}:${s1_port}
|
||||
|
|
|
@ -29,7 +29,6 @@ haproxy h1 -conf {
|
|||
|
||||
listen frt
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${frt}" ssl crt ${testdir}/common.pem
|
||||
http-request redirect location /
|
||||
} -start
|
||||
|
|
|
@ -30,7 +30,6 @@ haproxy h1 -conf {
|
|||
# Configuration file of 'h1' haproxy instance.
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout connect 5s
|
||||
timeout server 30s
|
||||
timeout client 30s
|
||||
|
|
|
@ -9,7 +9,6 @@ haproxy h0 -conf {
|
|||
timeout server 5s
|
||||
|
||||
listen li
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
http-request track-sc0 src table conn_rate_table
|
||||
http-request deny if { src_conn_rate(conn_rate_table) gt 3 }
|
||||
|
|
|
@ -18,7 +18,6 @@ haproxy h0 -conf {
|
|||
|
||||
frontend test
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
bind "fd@${fe1}"
|
||||
stick-table type ip size 1m expire 1h store gpc0
|
||||
http-request deny if { src,table_trackers(test) eq 1 }
|
||||
|
|
|
@ -46,7 +46,6 @@ server s4 {
|
|||
haproxy h1 -arg "-L A" -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
|
@ -110,7 +109,6 @@ server s8 {
|
|||
haproxy h2 -arg "-L B" -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
|
|
|
@ -35,7 +35,6 @@ server s2 {
|
|||
haproxy h1 -arg "-L A" -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
|
@ -77,7 +76,6 @@ haproxy h1 -arg "-L A" -conf {
|
|||
haproxy h2 -arg "-L B" -conf {
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
timeout server 1s
|
||||
timeout connect 1s
|
||||
timeout client 1s
|
||||
|
|
|
@ -17,7 +17,6 @@ haproxy h1 -conf {
|
|||
|
||||
defaults
|
||||
mode http
|
||||
${no-htx} option http-use-htx
|
||||
|
||||
frontend fe1
|
||||
bind "fd@${fe1}"
|
||||
|
|
|
@ -38,15 +38,6 @@ _help()
|
|||
--clean to cleanup previous reg-tests log directories and exit
|
||||
run-regtests.sh --clean
|
||||
|
||||
--use-htx to use the HTX in tests (deprecated, the default mode now)
|
||||
|
||||
--no-htx to use the legacy HTTP in tests
|
||||
run-regtests.sh --no-htx, sets the macro \${no-htx}
|
||||
In .vtc files, in HAProxy configuration, you should use the following line
|
||||
to "templatize" your tests:
|
||||
|
||||
\${no-htx} option http-use-htx
|
||||
|
||||
Including text below into a .vtc file will check for its requirements
|
||||
related to haproxy's target and compilation options
|
||||
# Below targets are not capable of completing this test successfully
|
||||
|
@ -283,12 +274,6 @@ _process() {
|
|||
REGTESTS_TYPES="$2"
|
||||
shift
|
||||
;;
|
||||
--use-htx)
|
||||
no_htx=""
|
||||
;;
|
||||
--no-htx)
|
||||
no_htx="no "
|
||||
;;
|
||||
--clean)
|
||||
_cleanup
|
||||
exit 0
|
||||
|
@ -323,7 +308,6 @@ jobcount=""
|
|||
verbose="-q"
|
||||
debug=""
|
||||
keep_logs="-l"
|
||||
no_htx=""
|
||||
testlist=""
|
||||
|
||||
_process "$@";
|
||||
|
@ -367,10 +351,6 @@ echo "Options : $FEATURES"
|
|||
echo "Services : $SERVICES"
|
||||
|
||||
echo "########################## Gathering tests to run ##########################"
|
||||
# if htx is enable, but HAProxy version is lower to 1.9, disable it
|
||||
if [ $(_version "$HAPROXY_VERSION") -lt $(_version "1.9") ]; then
|
||||
no_htx="#"
|
||||
fi
|
||||
|
||||
if [ -z "$REGTESTS" ]; then
|
||||
_findtests reg-tests/
|
||||
|
@ -387,7 +367,7 @@ if [ -n "$testlist" ]; then
|
|||
if [ -n "$jobcount" ]; then
|
||||
jobcount="-j $jobcount"
|
||||
fi
|
||||
cmd="$VTEST_PROGRAM -b $((2<<20)) -k -t 10 -Dno-htx=${no_htx} $keep_logs $verbose $debug $jobcount $vtestparams $testlist"
|
||||
cmd="$VTEST_PROGRAM -b $((2<<20)) -k -t 10 $keep_logs $verbose $debug $jobcount $vtestparams $testlist"
|
||||
eval $cmd
|
||||
_vtresult=$?
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue