From 5ec0a299c5f9ad2f4843478db69bc6bbc697b0a2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 15 May 2019 09:09:07 +0200 Subject: Trending: Add IPSECSW Change-Id: I5437d46759c3fcf9a8f44d02d43a70f3f3b2635d Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 4 +++ .../tools/presentation/specification_CPTA.yaml | 30 +++++++++++++++++++--- 2 files changed, 31 insertions(+), 3 deletions(-) (limited to 'resources/tools') diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index f4c3e54ce4..acd3024f35 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -811,6 +811,10 @@ def _generate_url(base, testbed, test_name): file_name = "vm_vhost_ip4" feature = "-base" + elif "ipsecbasetnlsw" in test_name: + file_name = "ipsecsw" + feature = "-base-scale" + elif "ipsec" in test_name: file_name = "ipsec" feature = "-base-scale" diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index d18fbffb36..c0c5c8d5b4 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -2161,7 +2161,7 @@ - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-1t1c" output-file-name: "ipsec-1t1c-xl710-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECHW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" @@ -2169,7 +2169,7 @@ - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-2t2c" output-file-name: "ipsec-2t2c-xl710-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECHW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" @@ -2177,7 +2177,31 @@ - title: "3n-hsw-xl710-ip4-ipsechw-64b-base-scale-4t4c" output-file-name: "ipsec-4t4c-xl710-3n-hsw" data: "plot-performance-trending-vpp-3n-hsw" - filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and ('IPSECTRAN' or 'IPSECTUN') and not 'VHOST'" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECHW' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-1t1c" + output-file-name: "ipsecsw-1t1c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '1T1C' and 'IPSECSW' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-2t2c" + output-file-name: "ipsecsw-2t2c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '2T2C' and 'IPSECSW' and not 'VHOST'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "3n-hsw-xl710-ip4-ipsecsw-64b-base-scale-4t4c" + output-file-name: "ipsecsw-4t4c-xl710-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-XL710' and '64B' and 'IP4FWD' and 'MRR' and '4T4C' and 'IPSECSW' and not 'VHOST'" parameters: - "result" layout: "plot-cpta" -- cgit 1.2.3-korg