diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-10-13 11:06:52 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-10-13 11:06:52 +0200 |
commit | 2b830298ef5b9b33680f3dc7857365fcaf153938 (patch) | |
tree | d796007e2831b1a0d35dbc3f8fc2165bed36f7da /resources/tools | |
parent | b3e8aae27d0ed4a4252f9b274b2e5076e8144dd8 (diff) |
PAL: Fix processing of AWS tests
- different structure of NIC name
Change-Id: Iddcbc289e5f23bf5ad171971ad125af43812d466
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
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" |