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