White space control in report. 75/31175/1
authorTaseer <taseer94@gmail.com>
Tue, 21 Mar 2017 07:14:05 +0000 (12:14 +0500)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 21 Mar 2017 10:08:33 +0000 (10:08 +0000)
- Flaw: System Info and metric results at same line
  Packets per Second: 1.45System Information:

Change-Id: I22790e4b2c65fd2ef555e1c20e602a51ea97eb3b
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit 06638bb68811dda1a3599c7ef0176c5a58d056c5)

qtip/reporter/templates/base.j2

index 2669717..12a2753 100644 (file)
@@ -10,8 +10,7 @@ Stop Time: {{ stop_time }}
 {% include 'unixbench.j2' %}
 {% else %}
 {% include '%s.j2' % metric_name %}
-{%- endif -%}
-
+{% endif %}
 System Information:
   CPU Brand: {{ bm.sysinfo.cpu }}
   Disk: {{ bm.sysinfo.disk }}
@@ -23,4 +22,4 @@ System Information:
 {%- endif -%}
 {%- endfor -%}
 {%- endfor -%}
-{%- endfor -%}
\ No newline at end of file
+{%- endfor -%}