Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d633978
)
Fix path for SFC package installation
author
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 15 Dec 2016 14:48:32 +0000
(15:48 +0100)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Thu, 15 Dec 2016 14:48:32 +0000
(15:48 +0100)
Change-Id: I0a0ee6b492946255922f81043f89e11e7c70792e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
99bf9f7
..
eddf391
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-144,7
+144,7
@@
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 .
RUN cd ${REPOS_DIR}/bgpvpn && pip install .
#RUN cd ${REPOS_DIR}/kingbird && pip install -e .