
Type: test Change-Id: I9d5c15662e50ceea08d2ccc653db36c5e3df869e Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
26 lines
555 B
YAML
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
|
|
|