Add support for Copper project 27/16327/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Mon, 4 Jul 2016 14:21:42 +0000 (16:21 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Mon, 4 Jul 2016 15:06:45 +0000 (17:06 +0200)
JIRA: FUNCTEST-67

Change-Id: Ibbdf588c60ba89aae32ef4bbfc09d440cb4d0933
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/Dockerfile
docker/requirements.pip

index ae1343c..f8fe31d 100644 (file)
@@ -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
index 07334db..88fa74d 100644 (file)
@@ -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