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