summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2016-09-29 11:00:22 +0530
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>2016-09-29 05:35:16 +0000
commit3f130ef583ff4984853be9d3db8d8824e996b5ca (patch)
tree3d6e7bd9cbaacaa70078214e68183c609e982e2d
parent91e941a768d5dd45b0fdb9ed5d2fb2ee566e542c (diff)
This patch contains script updates to disable stricthostkeychecking
during the execution of cyclictest. Change-Id: I382408d0f462c05f3f9b6578b3e00d104d127ee7 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
-rwxr-xr-xci/envs/cyclictest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/envs/cyclictest.sh b/ci/envs/cyclictest.sh
index 4c5440d71..2af22afad 100755
--- a/ci/envs/cyclictest.sh
+++ b/ci/envs/cyclictest.sh
@@ -21,7 +21,8 @@ if [ ! -f ${cyclictest_context_file} ] ; then
fi
#setting up of image for launching guest vm.
-sudo ssh root@$HOST_IP "cp /root/images/guest1.qcow2 /root/"
+ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \
+root@$HOST_IP "cp /root/images/guest1.qcow2 /root/"
#Running cyclictest through yardstick
yardstick -d task start ${cyclictest_context_file}