From f34f32f31925cba0ed8ef034184e0de1c7398487 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 16 Jan 2023 10:21:29 +0100 Subject: hs-test: better directory structure Move config files to resources and docker files to separate directory Type: test Signed-off-by: Filip Tehlar Change-Id: I24dd0705c4a463c06de525f28cb54d882527320a --- extras/hs-test/topo-containers/ns.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/hs-test/topo-containers/ns.yaml') 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" -- cgit 1.2.3-korg