diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-12-15 14:20:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-15 14:20:08 +0000 |
commit | d6339788cf766dd7a87d63a6fdd86f41ccea166a (patch) | |
tree | 84102c033b53183abc2fddfe1b2b9c32d7e41f85 /docker | |
parent | 7866f33bc61cb09bfebaa1b5cbf7e04de9adf698 (diff) | |
parent | c519db3cf31d922f67c9c66b95e73dbee18ac74b (diff) |
Merge "Install SFC python modules in Functest"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 145b4283d..99bf9f760 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -142,7 +142,10 @@ RUN curl -L https://get.rvm.io | bash -s stable RUN git clone --depth 1 https://gerrit.cablelabs.com/snaps-provisioning ${REPOS_DIR}/snaps RUN pip install -e ${REPOS_DIR}/snaps/ -RUN /bin/bash -c ". ${REPOS_DIR}/sfc/tests/functest/odl-sfc/tacker_client_install.sh" +# 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}/bgpvpn && pip install . #RUN cd ${REPOS_DIR}/kingbird && pip install -e . RUN cd ${REPOS_DIR}/moon/moonclient/ && python setup.py install |