Files
vpp/extras/hs-test/topo-containers/2peerVeth.yaml
Filip Tehlar a1bd50c7a2 hs-test: use relative paths for docker volumes
Type: test

Change-Id: I9d5c15662e50ceea08d2ccc653db36c5e3df869e
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
2024-01-29 19:58:37 +00:00

26 lines
555 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
- name: "server-app"
volumes:
- <<: *server-vol
- name: "client-app"
volumes:
- <<: *client-vol