diff options
author | QiLiang <liangqi1@huawei.com> | 2018-04-01 22:51:21 +0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-09 11:28:06 +0200 |
commit | 2f640dcb032eac5ed62092736865e546f66e5d91 (patch) | |
tree | 65f322e2faae7c10267285f74e069897421974db | |
parent | 13ac225eb6afbd4e81109ead35d0594c53ce888b (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>
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rw-r--r-- | docker/features/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 18365a39..0b90a532 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -21,7 +21,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 \ - /src/functest-kubernetes stor4nfv-tests && \ + /src/functest-kubernetes stor4nfv-tests clover && \ rm -rf /src/k8s.io/kubernetes/.git /src/functest-kubernetes && \ bash -c "mkdir -p /var/lib/xtesting /home/opnfv" && \ ln -s /var/lib/xtesting /home/opnfv/functest && \ diff --git a/docker/features/Dockerfile b/docker/features/Dockerfile index 03e285c0..e1c82e4c 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"] |