mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
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.
19 lines
321 B
YAML
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
|