From 7076c6c1943b60e3fefffc9941f9ae36be394727 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 1 Aug 2016 10:09:10 +0200 Subject: Several bug fixes in ODL-SFC functest testcase JIRA: SFC-42 - SSH options added so that the ssh key is not needed - IPTABLES change done before contacting nova, neutron... - Fix a problem in the CI test (we need to CD the BASEDIR) Change-Id: Id63c02a614bf31e5a33637c2bf95270bd1399ff8 Signed-off-by: Manuel Buil --- testcases/features/sfc/server_presetup_CI.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'testcases/features/sfc/server_presetup_CI.bash') diff --git a/testcases/features/sfc/server_presetup_CI.bash b/testcases/features/sfc/server_presetup_CI.bash index 785e7a7fc..f959ced5b 100755 --- a/testcases/features/sfc/server_presetup_CI.bash +++ b/testcases/features/sfc/server_presetup_CI.bash @@ -4,6 +4,7 @@ ssh_options='-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' 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 controller|awk '{print $10}' | head -1` echo $ip sshpass -p r00tme scp $ssh_options set-up-tacker.sh ${INSTALLER_IP}:/root -- cgit 1.2.3-korg