X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testcases%2Ffeatures%2Fsfc%2Fcompute_presetup_CI.bash;h=36148aa15341eb5af2383c1557df3091419088e2;hb=e74c9b347f2623eb1a3c477921a84da4c31b364f;hp=23b2e4c92b5bdedbb6b27f0c6f643f1ad4c1a3fc;hpb=288da283a86007af01c2e71296f8230f6fce07e5;p=functest.git diff --git a/testcases/features/sfc/compute_presetup_CI.bash b/testcases/features/sfc/compute_presetup_CI.bash index 23b2e4c92..36148aa15 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'