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>
26 lines
521 B
YAML
26 lines
521 B
YAML
---
|
|
|
|
- name: Bridge forwarding single DUTs
|
|
case: bridge_fwd_sgl_dut/test.py
|
|
|
|
- name: Bridge forwarding dual DUTs
|
|
case: bridge_fwd_dual_dut/test.py
|
|
|
|
- name: Bridge STP Basic
|
|
case: bridge_stp_basic/test.py
|
|
|
|
- name: Bridge VLAN separation
|
|
case: bridge_vlan_separation/test.py
|
|
|
|
- name: Bridge basic
|
|
case: bridge_basic/test.py
|
|
|
|
- name: Dual bridges on one device
|
|
case: dual_bridge/test.py
|
|
|
|
- name: Bridge with a physical port and a veth
|
|
case: bridge_veth/test.py
|
|
|
|
- name: Bridge VLAN
|
|
case: bridge_vlan/test.py
|