summaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/server_presetup_CI.bash
diff options
context:
space:
mode:
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-10-05 14:03:39 +0300
committerGeorge Paraskevopoulos <geopar@intracom-telecom.com>2016-10-06 08:46:13 +0000
commitacb35acb2a413612484f1669ea7859e2a8d6c789 (patch)
treedd6fb0d6d1f7133ecbdb34629fa173771e525485 /testcases/features/sfc/server_presetup_CI.bash
parent0e7ef6e103809f9f13c2b533eb589c3ac9c3fe14 (diff)
Remove old tacker setup
No need to install tacker here. We do it with fuel-plugin-tacker. Change-Id: Ic912048b8a0f169b062ac14788d94757c81bf073 Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Diffstat (limited to 'testcases/features/sfc/server_presetup_CI.bash')
-rwxr-xr-xtestcases/features/sfc/server_presetup_CI.bash7
1 files changed, 3 insertions, 4 deletions
diff --git a/testcases/features/sfc/server_presetup_CI.bash b/testcases/features/sfc/server_presetup_CI.bash
index f959ced5b..89f24587b 100755
--- a/testcases/features/sfc/server_presetup_CI.bash
+++ b/testcases/features/sfc/server_presetup_CI.bash
@@ -5,10 +5,9 @@ BASEDIR=`dirname $0`
INSTALLER_IP=${INSTALLER_IP:-10.20.0.2}
pushd $BASEDIR
-ip=`sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'fuel node'|grep controller|awk '{print $10}' | head -1`
+ip=$(sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'fuel node'|grep controller|awk '{print $10}' | head -1)
echo $ip
-sshpass -p r00tme scp $ssh_options set-up-tacker.sh ${INSTALLER_IP}:/root
-sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'scp set-up-tacker.sh '"$ip"':/root'
-sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'ssh root@'"$ip"' bash set-up-tacker.sh'
+
+shpass -p r00tme scp $ssh_options delete.sh ${INSTALLER_IP}:/root
sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'scp '"$ip"':/root/tackerc .'
sshpass -p r00tme scp $ssh_options ${INSTALLER_IP}:/root/tackerc $BASEDIR