From: Tibor Frank Date: Fri, 7 Sep 2018 12:19:35 +0000 (+0200) Subject: CSIT-1269: Add VTS tests to trending X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=82e66d4caaede668b311f3885c8f590a8da9c032;hp=62af070d1834d71405600b930f3c7607dffecbe4 CSIT-1269: Add VTS tests to trending Change-Id: I9ddbad8e4c3f64553c72f77f93eb9d6c21602eca Signed-off-by: Tibor Frank --- diff --git a/docs/cpta/index.rst b/docs/cpta/index.rst index dc18861c2f..3b037f6f29 100644 --- a/docs/cpta/index.rst +++ b/docs/cpta/index.rst @@ -35,6 +35,7 @@ analysis and anomaly detection methodology. trending/ipsec trending/srv6 trending/link_bonding + trending/vts trending/dpdk .. toctree:: diff --git a/docs/cpta/trending/vts-3n-hsw-x520-114b.rst b/docs/cpta/trending/vts-3n-hsw-x520-114b.rst new file mode 100644 index 0000000000..7143cf86a0 --- /dev/null +++ b/docs/cpta/trending/vts-3n-hsw-x520-114b.rst @@ -0,0 +1,63 @@ +3n-hsw-x520-114b +---------------- + +1t1c +```` + +.. raw:: html + + +
+ +:index:`3n-hsw-x520-vts-114b-1t1c-mrr` + +.. raw:: html + + + Links to builds: + vpp-ref, + csit-ref + +



+
+ +2t2c +```` + +.. raw:: html + + +
+ +:index:`3n-hsw-x520-vts-114b-2t2c-mrr` + +.. raw:: html + + + + Links to builds: + vpp-ref, + csit-ref + +



+
+ +4t4c +```` + +.. raw:: html + + +
+ +:index:`3n-hsw-x520-vts-114b-4t4c-mrr` + +.. raw:: html + + + Links to builds: + vpp-ref, + csit-ref + +



+
diff --git a/docs/cpta/trending/vts.rst b/docs/cpta/trending/vts.rst new file mode 100644 index 0000000000..6e43482994 --- /dev/null +++ b/docs/cpta/trending/vts.rst @@ -0,0 +1,6 @@ +VTS +=== + +.. toctree:: + + vts-3n-hsw-x520-114b 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"