From 02752720c0064d89047b6b5fdb7eff4b4591f94f Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 4 Jul 2016 16:21:42 +0200 Subject: Add support for Copper project JIRA: FUNCTEST-67 Change-Id: Ibbdf588c60ba89aae32ef4bbfc09d440cb4d0933 Signed-off-by: jose.lausuch --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index ae1343c2d..f8fe31dfe 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -78,6 +78,7 @@ RUN git clone https://github.com/openstack/networking-bgpvpn ${repos_dir}/bgpvpn RUN git clone https://github.com/wuwenbin2/OnosSystemTest.git ${repos_dir}/onos RUN git clone https://github.com/opnfv/promise ${repos_dir}/promise RUN git clone https://gerrit.opnfv.org/gerrit/ovno ${repos_dir}/ovno +RUN git clone https://gerrit.opnfv.org/gerrit/copper ${repos_dir}/copper RUN pip install -r ${repos_dir}/functest/docker/requirements.pip RUN pip install -r ${repos_dir}/rally/requirements.txt -- cgit