aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/compute_presetup_CI.bash
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-10-14 10:40:22 +0200
committerManuel Buil <manuel.buil@ericsson.com>2016-10-17 17:30:30 +0200
commit873250561e60238db973d64f0d3bb61cb844d4a6 (patch)
treec407b6f22c3ba34aef4b406f53dcfc6675b81a5f /testcases/features/sfc/compute_presetup_CI.bash
parentd2f0caf036d3d6bf872ea52839a1a2aef623ea27 (diff)
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 <manuel.buil@ericsson.com>
Diffstat (limited to 'testcases/features/sfc/compute_presetup_CI.bash')
-rwxr-xr-xtestcases/features/sfc/compute_presetup_CI.bash5
1 files changed, 3 insertions, 2 deletions
diff --git a/testcases/features/sfc/compute_presetup_CI.bash b/testcases/features/sfc/compute_presetup_CI.bash
index 23b2e4c9..36148aa1 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'