Merge "Move git clone of ODL tests repo to Dockefile"
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 27 Oct 2015 12:36:30 +0000 (12:36 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 27 Oct 2015 12:36:31 +0000 (12:36 +0000)
1  2 
docker/Dockerfile

@@@ -52,7 -52,6 +52,8 @@@ RUN git config --global http.sslVerify 
  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://github.com/openstack/rally.git ${repos_dir}/rally
+ RUN git clone https://github.com/opendaylight/integration.git ${repos_dir}/odl_integration
  
  RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
- ADD http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img /home/opnfv/functest/data/
 +
++ADD http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img /home/opnfv/functest/data/