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