aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/core/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/core/runner.py')
-rw-r--r--yardstick/benchmark/core/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/core/runner.py b/yardstick/benchmark/core/runner.py
index b9c22cbc9..64acdaa99 100644
--- a/yardstick/benchmark/core/runner.py
+++ b/yardstick/benchmark/core/runner.py
@@ -15,7 +15,7 @@ from yardstick.benchmark.runners.base import Runner
from yardstick.benchmark.core import print_hbar
-class Runners(object):
+class Runners(object): # pragma: no cover
"""Runner commands.
Set of commands to discover and display runner types.