From: veleza Date: Tue, 19 Oct 2021 14:43:44 +0000 (+0000) Subject: Updated the Tests container's Dockerfile to include the conformance-tests folder X-Git-Tag: release-v11.0-start~3 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=652d1e301b1d8d7c759dd538e5267e20e1467720 Updated the Tests container's Dockerfile to include the conformance-tests folder Change-Id: I1c6eaf4f32b949adf2586a41210e2f778a9a9c2e Signed-off-by: veleza --- diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index 711b66a7..115f8fb8 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -51,6 +51,7 @@ RUN pip3 install \ -r /usr/share/osm-tests/requirements.txt RUN mv /usr/share/osm-tests/robot-systest /robot-systest +RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/ RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm RUN git clone \