Override the right default testcases.yaml 82/68282/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 27 Jul 2019 19:39:31 +0000 (21:39 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 27 Jul 2019 19:39:31 +0000 (21:39 +0200)
Else robot and behave are skipped.

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

index 44ccf72..81b5829 100644 (file)
@@ -16,5 +16,5 @@ RUN apk --no-cache add --update python3 bash git && \
         /src/functest-xtesting && \
     rm -r /src/functest-xtesting && \
     apk del .build-deps
-COPY testcases.yaml /usr/lib/python3.6/site-packages/xtesting/ci/testcases.yaml
+COPY testcases.yaml /usr/lib/python3.7/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]