From: Frédéric Lécaille <[email protected]> Hi ML,
With these patches, haproxy switches to the new varnish cache reg testing tool named vtest, formerly known as varnishtest. From the user point of view, there is no very much differences compared to the usage of varnishtest. Before we started the reg testing process as follows: $ VARNISTEST_PROGRAM=<...> make reg-tests now we have to run: $ VTEST_PROGRAM=<...> make reg-tests More information may be found here: https://github.com/vtest/VTest Fred. Frédéric Lécaille (2): REGTEST: Adapt reg test doc files to vtest. REGTEST: Switch to vtest. doc/regression-testing.txt | 78 +++++++++++++++++++++++++--------------------- reg-tests/README | 67 ++++++++++++++++++++++----------------- scripts/run-regtests.sh | 28 ++++++++--------- 3 files changed, 96 insertions(+), 77 deletions(-) -- 2.11.0

