summaryrefslogtreecommitdiffstats
path: root/ci/test_kvmfornfv.sh
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-02-23 15:36:05 +0530
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>2017-02-28 05:16:40 +0000
commitac6ed7c1037d6734a622bfe7f4bcb1bbac099ff0 (patch)
treefdfb3be1ed6d9bac3c5151ddcd327215ba117b11 /ci/test_kvmfornfv.sh
parentd0deb639c35881c25f2b5ca77d64de0d4c649841 (diff)
This patch includes updated kernel config file to enable
CIFS and FUSE modules and updated scripts to check whether the node is up and running before execution of each test case. Change-Id: Ieebb693229d24e89d7ce92b0c1a26de411cce590 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci/test_kvmfornfv.sh')
-rwxr-xr-xci/test_kvmfornfv.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh
index e87d6eb40..6a6d70c42 100755
--- a/ci/test_kvmfornfv.sh
+++ b/ci/test_kvmfornfv.sh
@@ -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