mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
19 lines
420 B
YAML
19 lines
420 B
YAML
---
|
|
- name: Basic Tunnel Connectivity Test
|
|
suite: tunnel_basic/test.yaml
|
|
|
|
- name: Tunnel Interface Bridged with Physical
|
|
suite: tunnel_bridged/test.yaml
|
|
|
|
- name: Tunnel TTL verification
|
|
suite: tunnel_ttl/test.yaml
|
|
|
|
- name: WireGuard Point-to-Point
|
|
case: wireguard_p2p/test.py
|
|
|
|
- name: WireGuard Multipoint
|
|
case: wireguard_multipoint/test.py
|
|
|
|
- name: WireGuard Roadwarrior
|
|
case: wireguard_roadwarrior/test.py
|