From 49923546d8bdc8a3a101ba80ac0810f3e1fcb36a Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Thu, 29 Sep 2016 11:00:22 +0530 Subject: This patch contains updated Dockerfile to modify SSH Timeout value for the execution of cyclictest through yardstick Change-Id: I382408d0f462c05f3f9b6578b3e00d104d127ee7 Co-Authored-By: Shravani Signed-off-by: Gundarapu Kalyan Reddy --- ci/envs/cyclictest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci') 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} -- cgit 1.2.3-korg