aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-11-22 17:03:28 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2016-11-22 17:03:39 +0100
commitc90195c2be2788e1c83685956aa1bf8b6043bd34 (patch)
tree2d2f1c391ae96fb408cd7cf9c30b5f7660d969e0 /docker
parentf8f0f71fcde7511605695d152f5e777c19a50547 (diff)
Fix path for Tacker installation
After the migration of the SFC code into the SFC repo, there is a problem with the path when building the docker image Step 60 : RUN /bin/bash -c ". /home/opnfv/repos/functest/functest/opnfv_tests/features/sfc/tacker_client_install.sh" https://build.opnfv.org/ci/view/functest/job/functest-docker-build-push-master/766/console Change-Id: I4ec53e657f49e63dc477b408b6c47b3be0f9281b Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 54d14bf14..8d8bc040d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -126,7 +126,7 @@ 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 ". /home/opnfv/repos/functest/functest/opnfv_tests/features/sfc/tacker_client_install.sh"
+RUN /bin/bash -c ". /home/opnfv/repos/sfc/tests/functest/odl-sfc/tacker_client_install.sh"
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