summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
AgeCommit message (Collapse)Author
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@
2017-10-23Test file system full behavior of syslogd(8). This is done byAlexander Bluhm
creating a vnd(4) disk image that is filled up during logging.
2017-10-17Update matching regexp now that the pid is included.Martin Pieuchot
From bluhm@
2017-10-11Link vmd regress to build on amd64 and i386.Alexander Bluhm
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
from Carlos Cardenas; OK mlarkin@
2017-10-05Check that the dropped during initialization message appears inAlexander Bluhm
local and remote log files.
2017-10-05fix the results file after I changed the test filePeter Hessler
2017-10-05+bgpdPeter Hessler
2017-10-05add regress tests for bgpd.Peter Hessler
for now, only basic parsing is checked
2017-09-25keep up with @version, noticed by bluhm@Marc Espie
2017-09-18Avoid race in relayd test that uses an invalid chunked header. WaitAlexander Bluhm
until server has started, then expect error message in server log.
2017-09-17If file descriptors are exhausted during initialization, we seeAlexander Bluhm
better log messages on the console now.
2017-09-13Check that pending "message repeated" is printed at exit and restart.Alexander Bluhm
2017-09-13Check that the hostname added by syslogd -h in file and server logAlexander Bluhm
is correct. Use generic redo functions. Do syntax check for all Perl files.
2017-09-12Syslogd does no longer keep the *:514 UDP sockets open by default.Alexander Bluhm
Adapt tests.
2017-09-11Use signed ssize_t to make read(2) error check actually work.Alexander Bluhm
found by clang warning
2017-08-30Add support for interface departure and arrival.rob
Ok jca@, benno@
2017-08-28Update copyright notice contact info.rob
2017-08-25Quote some variable strings and make output verbose.rob
2017-08-12Forgot to commit updated Makefile for regress test changes using obj directory.rob
2017-08-12Use obj directory instead of a handcrafted working directory.rob
Pointers from tb@
2017-08-12Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@.rob
Ok benno@
2017-08-12Use vether instead of physical interfaces for temporary carp creation.rob
Recommended by and discussed with many.
2017-08-12snmpe runs as user _snmpd not _snmp.rob
2017-08-11Add a wait call between different invocations of snmpd test runs to avoidrob
failed to bind errors due to SNMP UDP socket: Address already in use. Discussed and ok jca@.
2017-08-11Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet.rob
Ok benno@, tb@
2017-07-31Tweak demoted state test, ok jca@rob
2017-07-31Fix whitespace, ok jca@rob
2017-07-30Add shebangJeremie Courreges-Anglas
2017-07-14Do not mix Perl read() with sysread(). Data could get stuck in theAlexander Bluhm
buffered IO and test run-regress-args-http-chunked.pl would fail on slow hardware. Limit debug output to one line per 1% of data. Improve function write_syswrite(). Sync with httpd regress. Fix whitespace.
2017-07-14Do not mix Perl read() with sysread(). Data could get stuck in theAlexander Bluhm
buffered IO and test run-regress-args-get-1073741824.pl would fail on slow hardware. Introduce a common function read_part() that uses Perl read(). Limit debug output to one line per 1% of data. Remove unused function http_server(). Fix whitespace. Cleanup Makefile.
2017-07-14Add regression tests for ifstated.Sebastian Benoit
Not hooked into regress/usr.sbin/Makefile yet. From Rob Pierce <rob@2keys.ca>
2017-07-12Disable failing pkg_add tests and document when they were added.Alexander Bluhm
Targets are still executed, but are expected to fail.
2017-07-07Remove all references to "make depend" from regress.Alexander Bluhm
2017-06-25Link acme-client, ldapd, switchd regress to build.Alexander Bluhm
2017-06-25Do not run .END cleanup during clean, cleandir, obj in ldapd regress.Alexander Bluhm
2017-06-25Clean all files created during switchd regress.Alexander Bluhm
2017-06-25Convert the acme-client test to use a config file acme-client.conf.Alexander Bluhm
Restructure the Makefile, put httpd.conf in separate config file. Skip test if domain name for letsencrypt.org is not set. discussed with benno@
2017-06-22Perl on 32 bit architectures does not support pack('Q'), replaceAlexander Bluhm
it with 'NN'.