diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-03-18 13:42:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-03-18 13:42:20 +0000 |
commit | 99c413688b68cb78181845ea891ea4db451abf40 (patch) | |
tree | 4eb3c1ce63dc76da10d8d00d20ca270491d9a242 | |
parent | 26fa022ae631922f22978f79b2912fd56f133ab2 (diff) | |
parent | cc3ec8107099d68c6b29781a785b558cda7e178c (diff) |
Merge "Revert "Checkout the Latest stable Tempest""
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index c1ba2892d..71032a45a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -68,7 +68,7 @@ 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 https://github.com/openstack/rally.git ${repos_dir}/rally -RUN git clone -b 10.0.0 https://github.com/openstack/tempest.git ${repos_dir}/tempest +RUN git clone https://github.com/openstack/tempest.git ${repos_dir}/tempest RUN git clone https://github.com/opendaylight/integration.git ${repos_dir}/odl_integration RUN git clone -b stable https://github.com/boucherv-orange/clearwater-live-test ${repos_dir}/vims-test RUN git clone https://github.com/openstack/networking-bgpvpn ${repos_dir}/bgpvpn |