aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-07-04 07:46:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-04 07:46:55 +0000
commitd22a9e58bbf4430c16f9f62bdaff2a6dc335205e (patch)
tree0ce647f357362553f9e5a85ad62d7679a313c7ec /docker
parent2e6b361f4752b4ba5d6f03b469b0983b7b245630 (diff)
parente691d00bd44eb10617b9532dedb3eed2458694fc (diff)
Merge "Remove the former link /home/opnfv/repos/functest"
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index a4a42588..98708dc7 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -84,9 +84,6 @@ RUN pip install ${PIP_OPTS} \
-r thirdparty-requirements.txt \
&& rm thirdparty-requirements.txt
-# Hook required by hardcoded paths in Functest
-RUN ln -s /usr/local/lib/python2.7/dist-packages/functest ${FUNCTEST_REPO_DIR}/functest
-
# OPNFV repositories
RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/copper ${REPOS_DIR}/copper
RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/domino ${REPOS_DIR}/domino