aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-08-12 12:31:24 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-08-12 12:34:47 +0200
commitfc32da5da89e3f8249e5dc3e1d4ae5e425805912 (patch)
treeae34e0f9f3842815a59145f9f0d2d36bc47976e3 /docker/features/Dockerfile
parent06781ff5da848b705b5829f09b45ffa3fe78e628 (diff)
Remove copper refs
Copper withdrew from E release (see comments in [1]). [1] https://gerrit.opnfv.org/gerrit/#/c/38851/ Change-Id: I1af463f5d60a6099592c1005ce27d3ca0c40cbbf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/features/Dockerfile')
-rw-r--r--docker/features/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index 73f4d2cef..6cd88b2bc 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -12,8 +12,7 @@ RUN apk --no-cache add --virtual .build-deps --update \
-chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \
-rthirdparty-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 && \
+ rm -r thirdparty-requirements.txt /src/domino/.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"]