History log of /openbsd-src/regress/usr.sbin/relayd/args-http-change.pl (Results 1 – 3 of 3)
Revision Date Author Comments
# 6d509cd0 10-Jul-2014 bluhm <bluhm@openbsd.org>

To make sure that at least anything is tested, add a length check
per default for the default length value in check_logs(). If a
test doesn't want this check, it has to disable it explicitly with
no

To make sure that at least anything is tested, add a length check
per default for the default length value in check_logs(). If a
test doesn't want this check, it has to disable it explicitly with
nocheck. Also remove unneeded nocheck switches for deeper testing.

show more ...


# e49fb922 09-Jul-2014 reyk <reyk@openbsd.org>

Update and extend the regress tests to use the new grammar of the
filtering rules. Some of the filenames are based on the old grammar,
we keep them for now and just update the contents to have a
bef

Update and extend the regress tests to use the new grammar of the
filtering rules. Some of the filenames are based on the old grammar,
we keep them for now and just update the contents to have a
before/after comparison of the features.

Most of the work was done by Andre de Oliveira (andre@)

OK bluhm@ benno@

show more ...


# e39408f9 02-May-2014 andre <andre@openbsd.org>

Add regression tests to relayd to cover a few key types/actions combinations.

ok reyk