Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-09 | Comment 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-09 | Enable all the #notyet tests since the parser supports those now | Claudio Jeker | |
2018-09-09 | prefix-set printing was adjusted in last commit. Adjust test. | Claudio Jeker | |
2018-09-09 | Fixup regress test after the last burst of commits by benno@ | Claudio Jeker | |
2018-09-09 | Fixup unit test after change to trie_match (or-longer case) | Claudio Jeker | |
2018-09-09 | Add disk format tests. | ccardenas | |
Thanks to Ori Bernstein. | |||
2018-09-09 | Add tests for disk format. | ccardenas | |
Thanks to Ori Bernstein. | |||
2018-09-08 | Regress tests for as-set and prefix-set blocks | Claudio Jeker | |
2018-09-08 | Add some additional config regress tests. Testing neighbor, group and rdomain. | Claudio Jeker | |
2018-09-08 | add a check for curly braces in a macro being used inside a filter | Sebastian Benoit | |
rule with curly braces | |||
2018-09-07 | Regress test for rde_trie should cover some basics for now. | Claudio Jeker | |
2018-09-07 | Refactor a bit and add another test | Claudio Jeker | |
2018-09-07 | Add a basic unittest for the as_set_* functions | Claudio Jeker | |
2018-09-07 | Move the config regress tests into own directory making space for additional | Claudio Jeker | |
unittests and maybe more. bgpd needs more test coverage. Discussed with bluhm@ | |||
2018-09-07 | Remove some newlines that have gone with last commit. | Claudio Jeker | |
2018-09-06 | get rid of a temp file, noted by claudio@ | Sebastian Benoit | |
2018-09-06 | when people update /etc/example/bgpd.conf, the forget to update the | Sebastian 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-20 | The newly added realpath(3) in vmd's parse.y checks whether the | Alexander Bluhm | |
directories exist. Create the path and file for test vmd-fail-disk-path-too-long. | |||
2018-07-20 | Listen on 127.0.0.1 and ::1 in the regress config since the test use localhost | Claudio Jeker | |
which can be resolved to either of the two values. OK bluhm@ | |||
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2018-07-02 | etc/examples/bgpd.conf changed, adjust test. | Alexander Bluhm | |
OK claudio@ | |||
2018-06-30 | Fix a few more of the same. | rob | |
2018-06-30 | Fix regressoin test (typo) for SNMPv3 authentication. | rob | |
2018-06-28 | unbreak | Gleydson Soares | |
grab the pid from $! instead of rely on grepping debug log OK landry | |||
2018-06-27 | oops, don't rely on the installed system having cups. | Marc Espie | |
prodded by theo | |||
2018-06-27 | Example config changed a while ago, adjust regress test that uses this. | Claudio Jeker | |
Noticed by deraadt@ | |||
2018-06-18 | explicitly disable the only warning that this hack triggers | Marc Espie | |
2018-06-18 | link the non-regression test | Marc Espie | |
2018-06-18 | and add the DESC as well | Marc Espie | |
2018-06-18 | reproducing some bugs is fun, I have to inject a specific dependencies order! | Marc Espie | |
2018-06-13 | Rename 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-06 | add non-regression tests for bad user list files | Marc Espie | |
2018-05-22 | In the sendsyslog-dropped test the client has to write a log message | Alexander 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-22 | pledge rebounds-ns | anton | |
2018-05-21 | Use loopback interfaces 100-103 instead of 1-3, with the hopes of getting it run | anton | |
on bluhm@'s regress machine. | |||
2018-05-19 | Add regress for httpd client certificate authentication. | Joel Sing | |
From Jack Burton <jack at saosce dot com dot au> - thanks! | |||
2018-05-09 | hook up rebound | anton | |
2018-05-09 | Add rebound regress tests, including a simple DNS server used as the upstream | anton | |
resolver with support for stubbing responses. Input and ok bluhm@ | |||
2018-04-11 | Fix a race in the syslogd test. It did not wait long enough for | Alexander Bluhm | |
syslogd to shutdown. So the test could miss some log messages. | |||
2018-03-07 | claudio@ added an Adj-RIB-Out, so add it to the regression tests | Peter Hessler | |
reminded by bluhm@ | |||
2018-02-27 | The error handling of invalid certificate files has changed in | Alexander Bluhm | |
libtls. Adjust test. | |||
2018-02-05 | Pass env(1) to ${SUDO}, not the other way around. Solves an issue when running | anton | |
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-14 | Unlocking the TCP stack resulted in smaller TCP segments sent out | Alexander 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-07 | Add regression tests for cdrom keyword | ccardenas | |
ok mlarkin@ | |||
2018-01-04 | Add more tests that check the timeout behavior of relayd. | Alexander Bluhm | |
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson | |
2017-11-11 | regress tests to match previous switch handling in vmd update. | Mike Larkin | |
diff from carlos cardenas, thanks. | |||
2017-11-10 | replace last instances of /dev/arandom with /dev/urandom | Christian Weisgerber | |
2017-10-30 | add regress tests for new vmd bridge handling code | Mike Larkin | |
from Carlos Cardenas, thanks | |||
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ |