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/resources/envoy/proxy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras/hs-test/resources') diff --git a/extras/hs-test/resources/envoy/proxy.yaml b/extras/hs-test/resources/envoy/proxy.yaml index e4a5b81ff65..2093b5613ae 100644 --- a/extras/hs-test/resources/envoy/proxy.yaml +++ b/extras/hs-test/resources/envoy/proxy.yaml @@ -43,7 +43,8 @@ static_resources: - endpoint: address: socket_address: - address: 10.0.1.1 + # following address will be generated by Addresser during test run + address: 10.10.2.1 port_value: 666 bootstrap_extensions: - name: envoy.extensions.vcl.vcl_socket_interface -- cgit 1.2.3-korg