From 2b830298ef5b9b33680f3dc7857365fcaf153938 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 13 Oct 2021 11:06:52 +0200 Subject: [PATCH] PAL: Fix processing of AWS tests - different structure of NIC name Change-Id: Iddcbc289e5f23bf5ad171971ad125af43812d466 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_files.py | 2 +- .../tools/presentation/specifications/report/data_sets.yaml | 4 ++-- .../tools/presentation/specifications/report/elements.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/tools/presentation/generator_files.py b/resources/tools/presentation/generator_files.py index aa4392e473..02288581d0 100644 --- a/resources/tools/presentation/generator_files.py +++ b/resources/tools/presentation/generator_files.py @@ -197,7 +197,7 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): if chapters[chapter_l1][chapter_l2].get(nic, None) is None: chapters[chapter_l1][chapter_l2][nic] = dict( rst_file=f"{join(table_set, chapter_l1)}_{nic}.rst". - replace(u"2n1l-", u""), + replace(u"2n1l-", u"").replace(u"1n1l-", u""), tables=list() ) for idx, tbl_file in enumerate(table_lst): diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index a0d1791b11..99f76ca9f8 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -83,7 +83,7 @@ vpp-3n-skx-curr-cov: # csit-vpp-perf-report-coverage-2110-3n-skx: csit-vpp-perf-report-iterative-2110-3n-skx: - - 3 # rls2110.rc1 NDRPDR iter env 8 + - 22 # rls2110.rc1 NDRPDR iter env 8 dpdk-3n-skx-hist-iter: csit-dpdk-perf-report-iterative-2101-3n-skx: @@ -685,7 +685,7 @@ vpp-3n-tsh-curr-cov: # csit-vpp-perf-report-coverage-2110-3n-tsh: csit-vpp-perf-report-iterative-2110-3n-tsh: - - 2 # rls2110.rc1 NDRPDR iter env 8 + - 17 # rls2110.rc1 NDRPDR iter env 8 dpdk-3n-tsh-hist-iter: csit-dpdk-perf-report-iterative-2101-3n-tsh: diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 7b6c27ad52..f7d8eb4477 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -5927,7 +5927,7 @@ - "cx556a" - "vic1227" - "vic1385" - - "nitro50g" + - "ena" # VPP Performance Configuration - type: "file" @@ -6000,7 +6000,7 @@ - "cx556a" - "vic1227" - "vic1385" - - "nitro50g" + - "ena" # VPP Performance Operational - type: "file" @@ -6073,7 +6073,7 @@ - "cx556a" - "vic1227" - "vic1385" - - "nitro50g" + - "ena" # VPP MRR Results - type: "file" @@ -6146,7 +6146,7 @@ - "cx556a" - "vic1227" - "vic1385" - - "nitro50g" + - "ena" # VPP MRR Configuration - type: "file" @@ -6219,7 +6219,7 @@ - "cx556a" - "vic1227" - "vic1385" - - "nitro50g" + - "ena" # VPP Device Results - Ubuntu - type: "file" -- 2.16.6