From ffa3f60290499bdacc37a97c49f2e794b5e1f18c Mon Sep 17 00:00:00 2001 From: Maros Ondrejicka Date: Thu, 26 Jan 2023 10:07:29 +0100 Subject: hs-test: configure VPP from test context Instead of configuring VPP instances running inside of a container, now the configuration is going to be done from within the test context by using binary API and shared volume that exposes api socket. This converts just some of the test cases, rest is to follow. Type: test Signed-off-by: Maros Ondrejicka Change-Id: I87e4ab15de488f0eebb01ff514596265fc2a787f --- extras/hs-test/topo-network/2peerVeth.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/hs-test/topo-network') diff --git a/extras/hs-test/topo-network/2peerVeth.yaml b/extras/hs-test/topo-network/2peerVeth.yaml index e62e1739a15..9a966dc441f 100644 --- a/extras/hs-test/topo-network/2peerVeth.yaml +++ b/extras/hs-test/topo-network/2peerVeth.yaml @@ -5,6 +5,7 @@ devices: - name: "vppsrv" type: "veth" + preset-hw-address: "00:00:5e:00:53:01" peer: name: "vppsrv_veth" netns: "hsns" -- cgit 1.2.3-korg