hs-test: configure VPP from test context
[vpp.git] / extras / hs-test / topo-network / 2peerVeth.yaml
1 ---
2 devices:
3   - name: "hsns"
4     type: "netns"
5
6   - name: "vppsrv"
7     type: "veth"
8     preset-hw-address: "00:00:5e:00:53:01"
9     peer:
10       name: "vppsrv_veth"
11       netns: "hsns"
12
13   - name: "vppcln"
14     type: "veth"
15     peer:
16       name: "vppcln_veth"
17       netns: "hsns"
18
19   - name: "br"
20     type: "bridge"
21     netns: "hsns"
22     interfaces:
23       - vppsrv_veth
24       - vppcln_veth
25