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 + docker/requirements.pip | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 diff --git a/docker/requirements.pip b/docker/requirements.pip index 07334db48..88fa74de0 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -21,4 +21,5 @@ configObj==5.0.6 Flask==0.10.1 xmltodict==0.9.2 scp==0.10.2 -paramiko==1.16.0 \ No newline at end of file +paramiko==1.16.0 +python-congressclient==1.3.0 \ No newline at end of file -- cgit 1.2.3-korg