summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2003-03-11verify different named queues don't get the same queue id on differentHenning Brauer
interfaces fails right now
2003-03-11more complicated cbq queue id assigment verificationHenning Brauer
2003-03-11test queue ID assignment with cbqHenning Brauer
2003-03-11new class of regress tests.Henning Brauer
add target "pfaltq". altq rules are loaded into the kernel and pfctl -gsq output is verified. opposed to most other regress tests, these ones modify the existing setup, as altq definitons cannot live in anchors. all queue definitions are flushed by these tests. Thus, they are not run by default (not part of REGRESS_TARGETS), but must be run explicitely (make pfaltq). pfaltq1: very queue id assignment on multiple interfaces with the priq scheduler
2003-03-10regenHenning Brauer
2003-03-10regen; line numbers changed after adding comment in input fileHenning Brauer
2003-03-10queue doubly defined on one interface, fails right nowHenning Brauer
(is later rejected at load time by the kernel, but pfctl should detect it)
2003-03-10tun0 mtu depends on too much external factors, so better hardcode tbrsizeHenning Brauer
2003-03-10double word (the the) and spellingDavid Krause
ok henning@
2003-03-09add comments what we are testing - these tests look so simple that theyHenning Brauer
might get removed later otherwise, so make clear these are edge cases in internals we are provoking
2003-03-09typo in comment, krauseHenning Brauer
2003-03-09same edge case for LOOP_THROUGH in totally different contextHenning Brauer
2003-03-09test an edge case in LOOP_THROUGH behaviourHenning Brauer
fails right now
2003-03-09stests may not have +x set, so prefix the call with shDavid Krause
ok millert@
2003-03-08regen after pfctl output changeHenning Brauer
2003-03-08-g in pfload${n}-updateHenning Brauer
2003-03-07Needs -g flag now.Cedric Berger
2003-03-07use -gHenning Brauer
2003-03-03regenHenning Brauer
2003-03-02queue on two interfacesHenning Brauer
2003-03-02regen after pfctl changesHenning Brauer
2003-03-02someone updated a regress test without running teh full suite thereafter...Henning Brauer
cedric, if you update an input file, the .loaded output file changes too of course.
2003-03-02cbq control keyword is goneHenning Brauer
2003-02-28a cbq queue cannot be both default and control queueHenning Brauer
fails right now
2003-02-28add targets to regenerate the .ok filesHenning Brauer
ok cedric@, silence others
2003-02-27update regress test output to match change in error messageDavid Krause
ok henning@
2003-02-26Hmm... non-empty files are better.Cedric Berger
2003-02-26And a couple more binat failures.Cedric Berger
2003-02-26As promised, a bunch of new valid binat tests.Cedric Berger
2003-02-26altq without schedulerHenning Brauer
2003-02-26binat-anchor: no fromto, no proto list expansionHenning Brauer
2003-02-26rdr-anchor: no src port, no dst port list expansion, no dst port operatorsHenning Brauer
2003-02-26anchorname too longHenning Brauer
2003-02-25repair/simplify/flexify binat userland.Cedric Berger
ok dhartmei@ henning@
2003-02-25Add regress tests for the 'table <foo> file "filename"' syntax.Cedric Berger
Syntax checks only in pfsimple2, real tests in pfr13.
2003-02-24test for invalid next pointers in symhead with macro redefinitions.Henning Brauer
fails right now
2003-02-24More illegal table constructs.Cedric Berger
2003-02-23Test for invalid scrub rules.Ryan Thomas McBride
2003-02-23Test invalid conditions in rdr-anchor and binat-anchor.Ryan Thomas McBride
2003-02-22pfctl allows a space between the < >'s and the table name.Ryan Thomas McBride
2003-02-22Make the pfload regression tests check translation rules as well asRyan Thomas McBride
filter rules.
2003-02-22krause found one more untested thing: per-rule timeouts and per-rule stateHenning Brauer
limit. woohoo!
2003-02-21betterHenning Brauer
2003-02-21test altq tbrsize calculationHenning Brauer
2003-02-21whole bunch of options tests, idea by krauseHenning Brauer
2003-02-21test scrub random-id, pointed out by krauseHenning Brauer
2003-02-21more testing: illegal port, af mismatch w/ route-to and more flags tcponlyHenning Brauer
from krause
2003-02-21set loginterface to nonexistant interfaceHenning Brauer
2003-02-21explicit tbrsize; found by mcbride@Henning Brauer
2003-02-20test for nonexistant interface rejection in the dynaddr caseHenning Brauer