From: kalyanreddy Date: Mon, 8 May 2017 18:51:48 +0000 (-0700) Subject: KVMFORNFV: Suppress tracing with breaktrace option X-Git-Tag: opnfv-5.0.RC1~478^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d27e5aa9fd79f80638f4a5616d4341758300c831;p=yardstick.git 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 --- 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()