diff options
author | meimei <meimei@huawei.com> | 2016-07-13 17:10:44 +0800 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-14 09:13:57 +0000 |
commit | b0bf2891fd6e7ad505be92c353bc795ac0559271 (patch) | |
tree | 804954f00c5b78735eb103cf22161522a4ee1ce3 | |
parent | a11fa0a172000d106b6168b3a0ecde3bc1e82163 (diff) |
[multisite] add kingbird repo and install python lib in docker
JIRA: FUNCTEST-179
Change-Id: Ib88bbbc2d541b2825d768516237a95f68e0418d2
Signed-off-by: meimei <meimei@huawei.com>
-rw-r--r-- | docker/Dockerfile | 2 |
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 \ |