Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-23 | Test file system full behavior of syslogd(8). This is done by | Alexander Bluhm | |
creating a vnd(4) disk image that is filled up during logging. | |||
2017-10-17 | Update matching regexp now that the pid is included. | Martin Pieuchot | |
From bluhm@ | |||
2017-10-11 | Link vmd regress to build on amd64 and i386. | Alexander Bluhm | |
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2017-10-05 | Check that the dropped during initialization message appears in | Alexander Bluhm | |
local and remote log files. | |||
2017-10-05 | fix the results file after I changed the test file | Peter Hessler | |
2017-10-05 | +bgpd | Peter Hessler | |
2017-10-05 | add regress tests for bgpd. | Peter Hessler | |
for now, only basic parsing is checked | |||
2017-09-25 | keep up with @version, noticed by bluhm@ | Marc Espie | |
2017-09-18 | Avoid race in relayd test that uses an invalid chunked header. Wait | Alexander Bluhm | |
until server has started, then expect error message in server log. | |||
2017-09-17 | If file descriptors are exhausted during initialization, we see | Alexander Bluhm | |
better log messages on the console now. | |||
2017-09-13 | Check that pending "message repeated" is printed at exit and restart. | Alexander Bluhm | |
2017-09-13 | Check that the hostname added by syslogd -h in file and server log | Alexander Bluhm | |
is correct. Use generic redo functions. Do syntax check for all Perl files. | |||
2017-09-12 | Syslogd does no longer keep the *:514 UDP sockets open by default. | Alexander Bluhm | |
Adapt tests. | |||
2017-09-11 | Use signed ssize_t to make read(2) error check actually work. | Alexander Bluhm | |
found by clang warning | |||
2017-08-30 | Add support for interface departure and arrival. | rob | |
Ok jca@, benno@ | |||
2017-08-28 | Update copyright notice contact info. | rob | |
2017-08-25 | Quote some variable strings and make output verbose. | rob | |
2017-08-12 | Forgot to commit updated Makefile for regress test changes using obj directory. | rob | |
2017-08-12 | Use obj directory instead of a handcrafted working directory. | rob | |
Pointers from tb@ | |||
2017-08-12 | Hookup ifstated and snmpd regress. Discussed with benno@ and bluhm@. | rob | |
Ok benno@ | |||
2017-08-12 | Use vether instead of physical interfaces for temporary carp creation. | rob | |
Recommended by and discussed with many. | |||
2017-08-12 | snmpe runs as user _snmpd not _snmp. | rob | |
2017-08-11 | Add a wait call between different invocations of snmpd test runs to avoid | rob | |
failed to bind errors due to SNMP UDP socket: Address already in use. Discussed and ok jca@. | |||
2017-08-11 | Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet. | rob | |
Ok benno@, tb@ | |||
2017-07-31 | Tweak demoted state test, ok jca@ | rob | |
2017-07-31 | Fix whitespace, ok jca@ | rob | |
2017-07-30 | Add shebang | Jeremie Courreges-Anglas | |
2017-07-14 | Do not mix Perl read() with sysread(). Data could get stuck in the | Alexander 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-14 | Do not mix Perl read() with sysread(). Data could get stuck in the | Alexander 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-14 | Add regression tests for ifstated. | Sebastian Benoit | |
Not hooked into regress/usr.sbin/Makefile yet. From Rob Pierce <rob@2keys.ca> | |||
2017-07-12 | Disable failing pkg_add tests and document when they were added. | Alexander Bluhm | |
Targets are still executed, but are expected to fail. | |||
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm | |
2017-06-25 | Link acme-client, ldapd, switchd regress to build. | Alexander Bluhm | |
2017-06-25 | Do not run .END cleanup during clean, cleandir, obj in ldapd regress. | Alexander Bluhm | |
2017-06-25 | Clean all files created during switchd regress. | Alexander Bluhm | |
2017-06-25 | Convert 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-22 | Perl on 32 bit architectures does not support pack('Q'), replace | Alexander Bluhm | |
it with 'NN'. | |||
2017-06-22 | Get the framework from relayd regress to start switchd on demand. | Alexander Bluhm | |
This allows to run the test without manual setup. | |||
2017-06-08 | Start syslogd with -rr. With different timing the order of messages | Alexander Bluhm | |
changed. Then a "last message repeated" confused the test. | |||
2017-04-29 | Test that suslogd's UDP sockets bound to *.514 do not receive packets | Alexander Bluhm | |
if the -u insecure mode is not selected. | |||
2017-04-28 | Check that non existing log files in syslog.conf are reported to | Alexander Bluhm | |
/dev/console during startup and restart. Startup warnings contain the pid now. Console logging creates additional errors if the file descriptor limit is exhausted. | |||
2017-04-25 | Test listening on multiple syslog over TLS sockets. | Alexander Bluhm | |
2017-04-17 | Test syslogd(8) "last message repeated" feature and -r option. | Alexander Bluhm | |
2017-04-07 | Adapt test to new syslogd's local message priority. | Alexander Bluhm | |
2017-04-06 | Check that local syslog messages have the the expected priority. | Alexander Bluhm | |
2017-04-05 | Syslogd's debug and error messages have changed a bit, adapt test. | Alexander Bluhm | |
2017-03-24 | Check that syslogd(8) is still running if non critical errors happen | Alexander Bluhm | |
during startup. | |||
2017-02-22 | ldapd regress tests depends on openldap-client, check | Gleydson Soares | |
if that package is installed, otherwise print a warning and skip them but not fail. requested by/ok mpi@ | |||
2017-02-09 | Add defines that are needed to compile XS code with Perl 5.24.1. | Alexander Bluhm | |