Trending: Move VTS tests from 3n to 2n
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
1 # Copyright (c) 2019 Cisco and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 # This is the specification of parameters for "Continuous Performance Trending
15 # and Analysis" feature provided by PAL.
16
17 -
18   type: "environment"
19
20   paths:
21     # Top level directories:
22     ## Working directory
23     DIR[WORKING]: "_tmp"
24     ## Build directories
25     DIR[BUILD,HTML]: "_build"
26     ## Static .rst files
27     DIR[RST]: "../../../docs/cpta"
28
29     # Static html content
30     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
31     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
32     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
33
34     # Working directories
35     ## Input data files (.zip, .xml)
36     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
37     ## Static source files from git
38     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
39     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
40
41     # .css patch file
42     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
43     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
44
45   urls:
46     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
47     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
48     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
49     DIR[NEXUS,DOC]: "trending/_static/archive"
50
51   make-dirs:
52   # List the directories which are created while preparing the environment.
53   # All directories MUST be defined in "paths" section.
54   - "DIR[WORKING,DATA]"
55   - "DIR[WORKING,SRC,STATIC]"
56   - "DIR[BUILD,HTML]"
57   - "DIR[STATIC,VPP]"
58   - "DIR[STATIC,ARCH]"
59   build-dirs:
60   # List the directories where the results (build) is stored.
61   # All directories MUST be defined in "paths" section.
62   - "DIR[BUILD,HTML]"
63
64   testbeds:
65     "10.30.51.45": "LF-2n-SKX-21"
66     "10.30.51.53": "LF-2n-SKX-22"
67     "10.30.51.55": "LF-2n-SKX-23"
68     "10.30.51.57": "LF-2n-SKX-24"
69     "10.32.8.19": "LF-2n-CLX-27"
70     "10.32.8.21": "LF-2n-CLX-28"
71     "10.32.8.23": "LF-2n-CLX-29"
72     "10.30.51.16": "LF-3n-HSW-01"
73     "10.30.51.20": "LF-3n-HSW-02"
74     "10.30.51.24": "LF-3n-HSW-03"
75     "10.30.51.48": "LF-3n-SKX-31"
76     "10.30.51.60": "LF-3n-SKX-32"
77     "10.30.51.49": "LF-3n-TSH-33"
78     "10.32.8.10": "LF-DNV"
79
80 -
81   type: "configuration"
82
83   archive-inputs: False
84
85   mapping-file: "mapping_tc_names.yaml"
86
87   ignore-list: "ignored_tcs.yaml"
88
89   alerting:
90
91     alerts:
92
93 # As Jenkins slave is not configured to send emails, this is now only as
94 # a working example:
95 #
96 #      # Send the list of failed tests vie email.
97 #      # Pre-requisites:
98 #      # - SMTP server is installed on the Jenkins slave
99 #      # - SMTP server is configured to send emails. Default configuration is
100 #      #   sufficient.
101 #      email-failed-tests:
102 #        # Title is used in logs and also as the email subject.
103 #        title: "Trending: Failed Tests"
104 #        # Type of alert.
105 #        type: "failed-tests"
106 #        # How to send the alert. The used way must be specified in the
107 #        # configuration part.
108 #        way: "email"
109 #        # Data to be included in the alert.
110 #        # Here is used the list of tables generated by the function
111 #        # "table_failed_tests_html".
112 #        include:
113 #        - "failed-tests-3n-hsw"
114 #        - "failed-tests-3n-skx"
115 #        - "failed-tests-2n-skx"
116 #        # This url is used in the tables instead of the original one. The aim
117 #        # is to make the links usable also from the email.
118 #        url: "https://docs.fd.io/csit/master/trending/trending"
119
120       # Jenkins job sends the email with failed tests.
121       # Pre-requisites:
122       # - Jenkins job is configured to send emails in "Post-build Actions" -->
123       #   "Editable Email Notification".
124       jenkins-send-failed-tests:
125         title: "Trending: Failed Tests"
126         type: "failed-tests"
127         way: "jenkins"
128         include:
129           - "last-failed-tests-2n-skx"
130           - "last-failed-tests-3n-skx"
131           - "last-failed-tests-2n-clx"
132           - "last-failed-tests-3n-hsw"
133           - "last-failed-tests-3n-tsh"
134           - "last-failed-tests-2n-dnv"
135           - "last-failed-tests-3n-dnv"
136         urls:
137           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-skx"
138           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-skx"
139           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-clx"
140           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master"
141           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-tsh"
142           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-dnv"
143           - "https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-3n-dnv"
144         url-details: "https://docs.fd.io/csit/master/trending/introduction/failures.html"
145
146     configurations:
147       # Configuration of the email notifications.
148       email:
149         # SMTP server
150         server: "localhost"
151         # List of recipients.
152         address-to:
153         - "csit-report@lists.fd.io"
154         # Sender
155         address-from: "testuser@testserver.com"
156
157       # Configuration of notifications sent by Jenkins.
158       jenkins:
159         # The directory in the workspace where the generated data is stored and
160         # then read by Jenkins job.
161         output-dir: "_build/_static/vpp"
162         # The name of the output files. ASCII text and HTML formats are
163         # generated.
164         output-file: "trending-failed-tests"
165         # If defined, all output files are zipped into this file.
166         zip-output: "failed-tests.tar.gz"
167
168   data-sets:
169
170     # Compressed failed tests (last builds)
171     table-last-failed-tests-3n-hsw:
172       csit-vpp-perf-mrr-daily-master:
173         - "lastCompletedBuild"
174     table-last-failed-tests-3n-skx:
175       csit-vpp-perf-mrr-daily-master-3n-skx:
176         - "lastCompletedBuild"
177     table-last-failed-tests-2n-skx:
178       csit-vpp-perf-mrr-daily-master-2n-skx:
179         - "lastCompletedBuild"
180     table-last-failed-tests-nf-2n-skx:
181       csit-vpp-perf-mrr-weekly-master-2n-skx:
182         - "lastCompletedBuild"
183     table-last-failed-tests-2n-clx:
184       csit-vpp-perf-mrr-daily-master-2n-clx:
185         - "lastCompletedBuild"
186     table-last-failed-tests-3n-tsh:
187       csit-vpp-perf-mrr-daily-master-3n-tsh:
188         - "lastCompletedBuild"
189     table-last-failed-tests-3n-dnv:
190       csit-vpp-perf-mrr-daily-master-3n-dnv:
191         - "lastCompletedBuild"
192     table-last-failed-tests-2n-dnv:
193       csit-vpp-perf-mrr-daily-master-2n-dnv:
194         - "lastCompletedBuild"
195
196     # 3n-hsw
197     plot-performance-trending-all-3n-hsw:
198       csit-vpp-perf-mrr-daily-master:
199         start: 894
200         end: "lastCompletedBuild"
201         skip:
202           - 899
203           - 900
204           - 901
205           - 902
206           - 903
207           - 904
208           - 921
209           - 922
210           - 935
211           - 936
212           - 937
213           - 938
214           - 939
215           - 940
216           - 941
217           - 953
218           - 987
219           - 1052
220       csit-dpdk-perf-mrr-weekly-master:
221         start: 96
222         end: "lastCompletedBuild"
223         skip:
224           - 101
225
226     plot-performance-trending-vpp-3n-hsw:
227       csit-vpp-perf-mrr-daily-master:
228         start: 894
229         end: "lastCompletedBuild"
230         skip:
231           - 899
232           - 900
233           - 901
234           - 902
235           - 903
236           - 904
237           - 921
238           - 922
239           - 935
240           - 936
241           - 937
242           - 938
243           - 939
244           - 940
245           - 941
246           - 953
247           - 987
248           - 1052
249
250     plot-performance-trending-dpdk-3n-hsw:
251       csit-dpdk-perf-mrr-weekly-master:
252         start: 96
253         end: "lastCompletedBuild"
254         skip:
255           - 101
256
257     # 3n-skx
258     plot-performance-trending-all-3n-skx:
259       csit-vpp-perf-mrr-daily-master-3n-skx:
260         start: 635
261         end: "lastCompletedBuild"
262         skip:
263           - 641
264           - 642
265           - 643
266           - 644
267           - 645
268           - 646
269           - 662
270           - 663
271           - 683
272           - 684
273           - 685
274           - 686
275           - 687
276           - 694
277           - 695
278           - 696
279           - 697
280           - 705
281           - 743
282           - 749
283           - 761
284           - 796
285       csit-dpdk-perf-mrr-weekly-master-3n-skx:
286         start: 61
287         end: "lastCompletedBuild"
288         skip:
289           - 66
290
291     plot-performance-trending-vpp-3n-skx:
292       csit-vpp-perf-mrr-daily-master-3n-skx:
293         start: 635
294         end: "lastCompletedBuild"
295         skip:
296           - 641
297           - 642
298           - 643
299           - 644
300           - 645
301           - 646
302           - 662
303           - 663
304           - 683
305           - 684
306           - 685
307           - 686
308           - 687
309           - 694
310           - 695
311           - 696
312           - 697
313           - 705
314           - 743
315           - 749
316           - 761
317           - 796
318
319     plot-performance-trending-dpdk-3n-skx:
320       csit-dpdk-perf-mrr-weekly-master-3n-skx:
321         start: 61
322         end: "lastCompletedBuild"
323         skip:
324           - 66
325
326     # 2n-skx
327     plot-performance-trending-all-2n-skx:
328       csit-vpp-perf-mrr-daily-master-2n-skx:
329         start: 647
330         end: "lastCompletedBuild"
331         skip:
332           - 653
333           - 654
334           - 655
335           - 656
336           - 657
337           - 658
338           - 675
339           - 676
340           - 693
341           - 694
342           - 695
343           - 696
344           - 697
345           - 698
346           - 699
347           - 700
348           - 701
349           - 702
350           - 768
351       csit-dpdk-perf-mrr-weekly-master-2n-skx:
352         start: 61
353         end: "lastCompletedBuild"
354         skip:
355           - 64
356           - 66
357
358     plot-performance-trending-vpp-2n-skx:
359       csit-vpp-perf-mrr-daily-master-2n-skx:
360         start: 647
361         end: "lastCompletedBuild"
362         skip:
363           - 653
364           - 654
365           - 655
366           - 656
367           - 657
368           - 658
369           - 675
370           - 676
371           - 693
372           - 694
373           - 695
374           - 696
375           - 697
376           - 698
377           - 699
378           - 700
379           - 701
380           - 702
381           - 768
382
383     plot-performance-trending-vpp-2n-clx:
384       csit-vpp-perf-mrr-daily-master-2n-clx:
385         start: 89
386         end: "lastCompletedBuild"
387         skip:
388           - 97
389
390     plot-performance-trending-dpdk-2n-skx:
391       csit-dpdk-perf-mrr-weekly-master-2n-skx:
392         start: 61
393         end: "lastCompletedBuild"
394         skip:
395           - 64
396           - 66
397
398     plot-performance-trending-vpp-nfv-2n-skx:
399       csit-vpp-perf-mrr-weekly-master-2n-skx:
400         start: 35
401         end: "lastCompletedBuild"
402         skip:
403           - 37
404
405     # 3n-tsh
406     plot-performance-trending-all-3n-tsh:
407       csit-vpp-perf-mrr-daily-master-3n-tsh:
408         start: 101
409         end: "lastCompletedBuild"
410         skip:
411           - 105
412
413     plot-performance-trending-vpp-3n-tsh:
414       csit-vpp-perf-mrr-daily-master-3n-tsh:
415         start: 101
416         end: "lastCompletedBuild"
417         skip:
418           - 105
419
420     plot-performance-trending-vpp-3n-dnv:
421       csit-vpp-perf-mrr-daily-master-3n-dnv:
422         start: 134
423         end: "lastCompletedBuild"
424         skip:
425           - 150
426           - 151
427           - 175
428           - 176
429           - 227
430           - 228
431           - 246
432           - 247
433           - 248
434
435     plot-performance-trending-vpp-2n-dnv:
436       csit-vpp-perf-mrr-daily-master-2n-dnv:
437         start: 133
438         end: "lastCompletedBuild"
439         skip:
440           - 145
441           - 149
442           - 150
443           - 228
444           - 249
445           - 250
446           - 251
447
448   plot-layouts:
449
450     plot-cpta:
451       title: ""
452       titlefont:
453         size: 16
454       autosize: True
455       showlegend: True
456       width: 1100
457       height: 800
458       yaxis:
459         showticklabels: True
460         tickformat: ".5s"
461         title: "Throughput [Mpps]"
462         hoverformat: ".5s"
463         gridcolor: "rgb(238, 238, 238)"
464         linecolor: "rgb(238, 238, 238)"
465         showline: True
466         zeroline: False
467         tickcolor: "rgb(238, 238, 238)"
468         linewidth: 1
469         showgrid: True
470       xaxis:
471         title: 'Date [MMDD]'
472         type: "date"
473         autorange: True
474         fixedrange: False
475         showgrid: True
476         gridcolor: "rgb(238, 238, 238)"
477         showline: True
478         linecolor: "rgb(238, 238, 238)"
479         zeroline: False
480         linewidth: 1
481         showticklabels: True
482         tickcolor: "rgb(238, 238, 238)"
483         tickmode: "auto"
484         tickformat: "%m%d"
485         rangeselector:
486           buttons:
487           - count: 14
488             label: "2w"
489             step: "day"
490             stepmode: "backward"
491           - count: 1
492             label: "1m"
493             step: "month"
494             stepmode: "backward"
495           - count: 2
496             label: "2m"
497             step: "month"
498             stepmode: "backward"
499           - count: 3
500             label: "3m"
501             step: "month"
502             stepmode: "backward"
503           - step: "all"
504       margin:
505         r: 20
506         b: 5
507         t: 5
508         l: 70
509       legend:
510         orientation: "h"
511         xanchor: "auto"
512         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
513         bordercolor: "rgb(238, 238, 238)"
514       paper_bgcolor: "#fff"
515       plot_bgcolor: "#fff"
516       hoverlabel:
517         namelength: -1
518
519 -
520   type: "static"
521   src-path: "{DIR[RST]}"
522   dst-path: "{DIR[WORKING,SRC]}"
523
524 -
525   type: "input"
526   general:
527     file-name: "output_info.xml.gz"
528     file-format: ".gz"
529     download-path: "{job}/{build}/archives/{filename}"
530     extract: "output.xml"
531     # Number of days from now to the past. Only files generated in this
532     # time period are used.
533     time-period: 90
534
535     zip-file-name: "robot-plugin.zip"
536     zip-file-format: ".zip"
537     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
538     zip-extract: "robot-plugin/output.xml"
539
540   builds:
541
542     # 3n-hsw
543     csit-vpp-perf-mrr-daily-master:
544       start: 894
545       end: "lastCompletedBuild"
546       skip:
547         - 899
548         - 900
549         - 901
550         - 902
551         - 903
552         - 904
553         - 921
554         - 922
555         - 935
556         - 936
557         - 937
558         - 938
559         - 939
560         - 940
561         - 941
562         - 953
563         - 987
564         - 1052
565     csit-dpdk-perf-mrr-weekly-master:
566       start: 96
567       end: "lastCompletedBuild"
568       skip:
569         - 101
570
571     # 3n-skx
572     csit-vpp-perf-mrr-daily-master-3n-skx:
573       start: 635
574       end: "lastCompletedBuild"
575       skip:
576         - 641
577         - 642
578         - 643
579         - 644
580         - 645
581         - 646
582         - 662
583         - 663
584         - 683
585         - 684
586         - 685
587         - 686
588         - 687
589         - 694
590         - 695
591         - 696
592         - 697
593         - 705
594         - 743
595         - 749
596         - 761
597         - 796
598     csit-dpdk-perf-mrr-weekly-master-3n-skx:
599       start: 61
600       end: "lastCompletedBuild"
601       skip:
602         - 66
603
604     # 2n-skx
605     csit-vpp-perf-mrr-daily-master-2n-skx:
606       start: 647
607       end: "lastCompletedBuild"
608       skip:
609         - 653
610         - 654
611         - 655
612         - 656
613         - 657
614         - 658
615         - 675
616         - 676
617         - 693
618         - 694
619         - 695
620         - 696
621         - 697
622         - 698
623         - 699
624         - 700
625         - 701
626         - 702
627         - 768
628     csit-vpp-perf-mrr-weekly-master-2n-skx:
629       start: 35
630       end: "lastCompletedBuild"
631       skip:
632         - 37
633     csit-dpdk-perf-mrr-weekly-master-2n-skx:
634       start: 61
635       end: "lastCompletedBuild"
636       skip:
637         - 64
638         - 66
639
640     csit-vpp-perf-mrr-daily-master-2n-clx:
641       start: 89
642       end: "lastCompletedBuild"
643       skip:
644         - 97
645
646     # 3n-tsh
647     csit-vpp-perf-mrr-daily-master-3n-tsh:
648       start: 101
649       end: "lastCompletedBuild"
650       skip:
651         - 105
652
653     # 3n-dnv
654     csit-vpp-perf-mrr-daily-master-3n-dnv:
655       start: 134
656       end: "lastCompletedBuild"
657       skip:
658         - 150
659         - 151
660         - 175
661         - 176
662         - 227
663         - 228
664         - 246
665         - 247
666         - 248
667
668     # 2n-dnv
669     csit-vpp-perf-mrr-daily-master-2n-dnv:
670       start: 133
671       end: "lastCompletedBuild"
672       skip:
673         - 145
674         - 149
675         - 150
676         - 228
677         - 249
678         - 250
679         - 251
680
681 -
682   type: "output"
683   output:
684     "CPTA"  # Continuous Performance Trending and Analysis
685   format:
686     html:
687     - full
688
689 ################################################################################
690 ###                               T A B L E S                                ###
691 ################################################################################
692
693 ################################################################################
694
695 # Compressed failed tests (last build)
696 -
697   type: "table"
698   title: "Last failed tests (last builds) 3n-hsw"
699   algorithm: "table_last_failed_tests"
700   output-file-ext: ".txt"
701   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
702   data: "table-last-failed-tests-3n-hsw"
703   filter: "'MRR'"
704   parameters:
705     - "name"
706     - "parent"
707     - "status"
708
709 -
710   type: "table"
711   title: "Last failed tests (last builds) 3n-skx"
712   algorithm: "table_last_failed_tests"
713   output-file-ext: ".txt"
714   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
715   data: "table-last-failed-tests-3n-skx"
716   filter: "'MRR'"
717   parameters:
718     - "name"
719     - "parent"
720     - "status"
721
722 -
723   type: "table"
724   title: "Last failed tests (last builds) 2n-skx"
725   algorithm: "table_last_failed_tests"
726   output-file-ext: ".txt"
727   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
728   data: "table-last-failed-tests-2n-skx"
729   filter: "'MRR'"
730   parameters:
731     - "name"
732     - "parent"
733     - "status"
734
735 -
736   type: "table"
737   title: "Last failed tests (last builds) 2n-clx"
738   algorithm: "table_last_failed_tests"
739   output-file-ext: ".txt"
740   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-clx"
741   data: "table-last-failed-tests-2n-clx"
742   filter: "'MRR'"
743   parameters:
744     - "name"
745     - "parent"
746     - "status"
747
748 -
749   type: "table"
750   title: "Last failed tests (last builds) 3n-tsh"
751   algorithm: "table_last_failed_tests"
752   output-file-ext: ".txt"
753   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
754   data: "table-last-failed-tests-3n-tsh"
755   filter: "'MRR'"
756   parameters:
757     - "name"
758     - "parent"
759     - "status"
760
761 -
762   type: "table"
763   title: "Last failed tests (last builds) 3n-dnv"
764   algorithm: "table_last_failed_tests"
765   output-file-ext: ".txt"
766   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
767   data: "table-last-failed-tests-3n-dnv"
768   filter: "'MRR'"
769   parameters:
770     - "name"
771     - "parent"
772     - "status"
773
774 -
775   type: "table"
776   title: "Last failed tests (last builds) 2n-dnv"
777   algorithm: "table_last_failed_tests"
778   output-file-ext: ".txt"
779   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
780   data: "table-last-failed-tests-2n-dnv"
781   filter: "'MRR'"
782   parameters:
783     - "name"
784     - "parent"
785     - "status"
786
787 # 3n-hsw
788 -
789   type: "table"
790   title: "Performance trending dashboard 1t1c-3n-hsw"
791   algorithm: "table_perf_trending_dash"
792   output-file-ext: ".csv"
793   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
794   data: "plot-performance-trending-all-3n-hsw"
795   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
796   parameters:
797   - "name"
798   - "parent"
799   - "result"
800   ignore-list:
801     # This test is "ndrdisc" test and was improperly tagged. It was fixed
802     # but it remains in the old output.xml files.
803   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
804   window: 14
805   long-trend-window: 180
806
807 -
808   type: "table"
809   title: "Performance trending dashboard 2t2c-3n-hsw"
810   algorithm: "table_perf_trending_dash"
811   output-file-ext: ".csv"
812   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
813   data: "plot-performance-trending-all-3n-hsw"
814   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
815   parameters:
816   - "name"
817   - "parent"
818   - "result"
819   ignore-list:
820     # This test is "ndrdisc" test and was improperly tagged. It was fixed
821     # but it remains in the old output.xml files.
822   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
823   window: 14
824   long-trend-window: 180
825
826 -
827   type: "table"
828   title: "Performance trending dashboard 4t4c-3n-hsw"
829   algorithm: "table_perf_trending_dash"
830   output-file-ext: ".csv"
831   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
832   data: "plot-performance-trending-all-3n-hsw"
833   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
834   parameters:
835   - "name"
836   - "parent"
837   - "result"
838   ignore-list:
839     # This test is "ndrdisc" test and was improperly tagged. It was fixed
840     # but it remains in the old output.xml files.
841   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
842   window: 14
843   long-trend-window: 180
844
845 -
846   type: "table"
847   title: "HTML performance trending dashboard 1t1c-3n-hsw"
848   algorithm: "table_perf_trending_dash_html"
849   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
850   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
851   testbed: "3n-hsw"
852
853 -
854   type: "table"
855   title: "HTML performance trending dashboard 2t2c-3n-hsw"
856   algorithm: "table_perf_trending_dash_html"
857   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
858   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
859   testbed: "3n-hsw"
860
861 -
862   type: "table"
863   title: "HTML performance trending dashboard 4t4c-3n-hsw"
864   algorithm: "table_perf_trending_dash_html"
865   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
866   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
867   testbed: "3n-hsw"
868
869 -
870   type: "table"
871   title: "Failed MRR tests 3n-hsw"
872   algorithm: "table_failed_tests"
873   output-file-ext: ".csv"
874   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
875   data: "plot-performance-trending-all-3n-hsw"
876   filter: "'MRR' and not 'NIC_Intel-XXV710'"
877   parameters:
878   - "name"
879   - "parent"
880   - "status"
881   ignore-list:
882     # This test is "ndrdisc" test and was improperly tagged. It was fixed
883     # but it remains in the old output.xml files.
884   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
885   window: 7  # days
886
887 -
888   type: "table"
889   title: "HTML Failed MRR tests 3n-hsw"
890   algorithm: "table_failed_tests_html"
891   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
892   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
893   testbed: "3n-hsw"
894
895 ################################################################################
896 # 3n-skx
897 -
898   type: "table"
899   title: "Performance trending dashboard 2t1c-3n-skx"
900   algorithm: "table_perf_trending_dash"
901   output-file-ext: ".csv"
902   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
903   data: "plot-performance-trending-all-3n-skx"
904   filter: "'MRR' and '2T1C'"
905   parameters:
906   - "name"
907   - "parent"
908   - "result"
909   ignore-list:
910     # This test is "ndrdisc" test and was improperly tagged. It was fixed
911     # but it remains in the old output.xml files.
912   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
913   window: 14
914   long-trend-window: 180
915
916 -
917   type: "table"
918   title: "Performance trending dashboard 4t2c-3n-skx"
919   algorithm: "table_perf_trending_dash"
920   output-file-ext: ".csv"
921   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
922   data: "plot-performance-trending-all-3n-skx"
923   filter: "'MRR' and '4T2C'"
924   parameters:
925   - "name"
926   - "parent"
927   - "result"
928   ignore-list:
929     # This test is "ndrdisc" test and was improperly tagged. It was fixed
930     # but it remains in the old output.xml files.
931   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
932   window: 14
933   long-trend-window: 180
934
935 -
936   type: "table"
937   title: "Performance trending dashboard 8t4c-3n-skx"
938   algorithm: "table_perf_trending_dash"
939   output-file-ext: ".csv"
940   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
941   data: "plot-performance-trending-all-3n-skx"
942   filter: "'MRR' and '8T4C'"
943   parameters:
944   - "name"
945   - "parent"
946   - "result"
947   ignore-list:
948     # This test is "ndrdisc" test and was improperly tagged. It was fixed
949     # but it remains in the old output.xml files.
950   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
951   window: 14
952   long-trend-window: 180
953
954 -
955   type: "table"
956   title: "HTML performance trending dashboard 2t1c-3n-skx"
957   algorithm: "table_perf_trending_dash_html"
958   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
959   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
960   testbed: "3n-skx"
961
962 -
963   type: "table"
964   title: "HTML performance trending dashboard 4t2c-3n-skx"
965   algorithm: "table_perf_trending_dash_html"
966   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
967   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
968   testbed: "3n-skx"
969
970 -
971   type: "table"
972   title: "HTML performance trending dashboard 8t4c-3n-skx"
973   algorithm: "table_perf_trending_dash_html"
974   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
975   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
976   testbed: "3n-skx"
977
978 -
979   type: "table"
980   title: "Failed MRR tests 3n-skx"
981   algorithm: "table_failed_tests"
982   output-file-ext: ".csv"
983   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
984   data: "plot-performance-trending-all-3n-skx"
985   filter: "'MRR'"
986   parameters:
987   - "name"
988   - "parent"
989   - "status"
990   ignore-list:
991     # This test is "ndrdisc" test and was improperly tagged. It was fixed
992     # but it remains in the old output.xml files.
993   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
994   window: 7  # days
995
996 -
997   type: "table"
998   title: "HTML Failed MRR tests 3n-skx"
999   algorithm: "table_failed_tests_html"
1000   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
1001   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
1002   testbed: "3n-skx"
1003
1004 ################################################################################
1005 # 2n-skx
1006 -
1007   type: "table"
1008   title: "Performance trending dashboard 2t1c-2n-skx"
1009   algorithm: "table_perf_trending_dash"
1010   output-file-ext: ".csv"
1011   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
1012   data: "plot-performance-trending-all-2n-skx"
1013   filter: "'MRR' and '2T1C'"
1014   parameters:
1015   - "name"
1016   - "parent"
1017   - "result"
1018   ignore-list:
1019     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1020     # but it remains in the old output.xml files.
1021   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1022   window: 14
1023   long-trend-window: 180
1024
1025 -
1026   type: "table"
1027   title: "Performance trending dashboard 4t2c-2n-skx"
1028   algorithm: "table_perf_trending_dash"
1029   output-file-ext: ".csv"
1030   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
1031   data: "plot-performance-trending-all-2n-skx"
1032   filter: "'MRR' and '4T2C'"
1033   parameters:
1034   - "name"
1035   - "parent"
1036   - "result"
1037   ignore-list:
1038     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1039     # but it remains in the old output.xml files.
1040   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1041   window: 14
1042   long-trend-window: 180
1043
1044 -
1045   type: "table"
1046   title: "Performance trending dashboard 8t4c-2n-skx"
1047   algorithm: "table_perf_trending_dash"
1048   output-file-ext: ".csv"
1049   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
1050   data: "plot-performance-trending-all-2n-skx"
1051   filter: "'MRR' and '8T4C'"
1052   parameters:
1053   - "name"
1054   - "parent"
1055   - "result"
1056   ignore-list:
1057     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1058     # but it remains in the old output.xml files.
1059   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1060   window: 14
1061   long-trend-window: 180
1062
1063 -
1064   type: "table"
1065   title: "HTML performance trending dashboard 2t1c-2n-skx"
1066   algorithm: "table_perf_trending_dash_html"
1067   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
1068   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
1069   testbed: "2n-skx"
1070
1071 -
1072   type: "table"
1073   title: "HTML performance trending dashboard 4t2c-2n-skx"
1074   algorithm: "table_perf_trending_dash_html"
1075   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
1076   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
1077   testbed: "2n-skx"
1078
1079 -
1080   type: "table"
1081   title: "HTML performance trending dashboard 8t4c-2n-skx"
1082   algorithm: "table_perf_trending_dash_html"
1083   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
1084   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
1085   testbed: "2n-skx"
1086
1087 -
1088   type: "table"
1089   title: "Failed MRR tests 2n-skx"
1090   algorithm: "table_failed_tests"
1091   output-file-ext: ".csv"
1092   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
1093   data: "plot-performance-trending-all-2n-skx"
1094   filter: "'MRR'"
1095   parameters:
1096   - "name"
1097   - "parent"
1098   - "status"
1099   ignore-list:
1100     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1101     # but it remains in the old output.xml files.
1102   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1103   window: 7  # days
1104
1105 -
1106   type: "table"
1107   title: "HTML Failed MRR tests 2n-skx"
1108   algorithm: "table_failed_tests_html"
1109   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
1110   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
1111   testbed: "2n-skx"
1112
1113 ################################################################################
1114 # 2n-clx
1115 -
1116   type: "table"
1117   title: "Performance trending dashboard 2t1c-2n-clx"
1118   algorithm: "table_perf_trending_dash"
1119   output-file-ext: ".csv"
1120   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx"
1121   data: "plot-performance-trending-vpp-2n-clx"
1122   filter: "'MRR' and '2T1C'"
1123   parameters:
1124   - "name"
1125   - "parent"
1126   - "result"
1127   window: 14
1128   long-trend-window: 180
1129
1130 -
1131   type: "table"
1132   title: "Performance trending dashboard 4t2c-2n-clx"
1133   algorithm: "table_perf_trending_dash"
1134   output-file-ext: ".csv"
1135   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx"
1136   data: "plot-performance-trending-vpp-2n-clx"
1137   filter: "'MRR' and '4T2C'"
1138   parameters:
1139   - "name"
1140   - "parent"
1141   - "result"
1142   window: 14
1143   long-trend-window: 180
1144
1145 -
1146   type: "table"
1147   title: "Performance trending dashboard 8t4c-2n-clx"
1148   algorithm: "table_perf_trending_dash"
1149   output-file-ext: ".csv"
1150   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx"
1151   data: "plot-performance-trending-vpp-2n-clx"
1152   filter: "'MRR' and '8T4C'"
1153   parameters:
1154   - "name"
1155   - "parent"
1156   - "result"
1157   window: 14
1158   long-trend-window: 180
1159
1160 -
1161   type: "table"
1162   title: "HTML performance trending dashboard 2t1c-2n-clx"
1163   algorithm: "table_perf_trending_dash_html"
1164   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv"
1165   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst"
1166   testbed: "2n-clx"
1167
1168 -
1169   type: "table"
1170   title: "HTML performance trending dashboard 4t2c-2n-clx"
1171   algorithm: "table_perf_trending_dash_html"
1172   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv"
1173   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst"
1174   testbed: "2n-clx"
1175
1176 -
1177   type: "table"
1178   title: "HTML performance trending dashboard 8t4c-2n-clx"
1179   algorithm: "table_perf_trending_dash_html"
1180   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv"
1181   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst"
1182   testbed: "2n-clx"
1183
1184 -
1185   type: "table"
1186   title: "Failed MRR tests 2n-clx"
1187   algorithm: "table_failed_tests"
1188   output-file-ext: ".csv"
1189   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx"
1190   data: "plot-performance-trending-vpp-2n-clx"
1191   filter: "'MRR'"
1192   parameters:
1193   - "name"
1194   - "parent"
1195   - "status"
1196   window: 7  # days
1197
1198 -
1199   type: "table"
1200   title: "HTML Failed MRR tests 2n-clx"
1201   algorithm: "table_failed_tests_html"
1202   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.csv"
1203   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.rst"
1204   testbed: "2n-clx"
1205
1206
1207 ################################################################################
1208 # 3n-tsh
1209 -
1210   type: "table"
1211   title: "Performance trending dashboard 1t1c-3n-tsh"
1212   algorithm: "table_perf_trending_dash"
1213   output-file-ext: ".csv"
1214   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
1215   data: "plot-performance-trending-all-3n-tsh"
1216   filter: "'MRR' and '1T1C'"
1217   parameters:
1218   - "name"
1219   - "parent"
1220   - "result"
1221   window: 14
1222   long-trend-window: 180
1223
1224 -
1225   type: "table"
1226   title: "Performance trending dashboard 2t2c-3n-tsh"
1227   algorithm: "table_perf_trending_dash"
1228   output-file-ext: ".csv"
1229   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
1230   data: "plot-performance-trending-all-3n-tsh"
1231   filter: "'MRR' and '2T2C'"
1232   parameters:
1233   - "name"
1234   - "parent"
1235   - "result"
1236   window: 14
1237   long-trend-window: 180
1238
1239 -
1240   type: "table"
1241   title: "Performance trending dashboard 4t4c-3n-tsh"
1242   algorithm: "table_perf_trending_dash"
1243   output-file-ext: ".csv"
1244   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
1245   data: "plot-performance-trending-all-3n-tsh"
1246   filter: "'MRR' and '4T4C'"
1247   parameters:
1248   - "name"
1249   - "parent"
1250   - "result"
1251   window: 14
1252   long-trend-window: 180
1253
1254 -
1255   type: "table"
1256   title: "HTML performance trending dashboard 1t1c-3n-tsh"
1257   algorithm: "table_perf_trending_dash_html"
1258   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
1259   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
1260   testbed: "3n-tsh"
1261
1262 -
1263   type: "table"
1264   title: "HTML performance trending dashboard 2t2c-3n-tsh"
1265   algorithm: "table_perf_trending_dash_html"
1266   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
1267   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
1268   testbed: "3n-tsh"
1269
1270 -
1271   type: "table"
1272   title: "HTML performance trending dashboard 4t4c-3n-tsh"
1273   algorithm: "table_perf_trending_dash_html"
1274   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
1275   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
1276   testbed: "3n-tsh"
1277
1278 -
1279   type: "table"
1280   title: "Failed MRR tests 3n-tsh"
1281   algorithm: "table_failed_tests"
1282   output-file-ext: ".csv"
1283   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
1284   data: "plot-performance-trending-all-3n-tsh"
1285   filter: "'MRR'"
1286   parameters:
1287   - "name"
1288   - "parent"
1289   - "status"
1290   window: 7  # days
1291
1292 -
1293   type: "table"
1294   title: "HTML Failed MRR tests 3n-tsh"
1295   algorithm: "table_failed_tests_html"
1296   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
1297   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
1298   testbed: "3n-tsh"
1299
1300 ################################################################################
1301 # 3n-dnv
1302 -
1303   type: "table"
1304   title: "Performance trending dashboard 1t1c-3n-dnv"
1305   algorithm: "table_perf_trending_dash"
1306   output-file-ext: ".csv"
1307   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
1308   data: "plot-performance-trending-vpp-3n-dnv"
1309   filter: "'MRR' and '1T1C'"
1310   parameters:
1311   - "name"
1312   - "parent"
1313   - "result"
1314   window: 14
1315   long-trend-window: 180
1316
1317 -
1318   type: "table"
1319   title: "Performance trending dashboard 2t2c-3n-dnv"
1320   algorithm: "table_perf_trending_dash"
1321   output-file-ext: ".csv"
1322   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
1323   data: "plot-performance-trending-vpp-3n-dnv"
1324   filter: "'MRR' and '2T2C'"
1325   parameters:
1326   - "name"
1327   - "parent"
1328   - "result"
1329   window: 14
1330   long-trend-window: 180
1331
1332 -
1333   type: "table"
1334   title: "Performance trending dashboard 4t4c-3n-dnv"
1335   algorithm: "table_perf_trending_dash"
1336   output-file-ext: ".csv"
1337   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
1338   data: "plot-performance-trending-vpp-3n-dnv"
1339   filter: "'MRR' and '4T4C'"
1340   parameters:
1341   - "name"
1342   - "parent"
1343   - "result"
1344   window: 14
1345   long-trend-window: 180
1346
1347 -
1348   type: "table"
1349   title: "HTML performance trending dashboard 1t1c-3n-dnv"
1350   algorithm: "table_perf_trending_dash_html"
1351   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
1352   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
1353   testbed: "3n-dnv"
1354
1355 -
1356   type: "table"
1357   title: "HTML performance trending dashboard 2t2c-3n-dnv"
1358   algorithm: "table_perf_trending_dash_html"
1359   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
1360   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
1361   testbed: "3n-dnv"
1362
1363 -
1364   type: "table"
1365   title: "HTML performance trending dashboard 4t4c-3n-dnv"
1366   algorithm: "table_perf_trending_dash_html"
1367   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
1368   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
1369   testbed: "3n-dnv"
1370
1371 -
1372   type: "table"
1373   title: "Failed MRR tests 3n-dnv"
1374   algorithm: "table_failed_tests"
1375   output-file-ext: ".csv"
1376   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
1377   data: "plot-performance-trending-vpp-3n-dnv"
1378   filter: "'MRR'"
1379   parameters:
1380   - "name"
1381   - "parent"
1382   - "status"
1383   window: 7  # days
1384
1385 -
1386   type: "table"
1387   title: "HTML Failed MRR tests 3n-dnv"
1388   algorithm: "table_failed_tests_html"
1389   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
1390   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
1391   testbed: "3n-dnv"
1392
1393 ################################################################################
1394 # 2n-dnv
1395 -
1396   type: "table"
1397   title: "Performance trending dashboard 1t1c-2n-dnv"
1398   algorithm: "table_perf_trending_dash"
1399   output-file-ext: ".csv"
1400   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
1401   data: "plot-performance-trending-vpp-2n-dnv"
1402   filter: "'MRR' and '1T1C'"
1403   parameters:
1404   - "name"
1405   - "parent"
1406   - "result"
1407   window: 14
1408   long-trend-window: 180
1409
1410 -
1411   type: "table"
1412   title: "Performance trending dashboard 2t2c-2n-dnv"
1413   algorithm: "table_perf_trending_dash"
1414   output-file-ext: ".csv"
1415   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
1416   data: "plot-performance-trending-vpp-2n-dnv"
1417   filter: "'MRR' and '2T2C'"
1418   parameters:
1419   - "name"
1420   - "parent"
1421   - "result"
1422   window: 14
1423   long-trend-window: 180
1424
1425 -
1426   type: "table"
1427   title: "Performance trending dashboard 4t4c-2n-dnv"
1428   algorithm: "table_perf_trending_dash"
1429   output-file-ext: ".csv"
1430   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
1431   data: "plot-performance-trending-vpp-2n-dnv"
1432   filter: "'MRR' and '4T4C'"
1433   parameters:
1434   - "name"
1435   - "parent"
1436   - "result"
1437   window: 14
1438   long-trend-window: 180
1439
1440 -
1441   type: "table"
1442   title: "HTML performance trending dashboard 1t1c-2n-dnv"
1443   algorithm: "table_perf_trending_dash_html"
1444   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
1445   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
1446   testbed: "2n-dnv"
1447
1448 -
1449   type: "table"
1450   title: "HTML performance trending dashboard 2t2c-2n-dnv"
1451   algorithm: "table_perf_trending_dash_html"
1452   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
1453   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
1454   testbed: "2n-dnv"
1455
1456 -
1457   type: "table"
1458   title: "HTML performance trending dashboard 4t4c-2n-dnv"
1459   algorithm: "table_perf_trending_dash_html"
1460   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
1461   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
1462   testbed: "2n-dnv"
1463
1464 -
1465   type: "table"
1466   title: "Failed MRR tests 2n-dnv"
1467   algorithm: "table_failed_tests"
1468   output-file-ext: ".csv"
1469   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
1470   data: "plot-performance-trending-vpp-2n-dnv"
1471   filter: "'MRR'"
1472   parameters:
1473   - "name"
1474   - "parent"
1475   - "status"
1476   window: 7  # days
1477
1478 -
1479   type: "table"
1480   title: "HTML Failed MRR tests 2n-dnv"
1481   algorithm: "table_failed_tests_html"
1482   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
1483   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
1484   testbed: "2n-dnv"
1485
1486 ################################################################################
1487 ###                                 C P T A                                  ###
1488 ################################################################################
1489
1490 # Plots VPP Continuous Performance Trending and Analysis
1491
1492 -
1493   type: "cpta"
1494   title: "Continuous Performance Trending and Analysis"
1495   output-file-type: ".html"
1496   output-file: "{DIR[STATIC,VPP]}"
1497
1498   plots:
1499
1500 ################################################################################
1501 # NFV
1502
1503     - title: "VPP 2T1C NF Service Density VNFc IMIX MRR Trending 2n-skx"
1504       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-i40e"
1505       data: "plot-performance-trending-vpp-nfv-2n-skx"
1506       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and not 'VXLAN'"
1507       groups:
1508         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1509         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1510         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1511         - ["6R1C", "6R2C", "6R4C"]
1512         - ["8R1C", "8R2C"]
1513         - ["10R1C", "10R2C"]
1514       group-names:
1515         - "1 Chain"
1516         - "2 Chains"
1517         - "4 Chains"
1518         - "6 Chains"
1519         - "8 Chains"
1520         - "10 Chains"
1521       parameters:
1522         - "result"
1523         - "tags"
1524       layout: "plot-cpta"
1525
1526     - title: "VPP 4T2C NF Service Density VNFc IMIX MRR Trending 2n-skx"
1527       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-i40e"
1528       data: "plot-performance-trending-vpp-nfv-2n-skx"
1529       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and not 'VXLAN'"
1530       groups:
1531         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1532         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1533         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1534         - ["6R1C", "6R2C", "6R4C"]
1535         - ["8R1C", "8R2C"]
1536         - ["10R1C", "10R2C"]
1537       group-names:
1538         - "1 Chain"
1539         - "2 Chains"
1540         - "4 Chains"
1541         - "6 Chains"
1542         - "8 Chains"
1543         - "10 Chains"
1544       parameters:
1545         - "result"
1546         - "tags"
1547       layout: "plot-cpta"
1548
1549     - title: "VPP 8T4C NF Service Density VNFc IMIX MRR Trending 2n-skx"
1550       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-i40e"
1551       data: "plot-performance-trending-vpp-nfv-2n-skx"
1552       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and not 'VXLAN'"
1553       groups:
1554         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1555         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1556         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1557         - ["6R1C", "6R2C", "6R4C"]
1558         - ["8R1C", "8R2C"]
1559         - ["10R1C", "10R2C"]
1560       group-names:
1561         - "1 Chain"
1562         - "2 Chains"
1563         - "4 Chains"
1564         - "6 Chains"
1565         - "8 Chains"
1566         - "10 Chains"
1567       parameters:
1568         - "result"
1569         - "tags"
1570       layout: "plot-cpta"
1571
1572     - title: "VPP 2T1C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
1573       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-vxlan-i40e"
1574       data: "plot-performance-trending-vpp-nfv-2n-skx"
1575       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and 'VXLAN'"
1576       groups:
1577         - ["1R1C", ]
1578         - ["2R1C", ]
1579         - ["4R1C", ]
1580         - ["6R1C", ]
1581         - ["8R1C", ]
1582         - ["10R1C", ]
1583       group-names:
1584         - "1 Chain"
1585         - "2 Chains"
1586         - "4 Chains"
1587         - "6 Chains"
1588         - "8 Chains"
1589         - "10 Chains"
1590       parameters:
1591         - "result"
1592         - "tags"
1593       layout: "plot-cpta"
1594
1595     - title: "VPP 4T2C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
1596       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-vxlan-i40e"
1597       data: "plot-performance-trending-vpp-nfv-2n-skx"
1598       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and 'VXLAN'"
1599       groups:
1600         - ["1R1C", ]
1601         - ["2R1C", ]
1602         - ["4R1C", ]
1603         - ["6R1C", ]
1604         - ["8R1C", ]
1605         - ["10R1C", ]
1606       group-names:
1607         - "1 Chain"
1608         - "2 Chains"
1609         - "4 Chains"
1610         - "6 Chains"
1611         - "8 Chains"
1612         - "10 Chains"
1613       parameters:
1614         - "result"
1615         - "tags"
1616       layout: "plot-cpta"
1617
1618     - title: "VPP 8T4C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
1619       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-vxlan-i40e"
1620       data: "plot-performance-trending-vpp-nfv-2n-skx"
1621       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and 'VXLAN'"
1622       groups:
1623         - ["1R1C", ]
1624         - ["2R1C", ]
1625         - ["4R1C", ]
1626         - ["6R1C", ]
1627         - ["8R1C", ]
1628         - ["10R1C", ]
1629       group-names:
1630         - "1 Chain"
1631         - "2 Chains"
1632         - "4 Chains"
1633         - "6 Chains"
1634         - "8 Chains"
1635         - "10 Chains"
1636       parameters:
1637         - "result"
1638         - "tags"
1639       layout: "plot-cpta"
1640
1641     - title: "VPP 2T1C NF Service Density CNFc IMIX MRR Trending 2n-skx"
1642       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-i40e"
1643       data: "plot-performance-trending-vpp-nfv-2n-skx"
1644       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
1645       groups:
1646         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1647         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1648         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1649         - ["6R1C", "6R2C", "6R4C"]
1650         - ["8R1C", "8R2C"]
1651         - ["10R1C", "10R2C"]
1652       group-names:
1653         - "1 Chain"
1654         - "2 Chains"
1655         - "4 Chains"
1656         - "6 Chains"
1657         - "8 Chains"
1658         - "10 Chains"
1659       parameters:
1660         - "result"
1661         - "tags"
1662       layout: "plot-cpta"
1663
1664     - title: "VPP 4T2C NF Service Density CNFc IMIX MRR Trending 2n-skx"
1665       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-i40e"
1666       data: "plot-performance-trending-vpp-nfv-2n-skx"
1667       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
1668       groups:
1669         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1670         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1671         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1672         - ["6R1C", "6R2C", "6R4C"]
1673         - ["8R1C", "8R2C"]
1674         - ["10R1C", "10R2C"]
1675       group-names:
1676         - "1 Chain"
1677         - "2 Chains"
1678         - "4 Chains"
1679         - "6 Chains"
1680         - "8 Chains"
1681         - "10 Chains"
1682       parameters:
1683         - "result"
1684         - "tags"
1685       layout: "plot-cpta"
1686
1687     - title: "VPP 8T4C NF Service Density CNFc IMIX MRR Trending 2n-skx"
1688       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-i40e"
1689       data: "plot-performance-trending-vpp-nfv-2n-skx"
1690       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
1691       groups:
1692         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1693         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1694         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1695         - ["6R1C", "6R2C", "6R4C"]
1696         - ["8R1C", "8R2C"]
1697         - ["10R1C", "10R2C"]
1698       group-names:
1699         - "1 Chain"
1700         - "2 Chains"
1701         - "4 Chains"
1702         - "6 Chains"
1703         - "8 Chains"
1704         - "10 Chains"
1705       parameters:
1706         - "result"
1707         - "tags"
1708       layout: "plot-cpta"
1709
1710     - title: "VPP 2T1C NF Service Density CNFp IMIX MRR Trending 2n-skx"
1711       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-i40e"
1712       data: "plot-performance-trending-vpp-nfv-2n-skx"
1713       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
1714       groups:
1715         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1716         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1717         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1718         - ["6R1C", "6R2C", "6R4C"]
1719         - ["8R1C", "8R2C"]
1720         - ["10R1C", "10R2C"]
1721       group-names:
1722         - "1 Pipe"
1723         - "2 Pipes"
1724         - "4 Pipes"
1725         - "6 Pipes"
1726         - "8 Pipes"
1727         - "10 Pipes"
1728       parameters:
1729         - "result"
1730         - "tags"
1731       layout: "plot-cpta"
1732
1733     - title: "VPP 4T2C NF Service Density CNFp IMIX MRR Trending 2n-skx"
1734       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-i40e"
1735       data: "plot-performance-trending-vpp-nfv-2n-skx"
1736       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
1737       groups:
1738         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1739         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1740         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1741         - ["6R1C", "6R2C", "6R4C"]
1742         - ["8R1C", "8R2C"]
1743         - ["10R1C", "10R2C"]
1744       group-names:
1745         - "1 Pipe"
1746         - "2 Pipes"
1747         - "4 Pipes"
1748         - "6 Pipes"
1749         - "8 Pipes"
1750         - "10 Pipes"
1751       parameters:
1752       - "result"
1753       - "tags"
1754       layout: "plot-cpta"
1755
1756     - title: "VPP 8T4C NF Service Density CNFp IMIX MRR Trending 2n-skx"
1757       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-i40e"
1758       data: "plot-performance-trending-vpp-nfv-2n-skx"
1759       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
1760       groups:
1761         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1762         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
1763         - ["4R1C", "4R2C", "4R4C", "4R6C"]
1764         - ["6R1C", "6R2C", "6R4C"]
1765         - ["8R1C", "8R2C"]
1766         - ["10R1C", "10R2C"]
1767       group-names:
1768         - "1 Pipe"
1769         - "2 Pipes"
1770         - "4 Pipes"
1771         - "6 Pipes"
1772         - "8 Pipes"
1773         - "10 Pipes"
1774       parameters:
1775         - "result"
1776         - "tags"
1777       layout: "plot-cpta"
1778
1779 ################################################################################
1780
1781     - title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e"
1782       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-i40e"
1783       data: "plot-performance-trending-vpp-2n-clx"
1784       include:
1785         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1786         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1787         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1788         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1789       parameters:
1790         - "result"
1791       layout: "plot-cpta"
1792
1793     - title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e"
1794       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-i40e"
1795       data: "plot-performance-trending-vpp-2n-clx"
1796       include:
1797         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1798         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1799         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1800         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1801       parameters:
1802         - "result"
1803       layout: "plot-cpta"
1804
1805     - title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e"
1806       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-i40e"
1807       data: "plot-performance-trending-vpp-2n-clx"
1808       include:
1809         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1810         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1811         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1812         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1813       parameters:
1814         - "result"
1815       layout: "plot-cpta"
1816
1817     - title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
1818       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
1819       data: "plot-performance-trending-vpp-2n-skx"
1820       include:
1821         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1822         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1823         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1824         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1825       parameters:
1826         - "result"
1827       layout: "plot-cpta"
1828
1829     - title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e"
1830       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-i40e"
1831       data: "plot-performance-trending-vpp-2n-skx"
1832       include:
1833         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1834         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1835         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1836         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1837       parameters:
1838         - "result"
1839       layout: "plot-cpta"
1840
1841     - title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e"
1842       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-i40e"
1843       data: "plot-performance-trending-vpp-2n-skx"
1844       include:
1845         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1846         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1847         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1848         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1849       parameters:
1850         - "result"
1851       layout: "plot-cpta"
1852
1853     - title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e"
1854       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-i40e"
1855       data: "plot-performance-trending-vpp-3n-skx"
1856       include:
1857         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1858         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1859         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1860         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1861         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1862       parameters:
1863         - "result"
1864       layout: "plot-cpta"
1865
1866     - title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e"
1867       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-i40e"
1868       data: "plot-performance-trending-vpp-3n-skx"
1869       include:
1870         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1871         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1872         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1873         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1874         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1875       parameters:
1876         - "result"
1877       layout: "plot-cpta"
1878
1879     - title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e"
1880       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-i40e"
1881       data: "plot-performance-trending-vpp-3n-skx"
1882       include:
1883         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1884         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1885         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1886         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1887         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1888       parameters:
1889         - "result"
1890       layout: "plot-cpta"
1891
1892     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-i40e"
1893       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-i40e"
1894       data: "plot-performance-trending-vpp-3n-tsh"
1895       include:
1896         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1897         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1898         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1899         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1900         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1901       parameters:
1902         - "result"
1903       layout: "plot-cpta"
1904
1905     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-i40e"
1906       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-i40e"
1907       data: "plot-performance-trending-vpp-3n-tsh"
1908       include:
1909         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1910         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1911         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1912         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1913         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1914       parameters:
1915         - "result"
1916       layout: "plot-cpta"
1917
1918     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-i40e"
1919       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-i40e"
1920       data: "plot-performance-trending-vpp-3n-tsh"
1921       include:
1922         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1923         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1924         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1925         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1926         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1927       parameters:
1928         - "result"
1929       layout: "plot-cpta"
1930
1931     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e"
1932       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-i40e"
1933       data: "plot-performance-trending-vpp-2n-clx"
1934       include:
1935         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
1936         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
1937         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
1938         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
1939         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
1940       parameters:
1941         - "result"
1942       layout: "plot-cpta"
1943
1944     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e"
1945       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-i40e"
1946       data: "plot-performance-trending-vpp-2n-clx"
1947       include:
1948         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
1949         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
1950         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
1951         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
1952         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
1953       parameters:
1954         - "result"
1955       layout: "plot-cpta"
1956
1957     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e"
1958       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-i40e"
1959       data: "plot-performance-trending-vpp-2n-clx"
1960       include:
1961         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
1962         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
1963         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
1964         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
1965         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
1966       parameters:
1967         - "result"
1968       layout: "plot-cpta"
1969
1970     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
1971       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-scale-avf"
1972       data: "plot-performance-trending-vpp-2n-clx"
1973       include:
1974         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
1975         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
1976         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
1977         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
1978       parameters:
1979         - "result"
1980       layout: "plot-cpta"
1981
1982     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
1983       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-scale-avf"
1984       data: "plot-performance-trending-vpp-2n-clx"
1985       include:
1986         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
1987         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
1988         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
1989         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
1990       parameters:
1991         - "result"
1992       layout: "plot-cpta"
1993
1994     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
1995       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-scale-avf"
1996       data: "plot-performance-trending-vpp-2n-clx"
1997       include:
1998         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
1999         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2000         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2001         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2002       parameters:
2003         - "result"
2004       layout: "plot-cpta"
2005
2006     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e"
2007       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-scale-i40e"
2008       data: "plot-performance-trending-vpp-2n-clx"
2009       include:
2010         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2011         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2012         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2013         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2014         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2015       parameters:
2016         - "result"
2017       layout: "plot-cpta"
2018
2019     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e"
2020       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-scale-i40e"
2021       data: "plot-performance-trending-vpp-2n-clx"
2022       include:
2023         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2024         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2025         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2026         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2027         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2028       parameters:
2029         - "result"
2030       layout: "plot-cpta"
2031
2032     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e"
2033       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-scale-i40e"
2034       data: "plot-performance-trending-vpp-2n-clx"
2035       include:
2036         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2037         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2038         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2039         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2040         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2041       parameters:
2042         - "result"
2043       layout: "plot-cpta"
2044
2045     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e"
2046       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-i40e"
2047       data: "plot-performance-trending-vpp-2n-clx"
2048       include:
2049         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2050         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2051         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2052         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2053         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2054         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2055       parameters:
2056         - "result"
2057       layout: "plot-cpta"
2058
2059     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e"
2060       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-i40e"
2061       data: "plot-performance-trending-vpp-2n-clx"
2062       include:
2063         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2064         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2065         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2066         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2067         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2068         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2069       parameters:
2070         - "result"
2071       layout: "plot-cpta"
2072
2073     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e"
2074       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-i40e"
2075       data: "plot-performance-trending-vpp-2n-clx"
2076       include:
2077         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2078         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2079         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2080         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2081         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2082         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2083       parameters:
2084         - "result"
2085       layout: "plot-cpta"
2086
2087     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2088       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
2089       data: "plot-performance-trending-vpp-2n-dnv"
2090       include:
2091         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2092         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2093         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2094         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2095         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2096       parameters:
2097         - "result"
2098       layout: "plot-cpta"
2099
2100     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2101       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
2102       data: "plot-performance-trending-vpp-2n-dnv"
2103       include:
2104         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2105         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2106         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2107         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2108         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2109       parameters:
2110         - "result"
2111       layout: "plot-cpta"
2112
2113     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2114       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
2115       data: "plot-performance-trending-vpp-2n-dnv"
2116       include:
2117         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2118         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2119         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2120         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2121         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2122       parameters:
2123         - "result"
2124       layout: "plot-cpta"
2125
2126     - title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2127       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2128       data: "plot-performance-trending-vpp-2n-dnv"
2129       include:
2130         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2131         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2132         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2133         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2134         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2135         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2136       parameters:
2137         - "result"
2138       layout: "plot-cpta"
2139
2140     - title: "2n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2141       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2142       data: "plot-performance-trending-vpp-2n-dnv"
2143       include:
2144         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2145         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2146         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2147         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2148         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2149         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2150       parameters:
2151         - "result"
2152       layout: "plot-cpta"
2153
2154     - title: "2n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2155       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2156       data: "plot-performance-trending-vpp-2n-dnv"
2157       include:
2158         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2159         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2160         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2161         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2162         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2163         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2164       parameters:
2165         - "result"
2166       layout: "plot-cpta"
2167
2168     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e"
2169       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-i40e"
2170       data: "plot-performance-trending-vpp-2n-skx"
2171       include:
2172         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2173         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2174         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2175         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2176         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2177       parameters:
2178         - "result"
2179       layout: "plot-cpta"
2180
2181     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e"
2182       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-i40e"
2183       data: "plot-performance-trending-vpp-2n-skx"
2184       include:
2185         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2186         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2187         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2188         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2189         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2190       parameters:
2191         - "result"
2192       layout: "plot-cpta"
2193
2194     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e"
2195       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-i40e"
2196       data: "plot-performance-trending-vpp-2n-skx"
2197       include:
2198         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2199         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2200         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2201         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2202         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2203       parameters:
2204         - "result"
2205       layout: "plot-cpta"
2206
2207     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2208       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2209       data: "plot-performance-trending-vpp-2n-skx"
2210       include:
2211         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2212         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2213         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2214         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2215       parameters:
2216         - "result"
2217       layout: "plot-cpta"
2218
2219     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2220       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2221       data: "plot-performance-trending-vpp-2n-skx"
2222       include:
2223         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2224         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2225         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2226         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2227       parameters:
2228         - "result"
2229       layout: "plot-cpta"
2230
2231     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2232       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2233       data: "plot-performance-trending-vpp-2n-skx"
2234       include:
2235         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2236         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2237         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2238         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2239       parameters:
2240         - "result"
2241       layout: "plot-cpta"
2242
2243     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e"
2244       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-i40e"
2245       data: "plot-performance-trending-vpp-2n-skx"
2246       include:
2247         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2248         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2249         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2250         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2251         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2252       parameters:
2253         - "result"
2254       layout: "plot-cpta"
2255
2256     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e"
2257       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-i40e"
2258       data: "plot-performance-trending-vpp-2n-skx"
2259       include:
2260         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2261         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2262         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2263         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2264         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2265       parameters:
2266         - "result"
2267       layout: "plot-cpta"
2268
2269     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e"
2270       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-i40e"
2271       data: "plot-performance-trending-vpp-2n-skx"
2272       include:
2273         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2274         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2275         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2276         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2277         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2278       parameters:
2279         - "result"
2280       layout: "plot-cpta"
2281
2282     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e"
2283       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-i40e"
2284       data: "plot-performance-trending-vpp-2n-skx"
2285       include:
2286         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2287         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2288         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2289         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2290         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2291         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2292       parameters:
2293         - "result"
2294       layout: "plot-cpta"
2295
2296     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e"
2297       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-i40e"
2298       data: "plot-performance-trending-vpp-2n-skx"
2299       include:
2300         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2301         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2302         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2303         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2304         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2305         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2306       parameters:
2307         - "result"
2308       layout: "plot-cpta"
2309
2310     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e"
2311       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-i40e"
2312       data: "plot-performance-trending-vpp-2n-skx"
2313       include:
2314         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2315         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2316         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2317         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2318         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2319         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2320       parameters:
2321         - "result"
2322       layout: "plot-cpta"
2323
2324     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2325       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
2326       data: "plot-performance-trending-vpp-3n-dnv"
2327       include:
2328         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2329         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2330         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2331         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2332         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2333       parameters:
2334         - "result"
2335       layout: "plot-cpta"
2336
2337     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2338       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
2339       data: "plot-performance-trending-vpp-3n-dnv"
2340       include:
2341         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2342         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2343         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2344         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2345         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2346       parameters:
2347         - "result"
2348       layout: "plot-cpta"
2349
2350     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2351       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
2352       data: "plot-performance-trending-vpp-3n-dnv"
2353       include:
2354         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2355         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2356         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2357         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2358         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2359       parameters:
2360         - "result"
2361       layout: "plot-cpta"
2362
2363     - title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2364       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2365       data: "plot-performance-trending-vpp-3n-dnv"
2366       include:
2367         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2368         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2369         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2370         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2371         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2372         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2373       parameters:
2374         - "result"
2375       layout: "plot-cpta"
2376
2377     - title: "3n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2378       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2379       data: "plot-performance-trending-vpp-3n-dnv"
2380       include:
2381         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2382         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2383         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2384         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2385         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2386         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2387       parameters:
2388         - "result"
2389       layout: "plot-cpta"
2390
2391     - title: "3n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2392       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2393       data: "plot-performance-trending-vpp-3n-dnv"
2394       include:
2395         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2396         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2397         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2398         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2399         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2400         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2401       parameters:
2402         - "result"
2403       layout: "plot-cpta"
2404
2405     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e"
2406       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-i40e"
2407       data: "plot-performance-trending-vpp-3n-hsw"
2408       include:
2409         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2410         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2411         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2412         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2413         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2414       parameters:
2415         - "result"
2416       layout: "plot-cpta"
2417
2418     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e"
2419       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-i40e"
2420       data: "plot-performance-trending-vpp-3n-hsw"
2421       include:
2422         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2423         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2424         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2425         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2426         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2427       parameters:
2428         - "result"
2429       layout: "plot-cpta"
2430
2431     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e"
2432       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-i40e"
2433       data: "plot-performance-trending-vpp-3n-hsw"
2434       include:
2435         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2436         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2437         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2438         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2439         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2440       parameters:
2441         - "result"
2442       layout: "plot-cpta"
2443
2444     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e"
2445       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf-i40e"
2446       data: "plot-performance-trending-vpp-3n-skx"
2447       include:
2448         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-mrr.64B-2t1c-avf-eth-ip4base-mrr"
2449         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2450         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2451         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2452         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2453       parameters:
2454         - "result"
2455       layout: "plot-cpta"
2456
2457     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e"
2458       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf-i40e"
2459       data: "plot-performance-trending-vpp-3n-skx"
2460       include:
2461         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-mrr.64B-4t2c-avf-eth-ip4base-mrr"
2462         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2463         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2464         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2465         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2466       parameters:
2467         - "result"
2468       layout: "plot-cpta"
2469
2470     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e"
2471       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf-i40e"
2472       data: "plot-performance-trending-vpp-3n-skx"
2473       include:
2474         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-mrr.64B-8t4c-avf-eth-ip4base-mrr"
2475         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2476         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2477         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2478         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2479       parameters:
2480         - "result"
2481       layout: "plot-cpta"
2482
2483     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2484       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2485       data: "plot-performance-trending-vpp-3n-skx"
2486       include:
2487         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-mrr.64B-2t1c-avf-eth-ip4base-mrr"
2488         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2489         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2490         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2491       parameters:
2492         - "result"
2493       layout: "plot-cpta"
2494
2495     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2496       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2497       data: "plot-performance-trending-vpp-3n-skx"
2498       include:
2499         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-mrr.64B-4t2c-avf-eth-ip4base-mrr"
2500         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2501         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2502         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2503       parameters:
2504         - "result"
2505       layout: "plot-cpta"
2506
2507     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2508       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2509       data: "plot-performance-trending-vpp-3n-skx"
2510       include:
2511         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-mrr.64B-8t4c-avf-eth-ip4base-mrr"
2512         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2513         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2514         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2515       parameters:
2516         - "result"
2517       layout: "plot-cpta"
2518
2519     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e"
2520       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-i40e"
2521       data: "plot-performance-trending-vpp-3n-skx"
2522       include:
2523         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2524         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2525         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2526         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2527         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2528       parameters:
2529         - "result"
2530       layout: "plot-cpta"
2531
2532     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e"
2533       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-i40e"
2534       data: "plot-performance-trending-vpp-3n-skx"
2535       include:
2536         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2537         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2538         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2539         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2540         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2541       parameters:
2542         - "result"
2543       layout: "plot-cpta"
2544
2545     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e"
2546       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-i40e"
2547       data: "plot-performance-trending-vpp-3n-skx"
2548       include:
2549         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2550         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2551         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2552         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2553         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2554       parameters:
2555         - "result"
2556       layout: "plot-cpta"
2557
2558     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e"
2559       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-i40e"
2560       data: "plot-performance-trending-vpp-3n-skx"
2561       include:
2562         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2563         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2564         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2565         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2566         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2567         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2568       parameters:
2569         - "result"
2570       layout: "plot-cpta"
2571
2572     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e"
2573       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-i40e"
2574       data: "plot-performance-trending-vpp-3n-skx"
2575       include:
2576         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2577         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2578         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2579         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2580         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2581         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2582       parameters:
2583         - "result"
2584       layout: "plot-cpta"
2585
2586     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e"
2587       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-i40e"
2588       data: "plot-performance-trending-vpp-3n-skx"
2589       include:
2590         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2591         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2592         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2593         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2594         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2595         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2596       parameters:
2597         - "result"
2598       layout: "plot-cpta"
2599
2600     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
2601       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
2602       data: "plot-performance-trending-vpp-3n-tsh"
2603       include:
2604         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2605         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2606         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2607         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2608         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2609       parameters:
2610         - "result"
2611       layout: "plot-cpta"
2612
2613     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
2614       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
2615       data: "plot-performance-trending-vpp-3n-tsh"
2616       include:
2617         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2618         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2619         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2620         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2621         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2622       parameters:
2623         - "result"
2624       layout: "plot-cpta"
2625
2626     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
2627       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
2628       data: "plot-performance-trending-vpp-3n-tsh"
2629       include:
2630         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2631         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2632         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2633         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2634         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2635       parameters:
2636         - "result"
2637       layout: "plot-cpta"
2638
2639     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
2640       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
2641       data: "plot-performance-trending-vpp-3n-dnv"
2642       include:
2643         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2644         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2645         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2646         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2647       parameters:
2648         - "result"
2649       layout: "plot-cpta"
2650
2651     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
2652       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
2653       data: "plot-performance-trending-vpp-3n-dnv"
2654       include:
2655         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2656         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2657         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2658         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2659       parameters:
2660         - "result"
2661       layout: "plot-cpta"
2662
2663     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
2664       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
2665       data: "plot-performance-trending-vpp-3n-dnv"
2666       include:
2667         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2668         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2669         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2670         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2671       parameters:
2672         - "result"
2673       layout: "plot-cpta"
2674
2675     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
2676       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-tunnels-base-i40e"
2677       data: "plot-performance-trending-vpp-3n-hsw"
2678       include:
2679         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2680         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2681       parameters:
2682         - "result"
2683       layout: "plot-cpta"
2684
2685     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
2686       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-tunnels-base-i40e"
2687       data: "plot-performance-trending-vpp-3n-hsw"
2688       include:
2689         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2690         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2691       parameters:
2692         - "result"
2693       layout: "plot-cpta"
2694
2695     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
2696       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-i40e"
2697       data: "plot-performance-trending-vpp-3n-hsw"
2698       include:
2699         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2700         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2701       parameters:
2702         - "result"
2703       layout: "plot-cpta"
2704
2705     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e"
2706       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-i40e"
2707       data: "plot-performance-trending-vpp-3n-skx"
2708       include:
2709         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
2710         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2711         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2712         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2713       parameters:
2714         - "result"
2715       layout: "plot-cpta"
2716
2717     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e"
2718       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-i40e"
2719       data: "plot-performance-trending-vpp-3n-skx"
2720       include:
2721         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
2722         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2723         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2724         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2725       parameters:
2726         - "result"
2727       layout: "plot-cpta"
2728
2729     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e"
2730       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-i40e"
2731       data: "plot-performance-trending-vpp-3n-skx"
2732       include:
2733         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
2734         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2735         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2736         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2737       parameters:
2738         - "result"
2739       layout: "plot-cpta"
2740
2741     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
2742       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-i40e"
2743       data: "plot-performance-trending-vpp-3n-tsh"
2744       include:
2745         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2746         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2747         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2748         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2749       parameters:
2750         - "result"
2751       layout: "plot-cpta"
2752
2753     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
2754       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-i40e"
2755       data: "plot-performance-trending-vpp-3n-tsh"
2756       include:
2757         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2758         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2759         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2760         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2761       parameters:
2762         - "result"
2763       layout: "plot-cpta"
2764
2765     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
2766       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-i40e"
2767       data: "plot-performance-trending-vpp-3n-tsh"
2768       include:
2769         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2770         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2771         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2772         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2773       parameters:
2774         - "result"
2775       layout: "plot-cpta"
2776
2777     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e"
2778       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-i40e"
2779       data: "plot-performance-trending-vpp-2n-clx"
2780       include:
2781         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2782         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2783         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2784       parameters:
2785         - "result"
2786       layout: "plot-cpta"
2787
2788     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e"
2789       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-i40e"
2790       data: "plot-performance-trending-vpp-2n-clx"
2791       include:
2792         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2793         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2794         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2795       parameters:
2796         - "result"
2797       layout: "plot-cpta"
2798
2799     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e"
2800       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-i40e"
2801       data: "plot-performance-trending-vpp-2n-clx"
2802       include:
2803         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2804         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2805         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2806       parameters:
2807         - "result"
2808       layout: "plot-cpta"
2809
2810     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e"
2811       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-i40e"
2812       data: "plot-performance-trending-vpp-2n-clx"
2813       include:
2814         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2815         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2816         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
2817         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
2818         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2819       parameters:
2820         - "result"
2821       layout: "plot-cpta"
2822
2823     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e"
2824       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-i40e"
2825       data: "plot-performance-trending-vpp-2n-clx"
2826       include:
2827         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2828         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2829         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
2830         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
2831         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2832       parameters:
2833         - "result"
2834       layout: "plot-cpta"
2835
2836     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e"
2837       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-i40e"
2838       data: "plot-performance-trending-vpp-2n-clx"
2839       include:
2840         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2841         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2842         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
2843         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
2844         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2845       parameters:
2846         - "result"
2847       layout: "plot-cpta"
2848
2849     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
2850       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
2851       data: "plot-performance-trending-vpp-2n-dnv"
2852       include:
2853         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
2854         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
2855         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
2856         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
2857         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
2858       parameters:
2859         - "result"
2860       layout: "plot-cpta"
2861
2862     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
2863       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
2864       data: "plot-performance-trending-vpp-2n-dnv"
2865       include:
2866         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
2867         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
2868         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
2869         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
2870         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
2871       parameters:
2872         - "result"
2873       layout: "plot-cpta"
2874
2875     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
2876       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
2877       data: "plot-performance-trending-vpp-2n-dnv"
2878       include:
2879         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
2880         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
2881         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
2882         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
2883         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
2884       parameters:
2885         - "result"
2886       layout: "plot-cpta"
2887
2888     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e"
2889       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-i40e"
2890       data: "plot-performance-trending-vpp-2n-skx"
2891       include:
2892         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2893         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2894         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2895       parameters:
2896         - "result"
2897       layout: "plot-cpta"
2898
2899     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e"
2900       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-i40e"
2901       data: "plot-performance-trending-vpp-2n-skx"
2902       include:
2903         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2904         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2905         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2906       parameters:
2907         - "result"
2908       layout: "plot-cpta"
2909
2910     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e"
2911       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-i40e"
2912       data: "plot-performance-trending-vpp-2n-skx"
2913       include:
2914         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2915         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2916         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2917       parameters:
2918         - "result"
2919       layout: "plot-cpta"
2920
2921     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e"
2922       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-i40e"
2923       data: "plot-performance-trending-vpp-2n-skx"
2924       include:
2925         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2926         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2927         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
2928         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
2929         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2930       parameters:
2931         - "result"
2932       layout: "plot-cpta"
2933
2934     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e"
2935       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-i40e"
2936       data: "plot-performance-trending-vpp-2n-skx"
2937       include:
2938         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2939         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2940         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
2941         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
2942         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2943       parameters:
2944         - "result"
2945       layout: "plot-cpta"
2946
2947     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e"
2948       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-i40e"
2949       data: "plot-performance-trending-vpp-2n-skx"
2950       include:
2951         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2952         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2953         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
2954         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
2955         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2956       parameters:
2957         - "result"
2958       layout: "plot-cpta"
2959
2960     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
2961       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
2962       data: "plot-performance-trending-vpp-3n-dnv"
2963       include:
2964         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
2965         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
2966         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
2967         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
2968         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
2969       parameters:
2970         - "result"
2971       layout: "plot-cpta"
2972
2973     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
2974       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
2975       data: "plot-performance-trending-vpp-3n-dnv"
2976       include:
2977         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
2978         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
2979         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
2980         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
2981         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
2982       parameters:
2983         - "result"
2984       layout: "plot-cpta"
2985
2986     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
2987       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
2988       data: "plot-performance-trending-vpp-3n-dnv"
2989       include:
2990         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
2991         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
2992         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
2993         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
2994         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
2995       parameters:
2996         - "result"
2997       layout: "plot-cpta"
2998
2999     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e"
3000       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-i40e"
3001       data: "plot-performance-trending-vpp-3n-hsw"
3002       include:
3003         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3004         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3005         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3006       parameters:
3007         - "result"
3008       layout: "plot-cpta"
3009
3010     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e"
3011       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-i40e"
3012       data: "plot-performance-trending-vpp-3n-hsw"
3013       include:
3014         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3015         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3016         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3017       parameters:
3018         - "result"
3019       layout: "plot-cpta"
3020
3021     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e"
3022       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-i40e"
3023       data: "plot-performance-trending-vpp-3n-hsw"
3024       include:
3025         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3026         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3027         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3028       parameters:
3029         - "result"
3030       layout: "plot-cpta"
3031
3032     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e"
3033       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-i40e"
3034       data: "plot-performance-trending-vpp-3n-skx"
3035       include:
3036         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3037         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3038         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3039       parameters:
3040         - "result"
3041       layout: "plot-cpta"
3042
3043     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e"
3044       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-i40e"
3045       data: "plot-performance-trending-vpp-3n-skx"
3046       include:
3047         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3048         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3049         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3050       parameters:
3051         - "result"
3052       layout: "plot-cpta"
3053
3054     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e"
3055       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-i40e"
3056       data: "plot-performance-trending-vpp-3n-skx"
3057       include:
3058         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3059         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3060         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3061       parameters:
3062         - "result"
3063       layout: "plot-cpta"
3064
3065     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e"
3066       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-i40e"
3067       data: "plot-performance-trending-vpp-3n-skx"
3068       include:
3069         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3070         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3071         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3072         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3073         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3074       parameters:
3075         - "result"
3076       layout: "plot-cpta"
3077
3078     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e"
3079       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-i40e"
3080       data: "plot-performance-trending-vpp-3n-skx"
3081       include:
3082         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3083         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3084         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3085         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3086         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3087       parameters:
3088         - "result"
3089       layout: "plot-cpta"
3090
3091     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e"
3092       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-i40e"
3093       data: "plot-performance-trending-vpp-3n-skx"
3094       include:
3095         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3096         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3097         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3098         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3099         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3100       parameters:
3101         - "result"
3102       layout: "plot-cpta"
3103
3104     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
3105       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
3106       data: "plot-performance-trending-vpp-3n-tsh"
3107       include:
3108         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3109         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3110         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3111         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3112         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3113       parameters:
3114         - "result"
3115       layout: "plot-cpta"
3116
3117     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
3118       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
3119       data: "plot-performance-trending-vpp-3n-tsh"
3120       include:
3121         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3122         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3123         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3124         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3125         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3126       parameters:
3127         - "result"
3128       layout: "plot-cpta"
3129
3130     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
3131       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
3132       data: "plot-performance-trending-vpp-3n-tsh"
3133       include:
3134         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3135         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3136         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3137         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3138         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3139       parameters:
3140         - "result"
3141       layout: "plot-cpta"
3142
3143     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3144       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3145       data: "plot-performance-trending-vpp-3n-dnv"
3146       include:
3147         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3148         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3149         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3150         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3151         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3152         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3153       parameters:
3154         - "result"
3155       layout: "plot-cpta"
3156
3157     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3158       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3159       data: "plot-performance-trending-vpp-3n-dnv"
3160       include:
3161         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3162         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3163         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3164         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3165         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3166         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3167       parameters:
3168         - "result"
3169       layout: "plot-cpta"
3170
3171     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3172       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3173       data: "plot-performance-trending-vpp-3n-dnv"
3174       include:
3175         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3176         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3177         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3178         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3179         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3180         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3181       parameters:
3182         - "result"
3183       layout: "plot-cpta"
3184
3185     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e"
3186       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-i40e"
3187       data: "plot-performance-trending-vpp-3n-hsw"
3188       include:
3189         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3190         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3191         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3192         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3193         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3194         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3195       parameters:
3196         - "result"
3197       layout: "plot-cpta"
3198
3199     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e"
3200       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-i40e"
3201       data: "plot-performance-trending-vpp-3n-hsw"
3202       include:
3203         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3204         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3205         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3206         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3207         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3208         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3209       parameters:
3210         - "result"
3211       layout: "plot-cpta"
3212
3213     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e"
3214       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-i40e"
3215       data: "plot-performance-trending-vpp-3n-hsw"
3216       include:
3217         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3218         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3219         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3220         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3221         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3222         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3223       parameters:
3224         - "result"
3225       layout: "plot-cpta"
3226
3227     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e"
3228       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-i40e"
3229       data: "plot-performance-trending-vpp-3n-hsw"
3230       include:
3231         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3232         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3233         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3234         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3235       parameters:
3236         - "result"
3237       layout: "plot-cpta"
3238
3239     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e"
3240       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-i40e"
3241       data: "plot-performance-trending-vpp-3n-hsw"
3242       include:
3243         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3244         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3245         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3246         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3247       parameters:
3248         - "result"
3249       layout: "plot-cpta"
3250
3251     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e"
3252       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-i40e"
3253       data: "plot-performance-trending-vpp-3n-hsw"
3254       include:
3255         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3256         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3257         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3258         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3259       parameters:
3260         - "result"
3261       layout: "plot-cpta"
3262
3263     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e"
3264       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-i40e"
3265       data: "plot-performance-trending-vpp-3n-skx"
3266       include:
3267         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3268         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3269         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3270         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3271         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3272         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3273       parameters:
3274         - "result"
3275       layout: "plot-cpta"
3276
3277     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e"
3278       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-i40e"
3279       data: "plot-performance-trending-vpp-3n-skx"
3280       include:
3281         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3282         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3283         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3284         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3285         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3286         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3287       parameters:
3288         - "result"
3289       layout: "plot-cpta"
3290
3291     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e"
3292       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-i40e"
3293       data: "plot-performance-trending-vpp-3n-skx"
3294       include:
3295         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3296         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3297         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3298         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3299         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3300         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3301       parameters:
3302         - "result"
3303       layout: "plot-cpta"
3304
3305     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
3306       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3307       data: "plot-performance-trending-vpp-3n-tsh"
3308       include:
3309         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3310         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3311         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3312         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3313         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3314         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3315       parameters:
3316         - "result"
3317       layout: "plot-cpta"
3318
3319     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
3320       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3321       data: "plot-performance-trending-vpp-3n-tsh"
3322       include:
3323         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3324         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3325         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3326         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3327         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3328         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3329       parameters:
3330         - "result"
3331       layout: "plot-cpta"
3332
3333     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
3334       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3335       data: "plot-performance-trending-vpp-3n-tsh"
3336       include:
3337         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3338         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3339         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3340         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3341         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3342         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3343       parameters:
3344         - "result"
3345       layout: "plot-cpta"
3346
3347     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e"
3348       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf-i40e"
3349       data: "plot-performance-trending-vpp-2n-clx"
3350       include:
3351         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3352         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3353         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3354         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3355         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3356         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3357       parameters:
3358         - "result"
3359       layout: "plot-cpta"
3360
3361     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e"
3362       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf-i40e"
3363       data: "plot-performance-trending-vpp-2n-clx"
3364       include:
3365         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3366         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3367         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3368         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3369         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3370         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3371       parameters:
3372         - "result"
3373       layout: "plot-cpta"
3374
3375     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e"
3376       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf-i40e"
3377       data: "plot-performance-trending-vpp-2n-clx"
3378       include:
3379         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3380         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3381         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3382         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3383         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3384         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3385       parameters:
3386         - "result"
3387       layout: "plot-cpta"
3388
3389     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
3390       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
3391       data: "plot-performance-trending-vpp-2n-clx"
3392       include:
3393         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3394         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3395         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3396         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3397       parameters:
3398         - "result"
3399       layout: "plot-cpta"
3400
3401     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
3402       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
3403       data: "plot-performance-trending-vpp-2n-clx"
3404       include:
3405         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3406         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3407         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3408         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3409       parameters:
3410         - "result"
3411       layout: "plot-cpta"
3412
3413     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
3414       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
3415       data: "plot-performance-trending-vpp-2n-clx"
3416       include:
3417         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3418         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3419         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3420         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3421       parameters:
3422         - "result"
3423       layout: "plot-cpta"
3424
3425     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e"
3426       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-i40e"
3427       data: "plot-performance-trending-vpp-2n-clx"
3428       include:
3429         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
3430         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3431         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3432         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3433         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3434       parameters:
3435         - "result"
3436       layout: "plot-cpta"
3437
3438     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e"
3439       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-i40e"
3440       data: "plot-performance-trending-vpp-2n-clx"
3441       include:
3442         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
3443         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3444         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3445         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3446         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3447       parameters:
3448         - "result"
3449       layout: "plot-cpta"
3450
3451     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e"
3452       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-i40e"
3453       data: "plot-performance-trending-vpp-2n-clx"
3454       include:
3455         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
3456         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3457         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3458         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3459         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3460       parameters:
3461         - "result"
3462       layout: "plot-cpta"
3463
3464     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e"
3465       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-i40e"
3466       data: "plot-performance-trending-vpp-2n-clx"
3467       include:
3468         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3469         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
3470         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
3471         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3472       parameters:
3473         - "result"
3474       layout: "plot-cpta"
3475
3476     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e"
3477       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-i40e"
3478       data: "plot-performance-trending-vpp-2n-clx"
3479       include:
3480         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3481         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
3482         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
3483         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3484       parameters:
3485         - "result"
3486       layout: "plot-cpta"
3487
3488     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e"
3489       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-i40e"
3490       data: "plot-performance-trending-vpp-2n-clx"
3491       include:
3492         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3493         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
3494         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
3495         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3496       parameters:
3497         - "result"
3498       layout: "plot-cpta"
3499
3500     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
3501       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
3502       data: "plot-performance-trending-vpp-2n-dnv"
3503       include:
3504         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3505         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3506         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3507         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3508       parameters:
3509         - "result"
3510       layout: "plot-cpta"
3511
3512     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
3513       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
3514       data: "plot-performance-trending-vpp-2n-dnv"
3515       include:
3516         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3517         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3518         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3519         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3520       parameters:
3521         - "result"
3522       layout: "plot-cpta"
3523
3524     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
3525       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
3526       data: "plot-performance-trending-vpp-2n-dnv"
3527       include:
3528         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
3529         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3530         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
3531         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3532       parameters:
3533         - "result"
3534       layout: "plot-cpta"
3535
3536     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
3537       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
3538       data: "plot-performance-trending-vpp-2n-dnv"
3539       include:
3540         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3541         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3542         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3543         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
3544         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
3545         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3546       parameters:
3547         - "result"
3548       layout: "plot-cpta"
3549
3550     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
3551       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
3552       data: "plot-performance-trending-vpp-2n-dnv"
3553       include:
3554         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3555         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3556         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3557         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
3558         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
3559         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3560       parameters:
3561         - "result"
3562       layout: "plot-cpta"
3563
3564     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
3565       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
3566       data: "plot-performance-trending-vpp-2n-dnv"
3567       include:
3568         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
3569         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3570         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3571         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
3572         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
3573         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
3574       parameters:
3575         - "result"
3576       layout: "plot-cpta"
3577
3578     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e"
3579       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-i40e"
3580       data: "plot-performance-trending-vpp-2n-skx"
3581       include:
3582         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3583         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3584         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3585         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3586         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3587         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3588       parameters:
3589         - "result"
3590       layout: "plot-cpta"
3591
3592     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e"
3593       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-i40e"
3594       data: "plot-performance-trending-vpp-2n-skx"
3595       include:
3596         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3597         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3598         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3599         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3600         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3601         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3602       parameters:
3603         - "result"
3604       layout: "plot-cpta"
3605
3606     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e"
3607       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-i40e"
3608       data: "plot-performance-trending-vpp-2n-skx"
3609       include:
3610         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3611         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3612         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3613         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3614         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3615         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3616       parameters:
3617         - "result"
3618       layout: "plot-cpta"
3619
3620     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
3621       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
3622       data: "plot-performance-trending-vpp-2n-skx"
3623       include:
3624         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3625         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3626         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3627         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3628       parameters:
3629         - "result"
3630       layout: "plot-cpta"
3631
3632     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
3633       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
3634       data: "plot-performance-trending-vpp-2n-skx"
3635       include:
3636         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3637         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3638         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3639         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3640       parameters:
3641         - "result"
3642       layout: "plot-cpta"
3643
3644     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
3645       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
3646       data: "plot-performance-trending-vpp-2n-skx"
3647       include:
3648         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3649         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3650         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3651         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3652       parameters:
3653         - "result"
3654       layout: "plot-cpta"
3655
3656     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e"
3657       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-i40e"
3658       data: "plot-performance-trending-vpp-2n-skx"
3659       include:
3660         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
3661         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3662         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3663         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3664         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3665       parameters:
3666         - "result"
3667       layout: "plot-cpta"
3668
3669     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e"
3670       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-i40e"
3671       data: "plot-performance-trending-vpp-2n-skx"
3672       include:
3673         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
3674         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3675         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3676         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3677         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3678       parameters:
3679         - "result"
3680       layout: "plot-cpta"
3681
3682     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e"
3683       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-i40e"
3684       data: "plot-performance-trending-vpp-2n-skx"
3685       include:
3686         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
3687         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3688         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3689         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3690         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3691       parameters:
3692         - "result"
3693       layout: "plot-cpta"
3694
3695     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e"
3696       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-i40e"
3697       data: "plot-performance-trending-vpp-2n-skx"
3698       include:
3699         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3700         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
3701         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
3702         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3703       parameters:
3704         - "result"
3705       layout: "plot-cpta"
3706
3707     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e"
3708       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-i40e"
3709       data: "plot-performance-trending-vpp-2n-skx"
3710       include:
3711         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3712         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
3713         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
3714         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3715       parameters:
3716         - "result"
3717       layout: "plot-cpta"
3718
3719     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e"
3720       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-i40e"
3721       data: "plot-performance-trending-vpp-2n-skx"
3722       include:
3723         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3724         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
3725         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
3726         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3727       parameters:
3728         - "result"
3729       layout: "plot-cpta"
3730
3731     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
3732       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-ixgbe"
3733       data: "plot-performance-trending-vpp-3n-dnv"
3734       include:
3735         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3736         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3737         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3738         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3739       parameters:
3740         - "result"
3741       layout: "plot-cpta"
3742
3743     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
3744       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-ixgbe"
3745       data: "plot-performance-trending-vpp-3n-dnv"
3746       include:
3747         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3748         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3749         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3750         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3751       parameters:
3752         - "result"
3753       layout: "plot-cpta"
3754
3755     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
3756       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-ixgbe"
3757       data: "plot-performance-trending-vpp-3n-dnv"
3758       include:
3759         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
3760         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3761         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
3762         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3763       parameters:
3764         - "result"
3765       layout: "plot-cpta"
3766
3767     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
3768       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
3769       data: "plot-performance-trending-vpp-3n-dnv"
3770       include:
3771         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3772         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3773         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3774         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
3775         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
3776         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3777       parameters:
3778         - "result"
3779       layout: "plot-cpta"
3780
3781     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
3782       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
3783       data: "plot-performance-trending-vpp-3n-dnv"
3784       include:
3785         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3786         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3787         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3788         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
3789         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
3790         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3791       parameters:
3792         - "result"
3793       layout: "plot-cpta"
3794
3795     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
3796       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
3797       data: "plot-performance-trending-vpp-3n-dnv"
3798       include:
3799         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
3800         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3801         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3802         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
3803         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
3804         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
3805       parameters:
3806         - "result"
3807       layout: "plot-cpta"
3808
3809     - title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe"
3810       output-file-name: "3n-dnv-x553-64b-1t1c-l2-features-ixgbe"
3811       data: "plot-performance-trending-vpp-3n-dnv"
3812       include:
3813         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3814         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
3815         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
3816         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
3817         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
3818         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
3819       parameters:
3820         - "result"
3821       layout: "plot-cpta"
3822
3823     - title: "3n-dnv-x553-64b-2t2c-features-l2switching-base-ixgbe"
3824       output-file-name: "3n-dnv-x553-64b-2t2c-l2-features-ixgbe"
3825       data: "plot-performance-trending-vpp-3n-dnv"
3826       include:
3827         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3828         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
3829         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
3830         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
3831         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
3832         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
3833       parameters:
3834         - "result"
3835       layout: "plot-cpta"
3836
3837     - title: "3n-dnv-x553-64b-4t4c-features-l2switching-base-ixgbe"
3838       output-file-name: "3n-dnv-x553-64b-4t4c-l2-features-ixgbe"
3839       data: "plot-performance-trending-vpp-3n-dnv"
3840       include:
3841         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3842         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
3843         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
3844         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
3845         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
3846         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
3847       parameters:
3848         - "result"
3849       layout: "plot-cpta"
3850
3851     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e"
3852       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-i40e"
3853       data: "plot-performance-trending-vpp-3n-hsw"
3854       include:
3855         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3856         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3857         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3858         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3859         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3860         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3861       parameters:
3862         - "result"
3863       layout: "plot-cpta"
3864
3865     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e"
3866       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-i40e"
3867       data: "plot-performance-trending-vpp-3n-hsw"
3868       include:
3869         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3870         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3871         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3872         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3873         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3874         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3875       parameters:
3876         - "result"
3877       layout: "plot-cpta"
3878
3879     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e"
3880       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-i40e"
3881       data: "plot-performance-trending-vpp-3n-hsw"
3882       include:
3883         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
3884         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
3885         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3886         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
3887         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3888         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
3889       parameters:
3890         - "result"
3891       layout: "plot-cpta"
3892
3893     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e"
3894       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf-i40e"
3895       data: "plot-performance-trending-vpp-3n-skx"
3896       include:
3897         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3898         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3899         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3900         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3901         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3902       parameters:
3903         - "result"
3904       layout: "plot-cpta"
3905
3906     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e"
3907       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf-i40e"
3908       data: "plot-performance-trending-vpp-3n-skx"
3909       include:
3910         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3911         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3912         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3913         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3914         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3915       parameters:
3916         - "result"
3917       layout: "plot-cpta"
3918
3919     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e"
3920       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf-i40e"
3921       data: "plot-performance-trending-vpp-3n-skx"
3922       include:
3923         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3924         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3925         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3926         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3927         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3928       parameters:
3929         - "result"
3930       layout: "plot-cpta"
3931
3932     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
3933       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
3934       data: "plot-performance-trending-vpp-3n-skx"
3935       include:
3936         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3937         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3938         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3939       parameters:
3940         - "result"
3941       layout: "plot-cpta"
3942
3943     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
3944       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
3945       data: "plot-performance-trending-vpp-3n-skx"
3946       include:
3947         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3948         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3949         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3950       parameters:
3951         - "result"
3952       layout: "plot-cpta"
3953
3954     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
3955       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
3956       data: "plot-performance-trending-vpp-3n-skx"
3957       include:
3958         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3959         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3960         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3961       parameters:
3962         - "result"
3963       layout: "plot-cpta"
3964
3965     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e"
3966       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-i40e"
3967       data: "plot-performance-trending-vpp-3n-skx"
3968       include:
3969         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3970         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3971         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3972         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3973       parameters:
3974         - "result"
3975       layout: "plot-cpta"
3976
3977     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e"
3978       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-i40e"
3979       data: "plot-performance-trending-vpp-3n-skx"
3980       include:
3981         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3982         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3983         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3984         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3985       parameters:
3986         - "result"
3987       layout: "plot-cpta"
3988
3989     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e"
3990       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-i40e"
3991       data: "plot-performance-trending-vpp-3n-skx"
3992       include:
3993         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3994         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3995         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3996         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3997       parameters:
3998         - "result"
3999       layout: "plot-cpta"
4000
4001     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e"
4002       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-i40e"
4003       data: "plot-performance-trending-vpp-3n-skx"
4004       include:
4005         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4006         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4007         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4008         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4009         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4010         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4011       parameters:
4012         - "result"
4013       layout: "plot-cpta"
4014
4015     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e"
4016       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-i40e"
4017       data: "plot-performance-trending-vpp-3n-skx"
4018       include:
4019         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4020         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4021         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4022         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4023         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4024         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4025       parameters:
4026         - "result"
4027       layout: "plot-cpta"
4028
4029     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e"
4030       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-i40e"
4031       data: "plot-performance-trending-vpp-3n-skx"
4032       include:
4033         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4034         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4035         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4036         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
4037         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
4038         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4039       parameters:
4040         - "result"
4041       layout: "plot-cpta"
4042
4043     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e"
4044       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-i40e"
4045       data: "plot-performance-trending-vpp-3n-skx"
4046       include:
4047         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4048         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4049         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4050         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4051         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4052         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4053       parameters:
4054         - "result"
4055       layout: "plot-cpta"
4056
4057     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e"
4058       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-i40e"
4059       data: "plot-performance-trending-vpp-3n-skx"
4060       include:
4061         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4062         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4063         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4064         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4065         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4066         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4067       parameters:
4068         - "result"
4069       layout: "plot-cpta"
4070
4071     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e"
4072       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-i40e"
4073       data: "plot-performance-trending-vpp-3n-skx"
4074       include:
4075         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4076         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4077         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4078         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4079         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4080         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4081       parameters:
4082         - "result"
4083       layout: "plot-cpta"
4084
4085     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
4086       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
4087       data: "plot-performance-trending-vpp-3n-tsh"
4088       include:
4089         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4090         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4091         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4092         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4093       parameters:
4094         - "result"
4095       layout: "plot-cpta"
4096
4097     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
4098       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
4099       data: "plot-performance-trending-vpp-3n-tsh"
4100       include:
4101         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4102         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4103         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4104         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4105       parameters:
4106         - "result"
4107       layout: "plot-cpta"
4108
4109     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
4110       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
4111       data: "plot-performance-trending-vpp-3n-tsh"
4112       include:
4113         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4114         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4115         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4116         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4117       parameters:
4118         - "result"
4119       layout: "plot-cpta"
4120
4121     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
4122       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
4123       data: "plot-performance-trending-vpp-3n-tsh"
4124       include:
4125         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4126         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4127         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4128         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4129         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4130         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4131       parameters:
4132         - "result"
4133       layout: "plot-cpta"
4134
4135     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
4136       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
4137       data: "plot-performance-trending-vpp-3n-tsh"
4138       include:
4139         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4140         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4141         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4142         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4143         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4144         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4145       parameters:
4146         - "result"
4147       layout: "plot-cpta"
4148
4149     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
4150       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
4151       data: "plot-performance-trending-vpp-3n-tsh"
4152       include:
4153         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4154         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4155         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4156         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4157         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4158         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4159       parameters:
4160         - "result"
4161       layout: "plot-cpta"
4162
4163     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
4164       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
4165       data: "plot-performance-trending-vpp-3n-tsh"
4166       include:
4167         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4168         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4169         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4170         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4171         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4172         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4173       parameters:
4174         - "result"
4175       layout: "plot-cpta"
4176
4177     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
4178       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
4179       data: "plot-performance-trending-vpp-3n-tsh"
4180       include:
4181         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4182         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4183         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4184         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4185         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4186         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4187       parameters:
4188         - "result"
4189       layout: "plot-cpta"
4190
4191     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
4192       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
4193       data: "plot-performance-trending-vpp-3n-tsh"
4194       include:
4195         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4196         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4197         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4198         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4199         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4200         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4201       parameters:
4202         - "result"
4203       layout: "plot-cpta"
4204
4205     - title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe"
4206       output-file-name: "3n-dnv-x553-78b-1t1c-srv6-base-ixgbe"
4207       data: "plot-performance-trending-vpp-3n-dnv"
4208       include:
4209         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4210         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4211         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4212       parameters:
4213         - "result"
4214       layout: "plot-cpta"
4215
4216     - title: "3n-dnv-x553-78b-2t2c-srv6-ip6routing-base-ixgbe"
4217       output-file-name: "3n-dnv-x553-78b-2t2c-srv6-base-ixgbe"
4218       data: "plot-performance-trending-vpp-3n-dnv"
4219       include:
4220         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4221         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4222         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4223       parameters:
4224         - "result"
4225       layout: "plot-cpta"
4226
4227     - title: "3n-dnv-x553-78b-4t4c-srv6-ip6routing-base-ixgbe"
4228       output-file-name: "3n-dnv-x553-78b-4t4c-srv6-base-ixgbe"
4229       data: "plot-performance-trending-vpp-3n-dnv"
4230       include:
4231         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4232         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4233         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4234       parameters:
4235         - "result"
4236       layout: "plot-cpta"
4237
4238     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e"
4239       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-i40e"
4240       data: "plot-performance-trending-vpp-3n-hsw"
4241       include:
4242         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4243         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4244         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4245         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4246         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4247         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4248       parameters:
4249         - "result"
4250       layout: "plot-cpta"
4251
4252     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e"
4253       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-i40e"
4254       data: "plot-performance-trending-vpp-3n-hsw"
4255       include:
4256         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4257         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4258         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4259         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4260         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4261         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4262       parameters:
4263         - "result"
4264       layout: "plot-cpta"
4265
4266     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e"
4267       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-i40e"
4268       data: "plot-performance-trending-vpp-3n-hsw"
4269       include:
4270         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4271         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4272         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4273         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4274         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4275         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4276       parameters:
4277         - "result"
4278       layout: "plot-cpta"
4279
4280     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e"
4281       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-i40e"
4282       data: "plot-performance-trending-vpp-3n-skx"
4283       include:
4284         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4285         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4286         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4287         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4288         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4289         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4290       parameters:
4291         - "result"
4292       layout: "plot-cpta"
4293
4294     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e"
4295       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-i40e"
4296       data: "plot-performance-trending-vpp-3n-skx"
4297       include:
4298         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4299         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4300         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4301         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4302         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4303         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4304       parameters:
4305         - "result"
4306       layout: "plot-cpta"
4307
4308     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e"
4309       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-i40e"
4310       data: "plot-performance-trending-vpp-3n-skx"
4311       include:
4312         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4313         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4314         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4315         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4316         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4317         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4318       parameters:
4319         - "result"
4320       layout: "plot-cpta"
4321
4322     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
4323       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
4324       data: "plot-performance-trending-vpp-3n-tsh"
4325       include:
4326         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4327         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4328         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4329         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4330         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4331         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4332       parameters:
4333         - "result"
4334       layout: "plot-cpta"
4335
4336     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
4337       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
4338       data: "plot-performance-trending-vpp-3n-tsh"
4339       include:
4340         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4341         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4342         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4343         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4344         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4345         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4346       parameters:
4347         - "result"
4348       layout: "plot-cpta"
4349
4350     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
4351       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
4352       data: "plot-performance-trending-vpp-3n-tsh"
4353       include:
4354         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4355         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4356         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4357         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4358         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4359         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4360       parameters:
4361         - "result"
4362       layout: "plot-cpta"
4363
4364     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4365       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4366       data: "plot-performance-trending-vpp-2n-clx"
4367       include:
4368         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4369         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4370         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4371         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4372       parameters:
4373         - "result"
4374       layout: "plot-cpta"
4375
4376     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4377       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4378       data: "plot-performance-trending-vpp-2n-clx"
4379       include:
4380         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4381         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4382         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4383         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4384       parameters:
4385         - "result"
4386       layout: "plot-cpta"
4387
4388     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4389       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4390       data: "plot-performance-trending-vpp-2n-clx"
4391       include:
4392         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4393         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4394         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4395         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4396       parameters:
4397         - "result"
4398       layout: "plot-cpta"
4399
4400     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4401       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4402       data: "plot-performance-trending-vpp-2n-clx"
4403       include:
4404         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4405         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4406         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4407         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4408       parameters:
4409         - "result"
4410       layout: "plot-cpta"
4411
4412     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4413       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4414       data: "plot-performance-trending-vpp-2n-clx"
4415       include:
4416         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4417         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4418         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4419         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4420       parameters:
4421         - "result"
4422       layout: "plot-cpta"
4423
4424     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4425       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4426       data: "plot-performance-trending-vpp-2n-clx"
4427       include:
4428         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4429         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4430         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4431         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4432       parameters:
4433         - "result"
4434       layout: "plot-cpta"
4435
4436     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4437       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4438       data: "plot-performance-trending-vpp-2n-skx"
4439       include:
4440         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4441         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4442         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4443         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4444       parameters:
4445         - "result"
4446       layout: "plot-cpta"
4447
4448     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4449       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4450       data: "plot-performance-trending-vpp-2n-skx"
4451       include:
4452         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4453         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4454         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4455         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4456       parameters:
4457         - "result"
4458       layout: "plot-cpta"
4459
4460     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4461       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4462       data: "plot-performance-trending-vpp-2n-skx"
4463       include:
4464         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4465         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4466         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4467         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4468       parameters:
4469         - "result"
4470       layout: "plot-cpta"
4471
4472     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4473       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4474       data: "plot-performance-trending-vpp-2n-skx"
4475       include:
4476         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4477         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4478         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4479         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4480       parameters:
4481         - "result"
4482       layout: "plot-cpta"
4483
4484     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4485       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4486       data: "plot-performance-trending-vpp-2n-skx"
4487       include:
4488         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4489         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4490         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4491         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4492       parameters:
4493         - "result"
4494       layout: "plot-cpta"
4495
4496     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4497       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4498       data: "plot-performance-trending-vpp-2n-skx"
4499       include:
4500         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4501         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4502         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4503         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4504       parameters:
4505         - "result"
4506       layout: "plot-cpta"
4507
4508     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-testpmd"
4509       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-testpmd"
4510       data: "plot-performance-trending-vpp-3n-hsw"
4511       include:
4512         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4513         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4514         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4515         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4516       parameters:
4517         - "result"
4518       layout: "plot-cpta"
4519
4520     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-testpmd"
4521       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-testpmd"
4522       data: "plot-performance-trending-vpp-3n-hsw"
4523       include:
4524         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4525         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4526         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4527         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4528       parameters:
4529         - "result"
4530       layout: "plot-cpta"
4531
4532     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-testpmd"
4533       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-testpmd"
4534       data: "plot-performance-trending-vpp-3n-hsw"
4535       include:
4536         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4537         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4538         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4539         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4540       parameters:
4541         - "result"
4542       layout: "plot-cpta"
4543
4544     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp"
4545       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp"
4546       data: "plot-performance-trending-vpp-3n-hsw"
4547       include:
4548         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4549         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4550         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4551         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4552       parameters:
4553         - "result"
4554       layout: "plot-cpta"
4555
4556     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp"
4557       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp"
4558       data: "plot-performance-trending-vpp-3n-hsw"
4559       include:
4560         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4561         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4562         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4563         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4564       parameters:
4565         - "result"
4566       layout: "plot-cpta"
4567
4568     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp"
4569       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp"
4570       data: "plot-performance-trending-vpp-3n-hsw"
4571       include:
4572         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4573         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4574         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4575         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4576       parameters:
4577         - "result"
4578       layout: "plot-cpta"
4579
4580     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4581       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4582       data: "plot-performance-trending-vpp-3n-skx"
4583       include:
4584         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4585         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4586         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4587         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4588       parameters:
4589         - "result"
4590       layout: "plot-cpta"
4591
4592     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4593       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4594       data: "plot-performance-trending-vpp-3n-skx"
4595       include:
4596         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4597         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4598         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4599         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4600       parameters:
4601         - "result"
4602       layout: "plot-cpta"
4603
4604     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4605       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4606       data: "plot-performance-trending-vpp-3n-skx"
4607       include:
4608         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4609         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4610         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4611         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4612       parameters:
4613         - "result"
4614       layout: "plot-cpta"
4615
4616     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4617       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4618       data: "plot-performance-trending-vpp-3n-skx"
4619       include:
4620         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4621         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4622         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4623         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4624       parameters:
4625         - "result"
4626       layout: "plot-cpta"
4627
4628     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4629       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4630       data: "plot-performance-trending-vpp-3n-skx"
4631       include:
4632         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4633         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4634         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4635         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4636       parameters:
4637         - "result"
4638       layout: "plot-cpta"
4639
4640     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4641       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4642       data: "plot-performance-trending-vpp-3n-skx"
4643       include:
4644         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4645         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4646         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4647         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4648       parameters:
4649         - "result"
4650       layout: "plot-cpta"
4651
4652     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4653       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4654       data: "plot-performance-trending-vpp-3n-skx"
4655       include:
4656         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4657         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4658         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4659         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4660         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4661       parameters:
4662         - "result"
4663       layout: "plot-cpta"
4664
4665     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4666       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4667       data: "plot-performance-trending-vpp-3n-skx"
4668       include:
4669         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4670         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4671         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4672         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4673         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4674       parameters:
4675         - "result"
4676       layout: "plot-cpta"
4677
4678     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4679       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4680       data: "plot-performance-trending-vpp-3n-skx"
4681       include:
4682         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4683         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4684         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4685         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4686         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4687       parameters:
4688         - "result"
4689       layout: "plot-cpta"
4690
4691     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4692       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4693       data: "plot-performance-trending-vpp-3n-skx"
4694       include:
4695         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4696         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4697         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4698         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4699         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4700       parameters:
4701         - "result"
4702       layout: "plot-cpta"
4703
4704     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4705       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4706       data: "plot-performance-trending-vpp-3n-skx"
4707       include:
4708         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4709         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4710         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4711         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4712         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4713       parameters:
4714         - "result"
4715       layout: "plot-cpta"
4716
4717     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4718       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4719       data: "plot-performance-trending-vpp-3n-skx"
4720       include:
4721         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4722         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4723         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4724         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4725         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4726       parameters:
4727         - "result"
4728       layout: "plot-cpta"
4729
4730     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4731       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4732       data: "plot-performance-trending-vpp-3n-skx"
4733       include:
4734         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4735         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4736         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4737         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4738         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4739         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4740       parameters:
4741         - "result"
4742       layout: "plot-cpta"
4743
4744     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4745       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4746       data: "plot-performance-trending-vpp-3n-skx"
4747       include:
4748         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4749         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4750         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4751         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4752         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4753         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4754       parameters:
4755         - "result"
4756       layout: "plot-cpta"
4757
4758     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4759       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4760       data: "plot-performance-trending-vpp-3n-skx"
4761       include:
4762         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4763         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4764         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4765         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4766         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4767         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4768       parameters:
4769         - "result"
4770       layout: "plot-cpta"
4771
4772     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4773       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4774       data: "plot-performance-trending-vpp-3n-skx"
4775       include:
4776         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4777         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4778         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4779         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4780         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4781         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4782       parameters:
4783         - "result"
4784       layout: "plot-cpta"
4785
4786     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4787       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4788       data: "plot-performance-trending-vpp-3n-skx"
4789       include:
4790         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4791         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4792         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4793         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4794         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4795         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4796       parameters:
4797         - "result"
4798       layout: "plot-cpta"
4799
4800     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4801       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4802       data: "plot-performance-trending-vpp-3n-skx"
4803       include:
4804         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4805         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4806         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4807         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4808         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4809         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4810       parameters:
4811         - "result"
4812       layout: "plot-cpta"
4813
4814     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
4815       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
4816       data: "plot-performance-trending-vpp-3n-tsh"
4817       include:
4818         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4819         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4820         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4821         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4822         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4823       parameters:
4824         - "result"
4825       layout: "plot-cpta"
4826
4827     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
4828       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
4829       data: "plot-performance-trending-vpp-3n-tsh"
4830       include:
4831         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4832         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4833         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4834         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4835         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4836       parameters:
4837         - "result"
4838       layout: "plot-cpta"
4839
4840     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
4841       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
4842       data: "plot-performance-trending-vpp-3n-tsh"
4843       include:
4844         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4845         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4846         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4847         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4848         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4849       parameters:
4850         - "result"
4851       layout: "plot-cpta"
4852
4853     - title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
4854       output-file-name: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
4855       data: "plot-performance-trending-vpp-3n-tsh"
4856       include:
4857         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4858         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4859         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4860         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4861         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4862         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4863       parameters:
4864         - "result"
4865       layout: "plot-cpta"
4866
4867     - title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
4868       output-file-name: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
4869       data: "plot-performance-trending-vpp-3n-tsh"
4870       include:
4871         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4872         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4873         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4874         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4875         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4876         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4877       parameters:
4878         - "result"
4879       layout: "plot-cpta"
4880
4881     - title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
4882       output-file-name: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
4883       data: "plot-performance-trending-vpp-3n-tsh"
4884       include:
4885         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4886         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4887         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4888         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4889         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4890         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4891       parameters:
4892         - "result"
4893       layout: "plot-cpta"
4894
4895     - title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e"
4896       output-file-name: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e"
4897       data: "plot-performance-trending-vpp-2n-skx"
4898       include:
4899         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
4900         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
4901         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
4902       parameters:
4903         - "result"
4904       layout: "plot-cpta"
4905
4906     - title: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e"
4907       output-file-name: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e"
4908       data: "plot-performance-trending-vpp-2n-skx"
4909       include:
4910         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
4911         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
4912         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
4913       parameters:
4914         - "result"
4915       layout: "plot-cpta"
4916
4917     - title: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e"
4918       output-file-name: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e"
4919       data: "plot-performance-trending-vpp-2n-skx"
4920       include:
4921         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
4922         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
4923         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
4924       parameters:
4925         - "result"
4926       layout: "plot-cpta"
4927
4928     - title: "2n-skx-x710-64b-2t1c-dpdk"
4929       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
4930       data: "plot-performance-trending-dpdk-2n-skx"
4931       include:
4932         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
4933         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
4934       parameters:
4935         - "result"
4936       layout: "plot-cpta"
4937
4938     - title: "2n-skx-x710-64b-4t2c-dpdk"
4939       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
4940       data: "plot-performance-trending-dpdk-2n-skx"
4941       include:
4942         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
4943         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
4944       parameters:
4945         - "result"
4946       layout: "plot-cpta"
4947
4948     - title: "2n-skx-x710-64b-8t4c-dpdk"
4949       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
4950       data: "plot-performance-trending-dpdk-2n-skx"
4951       include:
4952         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
4953         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
4954       parameters:
4955         - "result"
4956       layout: "plot-cpta"
4957
4958     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
4959       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
4960       data: "plot-performance-trending-dpdk-2n-skx"
4961       include:
4962         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
4963         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
4964       parameters:
4965         - "result"
4966       layout: "plot-cpta"
4967
4968     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
4969       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
4970       data: "plot-performance-trending-dpdk-2n-skx"
4971       include:
4972         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
4973         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
4974       parameters:
4975         - "result"
4976       layout: "plot-cpta"
4977
4978     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
4979       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
4980       data: "plot-performance-trending-dpdk-2n-skx"
4981       include:
4982         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
4983         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
4984       parameters:
4985         - "result"
4986       layout: "plot-cpta"
4987
4988     - title: "3n-hsw-x710-64b-1t1c-dpdk"
4989       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
4990       data: "plot-performance-trending-dpdk-3n-hsw"
4991       include:
4992         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
4993         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
4994       parameters:
4995         - "result"
4996       layout: "plot-cpta"
4997
4998     - title: "3n-hsw-x710-64b-2t2c-dpdk"
4999       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
5000       data: "plot-performance-trending-dpdk-3n-hsw"
5001       include:
5002         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
5003         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
5004       parameters:
5005         - "result"
5006       layout: "plot-cpta"
5007
5008     - title: "3n-hsw-x710-64b-4t4c-dpdk"
5009       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
5010       data: "plot-performance-trending-dpdk-3n-hsw"
5011       include:
5012         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
5013         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
5014       parameters:
5015         - "result"
5016       layout: "plot-cpta"
5017
5018     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
5019       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
5020       data: "plot-performance-trending-dpdk-3n-hsw"
5021       include:
5022         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
5023         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
5024       parameters:
5025         - "result"
5026       layout: "plot-cpta"
5027
5028     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
5029       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
5030       data: "plot-performance-trending-dpdk-3n-hsw"
5031       include:
5032         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
5033         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
5034       parameters:
5035         - "result"
5036       layout: "plot-cpta"
5037
5038     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
5039       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
5040       data: "plot-performance-trending-dpdk-3n-hsw"
5041       include:
5042         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
5043         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
5044       parameters:
5045         - "result"
5046       layout: "plot-cpta"
5047
5048     - title: "3n-skx-x710-64b-2t1c-dpdk"
5049       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
5050       data: "plot-performance-trending-dpdk-3n-skx"
5051       include:
5052         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5053         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5054       parameters:
5055         - "result"
5056       layout: "plot-cpta"
5057
5058     - title: "3n-skx-x710-64b-4t2c-dpdk"
5059       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
5060       data: "plot-performance-trending-dpdk-3n-skx"
5061       include:
5062         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5063         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5064       parameters:
5065         - "result"
5066       layout: "plot-cpta"
5067
5068     - title: "3n-skx-x710-64b-8t4c-dpdk"
5069       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
5070       data: "plot-performance-trending-dpdk-3n-skx"
5071       include:
5072         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5073         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5074       parameters:
5075         - "result"
5076       layout: "plot-cpta"
5077
5078     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
5079       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
5080       data: "plot-performance-trending-dpdk-3n-skx"
5081       include:
5082         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5083         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5084       parameters:
5085         - "result"
5086       layout: "plot-cpta"
5087
5088     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
5089       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
5090       data: "plot-performance-trending-dpdk-3n-skx"
5091       include:
5092         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5093         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5094       parameters:
5095         - "result"
5096       layout: "plot-cpta"
5097
5098     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
5099       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
5100       data: "plot-performance-trending-dpdk-3n-skx"
5101       include:
5102         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5103         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5104       parameters:
5105         - "result"
5106       layout: "plot-cpta"