summaryrefslogtreecommitdiffstats
path: root/ci/test_kvmfornfv.sh
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-03-02 23:20:07 -0800
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-03-02 23:41:58 -0800
commit77e6660ea78c5934e4b606a5342c4e0e64be1de6 (patch)
tree3f68a97603b302da07e821525817a264c793b4e5 /ci/test_kvmfornfv.sh
parentb46c26876daa6e47072270bba7e0635cbcc5002d (diff)
This patch updates latency threshold values for execution of
cyclictest test cases using kvmfornfv built kernel rpm. Also reduces the test execution time. NOTE: This change is only a temporary work around as the kernel debugging work to reduce these high latency values is in progress. Change-Id: I13d8595b6d8625b8b41f7ca6156cf3f675d8080b Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'ci/test_kvmfornfv.sh')
-rwxr-xr-xci/test_kvmfornfv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test_kvmfornfv.sh b/ci/test_kvmfornfv.sh
index 6a6d70c42..60dacd042 100755
--- a/ci/test_kvmfornfv.sh
+++ b/ci/test_kvmfornfv.sh
@@ -66,7 +66,7 @@ function ftrace_disable {
#Execution of testcases based on test type and test name from releng.
if [ ${test_type} == "verify" ];then
HOST_IP="10.10.100.21"
- test_time=120000 # 2m
+ test_time=1000 # 1s
if [ ${ftrace_enable} -eq '1' ]; then
for env in ${cyclictest_env_verify[@]}
do