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