Remove kingbird installation 17/24217/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 8 Nov 2016 19:02:14 +0000 (20:02 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Fri, 11 Nov 2016 07:17:05 +0000 (07:17 +0000)
This is a quick hack to make docker build work in CI.
Kingbird is used by multisite, but the test case
is empty. The installation of the requirements overlap
with what we already install in requirements.pip
and makes the build fail.
It can be enabled once we resolve the dependencies
across different projects.

JIRA: FUNCTEST-523

Change-Id: I9194a7ae7a5887ee80eb392890dd304837760b66
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit 8c8e74c5036a98f8dc41afac9ca91e76a8c4ca0e)

docker/Dockerfile

index 6a8634c..d5d0c89 100644 (file)
@@ -121,7 +121,7 @@ RUN curl -L https://get.rvm.io | bash -s stable
 
 RUN /bin/bash -c ". /home/opnfv/repos/functest/testcases/features/sfc/tacker_client_install.sh"
 RUN cd ${repos_dir}/bgpvpn && pip install .
-RUN cd ${repos_dir}/kingbird && pip install -e .
+#RUN cd ${repos_dir}/kingbird && pip install -e .
 RUN cd ${repos_dir}/moon/moonclient/ && python setup.py install
 
 RUN /bin/bash -c ". /etc/profile.d/rvm.sh \