hs-test: shortened interface names to avoid character limit
Type: test
Change-Id: I09df597ccb8a3c4af47b8a36010afb81df533236
Signed-off-by: adrianvillin <avillin@cisco.com>
diff --git a/extras/hs-test/topo-network/2peerVeth.yaml b/extras/hs-test/topo-network/2peerVeth.yaml
index 9a966dc..f991d8b 100644
--- a/extras/hs-test/topo-network/2peerVeth.yaml
+++ b/extras/hs-test/topo-network/2peerVeth.yaml
@@ -3,23 +3,23 @@
- name: "hsns"
type: "netns"
- - name: "vppsrv"
+ - name: "srv"
type: "veth"
preset-hw-address: "00:00:5e:00:53:01"
peer:
- name: "vppsrv_veth"
+ name: "srv_veth"
netns: "hsns"
- - name: "vppcln"
+ - name: "cln"
type: "veth"
peer:
- name: "vppcln_veth"
+ name: "cln_veth"
netns: "hsns"
- name: "br"
type: "bridge"
netns: "hsns"
interfaces:
- - vppsrv_veth
- - vppcln_veth
+ - srv_veth
+ - cln_veth