From 19dd4962baca5d7103fe0de55d415e175dbe35e4 Mon Sep 17 00:00:00 2001 From: Taseer Date: Thu, 9 Mar 2017 12:05:46 +0500 Subject: 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 (cherry picked from commit 04e50e57819bdf40a2fd7abdd3fc7be798771e0b) --- qtip/reporter/templates/report.j2 | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 qtip/reporter/templates/report.j2 (limited to 'qtip/reporter/templates/report.j2') diff --git a/qtip/reporter/templates/report.j2 b/qtip/reporter/templates/report.j2 deleted file mode 100644 index 766e6dde..00000000 --- a/qtip/reporter/templates/report.j2 +++ /dev/null @@ -1,22 +0,0 @@ -{{ title }} - -Plan: {{ plan.name }} - -{{ qpi.name }}: {{ qpi.score }} -Sections: -{% for section in sections %} - {{ section.name }}: {{ section.score }} - - Formula: {{ section.formula }} - Metrics: - {% for metric in section.metrics %} - {{ metric.name }}: {{ metric.score }} - Formula: {{ metric.formula }} - Workloads: - {% for workload in workloads %} - {{ workload.name }}: {{ workload.score }} - {% endfor %} - {% endfor %} -{% endfor %} - -{{ signature }} -- cgit 1.2.3-korg