diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-07 14:19:35 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-12 14:27:48 +0200 |
commit | 82e66d4caaede668b311f3885c8f590a8da9c032 (patch) | |
tree | 5c4c43ee3116d97b111756f2c118ff068ac24e9a /resources/tools/presentation | |
parent | 62af070d1834d71405600b930f3c7607dffecbe4 (diff) |
CSIT-1269: Add VTS tests to trending
Change-Id: I9ddbad8e4c3f64553c72f77f93eb9d6c21602eca
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 7 | ||||
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 1bbe8e38d4..b24222c7f0 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -542,6 +542,9 @@ def _generate_url(base, testbed, test_name): if "lbdpdk" in test_name or "lbvpp" in test_name: file_name = "link_bonding" + elif "114b" in test_name and "vhost" in test_name: + file_name = "vts" + elif "testpmd" in test_name or "l3fwd" in test_name: file_name = "dpdk" @@ -555,7 +558,9 @@ def _generate_url(base, testbed, test_name): elif "vhost" in test_name: if "l2xcbase" in test_name or "l2bdbasemaclrn" in test_name: file_name = "vm_vhost_l2" - if "l2xcbase" in test_name: + if "114b" in test_name: + feature = "" + elif "l2xcbase" in test_name: feature = "-base-l2xc" elif "l2bdbasemaclrn" in test_name: feature = "-base-l2bd" diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 7bb7312b11..4c47d1fb66 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1559,6 +1559,32 @@ - "result" layout: "plot-cpta" +# VTS - x520, 114B + + - title: "VPP 1T1C VTS 114B MRR Trending 3n-hsw" + output-file-name: "vts-114b-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C VTS 114B MRR Trending 3n-hsw" + output-file-name: "vts-114b-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C VTS 114B 64B MRR Trending 3n-hsw" + output-file-name: "vts-114b-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + # IPSec - title: "VPP 1T1C IPSec 64B MRR Trending 3n-hsw" |