diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-07-23 14:29:11 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-07-26 08:32:01 +0200 |
commit | eb5271b56cb94711420a1eb7372b0f4d5f275a40 (patch) | |
tree | 910d2715256048136f42385e77d4f117f76fbc42 /resources/tools/presentation/specification_CPTA.yaml | |
parent | be3c126b04b89c1cacdfda2d82bad6e002d5135d (diff) |
CSIT-1203: Add parsing of NDRPDR test
Change-Id: I55be02df7f8979ad4c10b79d87f5065452a3e6e6
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 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index d7a3c1869c..b827e211fb 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -172,13 +172,10 @@ - type: "output" output: -# "report" "CPTA" # Continuous Performance Trending and Analysis format: html: - full - pdf: - - minimal ################################################################################ ### T A B L E S ### @@ -191,7 +188,7 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c" data: "plot-performance-trending-all" - filter: "'MRR' and '1T1C'" + filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -212,7 +209,7 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c" data: "plot-performance-trending-all" - filter: "'MRR' and '2T2C'" + filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -233,7 +230,7 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c" data: "plot-performance-trending-all" - filter: "'MRR' and '4T4C'" + filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'" parameters: - "name" - "parent" @@ -275,7 +272,7 @@ output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/failed-tests" data: "plot-performance-trending-all" - filter: "'MRR'" + filter: "'MRR' and not 'NIC_Intel-XXV710'" parameters: - "name" - "parent" |