Merge "Leverage on Xtesting"
[functest.git] / docker / features / Dockerfile
index 13869f1..1a409b0 100644 (file)
@@ -40,5 +40,5 @@ RUN apk --no-cache add --update python3 sshpass && \
     printf "[database]\nconnection = 'sqlite:////var/lib/rally/database/rally.sqlite'" > /etc/rally/rally.conf && \
     mkdir -p /var/lib/rally/database && rally db create && \
     apk del .build-deps
-COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
+COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
 CMD ["run_tests", "-t", "all"]