aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-09-07 14:19:35 +0200
committerTibor Frank <tifrank@cisco.com>2018-09-12 14:27:48 +0200
commit82e66d4caaede668b311f3885c8f590a8da9c032 (patch)
tree5c4c43ee3116d97b111756f2c118ff068ac24e9a
parent62af070d1834d71405600b930f3c7607dffecbe4 (diff)
CSIT-1269: Add VTS tests to trending
Change-Id: I9ddbad8e4c3f64553c72f77f93eb9d6c21602eca Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/cpta/index.rst1
-rw-r--r--docs/cpta/trending/vts-3n-hsw-x520-114b.rst63
-rw-r--r--docs/cpta/trending/vts.rst6
-rw-r--r--resources/tools/presentation/generator_tables.py7
-rw-r--r--resources/tools/presentation/specification_CPTA.yaml26
5 files changed, 102 insertions, 1 deletions
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
+
+ <a name="x520-114b-1t1c"></a>
+ <center><b>
+
+:index:`3n-hsw-x520-vts-114b-1t1c-mrr`
+
+.. raw:: html
+
+ </b>
+ Links to builds:
+ <a href="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/vpp/" target="_blank">vpp-ref</a>,
+ <a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" target="_blank">csit-ref</a>
+ <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-vts-114b-1t1c-x520-3n-hsw.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+2t2c
+````
+
+.. raw:: html
+
+ <a name="x520-114b-2t2c"></a>
+ <center><b>
+
+:index:`3n-hsw-x520-vts-114b-2t2c-mrr`
+
+.. raw:: html
+
+ </b>
+
+ Links to builds:
+ <a href="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/vpp/" target="_blank">vpp-ref</a>,
+ <a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" target="_blank">csit-ref</a>
+ <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-vts-114b-2t2c-x520-3n-hsw.html"></iframe>
+ <p><br><br></p>
+ </center>
+
+4t4c
+````
+
+.. raw:: html
+
+ <a name="x520-114b-4t4c"></a>
+ <center><b>
+
+:index:`3n-hsw-x520-vts-114b-4t4c-mrr`
+
+.. raw:: html
+
+ </b>
+ Links to builds:
+ <a href="https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/io/fd/vpp/vpp/" target="_blank">vpp-ref</a>,
+ <a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master" target="_blank">csit-ref</a>
+ <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-vts-114b-4t4c-x520-3n-hsw.html"></iframe>
+ <p><br><br></p>
+ </center>
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"