summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-05-18 19:01:58 +0530
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-05-18 19:01:58 +0530
commitf894c01f90dd0d1813e8f32217cc0309ee5db219 (patch)
treee4fb8ce23c1a7a3ee420c7597c4e288152975882
parenta14b48d18a9ed03ec191cf16b162206998a895ce (diff)
To update cyclictest latency threshold values
This patch is used to update latency threshold values for execution of cyclictest test cases through yardstick using kvmfornfv built kernel rpm. Revert "Revert "This patch updates latency threshold values"" This reverts commit 77e6660ea78c5934e4b606a5342c4e0e64be1de6 Change-Id: I3df6da4dd5bf0e393fdfeea71e8bbe688e794a89 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
-rw-r--r--tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml
index 99c474c00..f716c8a01 100644
--- a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml
+++ b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml
@@ -5,7 +5,7 @@
# For this sample just like running the command below on the test vm and
# getting latencies info back to the yardstick.
#
-# sudo bash cyclictest -a 1 -b 1200000 -i 1000 -p 99 -l 1000 -t 1 -h 90 -m -n -q
+# sudo bash cyclictest -a 1 -b 1000 -i 1000 -p 99 -l 1000 -t 1 -h 90 -m -n -q
#
schema: "yardstick:task:0.1"
@@ -15,7 +15,7 @@ scenarios:
type: Cyclictest
options:
affinity: 1
- breaktrace: 1200000
+ breaktrace: 1000
interval: 1000
priority: 99
loops: 600000
@@ -28,9 +28,9 @@ scenarios:
interval: 1
tc: "kvmfornfv_cyclictest-node-context"
sla:
- max_min_latency: 100
- max_avg_latency: 600000
- max_max_latency: 1200000
+ max_min_latency: 50
+ max_avg_latency: 100
+ max_max_latency: 1000
action: monitor
setup_options:
rpm_dir: "/opt/rpm"