Files
infix/test/case/ietf_interfaces/tunnel_basic/test.yaml
T
Mattias Walström 4782cee201 Add support for simple VXLAN tunnels
This is just a first step to add VXLAN tunnels, much more remains.
Implemented right now is as GRE, local, remote and a VNI.

Also refactor gre_basic and gre_bridged to generic tunnel tests,
the same test now tests VXLAN as well.
2025-01-14 14:31:21 +01:00

19 lines
321 B
YAML

---
- name: gre_basic
case: test.py
opts: ["--type", "gre"]
infamy:
title: GRE point-to-point
- name: gretap_basic
case: test.py
opts: ["--type", "gretap"]
infamy:
title: GRETAP point-to-point
- name: vxlan_basic
case: test.py
opts: ["--type", "vxlan"]
infamy:
title: VXLAN point-to-point