summaryrefslogtreecommitdiffstats
path: root/docker/features
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2018-04-01 22:51:21 +0800
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-07 14:20:11 +0200
commit07bf315fee29d6aaea4f62a90269487f24069e36 (patch)
tree97894b1294a43af2b1e4132bcbb86158c900b291 /docker/features
parent6c7347c71a34378c0d49b6d3570d4a8a7014b5e4 (diff)
Install test case clover_k8s
Clover testcase hook patch: https://gerrit.opnfv.org/gerrit/#/c/54541/ Change-Id: Iab6c2c4fc65e482604d48ca2cbd028453b8a437a Signed-off-by: QiLiang <liangqi1@huawei.com> (cherry picked from commit 76ce0009feed821920837cab55c6ff0017aaf69f)
Diffstat (limited to 'docker/features')
-rw-r--r--docker/features/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile
index 06def2e4..f7001c40 100644
--- a/docker/features/Dockerfile
+++ b/docker/features/Dockerfile
@@ -11,7 +11,7 @@ RUN apk --no-cache add --update make py-pip bash git go \
pip install \
-chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \
-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \
- stor4nfv-tests && \
+ stor4nfv-tests clover && \
apk del .build-deps
COPY testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml
CMD ["run_tests", "-t", "all"]