aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-10-31 17:25:47 +0100
committerTibor Frank <tifrank@cisco.com>2017-10-31 16:26:57 +0000
commitade5d5ab0693d3671744cb8b38683d264bbc0c12 (patch)
treea0b7942a6f8e196d41d78abc403d4910e5b83faa /resources
parente3b908b1fd9a582757bf3cf5c9ee1913870c5d03 (diff)
Report: data
Change-Id: I182250716776f31328e4c33e53166a19b6f9ce73 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 0d53d645a6d78b581e7ad1e257af4f943a52f465)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/generator_tables.py8
-rw-r--r--resources/tools/presentation/specification.yaml14
2 files changed, 18 insertions, 4 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index e66047f9bc..379205cbea 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -229,19 +229,19 @@ def table_performance_improvements(table, input_data):
for item in tbl_lst:
if "ndr_top" in file_name \
and "ndr" in item[1]["data"] \
- and item[-1]["data"] >= 10.0:
+ and round(item[-1]["data"], 1) >= 10.0:
_write_line_to_file(file_handler, item)
elif "pdr_top" in file_name \
and "pdr" in item[1]["data"] \
- and item[-1]["data"] >= 10.0:
+ and round(item[-1]["data"], 1) >= 10.0:
_write_line_to_file(file_handler, item)
elif "ndr_low" in file_name \
and "ndr" in item[1]["data"] \
- and item[-1]["data"] < 10.0:
+ and round(item[-1]["data"], 1) < 10.0:
_write_line_to_file(file_handler, item)
elif "pdr_low" in file_name \
and "pdr" in item[1]["data"] \
- and item[-1]["data"] < 10.0:
+ and round(item[-1]["data"], 1) < 10.0:
_write_line_to_file(file_handler, item)
logging.info(" Done.")
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index bffdabd3e8..c3f5a59d4a 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -169,6 +169,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
csit-vpp-functional-1710-ubuntu1604-virl:
- 115
csit-nsh_sfc-verify-func-1710-ubuntu1604-virl:
@@ -5425,6 +5427,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
filter: "'64B' and 'BASE' and 'NDRDISC' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
parameters:
- "throughput"
@@ -5487,6 +5491,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
filter: "'64B' and 'BASE' and 'NDRDISC' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
parameters:
- "throughput"
@@ -5549,6 +5555,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
filter: "'64B' and 'BASE' and 'PDRDISC' and not 'NDRDISC' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
parameters:
- "throughput"
@@ -5611,6 +5619,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
filter: "'64B' and 'BASE' and 'PDRDISC' and not 'NDRDISC' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
parameters:
- "throughput"
@@ -5809,6 +5819,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
filter: "'64B' and 'BASE' and 'NDRDISC' and '1T1C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
parameters:
- "latency"
@@ -5869,6 +5881,8 @@
- 3
- 4
- 5
+ - 6
+ - 7
filter: "'64B' and 'BASE' and 'NDRDISC' and '2T2C' and 'MEMIF' and ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and not 'VHOST'"
parameters:
- "latency"