diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-05-09 14:59:00 +0530 |
---|---|---|
committer | Kalyan reddy Gundarapu <reddyx.gundarapu@intel.com> | 2017-05-09 13:17:28 +0000 |
commit | d8eeb9b99d73f72c6a2cc61c05cdc727fdae4910 (patch) | |
tree | a695660761f4543e51cadadb00293b28b7f1ce9a /tests | |
parent | 4038e157f640ad185d5469c146c8f0faf23dd3ec (diff) |
Adding breaktrace & disabling timer migration
This patch is used to update yardstick branch and provide
breaktrace value for executing cyclictest. Also used to
disable kernel timer migration on guest.
Change-Id: I44237b6a3711aa22bcabd0aaad199057efa38137
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml b/tests/kvmfornfv_cyclictest_hostenv_guestenv.yaml index 0a35e95a3..3f477f44e 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 -i 1000 -p 99 -l 1000 -t 1 -h 90 -m -n -q +# sudo bash cyclictest -a 1 -b 1200000 -i 1000 -p 99 -l 1000 -t 1 -h 90 -m -n -q # schema: "yardstick:task:0.1" @@ -15,6 +15,7 @@ scenarios: type: Cyclictest options: affinity: 1 + breaktrace: 1200000 interval: 1000 priority: 99 loops: 600000 |