diff options
author | Taseer <taseer94@gmail.com> | 2017-03-21 12:14:05 +0500 |
---|---|---|
committer | Taseer <taseer94@gmail.com> | 2017-03-21 12:30:57 +0500 |
commit | 06638bb68811dda1a3599c7ef0176c5a58d056c5 (patch) | |
tree | 64cc9cf79949d02a45b6151461f283a016df2847 | |
parent | 8438cfd945a9b5e36656e9833f8982fcd6589049 (diff) |
White space control in report.
- 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>
-rw-r--r-- | qtip/reporter/templates/base.j2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qtip/reporter/templates/base.j2 b/qtip/reporter/templates/base.j2 index 26697175..12a27536 100644 --- a/qtip/reporter/templates/base.j2 +++ b/qtip/reporter/templates/base.j2 @@ -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 -%} |