mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 11:13: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>
16 lines
358 B
YAML
16 lines
358 B
YAML
---
|
|
- name: Basic Firewall for End Devices
|
|
case: basic/test.py
|
|
|
|
- name: LAN-WAN Firewall with Masquerading
|
|
case: lan-wan/test.py
|
|
|
|
- name: WAN-DMZ-LAN Firewall with Port Forwarding
|
|
case: wan-dmz-lan/test.py
|
|
|
|
- name: IPv6 LAN-WAN Firewall
|
|
case: ipv6-lan-wan/test.py
|
|
|
|
- name: IPv6 Zone Migration with Custom Services
|
|
case: ipv6-zone-migration/test.py
|