Merge "Remove kingbird installation"
authorJose Lausuch <jose.lausuch@ericsson.com>
Fri, 11 Nov 2016 07:16:57 +0000 (07:16 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 11 Nov 2016 07:16:57 +0000 (07:16 +0000)
1  2 
docker/Dockerfile

@@@ -122,9 -121,9 +122,9 @@@ ADD http://205.177.226.237:9999/onosfw/
  RUN gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
  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 /bin/bash -c ". /home/opnfv/repos/functest/functest/opnfv_tests/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 \