aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/cmd/commands/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/cmd/commands/runner.py')
-rw-r--r--yardstick/cmd/commands/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/cmd/commands/runner.py b/yardstick/cmd/commands/runner.py
index b99ae789b..9ee99cf44 100644
--- a/yardstick/cmd/commands/runner.py
+++ b/yardstick/cmd/commands/runner.py
@@ -17,7 +17,7 @@ from yardstick.common.utils import cliargs
from yardstick.cmd.commands import change_osloobj_to_paras
-class RunnerCommands(object):
+class RunnerCommands(object): # pragma: no cover
"""Runner commands.
Set of commands to discover and display runner types.