aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/vppProxy.yaml
diff options
context:
space:
mode:
authorMatus Fabian <matfabia@cisco.com>2024-09-06 15:30:59 +0200
committerFlorin Coras <florin.coras@gmail.com>2024-09-10 16:35:23 +0000
commit5b175eca2d6389bfb0c09839436df83cf8df334c (patch)
treedeccee366af3239f0d132f6a58aa8c88004b8ce9 /extras/hs-test/topo-containers/vppProxy.yaml
parent6e129e3a4522f429fc6cee7f5bde2fde8082af83 (diff)
hs-test: upload via proxy tests
Type: test Change-Id: Id6b4e2348735081c827f814a814c976b601432ec Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers/vppProxy.yaml')
-rw-r--r--extras/hs-test/topo-containers/vppProxy.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/extras/hs-test/topo-containers/vppProxy.yaml b/extras/hs-test/topo-containers/vppProxy.yaml
index c4bbbe9d528..a1f24bbc187 100644
--- a/extras/hs-test/topo-containers/vppProxy.yaml
+++ b/extras/hs-test/topo-containers/vppProxy.yaml
@@ -1,17 +1,17 @@
---
volumes:
- - volume: &shared-vol-vpp-proxy
- host-dir: "$HST_VOLUME_DIR/shared-vol-vpp-proxy"
+ - volume: &shared-vol
+ host-dir: "$HST_VOLUME_DIR/shared-vol"
containers:
- name: "vpp-proxy"
volumes:
- - <<: *shared-vol-vpp-proxy
+ - <<: *shared-vol
container-dir: "/tmp/vpp"
is-default-work-dir: true
- name: "nginx-server"
volumes:
- - <<: *shared-vol-vpp-proxy
+ - <<: *shared-vol
container-dir: "/tmp/nginx"
is-default-work-dir: true
image: "hs-test/nginx-server"
@@ -23,4 +23,3 @@ containers:
image: "hs-test/curl"
is-optional: true
run-detached: false
-