Files
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

16 lines
271 B
YAML

---
- settings:
test-spec: <case>.adoc
- name: GRE point-to-point
case: gre.py
opts: ["--tunnel", "gre"]
- name: GRETAP point-to-point
case: gretap.py
opts: ["--tunnel", "gretap"]
- name: VXLAN point-to-point
case: vxlan.py
opts: ["--tunnel", "vxlan"]