diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-20 17:27:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-20 17:27:43 +0000 |
commit | c002052b471023e83ba716543db62b94a4a2bed5 (patch) | |
tree | 385186ac0d98c4e939b71bba8e72cecfc311bb1d /docker/Dockerfile | |
parent | 63c4f79fda75a4f9f0bdc056e96bb8b5df563210 (diff) | |
parent | 1e1fba3aa18ebcbff6746586654805a44e88e9fe (diff) |
Merge "Enable Doctor testcase"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 218d74417..3cfcbf4b1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -92,6 +92,10 @@ RUN wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/uppe -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH \ git+https://gerrit.opnfv.org/gerrit/functest@$BRANCH#egg=functest \ -rthirdparty-requirements.txt && \ + python3 -m pip install --no-cache-dir --src /src \ + -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 \ + doctor-tests && \ mkdir -p /etc/rally && \ printf "[database]\nconnection = 'sqlite:////var/lib/rally/database/rally.sqlite'" > /etc/rally/rally.conf && \ mkdir -p /var/lib/rally/database && rally-manage db create && \ |