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