Files
infix/test/case/syslog/all.yaml
T
Joachim Wiberg 1bbd80d8c7 test: drop leading ietf/infix prefix from directories
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>
2025-11-20 20:23:23 +01:00

19 lines
356 B
YAML

---
- name: Syslog Basic
case: basic/test.py
- name: Remote syslog
case: remote/test.py
- name: Syslog Pattern Matching
case: pattern_match/test.py
- name: Syslog Advanced Compare
case: advanced_compare/test.py
- name: Syslog Hostname Filtering
case: hostname_filter/test.py
- name: Syslog Property Filtering
case: property_filter/test.py