From da62008a0a98cb8793ea42827a7da5e149edd144 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 26 Jun 2017 09:46:24 +0000 Subject: Call core code directly in the API of run test case JIRA: YARDSTICK-688 We need to call core code directly in the API of runTestCase. It would be more stable. Change-Id: I431a85ded7cd3b20da0462f947c25d91bb99decd Signed-off-by: chenjiankun --- yardstick/cmd/commands/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/cmd/commands/runner.py') 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. -- cgit 1.2.3-korg