diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-05-08 11:51:48 -0700 |
---|---|---|
committer | Kalyan reddy Gundarapu <reddyx.gundarapu@intel.com> | 2017-05-09 18:49:34 +0000 |
commit | d27e5aa9fd79f80638f4a5616d4341758300c831 (patch) | |
tree | f407bff955b8c339a4c406490704e19c18941d34 | |
parent | 67da8f2ddb5cbf14bbf0df48b10240ba6ebadbe9 (diff) |
KVMFORNFV: Suppress tracing with breaktrace option
This patch is used to suppress tracing while executing cyclictest with
breaktrace option as breaktrace parameter will enable the ftrace by
default.
Change-Id: I776953d8cd56722b7c0f697b12b09051021334fb
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
-rw-r--r-- | yardstick/benchmark/scenarios/compute/cyclictest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/compute/cyclictest.py b/yardstick/benchmark/scenarios/compute/cyclictest.py index 594c6091e..998463ef6 100644 --- a/yardstick/benchmark/scenarios/compute/cyclictest.py +++ b/yardstick/benchmark/scenarios/compute/cyclictest.py @@ -158,7 +158,7 @@ class Cyclictest(base.Scenario): def run(self, result): """execute the benchmark""" - default_args = "-m -n -q" + default_args = "-m -n -q --notrace" if not self.setup_done: self.setup() |