mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +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>
19 lines
356 B
YAML
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
|