Fix python version 82/67882/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 16 May 2019 18:56:15 +0000 (20:56 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 16 May 2019 18:56:15 +0000 (20:56 +0200)
It fixes an issue induced by an incomplete rebase [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/67833/

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

index 19bea0f..9b505d5 100644 (file)
@@ -47,5 +47,5 @@ RUN apk --no-cache add --virtual .build-deps --update \
 COPY compute.txt /home/opnfv/functest/data/refstack/compute.txt
 COPY object.txt /home/opnfv/functest/data/refstack/object.txt
 COPY platform.txt /home/opnfv/functest/data/refstack/platform.txt
-COPY testcases.yaml /usr/lib/python2.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"]