From ebf0e33608eeae7591f7ce941d5c88e3973eeeb8 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 14 Oct 2016 10:40:22 +0200 Subject: Multi-compute support and python refactoring We added support for multi-compute and changed one file from bash to python Change-Id: Ife3d5a8e41936c044cfe88664187d81c18d96b93 Signed-off-by: Manuel Buil (cherry picked from commit 873250561e60238db973d64f0d3bb61cb844d4a6) --- testcases/features/sfc/compute_presetup_CI.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testcases/features/sfc/compute_presetup_CI.bash') diff --git a/testcases/features/sfc/compute_presetup_CI.bash b/testcases/features/sfc/compute_presetup_CI.bash index c776c2f8c..39276b43a 100755 --- a/testcases/features/sfc/compute_presetup_CI.bash +++ b/testcases/features/sfc/compute_presetup_CI.bash @@ -9,9 +9,10 @@ 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 compute|\ -awk '{print $10}' | head -1` +#ip=`sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'fuel node'|grep compute|\ +#awk '{print $10}' | head -1` +ip=$1 echo $ip sshpass -p r00tme scp $ssh_options correct_classifier.bash ${INSTALLER_IP}:/root sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'scp correct_classifier.bash '"$ip"':/root' -- cgit 1.2.3-korg