From f34f32f31925cba0ed8ef034184e0de1c7398487 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 16 Jan 2023 10:21:29 +0100 Subject: hs-test: better directory structure Move config files to resources and docker files to separate directory Type: test Signed-off-by: Filip Tehlar Change-Id: I24dd0705c4a463c06de525f28cb54d882527320a --- extras/hs-test/resources/envoy/vcl.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extras/hs-test/resources/envoy/vcl.conf (limited to 'extras/hs-test/resources/envoy/vcl.conf') diff --git a/extras/hs-test/resources/envoy/vcl.conf b/extras/hs-test/resources/envoy/vcl.conf new file mode 100644 index 00000000000..164435a6ae5 --- /dev/null +++ b/extras/hs-test/resources/envoy/vcl.conf @@ -0,0 +1,7 @@ +vcl { + rx-fifo-size 400000 + tx-fifo-size 400000 + app-scope-global + use-mq-eventfd + app-socket-api /tmp/vpp-envoy/var/run/app_ns_sockets/default +} -- cgit 1.2.3-korg