
- test moved to proxy_test.go - topology and suite updated to be vpp/envoy proxy compliant Type: test Change-Id: Iabee50b76bb8d96851f831c0b57d0e98dc4b3a5f Signed-off-by: Matus Fabian <matfabia@cisco.com>
33 lines
809 B
YAML
33 lines
809 B
YAML
---
|
|
volumes:
|
|
- volume: &shared-vol-nginx-proxy
|
|
host-dir: "$HST_VOLUME_DIR/shared-vol-nginx-proxy"
|
|
|
|
containers:
|
|
- name: "vpp"
|
|
volumes:
|
|
- <<: *shared-vol-nginx-proxy
|
|
container-dir: "/tmp/vpp"
|
|
is-default-work-dir: true
|
|
- name: "nginx-proxy"
|
|
volumes:
|
|
- <<: *shared-vol-nginx-proxy
|
|
container-dir: "/tmp/nginx"
|
|
is-default-work-dir: true
|
|
image: "hs-test/nginx-ldp"
|
|
is-optional: true
|
|
- name: "nginx-server"
|
|
volumes:
|
|
- <<: *shared-vol-nginx-proxy
|
|
container-dir: "/tmp/nginx"
|
|
is-default-work-dir: true
|
|
image: "hs-test/nginx-server"
|
|
is-optional: true
|
|
- name: "curl"
|
|
vars:
|
|
- name: LD_LIBRARY_PATH
|
|
value: "/usr/local/lib"
|
|
image: "hs-test/curl"
|
|
is-optional: true
|
|
run-detached: false
|