diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-05 23:47:18 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-06 07:47:19 +0200 |
commit | 1bcc91c7ba00738dbc7d25422bc957d4cbf3f3ba (patch) | |
tree | ca8d5a191f8a94872d178fc544e244a3984fd725 /requirements.txt | |
parent | 9916cd3fbd116762a84ca3a81dd08315d0b747cd (diff) |
Move rally and tempest to requirements.txt
As rally and tempest are called when preparing env, they are
considered as dependencies. It also modifies on-the-fly
upper-contraints.txt to allow cloning the git repository.
Change-Id: I72e809d4cf15f9f2539a74fce1c6eb444d8c3b47
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a7a1ac17..66a73871 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,3 +28,5 @@ six>=1.9.0 # MIT kingbird opnfv snaps +rally +tempest>=12.1.0 # Apache-2.0 |