History log of /freebsd/usr.sbin/syslogd/tests/syslogd_test_common.sh (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8d9c25c4 12-Feb-2025 Jose Luis Duran <jlduran@FreeBSD.org>

syslogd: Fix tests when if_epair is not loaded

Take a cue from vnet.subr and abstract module loading, jail creation and
cleanup.

Note that the way jails are created differs slightly from vnet.subr,

syslogd: Fix tests when if_epair is not loaded

Take a cue from vnet.subr and abstract module loading, jail creation and
cleanup.

Note that the way jails are created differs slightly from vnet.subr, to
maintain the current style of the tests.

Reported by: Jenkins
Reviewed by: markj
Approved by: emaste (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D48949

show more ...


Revision tags: release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3
# 1da99b47 03-Jan-2025 Mark Johnston <markj@FreeBSD.org>

syslogd tests: Permit starting syslogd with multiple -b options


# 3fb2371e 03-Jan-2025 Mark Johnston <markj@FreeBSD.org>

syslogd tests: Use atf_check when sending SIGHUP to syslogd


# 66a022a3 23-Dec-2024 Michal Scigocki <michal.os@hotmail.com>

syslogd: Add syslog basic message format tests

RFC 3164 and RFC 5424 syslog message format tests and minor refactor of
existing tests to reuse components in new tests.

Reviewed by: markj
MFC after:

syslogd: Add syslog basic message format tests

RFC 3164 and RFC 5424 syslog message format tests and minor refactor of
existing tests to reuse components in new tests.

Reviewed by: markj
MFC after: 3 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1536

show more ...