diff options
author | 2024-02-13 03:26:25 -0500 | |
---|---|---|
committer | 2024-02-15 18:35:34 +0000 | |
commit | fbf5f2b0300c654be5d1962bc207c87f49930faf (patch) | |
tree | e7c08314ecfe7af4ff15b0bf9794396bec3f96bc /extras/hs-test/topo-network/2peerVeth.yaml | |
parent | 0ded4890beaa3aa1f36c61ff6125d19582b25391 (diff) |
hs-test: shortened interface names to avoid character limit
Type: test
Change-Id: I09df597ccb8a3c4af47b8a36010afb81df533236
Signed-off-by: adrianvillin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-network/2peerVeth.yaml')
-rw-r--r-- | extras/hs-test/topo-network/2peerVeth.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/hs-test/topo-network/2peerVeth.yaml b/extras/hs-test/topo-network/2peerVeth.yaml index 9a966dc441f..f991d8b3701 100644 --- a/extras/hs-test/topo-network/2peerVeth.yaml +++ b/extras/hs-test/topo-network/2peerVeth.yaml @@ -3,23 +3,23 @@ devices: - 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 |