Files
vpp/extras/hs-test/topo-containers/2peerVethLdp.yaml
Adrian Villin d01a63abd4 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>
2024-08-27 19:05:36 +00:00

19 lines
434 B
YAML

---
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