From: swatisharma Date: Thu, 11 Aug 2016 07:03:54 +0000 (+0530) Subject: CI Integration for KVMforNFV X-Git-Tag: colorado.1.0~179^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ee0b2879ee540ab535c1dc6d38ee41cdb50da699;p=releng.git CI Integration for KVMforNFV This patch contains the script for triggering kvmfornfv cyclictest scripts. Co-Authored-By: Gundarapu Reddy Signed-off-by: Swati Sharma --- diff --git a/jjb/kvmfornfv/kvmfornfv-test.sh b/jjb/kvmfornfv/kvmfornfv-test.sh index 7a47f9a6e..868de13bd 100755 --- a/jjb/kvmfornfv/kvmfornfv-test.sh +++ b/jjb/kvmfornfv/kvmfornfv-test.sh @@ -1,3 +1,10 @@ #!/bin/bash - +########################################################## +##This script includes executing cyclictest scripts. +########################################################## +#The latest build packages are stored in build_output ls -al $WORKSPACE/build_output + +#start the test +cd $WORKSPACE +./ci/test_kvmfornfv.sh