[#] http://marc.info/?l=openbsd-cvs&m=140856795125453&w=2
openbsd-cvs(obsdave,2) — All
2014-08-21 00:55:11


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/20 14:52:14

Log message:
Run syslogd regressions tests. As only one syslogd can run per
machine, each test kills any syslogd first. At the end the system's
syslogd gets restarted.
The test framework runs a client, and a server, and a syslogd. The
messages are passed via the log socket or via UDP from the client
to syslogd. From there UDP transport is used to reach the server.
All processes write log files where the message has to show up.
The test arguments are kept in the args-*.pl files.
The content of a log file, the data sent to a pipe process and what
the server received are checked. The invocation of the sendsyslog(2)
syscall is checked with ktrace, the open file descriptors of syslogd
are checked with fstat.

Status:

Vendor Tag: bluhm
Release Tags: bluhm_20140820

N src/regress/usr.sbin/syslogd/Proc.pm
N src/regress/usr.sbin/syslogd/README
N src/regress/usr.sbin/syslogd/LICENSE
N src/regress/usr.sbin/syslogd/Syslogd.pm
N src/regress/usr.sbin/syslogd/Makefile
N src/regress/usr.sbin/syslogd/args-default.pl
N src/regress/usr.sbin/syslogd/Client.pm
N src/regress/usr.sbin/syslogd/Server.pm
N src/regress/usr.sbin/syslogd/funcs.pl
N src/regress/usr.sbin/syslogd/syslogd.pl
N src/regress/usr.sbin/syslogd/args-client-udp.pl
N src/regress/usr.sbin/syslogd/args-client-udp4.pl
N src/regress/usr.sbin/syslogd/args-client-udp-nodns.pl
N src/regress/usr.sbin/syslogd/args-client-udp4-nodns.pl
N src/regress/usr.sbin/syslogd/args-sendsyslog.pl
N src/regress/usr.sbin/syslogd/args-socket.pl

No conflicts created by this import