summaryrefslogtreecommitdiffstats
path: root/docker/parser/Dockerfile
diff options
context:
space:
mode:
authorvalentin boucher <valentin.boucher@kontron.com>2018-03-02 18:37:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-02 18:37:54 +0000
commit819f82ec90d658ca3a87f81b35cea3a1887a44fa (patch)
tree70c3f5d37b807e7aa9ab1751a0214f7b2b8fdc6c /docker/parser/Dockerfile
parent336b921e51e7910226a410189fc9cc34e8e988df (diff)
parent5cb9051a0418815636a1d5df66940e168c4e0a56 (diff)
Merge "Leverage on Xtesting"
Diffstat (limited to 'docker/parser/Dockerfile')
-rw-r--r--docker/parser/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/parser/Dockerfile b/docker/parser/Dockerfile
index bf43ac0ce..bbc0a0760 100644
--- a/docker/parser/Dockerfile
+++ b/docker/parser/Dockerfile
@@ -17,5 +17,5 @@ RUN apk --no-cache add --virtual .build-deps --update \
-rthirdparty-requirements.txt && \
rm upper-constraints.txt thirdparty-requirements.txt && \
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"]