Files
Mattias Walström 76de3427ff test: syslog: property_filter: Adapt to changes required by yangerd
The test got an unexpected input in one of its logs:

'May 22 11:18:32 test-00-03-00 yangerd[3677]: SIGHUP: triggering immediate re-poll'
limit the string grepping for to be more exact.
2026-06-27 08:39:48 +02:00
..
2026-04-24 14:29:58 +02:00

:testgroup:
== Syslog

Tests verifying syslog configuration and operation:

 - Basic local syslog functionality and log generation
 - Remote syslog forwarding and network logging
 - Pattern matching using POSIX regex on message content
 - Advanced comparison operators and actions
 - Hostname-based filtering for incoming messages
 - Property-based filtering with operators and negation

include::basic/Readme.adoc[]

<<<

include::remote/Readme.adoc[]

<<<

include::pattern_match/Readme.adoc[]

<<<

include::advanced_compare/Readme.adoc[]

<<<

include::hostname_filter/Readme.adoc[]

<<<

include::property_filter/Readme.adoc[]