]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTEST/MINOR: Add levels to reg-tests target.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 25 Jun 2018 09:15:43 +0000 (11:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jun 2018 20:04:58 +0000 (22:04 +0200)
commit26ac8a6c4ed47dbf5d773d59ef09880eaabec8ab
tree81d2aa75f5ed5fbd4f9509265dbb341bd70bfe0c
parentbca3a980e9bc23b04050988650de069f863acc94
REGTEST/MINOR: Add levels to reg-tests target.

With this patch we can provide LEVEL environment variable when
running reg-tests Makefile targe (reg testing) to set the execution
level of the reg-tests make target to run.

LEVEL default value is 1.

LEVEL=1 is to run all h*.vtc files which are the most important
reg testing files (to test haproxy core, HTTP compliance etc).

LEVEL=2 is to run all s*.vtc files which are a bit slow tests,
for instance tests requiring external programs (curl, socat etc).

LEVEL=3 is to run all l*.vtc files which are test files with again
more slow or with little interest.
Makefile