summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/relayd/args-http-label.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* To make sure that at least anything is tested, add a length checkbluhm2014-07-101-0/+1
| | | | | | 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.
* Update and extend the regress tests to use the new grammar of thereyk2014-07-091-5/+7
| | | | | | | | | | 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@
* Add regression tests to relayd to cover a few key types/actions combinations.andre2014-05-021-0/+26
ok reyk