diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-02 12:10:29 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-02 14:03:01 +0200 |
commit | e691d00bd44eb10617b9532dedb3eed2458694fc (patch) | |
tree | 161ff7bb6eb9b43c230e6b3690e7df7936eee442 /docker | |
parent | 0ead7c9e03034bbb40b68a468a6deaa339b0364e (diff) |
Remove the former link /home/opnfv/repos/functest
All operations required have been applied [1].
All documentations are updated as well to close the topic.
It should be noted that runfunctest.rst must be hugely updated
because all $PS1 are wrong.
[1] https://gerrit.opnfv.org/gerrit/#/q/project:functest+branch:master+topic:dockerfile
JIRA: FUNCTEST-836
Change-Id: I26658be109fd785d068389816be4260cff823705
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 3 |
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 |