From 0459420f21fc6a108cdc121df9d06399faea81e7 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 12 Jul 2022 09:52:12 +0200 Subject: [PATCH] Report: Fixes Change-Id: I9a7b26d2f129a1e8e6a251099a0b9ba3f72b8a4e Signed-off-by: Tibor Frank --- .../packet_throughput_graphs/ipsec-3n-icx-xxv710.rst | 6 +++--- resources/tools/presentation/generator_plots.py | 2 ++ resources/tools/presentation/generator_report.py | 3 +++ resources/tools/presentation/specifications/report/data_sets.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-icx-xxv710.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-icx-xxv710.rst index 99aa0d7cbe..312a84d33c 100644 --- a/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-icx-xxv710.rst +++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/ipsec-3n-icx-xxv710.rst @@ -31,10 +31,10 @@ 3n-icx-xxv710 ~~~~~~~~~~~~~ -imix-2t1c-ipsec-aes128cbc-ip4routing-base-scale-sw-avf ------------------------------------------------------- - .. + imix-2t1c-ipsec-aes128cbc-ip4routing-base-scale-sw-avf + ------------------------------------------------------ + .. raw:: html
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 2849007473..583445eaef 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1215,6 +1215,8 @@ def plot_tsa_name(plot, input_data): limit = plot[u"limits"][u"nic"][u"cx556a"] elif u"e810cq" in test_name: limit = plot[u"limits"][u"nic"][u"e810cq"] + elif u"e810xxv" in test_name: + limit = plot[u"limits"][u"nic"][u"e810xxv"] else: limit = 0 if limit > nic_limit: diff --git a/resources/tools/presentation/generator_report.py b/resources/tools/presentation/generator_report.py index cd6f506d33..8f7d4ff3cb 100644 --- a/resources/tools/presentation/generator_report.py +++ b/resources/tools/presentation/generator_report.py @@ -195,6 +195,9 @@ def generate_pdf_report(release, spec, report_week): plots.extend( get_files(spec.environment[u"paths"][u"DIR[STATIC,DPDK]"], u"html") ) + plots.extend( + get_files(spec.environment[u"paths"][u"DIR[STATIC,TREX]"], u"html") + ) pdf_plots = list() for plot in plots: file_name = f"{plot.rsplit(u'.', 1)[0]}.pdf" diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index c487bb2697..c2cf623770 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -101,7 +101,7 @@ csit-vpp-perf-report-iterative-2202-3n-skx: - 29 # rls2202.rel hoststack iter env 9 - 30 # rls2202.rel hoststack iter env 9 - - 31 # rls2202.rel hoststack iter env 9,AWS] + - 31 # rls2202.rel hoststack iter env 9 - 32 # rls2202.rel hoststack iter env 9 - 34 # rls2202.rel hoststack iter env 9 - 35 # rls2202.rel hoststack iter env 9 -- 2.16.6