commit | a1bd50c7a2c2c2d69d92cef167a64a1a5ddc4af7 | [log] [tgz] |
---|---|---|
author | Filip Tehlar <ftehlar@cisco.com> | Wed Jan 24 11:59:44 2024 +0100 |
committer | Florin Coras <florin.coras@gmail.com> | Mon Jan 29 19:58:37 2024 +0000 |
tree | f66cbd0b7848dac6789369e2fe9a73f08888e638 | |
parent | af1ddd39f1f5fa6a00e70356bac2b0bd38f76566 [diff] [blame] |
hs-test: use relative paths for docker volumes Type: test Change-Id: I9d5c15662e50ceea08d2ccc653db36c5e3df869e Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
diff --git a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml index bac6a2d..cc6b780 100644 --- a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml +++ b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
@@ -1,7 +1,7 @@ --- volumes: - volume: &shared-vol-proxy - host-dir: /tmp/shared-vol-proxy + host-dir: "$HST_VOLUME_DIR/shared-vol-proxy" containers: - name: "vpp-proxy"