Call core code directly in the API of run test case 07/36507/3
authorchenjiankun <chenjiankun1@huawei.com>
Mon, 26 Jun 2017 09:46:24 +0000 (09:46 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Thu, 29 Jun 2017 11:25:17 +0000 (11:25 +0000)
commitda62008a0a98cb8793ea42827a7da5e149edd144
treef91e35eabe04ebb8c6618345c0fd1b76c5f37a2c
parent1ff9df7e724eb0c981aebd5f5b8aa90db0da292b
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 <chenjiankun1@huawei.com>
25 files changed:
api/__init__.py
api/database/handler.py [deleted file]
api/database/v1/__init__.py [new file with mode: 0644]
api/database/v1/handlers.py [moved from api/database/handlers.py with 54% similarity]
api/database/v1/models.py [moved from api/database/models.py with 95% similarity]
api/resources/asynctask.py
api/resources/env_action.py
api/resources/release_action.py
api/resources/results.py
api/resources/samples_action.py
api/resources/testsuites_action.py
api/server.py
api/utils/common.py
api/utils/daemonthread.py [deleted file]
api/utils/thread.py [new file with mode: 0644]
yardstick/benchmark/core/runner.py
yardstick/benchmark/core/scenario.py
yardstick/benchmark/core/task.py
yardstick/cmd/cli.py
yardstick/cmd/commands/plugin.py
yardstick/cmd/commands/report.py
yardstick/cmd/commands/runner.py
yardstick/cmd/commands/scenario.py
yardstick/cmd/commands/task.py
yardstick/common/constants.py