diff options
author | 2024-11-29 16:33:14 +0100 | |
---|---|---|
committer | 2024-12-10 23:10:59 +0000 | |
commit | dd02eb893b485a290a47ddca7d76ecedb45a5063 (patch) | |
tree | 156229456cb6b0197fea4c871e12b79057981e4d /extras/hs-test/topo-containers | |
parent | 1c2f0f22d9500c2fe9ff7fbd469b0130c76684f0 (diff) |
hs-test: added multi-threaded proxy tests
- TCP and UDP iperf proxy tests added
Type: test
Change-Id: Ic6f429cc6d48388ce9a17f8b9cd7c4b54b9a7e4d
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers')
-rw-r--r-- | extras/hs-test/topo-containers/vppProxy.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/vppProxy.yaml b/extras/hs-test/topo-containers/vppProxy.yaml index a1f24bbc187..73a02b0031b 100644 --- a/extras/hs-test/topo-containers/vppProxy.yaml +++ b/extras/hs-test/topo-containers/vppProxy.yaml @@ -9,6 +9,18 @@ containers: - <<: *shared-vol container-dir: "/tmp/vpp" is-default-work-dir: true + - name: "iperfB" + volumes: + - <<: *shared-vol + container-dir: "/tmp/vpp" + is-default-work-dir: true + is-optional: true + - name: "iperfA" + volumes: + - <<: *shared-vol + container-dir: "/tmp/vpp" + is-default-work-dir: true + is-optional: true - name: "nginx-server" volumes: - <<: *shared-vol |