report: [fix] remove upper border of a process table 85/23085/1
authorOtto Sabart <osabart@redhat.com>
Thu, 13 Oct 2016 09:08:56 +0000 (11:08 +0200)
committerOtto Sabart <osabart@redhat.com>
Thu, 13 Oct 2016 09:11:14 +0000 (11:11 +0200)
According to Markdown Tables extension specification, there should be no upper
border in the table.

See for example python implementation of Markdown Tables extension [0][1].

[0] https://pythonhosted.org/Markdown/extensions/tables.html
[1] https://michelf.ca/projects/php-markdown/extra/#table

JIRA: VSPERF-411

Change-Id: I2843dbeb4544a1d1fe0a5f1a6b1028ae788a28ee
Signed-off-by: Otto Sabart <osabart@redhat.com>
tools/report/report.jinja

index 8354835..c958856 100644 (file)
@@ -138,7 +138,6 @@ The following are the metrics obtained during this test:
 
 The following system statistics were collected during testcase execution:
 {% for process in test.stats %}
-| --------------------------------------------------------------- |
 | Process: {{ "%-54s |"|format('_'.join(process.split('_')[:-1])) }}
 | ------------------------------ | ------------------------------ |
 |           Statistic            |             Value              |