diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-04 16:21:42 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-04 17:06:45 +0200 |
commit | 02752720c0064d89047b6b5fdb7eff4b4591f94f (patch) | |
tree | 05fae0093f4cad40698e4dbc2afcfec8f6e8e25e /docker | |
parent | a609ed9f56fac854b41418dbaa13ae53db5da98d (diff) |
Add support for Copper project
JIRA: FUNCTEST-67
Change-Id: Ibbdf588c60ba89aae32ef4bbfc09d440cb4d0933
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 | ||||
-rw-r--r-- | docker/requirements.pip | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index ae1343c2..f8fe31df 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 07334db4..88fa74de 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 |