aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/single.yaml
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2025-01-24 13:56:22 +0100
committerFlorin Coras <florin.coras@gmail.com>2025-02-11 20:14:07 +0000
commitc8174f3660d2577c3819b51d65a3f2836d8afe31 (patch)
treee7ee8aec9423fb1914b07c4680ee6d9d9f34231f /extras/hs-test/topo-containers/single.yaml
parent29b1ece1d07477676e467e1b0f51987d47bd2997 (diff)
hsa: http client parallel sessions
- client is now able to use multiple workers to send requests (sometimes it uses multiple sessions on a single worker) Type: feature Change-Id: I2d83d47a9768011b3d8d05ed320852606841e4b8 Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers/single.yaml')
-rw-r--r--extras/hs-test/topo-containers/single.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/single.yaml b/extras/hs-test/topo-containers/single.yaml
index b4449dc1918..2f5f31b6879 100644
--- a/extras/hs-test/topo-containers/single.yaml
+++ b/extras/hs-test/topo-containers/single.yaml
@@ -28,6 +28,14 @@ containers:
image: "hs-test/nginx-http3"
is-optional: true
+ - name: "nginx-server"
+ volumes:
+ - <<: *shared-vol
+ container-dir: "/tmp/nginx"
+ is-default-work-dir: true
+ image: "hs-test/nginx-server"
+ is-optional: true
+
- name: "ab"
image: "hs-test/ab"
is-optional: true