diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 13:27:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 13:27:15 +0000 |
commit | 31116ac037345b560184e7ba85e6ddd6c0a6c58a (patch) | |
tree | f3842c832838218359e04afc347b1c3af8b3c78b | |
parent | 9d5bb4882c3a1cce0ecb343573ae3d109f1f9076 (diff) | |
parent | 9bad0fd8bdca66037ea7fbe65bb0f31e4081bf7a (diff) |
Merge "White space control in report." into stable/danube
-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 -%} |