#
65c61840 |
| 23-Dec-2024 |
Michal Scigocki <michal.os@hotmail.com> |
syslogd: Add syslog relayed message format tests
Reviewed by: markj MFC after: 3 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/1536
|
#
ee75c991 |
| 23-Dec-2024 |
Michal Scigocki <michal.os@hotmail.com> |
syslogd: Add syslog forwarded message format tests
Reviewed by: markj MFC after: 3 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/1536
|
#
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 ...
|
#
aa94868f |
| 23-Dec-2024 |
Michal Scigocki <michal.os@hotmail.com> |
syslogd: Remove is_exclusive metadata from tests
- Tests have been updated to use "jail" execution environment, is_exclusive="true" is no longer required. - tests/Makefile update to style.Makefile
syslogd: Remove is_exclusive metadata from tests
- Tests have been updated to use "jail" execution environment, is_exclusive="true" is no longer required. - tests/Makefile update to style.Makefile(5).
Reviewed by: markj MFC after: 3 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/1536
show more ...
|
Revision tags: release/14.2.0 |
|
#
8b63477e |
| 27-Nov-2024 |
Jake Freeland <jfree@FreeBSD.org> |
syslogd: Add host forwarding test
Test communication between hosts by setting up two syslogd instances, each binded to their own addresses, and sending a message from one to the other. The tests pas
syslogd: Add host forwarding test
Test communication between hosts by setting up two syslogd instances, each binded to their own addresses, and sending a message from one to the other. The tests passes if the message was delivered and logged successfully.
This required some tweaking to the syslogd start and stop routines so they could handle launching multiple syslogd instances with different runtime files.
Run the tests in jails with an isolated VNET so they don't fail due to an address bind collision in the host's VNET.
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D47649
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
75ae7e43 |
| 11-Oct-2023 |
Olivier Cochard <olivier@FreeBSD.org> |
syslogd: Prevent running tests in parallel
They all use the same listening port.
Approved by: markj Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D41989
|
#
fcace290 |
| 22-Jun-2023 |
Jake Freeland <jfree@FreeBSD.org> |
syslogd: Add some basic regression tests
Reviewed by: markj MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41403
|