diff options
author | swatisharma <swatix.sharma@intel.com> | 2016-08-11 12:33:54 +0530 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-11 12:11:16 +0000 |
commit | ee0b2879ee540ab535c1dc6d38ee41cdb50da699 (patch) | |
tree | 40022d096a0a509a86bd54b1df072958765e9676 | |
parent | 369ad9cbe7322b11c11a7876a30c4508d519d151 (diff) |
CI Integration for KVMforNFV
This patch contains the script for triggering kvmfornfv
cyclictest scripts.
Co-Authored-By: Gundarapu Reddy <reddyx.gundarapu@intel.com>
Signed-off-by: Swati Sharma <swatix.sharma@intel.com>
-rwxr-xr-x | jjb/kvmfornfv/kvmfornfv-test.sh | 9 |
1 files changed, 8 insertions, 1 deletions
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 |