This patch includes host and guest configuration script updates
[kvmfornfv.git] / ci / test_kvmfornfv.sh
index e87d6eb..60dacd0 100755 (executable)
@@ -35,6 +35,10 @@ function packetForward {
 function cyclictest {
    test_case=$1
    source $WORKSPACE/ci/cyclicTestTrigger.sh $HOST_IP $test_time $test_type $test_case
+   #Verifying whether the test node is up and running
+   connect_host
+   #Waiting for ssh to be available for the host machine.
+   sleep 10
    #calculating and verifying sha512sum of the guestimage.
    if ! verifyGuestImage;then
       exit 1
@@ -62,7 +66,7 @@ function ftrace_disable {
 #Execution of testcases based on test type and test name from releng.
 if [ ${test_type} == "verify" ];then
    HOST_IP="10.10.100.21"
-   test_time=120000 # 2m
+   test_time=1000 # 1s
    if [ ${ftrace_enable} -eq '1' ]; then
       for env in ${cyclictest_env_verify[@]}
       do