commit | 3f951433b89df4639bb2ae8f297aee90c70cebf5 | [log] [tgz] |
---|---|---|
author | Filip Tehlar <ftehlar@cisco.com> | Fri Jan 13 21:33:43 2023 +0100 |
committer | Florin Coras <florin.coras@gmail.com> | Mon Jan 16 20:47:33 2023 +0000 |
tree | ae93e18461fb7cb92a4ae18faa43fd620ba8f58e | |
parent | f4b82f52e8b0fcc59a4c3020724022a7bc184b1a [diff] [blame] |
hs-test: restrict concurrency on envoy Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I8b06f4554a6ee5b13de829e47eaa82431a76c332
diff --git a/extras/hs-test/topo-containers/ns.yaml b/extras/hs-test/topo-containers/ns.yaml index bdba560..e472531 100644 --- a/extras/hs-test/topo-containers/ns.yaml +++ b/extras/hs-test/topo-containers/ns.yaml
@@ -25,4 +25,5 @@ - name: "VCL_CONFIG" value: "/tmp/vcl.conf" image: "envoyproxy/envoy-contrib:v1.21-latest" + extra-args: "--concurrency 2 -c /etc/envoy/envoy.yaml" is-optional: true