make doctor tester available in functest docker image
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 7 Jan 2016 08:39:45 +0000 (17:39 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Tue, 12 Jan 2016 08:41:05 +0000 (17:41 +0900)
Change-Id: Icde0cb5fc25769f2fd029ae6bb93ea2cb5e42295
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
docker/Dockerfile
docker/requirements.pip

index 1389aae..3cd6d90 100644 (file)
@@ -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
index f8c888a..8644154 100644 (file)
@@ -4,6 +4,7 @@ python-neutronclient==2.6.0
 python-novaclient==2.28.1
 python-glanceclient==1.1.0
 python-cinderclient==1.4.0
+python-ceilometerclient==1.5.1
 python-keystoneclient==1.6.0
 virtualenv==1.11.4
 pexpect==4.0
@@ -12,3 +13,4 @@ robotframework==2.9.1
 robotframework-requests==0.3.8
 robotframework-sshlibrary==2.1.1
 configObj==5.0.6
+Flask==0.10.1