mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
34 lines
632 B
Plaintext
34 lines
632 B
Plaintext
: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[]
|