summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
AgeCommit message (Collapse)Author
2018-09-09Comment the empty as-set and prefix-set tests. This is not yet working.Claudio Jeker
Add a single asnum test, just to make sure that works as well
2018-09-09Enable all the #notyet tests since the parser supports those nowClaudio Jeker
2018-09-09prefix-set printing was adjusted in last commit. Adjust test.Claudio Jeker
2018-09-09Fixup regress test after the last burst of commits by benno@Claudio Jeker
2018-09-09Fixup unit test after change to trie_match (or-longer case)Claudio Jeker
2018-09-09Add disk format tests.ccardenas
Thanks to Ori Bernstein.
2018-09-09Add tests for disk format.ccardenas
Thanks to Ori Bernstein.
2018-09-08Regress tests for as-set and prefix-set blocksClaudio Jeker
2018-09-08Add some additional config regress tests. Testing neighbor, group and rdomain.Claudio Jeker
2018-09-08add a check for curly braces in a macro being used inside a filterSebastian Benoit
rule with curly braces
2018-09-07Regress test for rde_trie should cover some basics for now.Claudio Jeker
2018-09-07Refactor a bit and add another testClaudio Jeker
2018-09-07Add a basic unittest for the as_set_* functionsClaudio Jeker
2018-09-07Move the config regress tests into own directory making space for additionalClaudio Jeker
unittests and maybe more. bgpd needs more test coverage. Discussed with bluhm@
2018-09-07Remove some newlines that have gone with last commit.Claudio Jeker
2018-09-06get rid of a temp file, noted by claudio@Sebastian Benoit
2018-09-06when people update /etc/example/bgpd.conf, the forget to update theSebastian Benoit
regression test. - make bgpd-example just check the config file we ship, to make sure the config is not broken - make bgpd-printconf checks a config file, writes the parsed output to a file and checks if that file is parsable config, i.e. this check makes sure that the config printer produces parsable configuration. This way we still have to update the regression tests when the syntax changes, and we fail if the commited example is bad, but we do not fail just because someone forgot to update a file here. ok claudio
2018-07-20The newly added realpath(3) in vmd's parse.y checks whether theAlexander Bluhm
directories exist. Create the path and file for test vmd-fail-disk-path-too-long.
2018-07-20Listen on 127.0.0.1 and ::1 in the regress config since the test use localhostClaudio Jeker
which can be resolved to either of the two values. OK bluhm@
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
from Carlos Cardenas; OK mlarkin@
2018-07-02etc/examples/bgpd.conf changed, adjust test.Alexander Bluhm
OK claudio@
2018-06-30Fix a few more of the same.rob
2018-06-30Fix regressoin test (typo) for SNMPv3 authentication.rob
2018-06-28unbreakGleydson Soares
grab the pid from $! instead of rely on grepping debug log OK landry
2018-06-27oops, don't rely on the installed system having cups.Marc Espie
prodded by theo
2018-06-27Example config changed a while ago, adjust regress test that uses this.Claudio Jeker
Noticed by deraadt@
2018-06-18explicitly disable the only warning that this hack triggersMarc Espie
2018-06-18link the non-regression testMarc Espie
2018-06-18and add the DESC as wellMarc Espie
2018-06-18reproducing some bugs is fun, I have to inject a specific dependencies order!Marc Espie
2018-06-13Rename httpd.conf "root strip" option to "request strip".Reyk Floeter
"root strip" was semantically incorrect and did cause some confusion as it never stripped the root but the client's request path. Discussed with many. Heads up: this is a grammar change that also affects acme-client(1) configurations (see current.html). OK claudio@
2018-06-06add non-regression tests for bad user list filesMarc Espie
2018-05-22In the sendsyslog-dropped test the client has to write a log messageAlexander Bluhm
before syslogd is running. To fix a race in regress, delay the syslogd startup until the message has been written. For debugging add the process class to all die messages.
2018-05-22pledge rebounds-nsanton
2018-05-21Use loopback interfaces 100-103 instead of 1-3, with the hopes of getting it runanton
on bluhm@'s regress machine.
2018-05-19Add regress for httpd client certificate authentication.Joel Sing
From Jack Burton <jack at saosce dot com dot au> - thanks!
2018-05-09hook up reboundanton
2018-05-09Add rebound regress tests, including a simple DNS server used as the upstreamanton
resolver with support for stubbing responses. Input and ok bluhm@
2018-04-11Fix a race in the syslogd test. It did not wait long enough forAlexander Bluhm
syslogd to shutdown. So the test could miss some log messages.
2018-03-07claudio@ added an Adj-RIB-Out, so add it to the regression testsPeter Hessler
reminded by bluhm@
2018-02-27The error handling of invalid certificate files has changed inAlexander Bluhm
libtls. Adjust test.
2018-02-05Pass env(1) to ${SUDO}, not the other way around. Solves an issue when runninganton
the tests as a non-root and doas is not configured to preserve the OBJDIR variable. While here, ensure OBJDIR is defined and fix typos. ok bluhm@
2018-01-14Unlocking the TCP stack resulted in smaller TCP segments sent outAlexander Bluhm
early on some machines. Use the TCP_NOPUSH socket option to get reliable regress results and syslogd(8) debug messages for grep.
2018-01-07Add regression tests for cdrom keywordccardenas
ok mlarkin@
2018-01-04Add more tests that check the timeout behavior of relayd.Alexander Bluhm
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-11-11regress tests to match previous switch handling in vmd update.Mike Larkin
diff from carlos cardenas, thanks.
2017-11-10replace last instances of /dev/arandom with /dev/urandomChristian Weisgerber
2017-10-30add regress tests for new vmd bridge handling codeMike Larkin
from Carlos Cardenas, thanks
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
from Carlos Cardenas; OK mlarkin@