From d38503e86c95e3392861002137d2ab93032f809c Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Fri, 25 Aug 2017 13:44:00 +0200
Subject: Get rid of tacker_client_install.sh
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0e896d6d2..5fa4340fd 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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
-- 
cgit