Trending: Use Mpps
[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 64B 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'"
1696       groups:
1697       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1698       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1699       - ["4R1C", "4R2C", "4R4C"]
1700       - ["6R1C", "6R2C"]
1701       - ["8R1C", "8R2C"]
1702       - ["10R1C"]
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 64B 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'"
1719       groups:
1720       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1721       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1722       - ["4R1C", "4R2C", "4R4C"]
1723       - ["6R1C", "6R2C"]
1724       - ["8R1C", "8R2C"]
1725       - ["10R1C"]
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 64B 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'"
1742       groups:
1743       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1744       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1745       - ["4R1C", "4R2C", "4R4C"]
1746       - ["6R1C", "6R2C"]
1747       - ["8R1C", "8R2C"]
1748       - ["10R1C"]
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 CNFc 64B MRR Trending 2n-skx"
1762       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-i40e"
1763       data: "plot-performance-trending-vpp-nfv-2n-skx"
1764       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
1765       groups:
1766       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1767       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1768       - ["4R1C", "4R2C", "4R4C"]
1769       - ["6R1C", "6R2C"]
1770       - ["8R1C", "8R2C"]
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 CNFc 64B MRR Trending 2n-skx"
1785       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-i40e"
1786       data: "plot-performance-trending-vpp-nfv-2n-skx"
1787       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
1788       groups:
1789       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1790       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1791       - ["4R1C", "4R2C", "4R4C"]
1792       - ["6R1C", "6R2C"]
1793       - ["8R1C", "8R2C"]
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 CNFc 64B MRR Trending 2n-skx"
1808       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-i40e"
1809       data: "plot-performance-trending-vpp-nfv-2n-skx"
1810       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
1811       groups:
1812       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1813       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1814       - ["4R1C", "4R2C", "4R4C"]
1815       - ["6R1C", "6R2C"]
1816       - ["8R1C", "8R2C"]
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 CNFp 64B MRR Trending 2n-skx"
1831       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-i40e"
1832       data: "plot-performance-trending-vpp-nfv-2n-skx"
1833       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
1834       groups:
1835       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1836       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1837       - ["4R1C", "4R2C", "4R4C"]
1838       - ["6R1C", "6R2C"]
1839       - ["8R1C", "8R2C"]
1840       - ["10R1C"]
1841       group-names:
1842       - "1 Pipe"
1843       - "2 Pipes"
1844       - "4 Pipes"
1845       - "6 Pipes"
1846       - "8 Pipes"
1847       - "10 Pipes"
1848       parameters:
1849       - "result"
1850       - "tags"
1851       layout: "plot-cpta"
1852
1853     - title: "VPP 4T2C NF Service Density CNFp 64B MRR Trending 2n-skx"
1854       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-i40e"
1855       data: "plot-performance-trending-vpp-nfv-2n-skx"
1856       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
1857       groups:
1858       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1859       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1860       - ["4R1C", "4R2C", "4R4C"]
1861       - ["6R1C", "6R2C"]
1862       - ["8R1C", "8R2C"]
1863       - ["10R1C"]
1864       group-names:
1865       - "1 Pipe"
1866       - "2 Pipes"
1867       - "4 Pipes"
1868       - "6 Pipes"
1869       - "8 Pipes"
1870       - "10 Pipes"
1871       parameters:
1872       - "result"
1873       - "tags"
1874       layout: "plot-cpta"
1875
1876     - title: "VPP 8T4C NF Service Density CNFp 64B MRR Trending 2n-skx"
1877       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-i40e"
1878       data: "plot-performance-trending-vpp-nfv-2n-skx"
1879       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
1880       groups:
1881       - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
1882       - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C"]
1883       - ["4R1C", "4R2C", "4R4C"]
1884       - ["6R1C", "6R2C"]
1885       - ["8R1C", "8R2C"]
1886       - ["10R1C"]
1887       group-names:
1888       - "1 Pipe"
1889       - "2 Pipes"
1890       - "4 Pipes"
1891       - "6 Pipes"
1892       - "8 Pipes"
1893       - "10 Pipes"
1894       parameters:
1895       - "result"
1896       - "tags"
1897       layout: "plot-cpta"
1898
1899 ################################################################################
1900
1901     - title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e"
1902       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-i40e"
1903       data: "plot-performance-trending-vpp-2n-clx"
1904       include:
1905         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1906         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1907         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1908         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1909       parameters:
1910         - "result"
1911       layout: "plot-cpta"
1912
1913     - title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e"
1914       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-i40e"
1915       data: "plot-performance-trending-vpp-2n-clx"
1916       include:
1917         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1918         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1919         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1920         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1921       parameters:
1922         - "result"
1923       layout: "plot-cpta"
1924
1925     - title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e"
1926       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-i40e"
1927       data: "plot-performance-trending-vpp-2n-clx"
1928       include:
1929         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1930         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1931         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1932         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1933       parameters:
1934         - "result"
1935       layout: "plot-cpta"
1936
1937     - title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
1938       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
1939       data: "plot-performance-trending-vpp-2n-skx"
1940       include:
1941         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1942         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1943         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1944         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1945       parameters:
1946         - "result"
1947       layout: "plot-cpta"
1948
1949     - title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e"
1950       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-i40e"
1951       data: "plot-performance-trending-vpp-2n-skx"
1952       include:
1953         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1954         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1955         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1956         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1957       parameters:
1958         - "result"
1959       layout: "plot-cpta"
1960
1961     - title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e"
1962       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-i40e"
1963       data: "plot-performance-trending-vpp-2n-skx"
1964       include:
1965         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1966         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1967         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1968         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1969       parameters:
1970         - "result"
1971       layout: "plot-cpta"
1972
1973     - title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e"
1974       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-i40e"
1975       data: "plot-performance-trending-vpp-3n-skx"
1976       include:
1977         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1978         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1979         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1980         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1981         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1982       parameters:
1983         - "result"
1984       layout: "plot-cpta"
1985
1986     - title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e"
1987       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-i40e"
1988       data: "plot-performance-trending-vpp-3n-skx"
1989       include:
1990         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
1991         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
1992         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
1993         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
1994         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
1995       parameters:
1996         - "result"
1997       layout: "plot-cpta"
1998
1999     - title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e"
2000       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-i40e"
2001       data: "plot-performance-trending-vpp-3n-skx"
2002       include:
2003         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2004         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2005         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2006         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2007         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2008       parameters:
2009         - "result"
2010       layout: "plot-cpta"
2011
2012     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-i40e"
2013       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-i40e"
2014       data: "plot-performance-trending-vpp-3n-tsh"
2015       include:
2016         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2017         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2018         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2019         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2020         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2021       parameters:
2022         - "result"
2023       layout: "plot-cpta"
2024
2025     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-i40e"
2026       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-i40e"
2027       data: "plot-performance-trending-vpp-3n-tsh"
2028       include:
2029         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2030         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2031         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2032         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2033         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2034       parameters:
2035         - "result"
2036       layout: "plot-cpta"
2037
2038     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-i40e"
2039       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-i40e"
2040       data: "plot-performance-trending-vpp-3n-tsh"
2041       include:
2042         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2043         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2044         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2045         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2046         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2047       parameters:
2048         - "result"
2049       layout: "plot-cpta"
2050
2051     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e"
2052       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-i40e"
2053       data: "plot-performance-trending-vpp-2n-clx"
2054       include:
2055         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2056         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2057         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2058         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2059         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2060       parameters:
2061         - "result"
2062       layout: "plot-cpta"
2063
2064     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e"
2065       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-i40e"
2066       data: "plot-performance-trending-vpp-2n-clx"
2067       include:
2068         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2069         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2070         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2071         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2072         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2073       parameters:
2074         - "result"
2075       layout: "plot-cpta"
2076
2077     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e"
2078       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-i40e"
2079       data: "plot-performance-trending-vpp-2n-clx"
2080       include:
2081         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2082         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2083         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2084         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2085         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2086       parameters:
2087         - "result"
2088       layout: "plot-cpta"
2089
2090     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2091       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-scale-avf"
2092       data: "plot-performance-trending-vpp-2n-clx"
2093       include:
2094         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2095         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2096         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2097         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2098       parameters:
2099         - "result"
2100       layout: "plot-cpta"
2101
2102     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2103       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-scale-avf"
2104       data: "plot-performance-trending-vpp-2n-clx"
2105       include:
2106         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2107         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2108         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2109         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2110       parameters:
2111         - "result"
2112       layout: "plot-cpta"
2113
2114     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2115       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-scale-avf"
2116       data: "plot-performance-trending-vpp-2n-clx"
2117       include:
2118         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2119         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2120         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2121         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2122       parameters:
2123         - "result"
2124       layout: "plot-cpta"
2125
2126     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e"
2127       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-scale-i40e"
2128       data: "plot-performance-trending-vpp-2n-clx"
2129       include:
2130         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2131         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2132         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2133         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2134         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2135       parameters:
2136         - "result"
2137       layout: "plot-cpta"
2138
2139     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e"
2140       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-scale-i40e"
2141       data: "plot-performance-trending-vpp-2n-clx"
2142       include:
2143         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2144         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2145         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2146         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2147         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2148       parameters:
2149         - "result"
2150       layout: "plot-cpta"
2151
2152     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e"
2153       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-scale-i40e"
2154       data: "plot-performance-trending-vpp-2n-clx"
2155       include:
2156         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2157         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2158         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2159         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2160         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2161       parameters:
2162         - "result"
2163       layout: "plot-cpta"
2164
2165     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e"
2166       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-i40e"
2167       data: "plot-performance-trending-vpp-2n-clx"
2168       include:
2169         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2170         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2171         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2172         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2173         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2174         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2175       parameters:
2176         - "result"
2177       layout: "plot-cpta"
2178
2179     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e"
2180       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-i40e"
2181       data: "plot-performance-trending-vpp-2n-clx"
2182       include:
2183         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2184         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2185         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2186         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2187         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2188         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2189       parameters:
2190         - "result"
2191       layout: "plot-cpta"
2192
2193     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e"
2194       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-i40e"
2195       data: "plot-performance-trending-vpp-2n-clx"
2196       include:
2197         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2198         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2199         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2200         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2201         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2202         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2203       parameters:
2204         - "result"
2205       layout: "plot-cpta"
2206
2207     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2208       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
2209       data: "plot-performance-trending-vpp-2n-dnv"
2210       include:
2211         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2212         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2213         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2214         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2215         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2216       parameters:
2217         - "result"
2218       layout: "plot-cpta"
2219
2220     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2221       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
2222       data: "plot-performance-trending-vpp-2n-dnv"
2223       include:
2224         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2225         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2226         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2227         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2228         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2229       parameters:
2230         - "result"
2231       layout: "plot-cpta"
2232
2233     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2234       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
2235       data: "plot-performance-trending-vpp-2n-dnv"
2236       include:
2237         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2238         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2239         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2240         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2241         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2242       parameters:
2243         - "result"
2244       layout: "plot-cpta"
2245
2246     - title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2247       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2248       data: "plot-performance-trending-vpp-2n-dnv"
2249       include:
2250         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2251         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2252         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2253         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2254         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2255         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2256       parameters:
2257         - "result"
2258       layout: "plot-cpta"
2259
2260     - title: "2n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2261       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2262       data: "plot-performance-trending-vpp-2n-dnv"
2263       include:
2264         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2265         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2266         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2267         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2268         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2269         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2270       parameters:
2271         - "result"
2272       layout: "plot-cpta"
2273
2274     - title: "2n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2275       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2276       data: "plot-performance-trending-vpp-2n-dnv"
2277       include:
2278         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2279         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2280         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2281         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2282         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2283         - "Tests.Vpp.Perf.Ip4.2N1L-.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2284       parameters:
2285         - "result"
2286       layout: "plot-cpta"
2287
2288     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e"
2289       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-i40e"
2290       data: "plot-performance-trending-vpp-2n-skx"
2291       include:
2292         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2293         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2294         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2295         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2296         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2297       parameters:
2298         - "result"
2299       layout: "plot-cpta"
2300
2301     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e"
2302       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-i40e"
2303       data: "plot-performance-trending-vpp-2n-skx"
2304       include:
2305         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2306         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2307         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2308         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2309         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2310       parameters:
2311         - "result"
2312       layout: "plot-cpta"
2313
2314     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e"
2315       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-i40e"
2316       data: "plot-performance-trending-vpp-2n-skx"
2317       include:
2318         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2319         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2320         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2321         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2322         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2323       parameters:
2324         - "result"
2325       layout: "plot-cpta"
2326
2327     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2328       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2329       data: "plot-performance-trending-vpp-2n-skx"
2330       include:
2331         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2332         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2333         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2334         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2335       parameters:
2336         - "result"
2337       layout: "plot-cpta"
2338
2339     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2340       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2341       data: "plot-performance-trending-vpp-2n-skx"
2342       include:
2343         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2344         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2345         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2346         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2347       parameters:
2348         - "result"
2349       layout: "plot-cpta"
2350
2351     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2352       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2353       data: "plot-performance-trending-vpp-2n-skx"
2354       include:
2355         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2356         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2357         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2358         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2359       parameters:
2360         - "result"
2361       layout: "plot-cpta"
2362
2363     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e"
2364       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-i40e"
2365       data: "plot-performance-trending-vpp-2n-skx"
2366       include:
2367         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2368         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2369         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2370         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2371         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2372       parameters:
2373         - "result"
2374       layout: "plot-cpta"
2375
2376     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e"
2377       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-i40e"
2378       data: "plot-performance-trending-vpp-2n-skx"
2379       include:
2380         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2381         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2382         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2383         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2384         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2385       parameters:
2386         - "result"
2387       layout: "plot-cpta"
2388
2389     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e"
2390       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-i40e"
2391       data: "plot-performance-trending-vpp-2n-skx"
2392       include:
2393         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2394         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2395         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2396         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2397         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2398       parameters:
2399         - "result"
2400       layout: "plot-cpta"
2401
2402     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e"
2403       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-i40e"
2404       data: "plot-performance-trending-vpp-2n-skx"
2405       include:
2406         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2407         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2408         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2409         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2410         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2411         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2412       parameters:
2413         - "result"
2414       layout: "plot-cpta"
2415
2416     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e"
2417       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-i40e"
2418       data: "plot-performance-trending-vpp-2n-skx"
2419       include:
2420         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2421         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2422         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2423         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2424         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2425         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2426       parameters:
2427         - "result"
2428       layout: "plot-cpta"
2429
2430     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e"
2431       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-i40e"
2432       data: "plot-performance-trending-vpp-2n-skx"
2433       include:
2434         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2435         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2436         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2437         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2438         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2439         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2440       parameters:
2441         - "result"
2442       layout: "plot-cpta"
2443
2444     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
2445       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
2446       data: "plot-performance-trending-vpp-3n-dnv"
2447       include:
2448         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2449         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2450         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2451         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2452         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2453       parameters:
2454         - "result"
2455       layout: "plot-cpta"
2456
2457     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
2458       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
2459       data: "plot-performance-trending-vpp-3n-dnv"
2460       include:
2461         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2462         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2463         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2464         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2465         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2466       parameters:
2467         - "result"
2468       layout: "plot-cpta"
2469
2470     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
2471       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
2472       data: "plot-performance-trending-vpp-3n-dnv"
2473       include:
2474         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2475         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2476         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2477         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2478         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2479       parameters:
2480         - "result"
2481       layout: "plot-cpta"
2482
2483     - title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe"
2484       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-features-ixgbe"
2485       data: "plot-performance-trending-vpp-3n-dnv"
2486       include:
2487         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2488         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2489         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2490         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2491         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2492         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
2493       parameters:
2494         - "result"
2495       layout: "plot-cpta"
2496
2497     - title: "3n-dnv-x553-64b-2t2c-features-ip4routing-base-ixgbe"
2498       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-features-ixgbe"
2499       data: "plot-performance-trending-vpp-3n-dnv"
2500       include:
2501         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2502         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2503         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2504         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2505         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2506         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
2507       parameters:
2508         - "result"
2509       layout: "plot-cpta"
2510
2511     - title: "3n-dnv-x553-64b-4t4c-features-ip4routing-base-ixgbe"
2512       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-features-ixgbe"
2513       data: "plot-performance-trending-vpp-3n-dnv"
2514       include:
2515         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2516         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2517         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2518         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2519         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2520         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
2521       parameters:
2522         - "result"
2523       layout: "plot-cpta"
2524
2525     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e"
2526       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-i40e"
2527       data: "plot-performance-trending-vpp-3n-hsw"
2528       include:
2529         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2530         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2531         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2532         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2533         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2534       parameters:
2535         - "result"
2536       layout: "plot-cpta"
2537
2538     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e"
2539       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-i40e"
2540       data: "plot-performance-trending-vpp-3n-hsw"
2541       include:
2542         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2543         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2544         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2545         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2546         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2547       parameters:
2548         - "result"
2549       layout: "plot-cpta"
2550
2551     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e"
2552       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-i40e"
2553       data: "plot-performance-trending-vpp-3n-hsw"
2554       include:
2555         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2556         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2557         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2558         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2559         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2560       parameters:
2561         - "result"
2562       layout: "plot-cpta"
2563
2564     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e"
2565       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf-i40e"
2566       data: "plot-performance-trending-vpp-3n-skx"
2567       include:
2568         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-mrr.64B-2t1c-avf-eth-ip4base-mrr"
2569         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2570         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2571         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2572         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2573       parameters:
2574         - "result"
2575       layout: "plot-cpta"
2576
2577     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e"
2578       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf-i40e"
2579       data: "plot-performance-trending-vpp-3n-skx"
2580       include:
2581         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-mrr.64B-4t2c-avf-eth-ip4base-mrr"
2582         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2583         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2584         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2585         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2586       parameters:
2587         - "result"
2588       layout: "plot-cpta"
2589
2590     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e"
2591       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf-i40e"
2592       data: "plot-performance-trending-vpp-3n-skx"
2593       include:
2594         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-mrr.64B-8t4c-avf-eth-ip4base-mrr"
2595         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2596         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2597         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2598         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2599       parameters:
2600         - "result"
2601       layout: "plot-cpta"
2602
2603     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
2604       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
2605       data: "plot-performance-trending-vpp-3n-skx"
2606       include:
2607         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-mrr.64B-2t1c-avf-eth-ip4base-mrr"
2608         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2609         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2610         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2611       parameters:
2612         - "result"
2613       layout: "plot-cpta"
2614
2615     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
2616       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
2617       data: "plot-performance-trending-vpp-3n-skx"
2618       include:
2619         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-mrr.64B-4t2c-avf-eth-ip4base-mrr"
2620         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2621         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2622         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2623       parameters:
2624         - "result"
2625       layout: "plot-cpta"
2626
2627     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
2628       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
2629       data: "plot-performance-trending-vpp-3n-skx"
2630       include:
2631         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-mrr.64B-8t4c-avf-eth-ip4base-mrr"
2632         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
2633         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
2634         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2635       parameters:
2636         - "result"
2637       layout: "plot-cpta"
2638
2639     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e"
2640       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-i40e"
2641       data: "plot-performance-trending-vpp-3n-skx"
2642       include:
2643         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2644         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2645         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
2646         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
2647         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
2648       parameters:
2649         - "result"
2650       layout: "plot-cpta"
2651
2652     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e"
2653       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-i40e"
2654       data: "plot-performance-trending-vpp-3n-skx"
2655       include:
2656         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2657         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2658         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
2659         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
2660         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
2661       parameters:
2662         - "result"
2663       layout: "plot-cpta"
2664
2665     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e"
2666       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-i40e"
2667       data: "plot-performance-trending-vpp-3n-skx"
2668       include:
2669         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2670         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2671         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
2672         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
2673         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
2674       parameters:
2675         - "result"
2676       layout: "plot-cpta"
2677
2678     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e"
2679       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-i40e"
2680       data: "plot-performance-trending-vpp-3n-skx"
2681       include:
2682         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2683         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2684         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2685         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2686         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2687         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
2688       parameters:
2689         - "result"
2690       layout: "plot-cpta"
2691
2692     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e"
2693       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-i40e"
2694       data: "plot-performance-trending-vpp-3n-skx"
2695       include:
2696         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2697         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2698         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2699         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2700         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2701         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
2702       parameters:
2703         - "result"
2704       layout: "plot-cpta"
2705
2706     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e"
2707       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-i40e"
2708       data: "plot-performance-trending-vpp-3n-skx"
2709       include:
2710         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2711         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
2712         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
2713         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
2714         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
2715         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
2716       parameters:
2717         - "result"
2718       layout: "plot-cpta"
2719
2720     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
2721       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
2722       data: "plot-performance-trending-vpp-3n-tsh"
2723       include:
2724         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
2725         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
2726         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
2727         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
2728         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
2729       parameters:
2730         - "result"
2731       layout: "plot-cpta"
2732
2733     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
2734       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
2735       data: "plot-performance-trending-vpp-3n-tsh"
2736       include:
2737         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
2738         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
2739         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
2740         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
2741         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
2742       parameters:
2743         - "result"
2744       layout: "plot-cpta"
2745
2746     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
2747       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
2748       data: "plot-performance-trending-vpp-3n-tsh"
2749       include:
2750         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
2751         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
2752         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
2753         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
2754         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
2755       parameters:
2756         - "result"
2757       layout: "plot-cpta"
2758
2759     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
2760       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
2761       data: "plot-performance-trending-vpp-3n-dnv"
2762       include:
2763         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2764         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2765         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2766         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2767       parameters:
2768         - "result"
2769       layout: "plot-cpta"
2770
2771     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
2772       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
2773       data: "plot-performance-trending-vpp-3n-dnv"
2774       include:
2775         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2776         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2777         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2778         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2779       parameters:
2780         - "result"
2781       layout: "plot-cpta"
2782
2783     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
2784       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
2785       data: "plot-performance-trending-vpp-3n-dnv"
2786       include:
2787         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2788         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2789         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2790         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2791       parameters:
2792         - "result"
2793       layout: "plot-cpta"
2794
2795     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
2796       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-tunnels-base-i40e"
2797       data: "plot-performance-trending-vpp-3n-hsw"
2798       include:
2799         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2800         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2801       parameters:
2802         - "result"
2803       layout: "plot-cpta"
2804
2805     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
2806       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-tunnels-base-i40e"
2807       data: "plot-performance-trending-vpp-3n-hsw"
2808       include:
2809         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2810         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2811       parameters:
2812         - "result"
2813       layout: "plot-cpta"
2814
2815     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
2816       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-i40e"
2817       data: "plot-performance-trending-vpp-3n-hsw"
2818       include:
2819         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2820         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2821       parameters:
2822         - "result"
2823       layout: "plot-cpta"
2824
2825     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e"
2826       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-i40e"
2827       data: "plot-performance-trending-vpp-3n-skx"
2828       include:
2829         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
2830         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2831         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2832         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2833       parameters:
2834         - "result"
2835       layout: "plot-cpta"
2836
2837     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e"
2838       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-i40e"
2839       data: "plot-performance-trending-vpp-3n-skx"
2840       include:
2841         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
2842         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2843         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2844         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2845       parameters:
2846         - "result"
2847       layout: "plot-cpta"
2848
2849     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e"
2850       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-i40e"
2851       data: "plot-performance-trending-vpp-3n-skx"
2852       include:
2853         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
2854         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2855         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2856         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2857       parameters:
2858         - "result"
2859       layout: "plot-cpta"
2860
2861     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
2862       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-i40e"
2863       data: "plot-performance-trending-vpp-3n-tsh"
2864       include:
2865         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
2866         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
2867         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2868         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2869       parameters:
2870         - "result"
2871       layout: "plot-cpta"
2872
2873     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
2874       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-i40e"
2875       data: "plot-performance-trending-vpp-3n-tsh"
2876       include:
2877         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
2878         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
2879         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2880         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2881       parameters:
2882         - "result"
2883       layout: "plot-cpta"
2884
2885     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
2886       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-i40e"
2887       data: "plot-performance-trending-vpp-3n-tsh"
2888       include:
2889         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
2890         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
2891         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
2892         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
2893       parameters:
2894         - "result"
2895       layout: "plot-cpta"
2896
2897     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e"
2898       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-i40e"
2899       data: "plot-performance-trending-vpp-2n-clx"
2900       include:
2901         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2902         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2903         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2904       parameters:
2905         - "result"
2906       layout: "plot-cpta"
2907
2908     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e"
2909       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-i40e"
2910       data: "plot-performance-trending-vpp-2n-clx"
2911       include:
2912         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2913         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2914         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2915       parameters:
2916         - "result"
2917       layout: "plot-cpta"
2918
2919     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e"
2920       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-i40e"
2921       data: "plot-performance-trending-vpp-2n-clx"
2922       include:
2923         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2924         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2925         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2926       parameters:
2927         - "result"
2928       layout: "plot-cpta"
2929
2930     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e"
2931       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-i40e"
2932       data: "plot-performance-trending-vpp-2n-clx"
2933       include:
2934         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
2935         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
2936         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
2937         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
2938         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
2939       parameters:
2940         - "result"
2941       layout: "plot-cpta"
2942
2943     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e"
2944       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-i40e"
2945       data: "plot-performance-trending-vpp-2n-clx"
2946       include:
2947         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
2948         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
2949         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
2950         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
2951         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
2952       parameters:
2953         - "result"
2954       layout: "plot-cpta"
2955
2956     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e"
2957       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-i40e"
2958       data: "plot-performance-trending-vpp-2n-clx"
2959       include:
2960         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
2961         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
2962         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
2963         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
2964         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
2965       parameters:
2966         - "result"
2967       layout: "plot-cpta"
2968
2969     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
2970       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
2971       data: "plot-performance-trending-vpp-2n-dnv"
2972       include:
2973         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
2974         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
2975         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
2976         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
2977         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
2978       parameters:
2979         - "result"
2980       layout: "plot-cpta"
2981
2982     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
2983       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
2984       data: "plot-performance-trending-vpp-2n-dnv"
2985       include:
2986         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
2987         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
2988         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
2989         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
2990         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
2991       parameters:
2992         - "result"
2993       layout: "plot-cpta"
2994
2995     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
2996       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
2997       data: "plot-performance-trending-vpp-2n-dnv"
2998       include:
2999         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3000         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3001         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3002         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3003         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3004       parameters:
3005         - "result"
3006       layout: "plot-cpta"
3007
3008     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e"
3009       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-i40e"
3010       data: "plot-performance-trending-vpp-2n-skx"
3011       include:
3012         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3013         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3014         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3015       parameters:
3016         - "result"
3017       layout: "plot-cpta"
3018
3019     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e"
3020       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-i40e"
3021       data: "plot-performance-trending-vpp-2n-skx"
3022       include:
3023         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3024         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3025         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3026       parameters:
3027         - "result"
3028       layout: "plot-cpta"
3029
3030     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e"
3031       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-i40e"
3032       data: "plot-performance-trending-vpp-2n-skx"
3033       include:
3034         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3035         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3036         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3037       parameters:
3038         - "result"
3039       layout: "plot-cpta"
3040
3041     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e"
3042       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-i40e"
3043       data: "plot-performance-trending-vpp-2n-skx"
3044       include:
3045         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3046         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3047         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3048         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3049         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3050       parameters:
3051         - "result"
3052       layout: "plot-cpta"
3053
3054     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e"
3055       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-i40e"
3056       data: "plot-performance-trending-vpp-2n-skx"
3057       include:
3058         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3059         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3060         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3061         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3062         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3063       parameters:
3064         - "result"
3065       layout: "plot-cpta"
3066
3067     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e"
3068       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-i40e"
3069       data: "plot-performance-trending-vpp-2n-skx"
3070       include:
3071         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3072         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3073         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3074         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3075         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3076       parameters:
3077         - "result"
3078       layout: "plot-cpta"
3079
3080     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
3081       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
3082       data: "plot-performance-trending-vpp-3n-dnv"
3083       include:
3084         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3085         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3086         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3087         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3088         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3089       parameters:
3090         - "result"
3091       layout: "plot-cpta"
3092
3093     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
3094       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
3095       data: "plot-performance-trending-vpp-3n-dnv"
3096       include:
3097         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3098         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3099         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3100         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3101         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3102       parameters:
3103         - "result"
3104       layout: "plot-cpta"
3105
3106     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
3107       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
3108       data: "plot-performance-trending-vpp-3n-dnv"
3109       include:
3110         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3111         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3112         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3113         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3114         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3115       parameters:
3116         - "result"
3117       layout: "plot-cpta"
3118
3119     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e"
3120       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-i40e"
3121       data: "plot-performance-trending-vpp-3n-hsw"
3122       include:
3123         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3124         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3125         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3126       parameters:
3127         - "result"
3128       layout: "plot-cpta"
3129
3130     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e"
3131       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-i40e"
3132       data: "plot-performance-trending-vpp-3n-hsw"
3133       include:
3134         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3135         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3136         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3137       parameters:
3138         - "result"
3139       layout: "plot-cpta"
3140
3141     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e"
3142       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-i40e"
3143       data: "plot-performance-trending-vpp-3n-hsw"
3144       include:
3145         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3146         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3147         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3148       parameters:
3149         - "result"
3150       layout: "plot-cpta"
3151
3152     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e"
3153       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-i40e"
3154       data: "plot-performance-trending-vpp-3n-skx"
3155       include:
3156         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3157         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3158         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3159       parameters:
3160         - "result"
3161       layout: "plot-cpta"
3162
3163     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e"
3164       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-i40e"
3165       data: "plot-performance-trending-vpp-3n-skx"
3166       include:
3167         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3168         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3169         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3170       parameters:
3171         - "result"
3172       layout: "plot-cpta"
3173
3174     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e"
3175       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-i40e"
3176       data: "plot-performance-trending-vpp-3n-skx"
3177       include:
3178         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3179         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3180         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3181       parameters:
3182         - "result"
3183       layout: "plot-cpta"
3184
3185     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e"
3186       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-i40e"
3187       data: "plot-performance-trending-vpp-3n-skx"
3188       include:
3189         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3190         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3191         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3192         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3193         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3194       parameters:
3195         - "result"
3196       layout: "plot-cpta"
3197
3198     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e"
3199       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-i40e"
3200       data: "plot-performance-trending-vpp-3n-skx"
3201       include:
3202         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3203         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3204         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3205         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3206         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3207       parameters:
3208         - "result"
3209       layout: "plot-cpta"
3210
3211     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e"
3212       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-i40e"
3213       data: "plot-performance-trending-vpp-3n-skx"
3214       include:
3215         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3216         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3217         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3218         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3219         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3220       parameters:
3221         - "result"
3222       layout: "plot-cpta"
3223
3224     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
3225       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
3226       data: "plot-performance-trending-vpp-3n-tsh"
3227       include:
3228         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
3229         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
3230         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
3231         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
3232         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
3233       parameters:
3234         - "result"
3235       layout: "plot-cpta"
3236
3237     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
3238       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
3239       data: "plot-performance-trending-vpp-3n-tsh"
3240       include:
3241         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
3242         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
3243         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
3244         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
3245         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
3246       parameters:
3247         - "result"
3248       layout: "plot-cpta"
3249
3250     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
3251       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
3252       data: "plot-performance-trending-vpp-3n-tsh"
3253       include:
3254         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
3255         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
3256         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
3257         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
3258         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
3259       parameters:
3260         - "result"
3261       layout: "plot-cpta"
3262
3263     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3264       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3265       data: "plot-performance-trending-vpp-3n-dnv"
3266       include:
3267         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3268         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3269         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3270         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3271         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3272         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3273       parameters:
3274         - "result"
3275       layout: "plot-cpta"
3276
3277     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3278       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3279       data: "plot-performance-trending-vpp-3n-dnv"
3280       include:
3281         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3282         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3283         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3284         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3285         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3286         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3287       parameters:
3288         - "result"
3289       layout: "plot-cpta"
3290
3291     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3292       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3293       data: "plot-performance-trending-vpp-3n-dnv"
3294       include:
3295         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3296         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3297         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3298         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3299         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3300         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3301       parameters:
3302         - "result"
3303       layout: "plot-cpta"
3304
3305     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e"
3306       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-i40e"
3307       data: "plot-performance-trending-vpp-3n-hsw"
3308       include:
3309         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3310         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3311         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3312         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3313         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3314         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3315       parameters:
3316         - "result"
3317       layout: "plot-cpta"
3318
3319     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e"
3320       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-i40e"
3321       data: "plot-performance-trending-vpp-3n-hsw"
3322       include:
3323         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3324         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3325         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3326         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3327         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3328         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3329       parameters:
3330         - "result"
3331       layout: "plot-cpta"
3332
3333     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e"
3334       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-i40e"
3335       data: "plot-performance-trending-vpp-3n-hsw"
3336       include:
3337         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3338         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3339         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3340         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3341         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3342         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3343       parameters:
3344         - "result"
3345       layout: "plot-cpta"
3346
3347     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e"
3348       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-i40e"
3349       data: "plot-performance-trending-vpp-3n-hsw"
3350       include:
3351         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3352         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3353         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3354         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3355       parameters:
3356         - "result"
3357       layout: "plot-cpta"
3358
3359     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e"
3360       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-i40e"
3361       data: "plot-performance-trending-vpp-3n-hsw"
3362       include:
3363         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3364         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3365         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3366         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3367       parameters:
3368         - "result"
3369       layout: "plot-cpta"
3370
3371     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e"
3372       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-i40e"
3373       data: "plot-performance-trending-vpp-3n-hsw"
3374       include:
3375         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
3376         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3377         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
3378         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
3379       parameters:
3380         - "result"
3381       layout: "plot-cpta"
3382
3383     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e"
3384       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-i40e"
3385       data: "plot-performance-trending-vpp-3n-skx"
3386       include:
3387         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3388         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3389         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3390         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3391         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3392         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3393       parameters:
3394         - "result"
3395       layout: "plot-cpta"
3396
3397     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e"
3398       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-i40e"
3399       data: "plot-performance-trending-vpp-3n-skx"
3400       include:
3401         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3402         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3403         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3404         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3405         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3406         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3407       parameters:
3408         - "result"
3409       layout: "plot-cpta"
3410
3411     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e"
3412       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-i40e"
3413       data: "plot-performance-trending-vpp-3n-skx"
3414       include:
3415         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3416         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3417         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3418         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3419         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3420         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3421       parameters:
3422         - "result"
3423       layout: "plot-cpta"
3424
3425     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
3426       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
3427       data: "plot-performance-trending-vpp-3n-tsh"
3428       include:
3429         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3430         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3431         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3432         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3433         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3434         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3435       parameters:
3436         - "result"
3437       layout: "plot-cpta"
3438
3439     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
3440       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
3441       data: "plot-performance-trending-vpp-3n-tsh"
3442       include:
3443         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3444         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3445         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3446         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3447         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3448         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3449       parameters:
3450         - "result"
3451       layout: "plot-cpta"
3452
3453     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
3454       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
3455       data: "plot-performance-trending-vpp-3n-tsh"
3456       include:
3457         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
3458         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3459         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
3460         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3461         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
3462         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
3463       parameters:
3464         - "result"
3465       layout: "plot-cpta"
3466
3467     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e"
3468       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf-i40e"
3469       data: "plot-performance-trending-vpp-2n-clx"
3470       include:
3471         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3472         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3473         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3474         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3475         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3476         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3477       parameters:
3478         - "result"
3479       layout: "plot-cpta"
3480
3481     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e"
3482       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf-i40e"
3483       data: "plot-performance-trending-vpp-2n-clx"
3484       include:
3485         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3486         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3487         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3488         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3489         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3490         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3491       parameters:
3492         - "result"
3493       layout: "plot-cpta"
3494
3495     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e"
3496       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf-i40e"
3497       data: "plot-performance-trending-vpp-2n-clx"
3498       include:
3499         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3500         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3501         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3502         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3503         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3504         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3505       parameters:
3506         - "result"
3507       layout: "plot-cpta"
3508
3509     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
3510       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
3511       data: "plot-performance-trending-vpp-2n-clx"
3512       include:
3513         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3514         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3515         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3516         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3517       parameters:
3518         - "result"
3519       layout: "plot-cpta"
3520
3521     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
3522       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
3523       data: "plot-performance-trending-vpp-2n-clx"
3524       include:
3525         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3526         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3527         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3528         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3529       parameters:
3530         - "result"
3531       layout: "plot-cpta"
3532
3533     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
3534       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
3535       data: "plot-performance-trending-vpp-2n-clx"
3536       include:
3537         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3538         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3539         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3540         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3541       parameters:
3542         - "result"
3543       layout: "plot-cpta"
3544
3545     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e"
3546       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-i40e"
3547       data: "plot-performance-trending-vpp-2n-clx"
3548       include:
3549         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
3550         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3551         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3552         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3553         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3554       parameters:
3555         - "result"
3556       layout: "plot-cpta"
3557
3558     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e"
3559       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-i40e"
3560       data: "plot-performance-trending-vpp-2n-clx"
3561       include:
3562         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
3563         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3564         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3565         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3566         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3567       parameters:
3568         - "result"
3569       layout: "plot-cpta"
3570
3571     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e"
3572       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-i40e"
3573       data: "plot-performance-trending-vpp-2n-clx"
3574       include:
3575         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
3576         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3577         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3578         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3579         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3580       parameters:
3581         - "result"
3582       layout: "plot-cpta"
3583
3584     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e"
3585       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-i40e"
3586       data: "plot-performance-trending-vpp-2n-clx"
3587       include:
3588         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3589         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
3590         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
3591         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3592       parameters:
3593         - "result"
3594       layout: "plot-cpta"
3595
3596     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e"
3597       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-i40e"
3598       data: "plot-performance-trending-vpp-2n-clx"
3599       include:
3600         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3601         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
3602         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
3603         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3604       parameters:
3605         - "result"
3606       layout: "plot-cpta"
3607
3608     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e"
3609       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-i40e"
3610       data: "plot-performance-trending-vpp-2n-clx"
3611       include:
3612         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3613         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
3614         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
3615         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3616       parameters:
3617         - "result"
3618       layout: "plot-cpta"
3619
3620     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
3621       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
3622       data: "plot-performance-trending-vpp-2n-dnv"
3623       include:
3624         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3625         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3626         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3627         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3628       parameters:
3629         - "result"
3630       layout: "plot-cpta"
3631
3632     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
3633       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
3634       data: "plot-performance-trending-vpp-2n-dnv"
3635       include:
3636         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3637         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3638         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3639         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3640       parameters:
3641         - "result"
3642       layout: "plot-cpta"
3643
3644     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
3645       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
3646       data: "plot-performance-trending-vpp-2n-dnv"
3647       include:
3648         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
3649         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3650         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
3651         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3652       parameters:
3653         - "result"
3654       layout: "plot-cpta"
3655
3656     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
3657       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
3658       data: "plot-performance-trending-vpp-2n-dnv"
3659       include:
3660         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3661         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3662         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3663         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
3664         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
3665         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3666       parameters:
3667         - "result"
3668       layout: "plot-cpta"
3669
3670     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
3671       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
3672       data: "plot-performance-trending-vpp-2n-dnv"
3673       include:
3674         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3675         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3676         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3677         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
3678         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
3679         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3680       parameters:
3681         - "result"
3682       layout: "plot-cpta"
3683
3684     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
3685       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
3686       data: "plot-performance-trending-vpp-2n-dnv"
3687       include:
3688         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
3689         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3690         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3691         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
3692         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
3693         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
3694       parameters:
3695         - "result"
3696       layout: "plot-cpta"
3697
3698     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e"
3699       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-i40e"
3700       data: "plot-performance-trending-vpp-2n-skx"
3701       include:
3702         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3703         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3704         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3705         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3706         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3707         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3708       parameters:
3709         - "result"
3710       layout: "plot-cpta"
3711
3712     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e"
3713       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-i40e"
3714       data: "plot-performance-trending-vpp-2n-skx"
3715       include:
3716         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3717         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3718         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3719         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3720         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3721         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3722       parameters:
3723         - "result"
3724       layout: "plot-cpta"
3725
3726     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e"
3727       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-i40e"
3728       data: "plot-performance-trending-vpp-2n-skx"
3729       include:
3730         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3731         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3732         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3733         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3734         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3735         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3736       parameters:
3737         - "result"
3738       layout: "plot-cpta"
3739
3740     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
3741       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
3742       data: "plot-performance-trending-vpp-2n-skx"
3743       include:
3744         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
3745         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
3746         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
3747         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
3748       parameters:
3749         - "result"
3750       layout: "plot-cpta"
3751
3752     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
3753       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
3754       data: "plot-performance-trending-vpp-2n-skx"
3755       include:
3756         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
3757         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
3758         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
3759         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
3760       parameters:
3761         - "result"
3762       layout: "plot-cpta"
3763
3764     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
3765       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
3766       data: "plot-performance-trending-vpp-2n-skx"
3767       include:
3768         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
3769         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
3770         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
3771         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
3772       parameters:
3773         - "result"
3774       layout: "plot-cpta"
3775
3776     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e"
3777       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-i40e"
3778       data: "plot-performance-trending-vpp-2n-skx"
3779       include:
3780         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
3781         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
3782         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
3783         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
3784         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3785       parameters:
3786         - "result"
3787       layout: "plot-cpta"
3788
3789     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e"
3790       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-i40e"
3791       data: "plot-performance-trending-vpp-2n-skx"
3792       include:
3793         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
3794         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
3795         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
3796         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
3797         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3798       parameters:
3799         - "result"
3800       layout: "plot-cpta"
3801
3802     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e"
3803       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-i40e"
3804       data: "plot-performance-trending-vpp-2n-skx"
3805       include:
3806         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
3807         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
3808         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
3809         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
3810         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3811       parameters:
3812         - "result"
3813       layout: "plot-cpta"
3814
3815     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e"
3816       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-i40e"
3817       data: "plot-performance-trending-vpp-2n-skx"
3818       include:
3819         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
3820         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
3821         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
3822         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
3823       parameters:
3824         - "result"
3825       layout: "plot-cpta"
3826
3827     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e"
3828       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-i40e"
3829       data: "plot-performance-trending-vpp-2n-skx"
3830       include:
3831         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
3832         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
3833         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
3834         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
3835       parameters:
3836         - "result"
3837       layout: "plot-cpta"
3838
3839     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e"
3840       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-i40e"
3841       data: "plot-performance-trending-vpp-2n-skx"
3842       include:
3843         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
3844         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
3845         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
3846         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
3847       parameters:
3848         - "result"
3849       layout: "plot-cpta"
3850
3851     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
3852       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-ixgbe"
3853       data: "plot-performance-trending-vpp-3n-dnv"
3854       include:
3855         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3856         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3857         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3858         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3859       parameters:
3860         - "result"
3861       layout: "plot-cpta"
3862
3863     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
3864       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-ixgbe"
3865       data: "plot-performance-trending-vpp-3n-dnv"
3866       include:
3867         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3868         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3869         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3870         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3871       parameters:
3872         - "result"
3873       layout: "plot-cpta"
3874
3875     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
3876       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-ixgbe"
3877       data: "plot-performance-trending-vpp-3n-dnv"
3878       include:
3879         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
3880         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3881         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
3882         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3883       parameters:
3884         - "result"
3885       layout: "plot-cpta"
3886
3887     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
3888       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
3889       data: "plot-performance-trending-vpp-3n-dnv"
3890       include:
3891         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3892         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3893         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3894         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
3895         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
3896         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3897       parameters:
3898         - "result"
3899       layout: "plot-cpta"
3900
3901     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
3902       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
3903       data: "plot-performance-trending-vpp-3n-dnv"
3904       include:
3905         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3906         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3907         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3908         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
3909         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
3910         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3911       parameters:
3912         - "result"
3913       layout: "plot-cpta"
3914
3915     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
3916       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
3917       data: "plot-performance-trending-vpp-3n-dnv"
3918       include:
3919         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
3920         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3921         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
3922         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
3923         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
3924         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
3925       parameters:
3926         - "result"
3927       layout: "plot-cpta"
3928
3929     - title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe"
3930       output-file-name: "3n-dnv-x553-64b-1t1c-l2-features-ixgbe"
3931       data: "plot-performance-trending-vpp-3n-dnv"
3932       include:
3933         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3934         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
3935         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
3936         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
3937         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
3938         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
3939       parameters:
3940         - "result"
3941       layout: "plot-cpta"
3942
3943     - title: "3n-dnv-x553-64b-2t2c-features-l2switching-base-ixgbe"
3944       output-file-name: "3n-dnv-x553-64b-2t2c-l2-features-ixgbe"
3945       data: "plot-performance-trending-vpp-3n-dnv"
3946       include:
3947         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3948         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
3949         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
3950         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
3951         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
3952         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
3953       parameters:
3954         - "result"
3955       layout: "plot-cpta"
3956
3957     - title: "3n-dnv-x553-64b-4t4c-features-l2switching-base-ixgbe"
3958       output-file-name: "3n-dnv-x553-64b-4t4c-l2-features-ixgbe"
3959       data: "plot-performance-trending-vpp-3n-dnv"
3960       include:
3961         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
3962         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
3963         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
3964         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
3965         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
3966         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
3967       parameters:
3968         - "result"
3969       layout: "plot-cpta"
3970
3971     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e"
3972       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-i40e"
3973       data: "plot-performance-trending-vpp-3n-hsw"
3974       include:
3975         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
3976         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
3977         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
3978         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
3979         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
3980         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
3981       parameters:
3982         - "result"
3983       layout: "plot-cpta"
3984
3985     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e"
3986       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-i40e"
3987       data: "plot-performance-trending-vpp-3n-hsw"
3988       include:
3989         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
3990         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
3991         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
3992         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
3993         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
3994         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
3995       parameters:
3996         - "result"
3997       layout: "plot-cpta"
3998
3999     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e"
4000       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-i40e"
4001       data: "plot-performance-trending-vpp-3n-hsw"
4002       include:
4003         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4004         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4005         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4006         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4007         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4008         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4009       parameters:
4010         - "result"
4011       layout: "plot-cpta"
4012
4013     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e"
4014       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf-i40e"
4015       data: "plot-performance-trending-vpp-3n-skx"
4016       include:
4017         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4018         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4019         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4020         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4021         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4022       parameters:
4023         - "result"
4024       layout: "plot-cpta"
4025
4026     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e"
4027       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf-i40e"
4028       data: "plot-performance-trending-vpp-3n-skx"
4029       include:
4030         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4031         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4032         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4033         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4034         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4035       parameters:
4036         - "result"
4037       layout: "plot-cpta"
4038
4039     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e"
4040       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf-i40e"
4041       data: "plot-performance-trending-vpp-3n-skx"
4042       include:
4043         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4044         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4045         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4046         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4047         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4048       parameters:
4049         - "result"
4050       layout: "plot-cpta"
4051
4052     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
4053       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
4054       data: "plot-performance-trending-vpp-3n-skx"
4055       include:
4056         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
4057         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4058         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4059       parameters:
4060         - "result"
4061       layout: "plot-cpta"
4062
4063     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
4064       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
4065       data: "plot-performance-trending-vpp-3n-skx"
4066       include:
4067         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
4068         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4069         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4070       parameters:
4071         - "result"
4072       layout: "plot-cpta"
4073
4074     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
4075       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
4076       data: "plot-performance-trending-vpp-3n-skx"
4077       include:
4078         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
4079         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4080         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4081       parameters:
4082         - "result"
4083       layout: "plot-cpta"
4084
4085     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e"
4086       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-i40e"
4087       data: "plot-performance-trending-vpp-3n-skx"
4088       include:
4089         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4090         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4091         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4092         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4093       parameters:
4094         - "result"
4095       layout: "plot-cpta"
4096
4097     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e"
4098       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-i40e"
4099       data: "plot-performance-trending-vpp-3n-skx"
4100       include:
4101         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4102         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4103         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4104         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4105       parameters:
4106         - "result"
4107       layout: "plot-cpta"
4108
4109     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e"
4110       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-i40e"
4111       data: "plot-performance-trending-vpp-3n-skx"
4112       include:
4113         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4114         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4115         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4116         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4117       parameters:
4118         - "result"
4119       layout: "plot-cpta"
4120
4121     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e"
4122       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-i40e"
4123       data: "plot-performance-trending-vpp-3n-skx"
4124       include:
4125         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4126         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4127         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4128         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4129         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4130         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4131       parameters:
4132         - "result"
4133       layout: "plot-cpta"
4134
4135     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e"
4136       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-i40e"
4137       data: "plot-performance-trending-vpp-3n-skx"
4138       include:
4139         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4140         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4141         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4142         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4143         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4144         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4145       parameters:
4146         - "result"
4147       layout: "plot-cpta"
4148
4149     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e"
4150       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-i40e"
4151       data: "plot-performance-trending-vpp-3n-skx"
4152       include:
4153         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4154         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4155         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4156         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
4157         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
4158         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4159       parameters:
4160         - "result"
4161       layout: "plot-cpta"
4162
4163     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e"
4164       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-i40e"
4165       data: "plot-performance-trending-vpp-3n-skx"
4166       include:
4167         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4168         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4169         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4170         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4171         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4172         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4173       parameters:
4174         - "result"
4175       layout: "plot-cpta"
4176
4177     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e"
4178       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-i40e"
4179       data: "plot-performance-trending-vpp-3n-skx"
4180       include:
4181         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4182         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4183         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4184         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4185         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4186         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4187       parameters:
4188         - "result"
4189       layout: "plot-cpta"
4190
4191     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e"
4192       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-i40e"
4193       data: "plot-performance-trending-vpp-3n-skx"
4194       include:
4195         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4196         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4197         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4198         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4199         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4200         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4201       parameters:
4202         - "result"
4203       layout: "plot-cpta"
4204
4205     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
4206       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
4207       data: "plot-performance-trending-vpp-3n-tsh"
4208       include:
4209         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4210         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4211         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4212         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4213       parameters:
4214         - "result"
4215       layout: "plot-cpta"
4216
4217     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
4218       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
4219       data: "plot-performance-trending-vpp-3n-tsh"
4220       include:
4221         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4222         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4223         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4224         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4225       parameters:
4226         - "result"
4227       layout: "plot-cpta"
4228
4229     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
4230       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
4231       data: "plot-performance-trending-vpp-3n-tsh"
4232       include:
4233         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4234         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4235         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4236         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4237       parameters:
4238         - "result"
4239       layout: "plot-cpta"
4240
4241     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
4242       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
4243       data: "plot-performance-trending-vpp-3n-tsh"
4244       include:
4245         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4246         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4247         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4248         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4249         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4250         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4251       parameters:
4252         - "result"
4253       layout: "plot-cpta"
4254
4255     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
4256       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
4257       data: "plot-performance-trending-vpp-3n-tsh"
4258       include:
4259         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4260         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4261         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4262         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4263         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4264         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4265       parameters:
4266         - "result"
4267       layout: "plot-cpta"
4268
4269     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
4270       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
4271       data: "plot-performance-trending-vpp-3n-tsh"
4272       include:
4273         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4274         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4275         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4276         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4277         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4278         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4279       parameters:
4280         - "result"
4281       layout: "plot-cpta"
4282
4283     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
4284       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
4285       data: "plot-performance-trending-vpp-3n-tsh"
4286       include:
4287         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4288         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4289         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4290         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4291         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4292         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4293       parameters:
4294         - "result"
4295       layout: "plot-cpta"
4296
4297     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
4298       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
4299       data: "plot-performance-trending-vpp-3n-tsh"
4300       include:
4301         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4302         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4303         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4304         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4305         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4306         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4307       parameters:
4308         - "result"
4309       layout: "plot-cpta"
4310
4311     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
4312       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
4313       data: "plot-performance-trending-vpp-3n-tsh"
4314       include:
4315         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4316         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
4317         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
4318         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
4319         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
4320         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
4321       parameters:
4322         - "result"
4323       layout: "plot-cpta"
4324
4325     - title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe"
4326       output-file-name: "3n-dnv-x553-78b-1t1c-srv6-base-ixgbe"
4327       data: "plot-performance-trending-vpp-3n-dnv"
4328       include:
4329         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4330         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4331         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4332       parameters:
4333         - "result"
4334       layout: "plot-cpta"
4335
4336     - title: "3n-dnv-x553-78b-2t2c-srv6-ip6routing-base-ixgbe"
4337       output-file-name: "3n-dnv-x553-78b-2t2c-srv6-base-ixgbe"
4338       data: "plot-performance-trending-vpp-3n-dnv"
4339       include:
4340         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4341         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4342         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4343       parameters:
4344         - "result"
4345       layout: "plot-cpta"
4346
4347     - title: "3n-dnv-x553-78b-4t4c-srv6-ip6routing-base-ixgbe"
4348       output-file-name: "3n-dnv-x553-78b-4t4c-srv6-base-ixgbe"
4349       data: "plot-performance-trending-vpp-3n-dnv"
4350       include:
4351         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4352         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4353         - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4354       parameters:
4355         - "result"
4356       layout: "plot-cpta"
4357
4358     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e"
4359       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-i40e"
4360       data: "plot-performance-trending-vpp-3n-hsw"
4361       include:
4362         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4363         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4364         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4365         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4366         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4367         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4368       parameters:
4369         - "result"
4370       layout: "plot-cpta"
4371
4372     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e"
4373       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-i40e"
4374       data: "plot-performance-trending-vpp-3n-hsw"
4375       include:
4376         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4377         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4378         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4379         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4380         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4381         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4382       parameters:
4383         - "result"
4384       layout: "plot-cpta"
4385
4386     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e"
4387       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-i40e"
4388       data: "plot-performance-trending-vpp-3n-hsw"
4389       include:
4390         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4391         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4392         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4393         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4394         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4395         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4396       parameters:
4397         - "result"
4398       layout: "plot-cpta"
4399
4400     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e"
4401       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-i40e"
4402       data: "plot-performance-trending-vpp-3n-skx"
4403       include:
4404         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4405         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4406         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4407         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4408         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4409         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4410       parameters:
4411         - "result"
4412       layout: "plot-cpta"
4413
4414     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e"
4415       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-i40e"
4416       data: "plot-performance-trending-vpp-3n-skx"
4417       include:
4418         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4419         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4420         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4421         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4422         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4423         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4424       parameters:
4425         - "result"
4426       layout: "plot-cpta"
4427
4428     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e"
4429       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-i40e"
4430       data: "plot-performance-trending-vpp-3n-skx"
4431       include:
4432         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4433         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4434         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4435         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4436         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4437         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4438       parameters:
4439         - "result"
4440       layout: "plot-cpta"
4441
4442     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
4443       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
4444       data: "plot-performance-trending-vpp-3n-tsh"
4445       include:
4446         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4447         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4448         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4449         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4450         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4451         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4452       parameters:
4453         - "result"
4454       layout: "plot-cpta"
4455
4456     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
4457       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
4458       data: "plot-performance-trending-vpp-3n-tsh"
4459       include:
4460         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4461         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4462         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4463         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4464         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4465         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4466       parameters:
4467         - "result"
4468       layout: "plot-cpta"
4469
4470     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
4471       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
4472       data: "plot-performance-trending-vpp-3n-tsh"
4473       include:
4474         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
4475         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
4476         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
4477         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
4478         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
4479         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
4480       parameters:
4481         - "result"
4482       layout: "plot-cpta"
4483
4484     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4485       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4486       data: "plot-performance-trending-vpp-2n-clx"
4487       include:
4488         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4489         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4490         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4491         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4492       parameters:
4493         - "result"
4494       layout: "plot-cpta"
4495
4496     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4497       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4498       data: "plot-performance-trending-vpp-2n-clx"
4499       include:
4500         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4501         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4502         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4503         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4504       parameters:
4505         - "result"
4506       layout: "plot-cpta"
4507
4508     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4509       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4510       data: "plot-performance-trending-vpp-2n-clx"
4511       include:
4512         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4513         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4514         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4515         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4516       parameters:
4517         - "result"
4518       layout: "plot-cpta"
4519
4520     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4521       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4522       data: "plot-performance-trending-vpp-2n-clx"
4523       include:
4524         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4525         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4526         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4527         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4528       parameters:
4529         - "result"
4530       layout: "plot-cpta"
4531
4532     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4533       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4534       data: "plot-performance-trending-vpp-2n-clx"
4535       include:
4536         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4537         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4538         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4539         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4540       parameters:
4541         - "result"
4542       layout: "plot-cpta"
4543
4544     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4545       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4546       data: "plot-performance-trending-vpp-2n-clx"
4547       include:
4548         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4549         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4550         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4551         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4552       parameters:
4553         - "result"
4554       layout: "plot-cpta"
4555
4556     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4557       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4558       data: "plot-performance-trending-vpp-2n-skx"
4559       include:
4560         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4561         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4562         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4563         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4564       parameters:
4565         - "result"
4566       layout: "plot-cpta"
4567
4568     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4569       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4570       data: "plot-performance-trending-vpp-2n-skx"
4571       include:
4572         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4573         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4574         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4575         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4576       parameters:
4577         - "result"
4578       layout: "plot-cpta"
4579
4580     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4581       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4582       data: "plot-performance-trending-vpp-2n-skx"
4583       include:
4584         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4585         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4586         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4587         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4588       parameters:
4589         - "result"
4590       layout: "plot-cpta"
4591
4592     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4593       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4594       data: "plot-performance-trending-vpp-2n-skx"
4595       include:
4596         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4597         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4598         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4599         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4600       parameters:
4601         - "result"
4602       layout: "plot-cpta"
4603
4604     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4605       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4606       data: "plot-performance-trending-vpp-2n-skx"
4607       include:
4608         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4609         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4610         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4611         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4612       parameters:
4613         - "result"
4614       layout: "plot-cpta"
4615
4616     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4617       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4618       data: "plot-performance-trending-vpp-2n-skx"
4619       include:
4620         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4621         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4622         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4623         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4624       parameters:
4625         - "result"
4626       layout: "plot-cpta"
4627
4628     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-testpmd"
4629       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-testpmd"
4630       data: "plot-performance-trending-vpp-3n-hsw"
4631       include:
4632         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4633         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4634         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4635         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4636       parameters:
4637         - "result"
4638       layout: "plot-cpta"
4639
4640     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-testpmd"
4641       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-testpmd"
4642       data: "plot-performance-trending-vpp-3n-hsw"
4643       include:
4644         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4645         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4646         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4647         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4648       parameters:
4649         - "result"
4650       layout: "plot-cpta"
4651
4652     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-testpmd"
4653       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-testpmd"
4654       data: "plot-performance-trending-vpp-3n-hsw"
4655       include:
4656         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4657         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4658         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4659         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4660       parameters:
4661         - "result"
4662       layout: "plot-cpta"
4663
4664     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp"
4665       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp"
4666       data: "plot-performance-trending-vpp-3n-hsw"
4667       include:
4668         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4669         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4670         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4671         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4672       parameters:
4673         - "result"
4674       layout: "plot-cpta"
4675
4676     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp"
4677       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp"
4678       data: "plot-performance-trending-vpp-3n-hsw"
4679       include:
4680         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4681         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4682         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4683         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4684       parameters:
4685         - "result"
4686       layout: "plot-cpta"
4687
4688     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp"
4689       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp"
4690       data: "plot-performance-trending-vpp-3n-hsw"
4691       include:
4692         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4693         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4694         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4695         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4696       parameters:
4697         - "result"
4698       layout: "plot-cpta"
4699
4700     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4701       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4702       data: "plot-performance-trending-vpp-3n-skx"
4703       include:
4704         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4705         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4706         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4707         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4708       parameters:
4709         - "result"
4710       layout: "plot-cpta"
4711
4712     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4713       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4714       data: "plot-performance-trending-vpp-3n-skx"
4715       include:
4716         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4717         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4718         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4719         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4720       parameters:
4721         - "result"
4722       layout: "plot-cpta"
4723
4724     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4725       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4726       data: "plot-performance-trending-vpp-3n-skx"
4727       include:
4728         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4729         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4730         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4731         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4732       parameters:
4733         - "result"
4734       layout: "plot-cpta"
4735
4736     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4737       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4738       data: "plot-performance-trending-vpp-3n-skx"
4739       include:
4740         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4741         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4742         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4743         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4744       parameters:
4745         - "result"
4746       layout: "plot-cpta"
4747
4748     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4749       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4750       data: "plot-performance-trending-vpp-3n-skx"
4751       include:
4752         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4753         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4754         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4755         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4756       parameters:
4757         - "result"
4758       layout: "plot-cpta"
4759
4760     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4761       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4762       data: "plot-performance-trending-vpp-3n-skx"
4763       include:
4764         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4765         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4766         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4767         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4768       parameters:
4769         - "result"
4770       layout: "plot-cpta"
4771
4772     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4773       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
4774       data: "plot-performance-trending-vpp-3n-skx"
4775       include:
4776         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4777         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4778         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4779         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4780         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4781       parameters:
4782         - "result"
4783       layout: "plot-cpta"
4784
4785     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4786       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-testpmd"
4787       data: "plot-performance-trending-vpp-3n-skx"
4788       include:
4789         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4790         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4791         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4792         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4793         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4794       parameters:
4795         - "result"
4796       layout: "plot-cpta"
4797
4798     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4799       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-testpmd"
4800       data: "plot-performance-trending-vpp-3n-skx"
4801       include:
4802         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4803         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4804         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4805         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4806         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4807       parameters:
4808         - "result"
4809       layout: "plot-cpta"
4810
4811     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4812       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp"
4813       data: "plot-performance-trending-vpp-3n-skx"
4814       include:
4815         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4816         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4817         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4818         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4819         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4820       parameters:
4821         - "result"
4822       layout: "plot-cpta"
4823
4824     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4825       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp"
4826       data: "plot-performance-trending-vpp-3n-skx"
4827       include:
4828         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4829         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4830         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4831         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4832         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4833       parameters:
4834         - "result"
4835       layout: "plot-cpta"
4836
4837     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4838       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp"
4839       data: "plot-performance-trending-vpp-3n-skx"
4840       include:
4841         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4842         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4843         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4844         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4845         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
4846       parameters:
4847         - "result"
4848       layout: "plot-cpta"
4849
4850     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4851       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-testpmd"
4852       data: "plot-performance-trending-vpp-3n-skx"
4853       include:
4854         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4855         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4856         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4857         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4858         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4859         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4860       parameters:
4861         - "result"
4862       layout: "plot-cpta"
4863
4864     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4865       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-testpmd"
4866       data: "plot-performance-trending-vpp-3n-skx"
4867       include:
4868         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4869         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4870         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4871         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4872         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4873         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4874       parameters:
4875         - "result"
4876       layout: "plot-cpta"
4877
4878     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4879       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-testpmd"
4880       data: "plot-performance-trending-vpp-3n-skx"
4881       include:
4882         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4883         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4884         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4885         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4886         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4887         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4888       parameters:
4889         - "result"
4890       layout: "plot-cpta"
4891
4892     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4893       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp"
4894       data: "plot-performance-trending-vpp-3n-skx"
4895       include:
4896         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4897         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4898         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4899         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4900         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4901         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4902       parameters:
4903         - "result"
4904       layout: "plot-cpta"
4905
4906     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4907       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp"
4908       data: "plot-performance-trending-vpp-3n-skx"
4909       include:
4910         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4911         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4912         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4913         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4914         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4915         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4916       parameters:
4917         - "result"
4918       layout: "plot-cpta"
4919
4920     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4921       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp"
4922       data: "plot-performance-trending-vpp-3n-skx"
4923       include:
4924         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4925         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4926         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4927         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4928         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4929         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
4930       parameters:
4931         - "result"
4932       layout: "plot-cpta"
4933
4934     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
4935       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe"
4936       data: "plot-performance-trending-vpp-3n-tsh"
4937       include:
4938         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4939         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4940         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4941         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4942         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4943       parameters:
4944         - "result"
4945       layout: "plot-cpta"
4946
4947     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
4948       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe"
4949       data: "plot-performance-trending-vpp-3n-tsh"
4950       include:
4951         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4952         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4953         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4954         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4955         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4956       parameters:
4957         - "result"
4958       layout: "plot-cpta"
4959
4960     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
4961       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe"
4962       data: "plot-performance-trending-vpp-3n-tsh"
4963       include:
4964         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4965         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4966         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4967         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4968         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
4969       parameters:
4970         - "result"
4971       layout: "plot-cpta"
4972
4973     - title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
4974       output-file-name: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe"
4975       data: "plot-performance-trending-vpp-3n-tsh"
4976       include:
4977         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4978         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4979         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4980         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4981         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4982         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4983       parameters:
4984         - "result"
4985       layout: "plot-cpta"
4986
4987     - title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
4988       output-file-name: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe"
4989       data: "plot-performance-trending-vpp-3n-tsh"
4990       include:
4991         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4992         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4993         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
4994         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4995         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4996         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
4997       parameters:
4998         - "result"
4999       layout: "plot-cpta"
5000
5001     - title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
5002       output-file-name: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe"
5003       data: "plot-performance-trending-vpp-3n-tsh"
5004       include:
5005         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5006         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5007         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5008         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5009         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5010         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5011       parameters:
5012         - "result"
5013       layout: "plot-cpta"
5014
5015     - title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e"
5016       output-file-name: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e"
5017       data: "plot-performance-trending-vpp-3n-hsw"
5018       include:
5019         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5020         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5021         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5022       parameters:
5023         - "result"
5024       layout: "plot-cpta"
5025
5026     - title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e"
5027       output-file-name: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e"
5028       data: "plot-performance-trending-vpp-3n-hsw"
5029       include:
5030         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5031         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5032         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5033       parameters:
5034         - "result"
5035       layout: "plot-cpta"
5036
5037     - title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e"
5038       output-file-name: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e"
5039       data: "plot-performance-trending-vpp-3n-hsw"
5040       include:
5041         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5042         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5043         - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5044       parameters:
5045         - "result"
5046       layout: "plot-cpta"
5047
5048     - title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e"
5049       output-file-name: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e"
5050       data: "plot-performance-trending-vpp-3n-skx"
5051       include:
5052         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5053         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5054         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5055       parameters:
5056         - "result"
5057       layout: "plot-cpta"
5058
5059     - title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e"
5060       output-file-name: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e"
5061       data: "plot-performance-trending-vpp-3n-skx"
5062       include:
5063         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5064         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5065         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5066       parameters:
5067         - "result"
5068       layout: "plot-cpta"
5069
5070     - title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e"
5071       output-file-name: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e"
5072       data: "plot-performance-trending-vpp-3n-skx"
5073       include:
5074         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5075         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5076         - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5077       parameters:
5078         - "result"
5079       layout: "plot-cpta"
5080
5081     - title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe"
5082       output-file-name: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-ixgbe"
5083       data: "plot-performance-trending-vpp-3n-tsh"
5084       include:
5085         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5086         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5087         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5088       parameters:
5089         - "result"
5090       layout: "plot-cpta"
5091
5092     - title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe"
5093       output-file-name: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-ixgbe"
5094       data: "plot-performance-trending-vpp-3n-tsh"
5095       include:
5096         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5097         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5098         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5099       parameters:
5100         - "result"
5101       layout: "plot-cpta"
5102
5103     - title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe"
5104       output-file-name: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-ixgbe"
5105       data: "plot-performance-trending-vpp-3n-tsh"
5106       include:
5107         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5108         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5109         - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5110       parameters:
5111         - "result"
5112       layout: "plot-cpta"
5113
5114     - title: "2n-skx-x710-64b-2t1c-dpdk"
5115       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
5116       data: "plot-performance-trending-dpdk-2n-skx"
5117       include:
5118         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5119         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5120       parameters:
5121         - "result"
5122       layout: "plot-cpta"
5123
5124     - title: "2n-skx-x710-64b-4t2c-dpdk"
5125       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
5126       data: "plot-performance-trending-dpdk-2n-skx"
5127       include:
5128         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5129         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5130       parameters:
5131         - "result"
5132       layout: "plot-cpta"
5133
5134     - title: "2n-skx-x710-64b-8t4c-dpdk"
5135       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
5136       data: "plot-performance-trending-dpdk-2n-skx"
5137       include:
5138         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5139         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5140       parameters:
5141         - "result"
5142       layout: "plot-cpta"
5143
5144     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
5145       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
5146       data: "plot-performance-trending-dpdk-2n-skx"
5147       include:
5148         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5149         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5150       parameters:
5151         - "result"
5152       layout: "plot-cpta"
5153
5154     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
5155       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
5156       data: "plot-performance-trending-dpdk-2n-skx"
5157       include:
5158         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5159         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5160       parameters:
5161         - "result"
5162       layout: "plot-cpta"
5163
5164     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
5165       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
5166       data: "plot-performance-trending-dpdk-2n-skx"
5167       include:
5168         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5169         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5170       parameters:
5171         - "result"
5172       layout: "plot-cpta"
5173
5174     - title: "3n-hsw-x710-64b-1t1c-dpdk"
5175       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
5176       data: "plot-performance-trending-dpdk-3n-hsw"
5177       include:
5178         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
5179         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
5180       parameters:
5181         - "result"
5182       layout: "plot-cpta"
5183
5184     - title: "3n-hsw-x710-64b-2t2c-dpdk"
5185       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
5186       data: "plot-performance-trending-dpdk-3n-hsw"
5187       include:
5188         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
5189         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
5190       parameters:
5191         - "result"
5192       layout: "plot-cpta"
5193
5194     - title: "3n-hsw-x710-64b-4t4c-dpdk"
5195       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
5196       data: "plot-performance-trending-dpdk-3n-hsw"
5197       include:
5198         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
5199         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
5200       parameters:
5201         - "result"
5202       layout: "plot-cpta"
5203
5204     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
5205       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
5206       data: "plot-performance-trending-dpdk-3n-hsw"
5207       include:
5208         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
5209         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
5210       parameters:
5211         - "result"
5212       layout: "plot-cpta"
5213
5214     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
5215       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
5216       data: "plot-performance-trending-dpdk-3n-hsw"
5217       include:
5218         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
5219         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
5220       parameters:
5221         - "result"
5222       layout: "plot-cpta"
5223
5224     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
5225       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
5226       data: "plot-performance-trending-dpdk-3n-hsw"
5227       include:
5228         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
5229         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
5230       parameters:
5231         - "result"
5232       layout: "plot-cpta"
5233
5234     - title: "3n-skx-x710-64b-2t1c-dpdk"
5235       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
5236       data: "plot-performance-trending-dpdk-3n-skx"
5237       include:
5238         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5239         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5240       parameters:
5241         - "result"
5242       layout: "plot-cpta"
5243
5244     - title: "3n-skx-x710-64b-4t2c-dpdk"
5245       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
5246       data: "plot-performance-trending-dpdk-3n-skx"
5247       include:
5248         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5249         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5250       parameters:
5251         - "result"
5252       layout: "plot-cpta"
5253
5254     - title: "3n-skx-x710-64b-8t4c-dpdk"
5255       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
5256       data: "plot-performance-trending-dpdk-3n-skx"
5257       include:
5258         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5259         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5260       parameters:
5261         - "result"
5262       layout: "plot-cpta"
5263
5264     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
5265       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
5266       data: "plot-performance-trending-dpdk-3n-skx"
5267       include:
5268         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
5269         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
5270       parameters:
5271         - "result"
5272       layout: "plot-cpta"
5273
5274     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
5275       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
5276       data: "plot-performance-trending-dpdk-3n-skx"
5277       include:
5278         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
5279         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
5280       parameters:
5281         - "result"
5282       layout: "plot-cpta"
5283
5284     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
5285       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
5286       data: "plot-performance-trending-dpdk-3n-skx"
5287       include:
5288         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
5289         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
5290       parameters:
5291         - "result"
5292       layout: "plot-cpta"