Refactor reporter module 25/30125/14
authorTaseer <taseer94@gmail.com>
Thu, 9 Mar 2017 07:05:46 +0000 (12:05 +0500)
committerTaseer <taseer94@gmail.com>
Sat, 18 Mar 2017 07:17:52 +0000 (12:17 +0500)
commit04e50e57819bdf40a2fd7abdd3fc7be798771e0b
treec7028016531c2c4c9152352a066c6b2feeae756a
parent3ce816d42d510ce60ff775f70ef689b1d1d242b2
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>
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