mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 04:03:01 +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>
26 lines
743 B
Plaintext
26 lines
743 B
Plaintext
=== Syslog Advanced Compare
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/syslog/advanced_compare]
|
|
|
|
==== Description
|
|
|
|
Verify the select-adv-compare feature: filtering syslog messages based on
|
|
severity with advanced comparison operators (equals vs equals-or-higher) and
|
|
actions (log vs block/stop).
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Syslog Advanced Compare topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Clean up old log files from previous test runs
|
|
. Configure syslog with advanced-compare
|
|
. Send test messages at all severity levels
|
|
. Verify exact-errors log contains only error messages
|
|
. Verify no-debug log blocks all messages
|
|
. Verify baseline log contains info and higher
|
|
|
|
|