summaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/compute_presetup_CI.bash
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-10-12 17:56:28 +0200
committerManuel Buil <manuel.buil@ericsson.com>2016-10-12 18:09:38 +0200
commit508bf653f0f208ad20b4159ec4eae17fec9b114b (patch)
treefb10fd3dcaa2173d528140d52f360df95a1a63d8 /testcases/features/sfc/compute_presetup_CI.bash
parentab3b723d2cc6c16b11c3a17b091da384213bcaac (diff)
Bug fixes and updates to fit ODL Boron SR0
Small bug fixes and some changes are done in order to be compatible with ODL Boron SR0 Change-Id: I02f2ed8c734145ff6e198f9529728a97a5c97a75 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.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 | \