aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-05-11 06:43:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-11 06:43:47 +0000
commit6668e7bbba54bfb6592474f888d5cc0992c36a13 (patch)
treee5dd526a7722cd9abd7517bd73fd37808d4e7af1
parente692c1c8fab6447bc1acfcec612a0867a4c877b5 (diff)
parentd27e5aa9fd79f80638f4a5616d4341758300c831 (diff)
Merge "KVMFORNFV: Suppress tracing with breaktrace option "
-rw-r--r--yardstick/benchmark/scenarios/compute/cyclictest.py2
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()