From 1bf86fd7039ecb70ae32de0c87eb8f450a93d9d7 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 6 Feb 2023 09:13:12 +0100 Subject: Report: Add mlx5 latency Signed-off-by: Tibor Frank Change-Id: I73effa0711aee8143c7f66c809087e44a1b12e73 --- resources/tools/presentation/generator_plots.py | 1 + resources/tools/presentation/input_data_parser.py | 6 ++--- .../specifications/report/data_sets.yaml | 1 + .../specifications/report/elements.yaml | 26 +++++++++++----------- 4 files changed, 18 insertions(+), 16 deletions(-) (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index ce1fbd32f8..70faffc8f4 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -734,6 +734,7 @@ def plot_perf_box_name(plot, input_data): test_type = u"HOSTSTACK" elif test[u"type"] in (u"LDP_NGINX",): + logging.info(test) if u"TCP_CPS" in test[u"tags"]: test_type = u"VSAP_CPS" y_vals[test[u"parent"]].append( diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 72d4253db0..7de6e54885 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -832,9 +832,9 @@ class ExecutionChecker(ResultVisitor): else: return result, status status = "PASS" - except (IndexError, ValueError): - pass - + except (IndexError, ValueError) as err: + logging.info(err) + logging.info(result) return result, status def visit_suite(self, suite): diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 601b53389a..559c639278 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -868,6 +868,7 @@ vpp-3n-icx-curr-iter-hoststack: csit-vpp-perf-report-iterative-2302-3n-icx: - 3 # 2302.rc1 hoststack iter env 11 + - 4 # 2302.rc1 hoststack iter env 11 vpp-3n-icx-curr-cov: # csit-vpp-perf-report-coverage-2302-3n-icx: diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 808e24ad5b..08bfed1c37 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -11709,19 +11709,19 @@ title: "3n-icx-e810xxv-1460b-2t1c-eth-ip4udp-ldpreload-iperf3" layout: "plot-hoststack" -# - type: "plot" -# title: "Bandwidth: 3n-icx-e810xxv-1280b-2t1c-eth-ip4udpquic-vppecho" -# algorithm: "plot_perf_box_name" -# output-file: "{DIR[STATIC,VPP]}/3n-icx-e810xxv-1280b-2t1c-eth-ip4udpquic-vppecho-bps" -# data: "vpp-3n-icx-curr-iter-hoststack" -# include: -# - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicbase-vppecho-bps" -# - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale1cl10s-vppecho-bps" -# - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale10cl1s-vppecho-bps" -# - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale10cl10s-vppecho-bps" -# layout: -# title: "3n-icx-e810xxv-1280b-2t1c-eth-ip4udpquic-vppecho" -# layout: "plot-hoststack" +- type: "plot" + title: "Bandwidth: 3n-icx-e810xxv-1280b-2t1c-eth-ip4udpquic-vppecho" + algorithm: "plot_perf_box_name" + output-file: "{DIR[STATIC,VPP]}/3n-icx-e810xxv-1280b-2t1c-eth-ip4udpquic-vppecho-bps" + data: "vpp-3n-icx-curr-iter-hoststack" + include: + - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicbase-vppecho-bps" + - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale1cl10s-vppecho-bps" + - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale10cl1s-vppecho-bps" + - "Tests.Vpp.Perf.Hoststack.25Ge2P1E810Xxv-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale10cl10s-vppecho-bps" + layout: + title: "3n-icx-e810xxv-1280b-2t1c-eth-ip4udpquic-vppecho" + layout: "plot-hoststack" # Hoststack tests 2n-icx -- cgit 1.2.3-korg