Fix path for Tacker installation
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 22 Nov 2016 16:03:28 +0000 (17:03 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 22 Nov 2016 16:03:39 +0000 (17:03 +0100)
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>
docker/Dockerfile

index 54d14bf..8d8bc04 100644 (file)
@@ -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