diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-04 14:29:53 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-05 09:30:23 +0200 |
commit | 6abb165d292dc96eba734a68d17a942e5c333203 (patch) | |
tree | be811b0d8310233a1bb5861188612de1f7f85b88 /docker/thirdparty-requirements.txt | |
parent | c68b71a8024359bb4754fd561c5e3c2b43613f03 (diff) |
Clone tempest before installing the package
Rally and refstack require a tempest working dir.
It now clones the offical repository before running setup.py develop.
14.0 is selected to conform with OpenStack upper-constraints.txt.
Dockerfile downloads the official OpenStack upper-constraints.txt to
remove the condition about tempest which forbids cloning it.
Change-Id: I8410570d660b07a1ecfc48fab93022f72acdaac7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/thirdparty-requirements.txt')
-rw-r--r-- | docker/thirdparty-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index cd56a068..82fe4efd 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -6,5 +6,5 @@ git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc tosca-parser>=0.7.0 # Apache-2.0 heat-translator>=0.4.0 # Apache-2.0 rally -tempest>=12.1.0 # Apache-2.0 +-e git+https://github.com/openstack/tempest@14.0.0#egg=tempest # Apache-2.0 git+https://github.com/openstack/refstack-client#egg=refstack-client |