From 2908f8cf07c21f385f80d83fdad826a0eea98977 Mon Sep 17 00:00:00 2001 From: Maros Ondrejicka Date: Thu, 2 Feb 2023 08:58:04 +0100 Subject: hs-test: refactor test cases from ns suite This converts more tests to configure VPP from test context. Type: test Signed-off-by: Maros Ondrejicka Change-Id: Idf26b0c16f87e87c97b198412af39b99d947ced6 --- extras/hs-test/topo-network/ns.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extras/hs-test/topo-network/ns.yaml') diff --git a/extras/hs-test/topo-network/ns.yaml b/extras/hs-test/topo-network/ns.yaml index 2f7ed39d2e2..c01836507a6 100644 --- a/extras/hs-test/topo-network/ns.yaml +++ b/extras/hs-test/topo-network/ns.yaml @@ -6,16 +6,16 @@ devices: - name: "server" type: "netns" - - name: "vpp0" + - name: "hst_client_vpp" type: "veth" peer: name: "client" netns: "client" - ip4: "10.0.0.1/24" + ip4: true - - name: "vpp1" + - name: "hst_server_vpp" type: "veth" peer: name: "server" netns: "server" - ip4: "10.0.1.1/24" + ip4: true -- cgit 1.2.3-korg