CSIT-1089: Add SRv6 MRR tests to trending 39/12639/5
authorTibor Frank <tifrank@cisco.com>
Fri, 18 May 2018 06:31:39 +0000 (08:31 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 29 May 2018 07:16:37 +0000 (09:16 +0200)
Change-Id: Id7cf1fd41f10922bce35be97153661cdd41d071b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/cpta/index.rst
docs/cpta/trending/index.rst [deleted file]
docs/cpta/trending/srv6.rst [new file with mode: 0644]
resources/tools/presentation/generator_tables.py
resources/tools/presentation/specification_CPTA.yaml

index bda4ea9..13f9b46 100644 (file)
@@ -31,6 +31,7 @@ analysis and anomaly detection methodology.
    trending/vm_vhost_ip4
    trending/container_memif
    trending/ipsec
+   trending/srv6
 
 .. toctree::
    :maxdepth: 2
diff --git a/docs/cpta/trending/index.rst b/docs/cpta/trending/index.rst
deleted file mode 100644 (file)
index 1560c5e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Trendline Graphs
-================
-
-.. toctree::
-
-    l2
-    ip4
-    ip6
-    ip4_tunnels
-    vm_vhost_l2
-    vm_vhost_ip4
-    container_memif
-    ipsec
diff --git a/docs/cpta/trending/srv6.rst b/docs/cpta/trending/srv6.rst
new file mode 100644 (file)
index 0000000..cda545c
--- /dev/null
@@ -0,0 +1,111 @@
+SRv6
+====
+
+x520-78b
+--------
+
+1t1c
+````
+
+.. raw:: html
+
+    <a name="x520-78b-1t1c"></a>
+    <center><b>
+
+:index:`x520-srv6-78b-1t1c-mrr`
+
+.. raw:: html
+
+    </b>
+    <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-srv6-78b-1t1c-x520.html"></iframe>
+    <p><br><br></p>
+    </center>
+
+2t2c
+````
+
+.. raw:: html
+
+    <a name="x520-78b-2t2c"></a>
+    <center><b>
+
+:index:`x520-srv6-78b-2t2c-mrr`
+
+.. raw:: html
+
+    </b>
+    <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-srv6-78b-2t2c-x520.html"></iframe>
+    <p><br><br></p>
+    </center>
+
+4t4c
+````
+
+.. raw:: html
+
+    <a name="x520-78b-4t4c"></a>
+    <center><b>
+
+:index:`x520-srv6-78b-4t4c-mrr`
+
+.. raw:: html
+
+    </b>
+    <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-srv6-78b-4t4c-x520.html"></iframe>
+    <p><br><br></p>
+    </center>
+
+
+x520-imix
+--------
+
+1t1c
+````
+
+.. raw:: html
+
+    <a name="x520-imix-1t1c"></a>
+    <center><b>
+
+:index:`x520-srv6-imix-1t1c-mrr`
+
+.. raw:: html
+
+    </b>
+    <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-srv6-imix-1t1c-x520.html"></iframe>
+    <p><br><br></p>
+    </center>
+
+2t2c
+````
+
+.. raw:: html
+
+    <a name="x520-imix-2t2c"></a>
+    <center><b>
+
+:index:`x520-srv6-imix-2t2c-mrr`
+
+.. raw:: html
+
+    </b>
+    <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-srv6-imix-2t2c-x520.html"></iframe>
+    <p><br><br></p>
+    </center>
+
+4t4c
+````
+
+.. raw:: html
+
+    <a name="x520-imix-4t4c"></a>
+    <center><b>
+
+:index:`x520-srv6-imix-4t4c-mrr`
+
+.. raw:: html
+
+    </b>
+    <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/cpta-srv6-imix-4t4c-x520.html"></iframe>
+    <p><br><br></p>
+    </center>
index 84a6a41..8791ae5 100644 (file)
@@ -930,6 +930,9 @@ def table_performance_trending_dashboard_html(table, input_data):
                 if "memif" in item:
                     file_name = "container_memif.html"
 
+                elif "srv6" in item:
+                    file_name = "srv6.html"
+
                 elif "vhost" in item:
                     if "l2xcbase" in item or "l2bdbasemaclrn" in item:
                         file_name = "vm_vhost_l2.html"
index 1937a53..facd966 100644 (file)
       parameters:
       - "result"
       layout: "plot-cpta"
+
+# SRv6 - x520
+
+    - title: "VPP 1T1C SRv6 78B MRR Trending"
+      output-file-name: "srv6-78b-1t1c-x520"
+      data: "plot-performance-trending"
+      filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '1T1C' and 'SRv6'"
+      parameters:
+      - "result"
+      layout: "plot-cpta"
+
+    - title: "VPP 2T2C SRv6 78B MRR Trending"
+      output-file-name: "srv6-78b-2t2c-x520"
+      data: "plot-performance-trending"
+      filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '2T2C' and 'SRv6'"
+      parameters:
+      - "result"
+      layout: "plot-cpta"
+
+    - title: "VPP 4T4C SRv6 78B MRR Trending"
+      output-file-name: "srv6-78b-4t4c-x520"
+      data: "plot-performance-trending"
+      filter: "'NIC_Intel-X520-DA2' and '78B' and 'MRR' and '4T4C' and 'SRv6'"
+      parameters:
+      - "result"
+      layout: "plot-cpta"
+
+    - title: "VPP 1T1C SRv6 IMIX MRR Trending"
+      output-file-name: "srv6-imix-1t1c-x520"
+      data: "plot-performance-trending"
+      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '1T1C' and 'SRv6'"
+      parameters:
+      - "result"
+      layout: "plot-cpta"
+
+    - title: "VPP 2T2C SRv6 IMIX MRR Trending"
+      output-file-name: "srv6-imix-2t2c-x520"
+      data: "plot-performance-trending"
+      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '2T2C' and 'SRv6'"
+      parameters:
+      - "result"
+      layout: "plot-cpta"
+
+    - title: "VPP 4T4C SRv6 IMIX MRR Trending"
+      output-file-name: "srv6-imix-4t4c-x520"
+      data: "plot-performance-trending"
+      filter: "'NIC_Intel-X520-DA2' and 'IMIX' and 'MRR' and '4T4C' and 'SRv6'"
+      parameters:
+      - "result"
+      layout: "plot-cpta"
\ No newline at end of file