From ee0b2879ee540ab535c1dc6d38ee41cdb50da699 Mon Sep 17 00:00:00 2001 From: swatisharma Date: Thu, 11 Aug 2016 12:33:54 +0530 Subject: CI Integration for KVMforNFV This patch contains the script for triggering kvmfornfv cyclictest scripts. Co-Authored-By: Gundarapu Reddy Signed-off-by: Swati Sharma --- jjb/kvmfornfv/kvmfornfv-test.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg