Refactor reporter module 53/31153/1
authorTaseer <taseer94@gmail.com>
Thu, 9 Mar 2017 07:05:46 +0000 (12:05 +0500)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 21 Mar 2017 09:09:10 +0000 (09:09 +0000)
commit19dd4962baca5d7103fe0de55d415e175dbe35e4
treeab416a88be6066a0faefbf6f3d86f0a9d05a3044
parent695a881515c40e29fc12eb5003e0f3682bc4d64b
Refactor reporter module

- Create templates for report format specific to each metric.
- Outputs the details of the specified metric across all the nodes
  in cluster.
- Timeline to be covered in a separate patch

JIRA: QTIP-199

Change-Id: Ic83749725b0c9cc5bd9a7f24f21b2cd113abe0e1
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 04e50e57819bdf40a2fd7abdd3fc7be798771e0b)
15 files changed:
collector/2017-03-16-20-07/result.json [new file with mode: 0644]
collector/timeline.json [new file with mode: 0644]
qtip/cli/commands/cmd_report.py
qtip/reporter/console.py
qtip/reporter/templates/base.j2 [new file with mode: 0644]
qtip/reporter/templates/dpi.j2 [new file with mode: 0644]
qtip/reporter/templates/ramspeed.j2 [new file with mode: 0644]
qtip/reporter/templates/report.j2 [deleted file]
qtip/reporter/templates/ssl.j2 [new file with mode: 0644]
qtip/reporter/templates/timeline.j2
qtip/reporter/templates/unixbench.j2 [new file with mode: 0644]
tests/data/reporter/timeline.pickle [deleted file]
tests/unit/cli/cmd_report.py [deleted file]
tests/unit/cli/cmd_report_test.py [new file with mode: 0644]
tests/unit/reporter/console_test.py