mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
16 lines
271 B
YAML
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"]
|