aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/Dockerfile
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-08-10 09:21:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-10 09:21:58 +0000
commit5412952848260b4cc83d455db4681daf9e37b657 (patch)
tree9dad4ec4fbd4946cc3ed1a5bb84d5726a5bfefa0 /docker/features/Dockerfile
parentcafd4b4d34bdebd8158c1b4c7b9dee272b570bb2 (diff)
parentb0e9e37b70750c99e7fa58438e26266550775a45 (diff)
Merge "Add copper and domino in functest-features"
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r--docker/features/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index 3c52b5da..73f4d2ce 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -11,7 +11,9 @@ RUN apk --no-cache add --virtual .build-deps --update \
-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
-chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \
-rthirdparty-requirements.txt && \
- rm -r thirdparty-requirements.txt && \
+ git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino /src/domino && \
+ git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/copper /src/copper && \
+ rm -r thirdparty-requirements.txt /src/domino/.git /src/copper/.git && \
apk del .build-deps
COPY testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml
CMD ["bash","-c","prepare_env start && run_tests -t all"]