aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-01-16 10:21:29 +0100
committerFlorin Coras <florin.coras@gmail.com>2023-01-16 20:51:09 +0000
commitf34f32f31925cba0ed8ef034184e0de1c7398487 (patch)
tree36695e68a76b240f70914dd3a3100971c7a3c2b5 /extras/hs-test/topo-containers
parent3f951433b89df4639bb2ae8f297aee90c70cebf5 (diff)
hs-test: better directory structure
Move config files to resources and docker files to separate directory Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I24dd0705c4a463c06de525f28cb54d882527320a
Diffstat (limited to 'extras/hs-test/topo-containers')
-rw-r--r--extras/hs-test/topo-containers/ns.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/hs-test/topo-containers/ns.yaml b/extras/hs-test/topo-containers/ns.yaml
index e472531c8f7..9416937fdb6 100644
--- a/extras/hs-test/topo-containers/ns.yaml
+++ b/extras/hs-test/topo-containers/ns.yaml
@@ -12,12 +12,12 @@ containers:
is-default-work-dir: true
- name: "envoy"
volumes:
- - host-dir: "$HST_DIR/envoy/proxy.yaml"
+ - host-dir: "$HST_DIR/resources/envoy/proxy.yaml"
container-dir: "/etc/envoy/envoy.yaml"
- <<: *shared-vol
container-dir: "/tmp/vpp-envoy"
is-default-work-dir: true
- - host-dir: "$HST_DIR/envoy"
+ - host-dir: "$HST_DIR/resources/envoy"
container-dir: "/tmp"
vars:
- name: "ENVOY_UID"