diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-10-14 09:33:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-14 09:33:59 +0000 |
commit | 585c0da9fa983896292eb89445fdcc238d57e221 (patch) | |
tree | f81628b3bac9a76e8ce0fecae5d5ce321674482f /testcases/features/sfc/compute_presetup_CI.bash | |
parent | cfb353b01c2dd21007db01c2d18a5cbd415689b8 (diff) | |
parent | 508bf653f0f208ad20b4159ec4eae17fec9b114b (diff) |
Merge "Bug fixes and updates to fit ODL Boron SR0"
Diffstat (limited to 'testcases/features/sfc/compute_presetup_CI.bash')
-rwxr-xr-x | testcases/features/sfc/compute_presetup_CI.bash | 4 |
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 | \ |