summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-01-07 17:39:45 +0900
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-12 09:50:18 +0000
commit04032d8ec870fcbfb64379d22b7aad3e1dd1e3e4 (patch)
tree94c8de3bf81b324e21be67ce1f0f8f221d8215a0 /docker/Dockerfile
parent9fb043eafa37257bf0ee8acd32b169cb7f18e0ca (diff)
make doctor tester available in functest docker image
Change-Id: Icde0cb5fc25769f2fd029ae6bb93ea2cb5e42295 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit fc938a5b176eedfa0e79662b6411105118c3d78e)
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1389aaebf..3cd6d90f8 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -59,6 +59,7 @@ RUN chmod 700 /root/.ssh
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 https://github.com/openstack/rally.git ${repos_dir}/rally
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