diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-08 20:02:14 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-11-10 09:07:16 +0000 |
commit | 8c8e74c5036a98f8dc41afac9ca91e76a8c4ca0e (patch) | |
tree | 17f3639e57fc8c8e150ee1a75d997c61f3d0ff12 /docker | |
parent | e74c9b347f2623eb1a3c477921a84da4c31b364f (diff) |
Remove kingbird installation
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>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 0291c6619..fc4442462 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -123,7 +123,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 \ |