diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-10-06 15:40:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-06 15:40:58 +0000 |
commit | 8c4aa3c9cca399a804ae0f8747855819aa471430 (patch) | |
tree | 32efa5e04a3bbd9113ea5aab8f61c46e2a710977 /testcases/features/sfc/server_presetup_CI.bash | |
parent | 9e36f4b0f04566c814e1b6ab49e50787b1454d38 (diff) | |
parent | acb35acb2a413612484f1669ea7859e2a8d6c789 (diff) |
Merge "Remove old tacker setup"
Diffstat (limited to 'testcases/features/sfc/server_presetup_CI.bash')
-rwxr-xr-x | testcases/features/sfc/server_presetup_CI.bash | 7 |
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 |