diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-03-24 09:47:18 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-03-24 09:47:18 +0100 |
commit | 66a7420c2fb86543e16640cbeee04b4652dd9b27 (patch) | |
tree | 6ecbb8b633edd4aa671784e755b75662733c32d2 /resources/tools/presentation | |
parent | de72298ead9d9564f7c2b9647226f48c47e9e0bf (diff) |
Report: Fix bug in 3n-alt comparison tables
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Ie80b69ba97e5434b72b1cf42aaa2f787dab870c6
Diffstat (limited to 'resources/tools/presentation')
-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.' |