summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-10-27 12:36:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-10-27 12:36:31 +0000
commit6c22017400294fa017a28de00e6cc756db2d450f (patch)
tree328937a00fbe4d05fa425bff39a92f1c1bc93e92 /docker/Dockerfile
parentd108f8047a0ff3320d390727ac4fc21805a7da0d (diff)
parent261daa91519eac292a2404986c1031bf70f55d45 (diff)
Merge "Move git clone of ODL tests repo to Dockefile"
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 1ac044359..59a262d20 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -52,7 +52,8 @@ 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://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/ \ No newline at end of file
+ADD http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img /home/opnfv/functest/data/