summaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/compute_presetup_CI.bash
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2016-10-14 09:33:59 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-14 09:33:59 +0000
commit585c0da9fa983896292eb89445fdcc238d57e221 (patch)
treef81628b3bac9a76e8ce0fecae5d5ce321674482f /testcases/features/sfc/compute_presetup_CI.bash
parentcfb353b01c2dd21007db01c2d18a5cbd415689b8 (diff)
parent508bf653f0f208ad20b4159ec4eae17fec9b114b (diff)
Merge "Bug fixes and updates to fit ODL Boron SR0"
Diffstat (limited to 'testcases/features/sfc/compute_presetup_CI.bash')
-rwxr-xr-xtestcases/features/sfc/compute_presetup_CI.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/features/sfc/compute_presetup_CI.bash b/testcases/features/sfc/compute_presetup_CI.bash
index c776c2f8c..23b2e4c92 100755
--- a/testcases/features/sfc/compute_presetup_CI.bash
+++ b/testcases/features/sfc/compute_presetup_CI.bash
@@ -13,8 +13,8 @@ ip=`sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'fuel node'|grep com
awk '{print $10}' | head -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'
+#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'
sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'ssh root@'"$ip"' ifconfig br-int up'
output=$(sshpass -p r00tme ssh $ssh_options root@${INSTALLER_IP} 'ssh root@'"$ip"' ip route | \