KVMFORNFV: Suppress tracing with breaktrace option 57/34457/3
authorkalyanreddy <reddyx.gundarapu@intel.com>
Mon, 8 May 2017 18:51:48 +0000 (11:51 -0700)
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>
Tue, 9 May 2017 18:49:34 +0000 (18:49 +0000)
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>
yardstick/benchmark/scenarios/compute/cyclictest.py

index 594c609..998463e 100644 (file)
@@ -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()