summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml
index 87168519b..0a35e95a3 100644
--- a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml
+++ b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml
@@ -27,9 +27,9 @@ scenarios:
interval: 1
tc: "kvmfornfv_cyclictest-node-context"
sla:
- max_min_latency: 50
- max_avg_latency: 100
- max_max_latency: 1000
+ max_min_latency: 100
+ max_avg_latency: 600000
+ max_max_latency: 1200000
action: monitor
setup_options:
rpm_dir: "/opt/rpm"