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