Get rid of tacker_client_install.sh 41/40241/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 25 Aug 2017 11:44:00 +0000 (13:44 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 25 Aug 2017 11:47:30 +0000 (13:47 +0200)
It's removed from sfc tree to deploy the official version instead [1].

[1] https://gerrit.opnfv.org/gerrit/#/c/40237/

Change-Id: I84b2f8ce2842c5da2d0678e54129c632f4f476ac
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/Dockerfile

index 0e896d6..5fa4340 100644 (file)
@@ -96,9 +96,6 @@ RUN git clone --depth 1 -b $VIMS_TAG https://github.com/boucherv-orange/clearwat
 RUN git clone --depth 1 -b $VROUTER_TAG https://github.com/oolorg/opnfv-functest-vrouter.git ${REPOS_VNFS_DIR}/vrouter
 RUN git clone --depth 1 https://github.com/wuwenbin2/OnosSystemTest.git ${REPOS_DIR}/onos
 
-# SFC integration
-RUN /bin/bash -c ". /usr/local/lib/python2.7/dist-packages/sfc/tests/functest/setup_scripts/tacker_client_install.sh"
-
 # Install tempest venv and create symlink for running refstack-client
 RUN ln -s /src/tempest /src/refstack-client/.tempest \
     && virtualenv --system-site-packages /src/tempest/.venv