vpp/extras/hs-test/topo/2peerVeth.yaml
Filip Tehlar 229f5fcf18 misc: add test framework for host stack
Type: feature

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I5a64a2c095cae3a4d5f8fdc73e624b010339ec8e
2022-09-19 21:00:18 +00:00

24 lines
343 B
YAML
Executable File

---
devices:
- name: "hsns"
type: "netns"
- name: "vppsrv"
type: "veth"
peer:
name: "vppsrv_veth"
netns: "hsns"
- name: "vppcln"
type: "veth"
peer:
name: "vppcln_veth"
netns: "hsns"
- name: "br"
type: "bridge"
netns: "hsns"
interfaces:
- vppsrv_veth
- vppcln_veth