diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-09-07 14:19:35 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-09-12 14:27:48 +0200 |
commit | 82e66d4caaede668b311f3885c8f590a8da9c032 (patch) | |
tree | 5c4c43ee3116d97b111756f2c118ff068ac24e9a /resources/tools/presentation/specification_CPTA.yaml | |
parent | 62af070d1834d71405600b930f3c7607dffecbe4 (diff) |
CSIT-1269: Add VTS tests to trending
Change-Id: I9ddbad8e4c3f64553c72f77f93eb9d6c21602eca
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification_CPTA.yaml')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 7bb7312b11..4c47d1fb66 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1559,6 +1559,32 @@ - "result" layout: "plot-cpta" +# VTS - x520, 114B + + - title: "VPP 1T1C VTS 114B MRR Trending 3n-hsw" + output-file-name: "vts-114b-1t1c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '1T1C' and 'VHOST' and 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 2T2C VTS 114B MRR Trending 3n-hsw" + output-file-name: "vts-114b-2t2c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '2T2C' and 'VHOST' and 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + + - title: "VPP 4T4C VTS 114B 64B MRR Trending 3n-hsw" + output-file-name: "vts-114b-4t4c-x520-3n-hsw" + data: "plot-performance-trending-vpp-3n-hsw" + filter: "'NIC_Intel-X520-DA2' and '114B' and 'MRR' and '4T4C' and 'VHOST' and 'VTS'" + parameters: + - "result" + layout: "plot-cpta" + # IPSec - title: "VPP 1T1C IPSec 64B MRR Trending 3n-hsw" |