summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-07-13 17:10:44 +0800
committerJose Lausuch <jose.lausuch@ericsson.com>2016-07-14 09:13:57 +0000
commitb0bf2891fd6e7ad505be92c353bc795ac0559271 (patch)
tree804954f00c5b78735eb103cf22161522a4ee1ce3 /docker
parenta11fa0a172000d106b6168b3a0ecde3bc1e82163 (diff)
[multisite] add kingbird repo and install python lib in docker
JIRA: FUNCTEST-179 Change-Id: Ib88bbbc2d541b2825d768516237a95f68e0418d2 Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 842329730..b8ee71f48 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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 \