diff options
author | swatisharma <swatix.sharma@intel.com> | 2016-08-18 01:02:53 +0530 |
---|---|---|
committer | swatisharma <swatix.sharma@intel.com> | 2016-08-20 02:51:42 +0530 |
commit | 98ac1e06204a5cb5f9ab1158173232e31772359f (patch) | |
tree | fc4c9b2346cf5f4d3470cf3e5623d5e59561ae07 /ci/envs/host-setup0.sh | |
parent | c149674b4725b5d9bcdab22c180ef8ecba033523 (diff) |
CI integration for KVMforNFV.
This patch contains scripts for running cyclictest through yardstick
as part of CI integration for KVMforNFV. The scripts will be
triggered to create a docker ubuntu container for running yardstick,
configuring the host, launching a guest VM and executing cyclictest
through yardstick. The verification process gets completed after
running the cyclictest.
Co-Authored-By: Gundarapu Reddy <reddyx.gundarapu@intel.com>
Signed-off-by: Swati Sharma <swatix.sharma@intel.com>
Diffstat (limited to 'ci/envs/host-setup0.sh')
-rwxr-xr-x | ci/envs/host-setup0.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/envs/host-setup0.sh b/ci/envs/host-setup0.sh index 79d1f585a..28c49b8b8 100755 --- a/ci/envs/host-setup0.sh +++ b/ci/envs/host-setup0.sh @@ -12,7 +12,7 @@ source host-config rpmdir=${1:-"/root/workspace/rpm/"} -rpmpat="kernel-4.1*.rpm" +rpmpat="kernel-4.4*.rpm" config_grub () { key=$1 |