Integrate cli, runner and reporter. 75/31675/2
authorTaseer <taseer94@gmail.com>
Thu, 23 Mar 2017 09:26:49 +0000 (14:26 +0500)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Fri, 24 Mar 2017 09:29:04 +0000 (09:29 +0000)
commit6a4c4e2dba5c565871aa7259978a6ad547c34be2
tree4d777f65e5bbaca237367d0e93a06caf29fb9b8e
parentf01644b80a940cf17300114db7593c66c6120b54
Integrate cli, runner and reporter.

- Execute runner via a shell command
- Change format of qtip result directory to qtip-timestamp
- Add path option in reporter to match with runner

JIRA: QTIP-229

Change-Id: I7d8562fd7100b1f40cdc8d53b0daa6a06a55b495
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit c2bb13c460566a18e61a3c840bf12f7f717940c2)
collector/timeline.json [deleted file]
qtip/cli/commands/cmd_metric.py
qtip/cli/commands/cmd_plan.py
qtip/cli/commands/cmd_qpi.py
qtip/cli/commands/cmd_report.py
qtip/reporter/console.py
qtip/runner/runner.py
tests/data/reporter/qtip-2017-03-16-20-07/result.json [moved from collector/2017-03-16-20-07/result.json with 100% similarity]
tests/unit/cli/cmd_report_test.py
tests/unit/reporter/console_test.py