Report: Add data 97/34497/1
authorTibor Frank <tifrank@cisco.com>
Mon, 15 Nov 2021 06:32:54 +0000 (07:32 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 15 Nov 2021 06:39:59 +0000 (06:39 +0000)
Change-Id: Ie384ab9db8f3ba909ec0b6eaf39a04c5c7f3157a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 40ece2a4354f2dcc4af2928ab45762ccc22625e7)

docs/report/introduction/report_history.rst
resources/tools/presentation/input_data_parser.py
resources/tools/presentation/specifications/report/data_sets.yaml
resources/tools/presentation/specifications/report/elements.yaml

index 61028c2..de39fbd 100644 (file)
@@ -8,12 +8,13 @@ below.
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
 | .46            | 1. Added coverage data for 2n-tx2 and 2n-zn2.              |
-|                | 2. Added 4t2c tests for 2n-aws and 3n-aws in               |
+|                | 2. Added 2n-zn2 runs of 2106.rel retested in CSIT.2110     |
+|                |    environment.                                            |
+|                | 3. Added 4t2c tests for 2n-aws and 3n-aws in               |
 |                |    :ref:`VPP_Packet_Throughput`.                           |
-|                | 3. Added DPDK :ref: `dpdk_throughput_speedup_multi_core`   |
+|                | 4. Added DPDK :ref: `dpdk_throughput_speedup_multi_core`   |
 |                |    graphs.                                                 |
 |                |                                                            |
-|                |                                                            |
 +----------------+------------------------------------------------------------+
 | .45            | Initial revision                                           |
 +----------------+------------------------------------------------------------+
index 4fdc7e3..89b8eee 100644 (file)
@@ -520,11 +520,11 @@ class ExecutionChecker(ResultVisitor):
                     return hdr_lat
 
             hdr_lat = (
-                in_list_1[0], in_list_1[1], in_list_1[2],
-                in_list_2[0], in_list_2[1], in_list_2[2]
+                int(in_list_1[0]), int(in_list_1[1]), int(in_list_1[2]),
+                int(in_list_2[0]), int(in_list_2[1]), int(in_list_2[2])
             )
             for item in hdr_lat:
-                if item in (u"-1", u"4294967295", u"0"):
+                if item in (-1, 4294967295, 0):
                     return None
             return hdr_lat
 
index 03877a7..a2bb529 100644 (file)
       - 28  # rls2106.rel NDRPDR iter env 8
       - 31  # rls2106.rel NDRPDR iter env 8
       - 32  # rls2106.rel NDRPDR iter env 8
+      # - 54  # rls2106.rel NDRPDR iter env 8
+      - 55  # rls2106.rel NDRPDR iter env 8
 
   vpp-2n-zn2-curr-iter:
     csit-vpp-perf-report-iterative-2110-2n-zn2:
index 4f03293..9c13e12 100644 (file)
       build: "36"
     - job-spec: "crypto-02"
       build: "37"
-#     - job-spec: "crypto-03"
+#     - job-spec: "crypto-03"  # Completly failed
 #       build: "38"
     - job-spec: "crypto-04"
       build: "39"