aboutsummaryrefslogtreecommitdiffstats
path: root/docker/requirements.pip
diff options
context:
space:
mode:
authorCiprian Barbu <ciprian.barbu@enea.com>2016-07-26 19:15:11 +0300
committerJose Lausuch <jose.lausuch@ericsson.com>2016-07-27 08:45:42 +0000
commita44eb1f63018e005c4c631d664ce4939aa78fad4 (patch)
tree79edb80af35ce789c491ca5df43504d36a8282d5 /docker/requirements.pip
parent534a6b4990081a8c21f9af912967fba195922e71 (diff)
Bump rally to 0.5.0 and add shyaml
A newer version of rally brings in this change that is required by armband: https://bugs.launchpad.net/rally/+bug/1580695 The shyaml cli parser can be used to make the healthcheck testcase configurable, for instance to pass a different cirros image other than the one for x86_64. Also required by armband to make functest execute all tests. Change-Id: Ic4976bb6d4a4753e56deade35b641f1127af3162 Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r--docker/requirements.pip3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip
index fa6681e8e..f590b2a03 100644
--- a/docker/requirements.pip
+++ b/docker/requirements.pip
@@ -23,4 +23,5 @@ xmltodict==0.9.2
scp==0.10.2
paramiko==1.16.0
python-congressclient==1.3.0
-subprocess32 \ No newline at end of file
+subprocess32
+shyaml