From: Jose Lausuch Date: Mon, 19 Dec 2016 15:06:17 +0000 (+0000) Subject: Merge "Install sdnvpn as a python package" X-Git-Tag: danube.1.RC1~235 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2edb970f61ecc78c3cb88deabc427923fb89c165;p=functest.git Merge "Install sdnvpn as a python package" --- 2edb970f61ecc78c3cb88deabc427923fb89c165 diff --cc docker/Dockerfile index 44437db07,019fdf523..5105fbbd1 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@@ -144,8 -144,11 +144,11 @@@ RUN pip install -e ${REPOS_DIR}/snaps # SFC integration RUN /bin/bash -c ". ${REPOS_DIR}/sfc/sfc/tests/functest/setup_scripts/tacker_client_install.sh" -RUN cd ${REPOS_DIR}/sfc/tests && pip install . +RUN cd ${REPOS_DIR}/sfc && pip install . + # SDNVPN integration + RUN cd ${REPOS_DIR}/sdnvpn && pip install . + RUN cd ${REPOS_DIR}/bgpvpn && pip install . #RUN cd ${REPOS_DIR}/kingbird && pip install -e . RUN cd ${REPOS_DIR}/moon/moonclient/ && python setup.py install