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