diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-24 09:47:18 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-03-24 08:49:27 +0000 |
commit | eef2eeeeec86242c0a3ee224b62eab8d0b6190f3 (patch) | |
tree | d91d4989a68a6e979d9802a6475ba0fa2fd02a38 | |
parent | cd8d3c0c0cab9b16d74a33e632f9881494580738 (diff) |
Report: Fix bug in 3n-alt comparison tablesrls2302oper-rls2302-230327
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Ie80b69ba97e5434b72b1cf42aaa2f787dab870c6
(cherry picked from commit 66a7420c2fb86543e16640cbeee04b4652dd9b27)
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 0e57a9f094..6ae7c47717 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -2543,8 +2543,8 @@ # reference: 3 # compare: 4 - title: "2302.0-11 vs 2210.0-11" - reference: 1 - compare: 2 + reference: 2 + compare: 3 legend: - '' - 'Test Case: Test cases executed for: PDR throughput on 3n-alt with xl710.' @@ -2613,8 +2613,8 @@ # reference: 3 # compare: 4 - title: "2302.0-11 vs 2210.0-11" - reference: 1 - compare: 2 + reference: 2 + compare: 3 legend: - '' - 'Test Case: Test cases executed for: NDR throughput on 3n-alt with xl710.' |