diff options
author | valentin boucher <valentin.boucher@kontron.com> | 2018-03-02 18:37:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-02 18:37:54 +0000 |
commit | 819f82ec90d658ca3a87f81b35cea3a1887a44fa (patch) | |
tree | 70c3f5d37b807e7aa9ab1751a0214f7b2b8fdc6c /docker/restapi/Dockerfile | |
parent | 336b921e51e7910226a410189fc9cc34e8e988df (diff) | |
parent | 5cb9051a0418815636a1d5df66940e168c4e0a56 (diff) |
Merge "Leverage on Xtesting"
Diffstat (limited to 'docker/restapi/Dockerfile')
-rw-r--r-- | docker/restapi/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/restapi/Dockerfile b/docker/restapi/Dockerfile index a731679ff..2ea8ab906 100644 --- a/docker/restapi/Dockerfile +++ b/docker/restapi/Dockerfile @@ -60,6 +60,7 @@ RUN apk --no-cache add --update python3 sshpass \ mkdir -p /home/opnfv/functest/data/refstack && \ wget "https://refstack.openstack.org/api/v1/guidelines/${REFSTACK_TARGET}/tests?target=compute&type=required&alias=true&flag=false" \ -O /home/opnfv/functest/data/refstack/defcore.txt && \ + cp /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci && \ apk del .build-deps EXPOSE 5000 CMD ["functest_restapi"] |