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
This commit is contained in:

committed by
Florin Coras

parent
3f951433b8
commit
f34f32f319
@@ -10,5 +10,5 @@ mkdir -p ${bin} ${lib} || true
|
||||
cp ${VPP_WS}/build-root/build-vpp_debug-native/vpp/bin/* ${bin}
|
||||
cp -r ${VPP_WS}/build-root/build-vpp_debug-native/vpp/lib/x86_64-linux-gnu/* ${lib}
|
||||
|
||||
docker build --build-arg UBUNTU_VERSION -t hs-test/vpp -f Dockerfile.vpp .
|
||||
docker build --build-arg UBUNTU_VERSION -t hs-test/nginx-ldp -f Dockerfile.nginx .
|
||||
docker build --build-arg UBUNTU_VERSION -t hs-test/vpp -f docker/Dockerfile.vpp .
|
||||
docker build --build-arg UBUNTU_VERSION -t hs-test/nginx-ldp -f docker/Dockerfile.nginx .
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user