From ef5cb916b85336057dc7a9000d53285257d1f851 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 21 Jun 2017 16:20:13 +0200 Subject: Clone tempest repository in the Docker image Rally needs to have a copy of the Tempest repository in order to install the verifier. Otherwise, rally will clone it automatically anyway. This also uplifts the tempest version to 15.0.0 which targets Ocata deployments according to [1] [1]: https://releases.openstack.org/ocata/ Change-Id: I30e922a261a4ab1875d48c4754df09426b5f67e4 Signed-off-by: jose.lausuch --- docker/thirdparty-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/thirdparty-requirements.txt') diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index d9ad368e..064b5185 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -2,5 +2,5 @@ git+https://gerrit.opnfv.org/gerrit/barometer#egg=baro_tests networking-bgpvpn kingbird rally -tempest>=12.1.0 # Apache-2.0 +tempest>=15.0.0 # Apache-2.0 git+https://github.com/openstack/refstack-client#egg=refstack-client -- cgit 1.2.3-korg