#
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 ...
|
#
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 ...
|