Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
combined
(merge:
e3a7d29
46c6df7
)
Merge "Install sdnvpn as a python package"
author
Jose Lausuch
<jose.lausuch@ericsson.com>
Mon, 19 Dec 2016 15:06:17 +0000
(15:06 +0000)
committer
Gerrit Code Review
<gerrit@opnfv.org>
Mon, 19 Dec 2016 15:06:17 +0000
(15:06 +0000)
1
2
docker/Dockerfile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
docker/Dockerfile
index
44437db
,
019fdf5
..
5105fbb
---
1
/
docker/Dockerfile
---
2
/
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