diff options
Diffstat (limited to 'extras/hs-test/topo-containers')
-rw-r--r-- | extras/hs-test/topo-containers/2peerVeth.yaml | 6 | ||||
-rw-r--r-- | extras/hs-test/topo-containers/nginxProxyAndServer.yaml | 2 | ||||
-rw-r--r-- | extras/hs-test/topo-containers/ns.yaml | 2 | ||||
-rw-r--r-- | extras/hs-test/topo-containers/single.yaml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/extras/hs-test/topo-containers/2peerVeth.yaml b/extras/hs-test/topo-containers/2peerVeth.yaml index 36de33b0f45..e1591fb9019 100644 --- a/extras/hs-test/topo-containers/2peerVeth.yaml +++ b/extras/hs-test/topo-containers/2peerVeth.yaml @@ -1,11 +1,11 @@ --- volumes: - volume: &server-vol - host-dir: /tmp/server-share - container-dir: /tmp/server-share + host-dir: "$HST_VOLUME_DIR/server-share" + container-dir: "/tmp/server-share" is-default-work-dir: true - volume: &client-vol - host-dir: /tmp/client-share + host-dir: "$HST_VOLUME_DIR/client-share" container-dir: "/tmp/client-share" is-default-work-dir: true diff --git a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml index bac6a2df174..cc6b780bafc 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" diff --git a/extras/hs-test/topo-containers/ns.yaml b/extras/hs-test/topo-containers/ns.yaml index 2b1902b2922..2298ad232c2 100644 --- a/extras/hs-test/topo-containers/ns.yaml +++ b/extras/hs-test/topo-containers/ns.yaml @@ -1,7 +1,7 @@ --- volumes: - volume: &shared-vol - host-dir: /tmp/shared-vol + host-dir: "$HST_VOLUME_DIR/shared-vol" # $HST_DIR will be replaced during runtime by path to hs-test directory containers: diff --git a/extras/hs-test/topo-containers/single.yaml b/extras/hs-test/topo-containers/single.yaml index 6fd4d31bed8..b6970c517bd 100644 --- a/extras/hs-test/topo-containers/single.yaml +++ b/extras/hs-test/topo-containers/single.yaml @@ -1,7 +1,7 @@ --- volumes: - volume: &shared-vol - host-dir: /tmp/shared-vol + host-dir: "$HST_VOLUME_DIR/shared-vol" containers: - name: "vpp" |