mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 03:03: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>
23 lines
593 B
Plaintext
23 lines
593 B
Plaintext
=== Syslog Basic
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/syslog/basic]
|
|
|
|
==== Description
|
|
|
|
Add syslog actions matching on different facility and severity levels to
|
|
log to local files, then verify new log files have been created. In one
|
|
case we use an absolute `file:/path/to/bar.log` and in another a relative
|
|
path `file:foo`.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[Syslog Basic topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to target DUT
|
|
. Configure syslog on DUT to log to files '/log/bar.log' and 'foo'
|
|
. Verify log files have been created
|
|
|
|
|