Only erase the fallback config files. 43/73243/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 3 Mar 2022 15:45:53 +0000 (16:45 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 3 Mar 2022 15:45:53 +0000 (16:45 +0100)
It enforces the best backward compatibility.

Change-Id: I6516ad15c4ca514dde7ae761c9c00f437646e3b4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile
docker/mts/Dockerfile

index aca1a46..c91c636 100644 (file)
@@ -25,5 +25,5 @@ RUN apk -U upgrade && \
         /src/functest-xtesting && \
     rm -r /src/functest-xtesting upper-constraints.txt && \
     apk del .build-deps
-COPY testcases.yaml /etc/xtesting/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.9/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]
index dba860f..eae61aa 100644 (file)
@@ -21,5 +21,5 @@ RUN case $(uname -m) in x86_64) \
             java -jar target/mts-${MTS_TAG}-installer.jar -options /src/mts-installer.properties) && \
         rm -rf /root/.m2/ ${APP_FOLDER}/tutorial /src/mts-installer.properties /src/git-mts && \
         apk del .build-deps;; esac
-COPY testcases.yaml /etc/xtesting/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.9/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]