Integrate cli, runner and reporter. 39/31539/4
authorTaseer <taseer94@gmail.com>
Thu, 23 Mar 2017 09:26:49 +0000 (14:26 +0500)
committerTaseer <taseer94@gmail.com>
Thu, 23 Mar 2017 14:06:53 +0000 (19:06 +0500)
commitc2bb13c460566a18e61a3c840bf12f7f717940c2
tree392fa55316e3b86bea17c5d01001a4da3457096c
parent29df737b48ccf31f555d0e4c08a65e14ecb66331
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>
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