diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-05-11 06:43:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-11 06:43:47 +0000 |
commit | 6668e7bbba54bfb6592474f888d5cc0992c36a13 (patch) | |
tree | e5dd526a7722cd9abd7517bd73fd37808d4e7af1 | |
parent | e692c1c8fab6447bc1acfcec612a0867a4c877b5 (diff) | |
parent | d27e5aa9fd79f80638f4a5616d4341758300c831 (diff) |
Merge "KVMFORNFV: Suppress tracing with breaktrace option "
-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() |