diff options
author | Adrian Villin <avillin@cisco.com> | 2024-08-15 12:53:53 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-08-27 19:05:36 +0000 |
commit | d01a63abd41dfd2359e18ca559a0309cfe8c0018 (patch) | |
tree | ef20ad4da2b6645a1f82bc8cf092c59dc63d3527 /extras/hs-test/topo-containers | |
parent | a647a83496f81a83c02fe9317955a781b7f95d8c (diff) |
hs-test: added a redis-benchmark test
- basically a copy of LdpIperf test
- small update of LdpIperf test
- new LDP suite
Type: test
Change-Id: I3f8653288c6fc6dfd6a061315e983c000974d3ff
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers')
-rw-r--r-- | extras/hs-test/topo-containers/2peerVethLdp.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/2peerVethLdp.yaml b/extras/hs-test/topo-containers/2peerVethLdp.yaml new file mode 100644 index 00000000000..bd6e63a945d --- /dev/null +++ b/extras/hs-test/topo-containers/2peerVethLdp.yaml @@ -0,0 +1,18 @@ +--- +volumes: + - volume: &server-vol + host-dir: "$HST_VOLUME_DIR/server-share" + container-dir: "/tmp/server-share" + is-default-work-dir: true + - volume: &client-vol + host-dir: "$HST_VOLUME_DIR/client-share" + container-dir: "/tmp/client-share" + is-default-work-dir: true + +containers: + - name: "server-vpp" + volumes: + - <<: *server-vol + - name: "client-vpp" + volumes: + - <<: *client-vol |