Files
infix/test/case/ietf_interfaces/bridge.yaml
T
Joachim Wiberg 44d37808f1 test/case: use 9pm 'name:' for all test names
To reduce the duplication of effort between 9pm and the Infamy framework
this change consolidates the move from local 'infamy: title:' extension
to 9pm 'name:'.

For the parameterized tunnel tests we leverage the 9pm dynamic test-spec
variable, which looks for a correspodning <case>.adoc instead of static
Readme.adoc, when generating the test report.

Each test documentation should cover all aspects of the test, much like
the usage text of a UNIX program.  To this end, the tunnel test docs are
now more spelled out, including all invariants.

Some refactoring of these tests were also necessary, e.g., replacing any
reserved Python keywords like 'type', and other PEP-8 fixes.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-09-15 14:26:06 +02:00

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