haproxy/reg-tests/lua
Frederic Lecaille 6e94b69665 REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory
Move all these files and others for OCSP tests found into reg-tests/ssl
to reg-test/ssl/certs and adapt all the VTC files which use them.

This patch is needed by other tests which have to include the SSL tests.
Indeed, some VTC commands contain paths to these files which cannot
be customized with environment variables, depending on the location the VTC file
is runi from, because VTC does not resolve the environment variables. Only macros
as ${testdir} can be resolved.

For instance this command run from a VTC file from reg-tests/ssl directory cannot
be reused from another directory, except if we add a symbolic link for each certs,
key etc.

 haproxy h1 -cli {
   send "del ssl crt-list ${testdir}/localhost.crt-list ${testdir}/common.pem:1"
 }

This is not what we want. We add a symbolic link to reg-test/ssl/certs to the
directory and modify the command above as follows:

 haproxy h1 -cli {
   send "del ssl crt-list ${testdir}/certs/localhost.crt-list ${testdir}/certs/common.pem:1"
 }
2025-12-08 10:40:59 +01:00
..
bad_http_clt_req_duration.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
bad_http_clt_req_duration.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
certs REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory 2025-12-08 10:40:59 +01:00
close_wait_lf.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
close_wait_lf.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
h_txn_get_priv.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
h_txn_get_priv.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
httpclient_action.lua REGTESTS: httpclient/lua: test the lua task timeout with the httpclient 2022-10-20 18:48:17 +02:00
httpclient_action.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
lua_httpclient.lua MINOR: httpclient/lua: add 'dst' optionnal field 2022-02-17 20:07:00 +01:00
lua_httpclient.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
lua_socket.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
lua_socket.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
set_var.lua MEDIUM: lua: Add ifexist parameter to set_var 2020-05-25 08:12:35 +02:00
set_var.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00
txn_get_priv-print_r.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
txn_get_priv-thread.vtc REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory 2025-12-08 10:40:59 +01:00
txn_get_priv.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
txn_get_priv.vtc REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory 2025-12-08 10:40:59 +01:00
wrong_types_usage.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
wrong_types_usage.vtc REGTESTS: restrict execution to a single thread group 2025-06-30 18:54:35 +02:00