[multisite] add kingbird repo and install python lib in docker
authormeimei <meimei@huawei.com>
Wed, 13 Jul 2016 09:10:44 +0000 (17:10 +0800)
committerJose Lausuch <jose.lausuch@ericsson.com>
Thu, 14 Jul 2016 09:13:57 +0000 (09:13 +0000)
JIRA: FUNCTEST-179

Change-Id: Ib88bbbc2d541b2825d768516237a95f68e0418d2
Signed-off-by: meimei <meimei@huawei.com>
docker/Dockerfile

index 8423297..b8ee71f 100644 (file)
@@ -81,6 +81,7 @@ 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 git clone https://gerrit.opnfv.org/gerrit/moon ${repos_dir}/moon
 RUN git clone https://gerrit.opnfv.org/gerrit/sdnvpn ${repos_dir}/sdnvpn
+RUN git clone https://github.com/openstack/kingbird.git ${repos_dir}/kingbird
 
 RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
 RUN pip install -r ${repos_dir}/rally/requirements.txt
@@ -96,6 +97,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 /bin/bash -c ". /etc/profile.d/rvm.sh \
     && cd /home/opnfv/repos/vims-test \