X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fbenchmark%2Fcore%2Frunner.py;h=64acdaa99765f6f15b79fb2475e9aaf1181a179e;hb=ae486999cfe50da16993200519859f11806bb7de;hp=b9c22cbc93ba512504a73c99f739c0ef117a9cf4;hpb=cd36791a022aefc54eb258d62037274f7065a399;p=yardstick.git 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.