]> git.ipfire.org Git - thirdparty/haproxy.git/commit
TESTS: move tests/*.cfg to tests/config
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 08:49:34 +0000 (10:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 08:59:29 +0000 (10:59 +0200)
commitd4359fd98b19f98d191bf5457e9c2a41f4f65bcd
treeeb4d7ad37af14f84896604567d6f72371bef9d8d
parent38ceb554fde8f029c3ce29c0e25b4d3fe1f22c62
TESTS: move tests/*.cfg to tests/config

These are a collection of test files for a variety of features (old or
more recent). 2 or 3 files were found lying there non-committed and
were moved at the same time. A few deprecated or obsolete keywords were
updated to their recent equivalent. Many of these configurations are
made to trigger different parsing errors so it is normal that plenty
of them fail.

Now the tests directory is cleaner and easier to navigate through.
40 files changed:
tests/conf/basic-check.cfg [new file with mode: 0644]
tests/conf/ext-check.cfg [moved from tests/ext-check.cfg with 100% similarity]
tests/conf/ports.cfg [moved from tests/ports.cfg with 100% similarity]
tests/conf/setstatus.lua [new file with mode: 0644]
tests/conf/tcp-check.cfg [moved from tests/tcp-check.cfg with 100% similarity]
tests/conf/test-acl-args.cfg [moved from tests/test-acl-args.cfg with 77% similarity]
tests/conf/test-address-syntax.cfg [moved from tests/test-address-syntax.cfg with 93% similarity]
tests/conf/test-backlog.cfg [moved from tests/test-backlog.cfg with 100% similarity]
tests/conf/test-check-expect.cfg [moved from tests/test-check-expect.cfg with 100% similarity]
tests/conf/test-connection.cfg [moved from tests/test-connection.cfg with 56% similarity]
tests/conf/test-cookie-indirect.cfg [moved from tests/test-cookie-indirect.cfg with 92% similarity]
tests/conf/test-cookie-insert.cfg [moved from tests/test-cookie-insert.cfg with 88% similarity]
tests/conf/test-cookie-passive.cfg [moved from tests/test-cookie-passive.cfg with 88% similarity]
tests/conf/test-cookie-prefix.cfg [moved from tests/test-cookie-prefix.cfg with 88% similarity]
tests/conf/test-cookie-rewrite.cfg [moved from tests/test-cookie-rewrite.cfg with 88% similarity]
tests/conf/test-disable-404.cfg [moved from tests/test-disable-404.cfg with 95% similarity]
tests/conf/test-fsm.cfg [moved from tests/test-fsm.cfg with 100% similarity]
tests/conf/test-fwlc.cfg [moved from tests/test-fwlc.cfg with 89% similarity]
tests/conf/test-fwrr.cfg [moved from tests/test-fwrr.cfg with 94% similarity]
tests/conf/test-handshakes-chk.cfg [moved from tests/test-handshakes-chk.cfg with 100% similarity]
tests/conf/test-handshakes.cfg [moved from tests/test-handshakes.cfg with 100% similarity]
tests/conf/test-http-send-name-hdr.cfg [moved from tests/test-http-send-name-hdr.cfg with 71% similarity]
tests/conf/test-http-set-status-lua.cfg [new file with mode: 0644]
tests/conf/test-http-set-status.cfg [new file with mode: 0644]
tests/conf/test-inspect-smtp.cfg [moved from tests/test-inspect-smtp.cfg with 100% similarity]
tests/conf/test-inspect-ssl.cfg [moved from tests/test-inspect-ssl.cfg with 100% similarity]
tests/conf/test-map-ports.cfg [moved from tests/test-map-ports.cfg with 83% similarity]
tests/conf/test-param-hash.cfg [new file with mode: 0644]
tests/conf/test-pollers.cfg [moved from tests/test-pollers.cfg with 100% similarity]
tests/conf/test-redirect.cfg [moved from tests/test-redirect.cfg with 100% similarity]
tests/conf/test-sample-fetch-args.cfg [moved from tests/test-sample-fetch-args.cfg with 100% similarity]
tests/conf/test-sample-fetch-conv.cfg [moved from tests/test-sample-fetch-conv.cfg with 100% similarity]
tests/conf/test-sql.cfg [moved from tests/test-sql.cfg with 86% similarity]
tests/conf/test-srv-verify.cfg [moved from tests/test-srv-verify.cfg with 100% similarity]
tests/conf/test-stats.cfg [new file with mode: 0644]
tests/conf/test-str2sa.cfg [moved from tests/test-str2sa.cfg with 100% similarity]
tests/conf/test-time.cfg [moved from tests/test-time.cfg with 85% similarity]
tests/conf/test-timeout.cfg [moved from tests/test-timeout.cfg with 96% similarity]
tests/conf/test-url-hash.cfg [moved from tests/test-url-hash.cfg with 82% similarity]
tests/conf/test-valid-names.cfg [moved from tests/test-valid-names.cfg with 71% similarity]