Fix docker path 03/71903/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 18:04:35 +0000 (19:04 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 18:04:35 +0000 (19:04 +0100)
https://build.opnfv.org/ci/job/xtesting-opnfv-xtesting-mts-jerma-seventh-run/1/console

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

index e7713f0..cf49050 100644 (file)
@@ -20,5 +20,5 @@ RUN apk --no-cache add --update openjdk8-jre && \
         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
-COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]