From c3ad2c4b995f137fba710055ceb46870648f3e18 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 7 Jun 2018 14:15:26 +0200 Subject: [PATCH] CSIT-1122: Add link bonding tests for x710 to the Trending Change-Id: I199195bd771fcf9d363a91037cf98254b2d0b923 Signed-off-by: Tibor Frank --- docs/cpta/trending/link_bonding.rst | 109 +++++++++++++++++++++ .../tools/presentation/specification_CPTA.yaml | 50 ++++++++++ 2 files changed, 159 insertions(+) diff --git a/docs/cpta/trending/link_bonding.rst b/docs/cpta/trending/link_bonding.rst index 65afa504ff..e28b27768a 100644 --- a/docs/cpta/trending/link_bonding.rst +++ b/docs/cpta/trending/link_bonding.rst @@ -109,3 +109,112 @@ x520-imix



+ +x710-64b +-------- + +1t1c +```` + +.. raw:: html + + +
+ +:index:`x710-lb-64b-1t1c-mrr` + +.. raw:: html + + + +



+
+ +2t2c +```` + +.. raw:: html + + +
+ +:index:`x710-lb-64b-2t2c-mrr` + +.. raw:: html + + + +



+
+ +4t4c +```` + +.. raw:: html + + +
+ +:index:`x710-lb-64b-4t4c-mrr` + +.. raw:: html + + + +



+
+ + +x710-imix +--------- + +1t1c +```` + +.. raw:: html + + +
+ +:index:`x710-lb-imix-1t1c-mrr` + +.. raw:: html + + + +



+
+ +2t2c +```` + +.. raw:: html + + +
+ +:index:`x710-lb-imix-2t2c-mrr` + +.. raw:: html + + + +



+
+ +4t4c +```` + +.. raw:: html + + +
+ +:index:`x710-lb-imix-4t4c-mrr` + +.. raw:: html + + + +



+
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 3bf033c6f4..049d57ad2d 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1235,3 +1235,53 @@ parameters: - "result" layout: "plot-cpta" + +# Link Bonding - x710 + + - title: "VPP 1T1C Link Bonding 64B MRR Trending" + output-file-name: "lb-64b-1t1c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '1T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C Link Bonding 64B MRR Trending" + output-file-name: "lb-64b-2t2c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '2T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C Link Bonding 64B MRR Trending" + output-file-name: "lb-64b-4t4c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and '64B' and 'MRR' and '4T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 1T1C Link Bonding IMIX MRR Trending" + output-file-name: "lb-imix-1t1c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '1T1C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C Link Bonding IMIX MRR Trending" + output-file-name: "lb-imix-2t2c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '2T2C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C Link Bonding IMIX MRR Trending" + output-file-name: "lb-imix-4t4c-x710" + data: "plot-performance-trending" + filter: "'NIC_Intel-X710' and 'IMIX' and 'MRR' and '4T4C' and 'LBOND'" + parameters: + - "result" + layout: "plot-cpta" -- 2.16.6