diff options
author | Ciprian Barbu <ciprian.barbu@enea.com> | 2016-07-26 19:15:11 +0300 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-27 08:45:42 +0000 |
commit | a44eb1f63018e005c4c631d664ce4939aa78fad4 (patch) | |
tree | 79edb80af35ce789c491ca5df43504d36a8282d5 /docker/Dockerfile | |
parent | 534a6b4990081a8c21f9af912967fba195922e71 (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/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 3053382da..e138c73dc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -70,7 +70,7 @@ RUN git config --global http.sslVerify false RUN git clone https://gerrit.opnfv.org/gerrit/functest ${repos_dir}/functest RUN git clone https://gerrit.opnfv.org/gerrit/releng ${repos_dir}/releng RUN git clone https://gerrit.opnfv.org/gerrit/doctor ${repos_dir}/doctor -RUN git clone -b 0.3.3 https://github.com/openstack/rally.git ${repos_dir}/rally +RUN git clone -b 0.5.0 https://github.com/openstack/rally.git ${repos_dir}/rally RUN git clone https://github.com/openstack/tempest.git ${repos_dir}/tempest RUN git clone https://git.opendaylight.org/gerrit/p/integration/test.git ${repos_dir}/odl_test RUN git clone -b stable https://github.com/boucherv-orange/clearwater-live-test ${repos_dir}/vims-test |