Trending: CSIT-1301: Display stdev in hover info
[csit.git] / resources / tools / presentation / specification_CPTA.yaml
1 # Copyright (c) 2020 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 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
200 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
201 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
202 <<<<<<< HEAD   (d3ea22 Report: Add data)
203         start: 894
204 =======
205         start: 965
206 >>>>>>> CHANGE (b51708 Trending: Plots)
207 =======
208         start: 1035
209 >>>>>>> CHANGE (01597c Trending: Update graphs)
210 =======
211         start: 1082
212 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
213 =======
214         start: 1086
215 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
216         end: "lastCompletedBuild"
217 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
218 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
219         skip:
220 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
221 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
222 <<<<<<< HEAD   (d3ea22 Report: Add data)
223           - 899
224           - 900
225           - 901
226           - 902
227           - 903
228           - 904
229           - 921
230           - 922
231           - 935
232           - 936
233           - 937
234           - 938
235           - 939
236           - 940
237           - 941
238           - 953
239 =======
240 >>>>>>> CHANGE (b51708 Trending: Plots)
241           - 987
242 =======
243 >>>>>>> CHANGE (01597c Trending: Update graphs)
244           - 1052
245 <<<<<<< HEAD   (d3ea22 Report: Add data)
246 =======
247           - 1054
248           - 1056
249           - 1063
250 =======
251 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
252           - 1102
253 >>>>>>> CHANGE (b51708 Trending: Plots)
254 =======
255         max-builds: 180  # Max nr of builds to use
256 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
257 =======
258 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
259       csit-dpdk-perf-mrr-weekly-master:
260         start: 107
261         end: "lastCompletedBuild"
262
263     plot-performance-trending-vpp-3n-hsw:
264       csit-vpp-perf-mrr-daily-master:
265 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
266 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
267 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
268 <<<<<<< HEAD   (d3ea22 Report: Add data)
269         start: 894
270 =======
271         start: 965
272 >>>>>>> CHANGE (b51708 Trending: Plots)
273 =======
274         start: 1035
275 >>>>>>> CHANGE (01597c Trending: Update graphs)
276 =======
277         start: 1082
278 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
279 =======
280         start: 1086
281 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
282         end: "lastCompletedBuild"
283 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
284 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
285         skip:
286 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
287 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
288 <<<<<<< HEAD   (d3ea22 Report: Add data)
289           - 899
290           - 900
291           - 901
292           - 902
293           - 903
294           - 904
295           - 921
296           - 922
297           - 935
298           - 936
299           - 937
300           - 938
301           - 939
302           - 940
303           - 941
304           - 953
305 =======
306 >>>>>>> CHANGE (b51708 Trending: Plots)
307           - 987
308 =======
309 >>>>>>> CHANGE (01597c Trending: Update graphs)
310           - 1052
311 <<<<<<< HEAD   (d3ea22 Report: Add data)
312 =======
313           - 1054
314           - 1056
315           - 1063
316 =======
317 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
318           - 1102
319 >>>>>>> CHANGE (b51708 Trending: Plots)
320 =======
321         max-builds: 180  # Max nr of builds to use
322 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
323 =======
324 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
325
326     plot-performance-trending-dpdk-3n-hsw:
327       csit-dpdk-perf-mrr-weekly-master:
328         start: 107
329         end: "lastCompletedBuild"
330
331     # 3n-skx
332     plot-performance-trending-all-3n-skx:
333       csit-vpp-perf-mrr-daily-master-3n-skx:
334 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
335 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
336 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
337 <<<<<<< HEAD   (d3ea22 Report: Add data)
338         start: 635
339 =======
340         start: 707
341 >>>>>>> CHANGE (b51708 Trending: Plots)
342 =======
343         start: 782
344 >>>>>>> CHANGE (01597c Trending: Update graphs)
345 =======
346         start: 830
347 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
348 =======
349         start: 834
350 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
351         end: "lastCompletedBuild"
352 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
353 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
354         skip:
355 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
356 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
357 <<<<<<< HEAD   (d3ea22 Report: Add data)
358           - 641
359           - 642
360           - 643
361           - 644
362           - 645
363           - 646
364           - 662
365           - 663
366           - 683
367           - 684
368           - 685
369           - 686
370           - 687
371           - 694
372           - 695
373           - 696
374           - 697
375           - 705
376 =======
377 >>>>>>> CHANGE (b51708 Trending: Plots)
378           - 743
379           - 749
380           - 761
381 =======
382 >>>>>>> CHANGE (01597c Trending: Update graphs)
383           - 796
384 <<<<<<< HEAD   (d3ea22 Report: Add data)
385 =======
386           - 803
387           - 804
388           - 805
389           - 818
390 =======
391 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
392           - 849
393 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
394 >>>>>>> CHANGE (b51708 Trending: Plots)
395 =======
396           - 851
397 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
398 >>>>>>> CHANGE (01597c Trending: Update graphs)
399 =======
400           - 862
401           - 864
402 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
403 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
404 =======
405           - 865
406           - 866
407 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
408 =======
409         max-builds: 180  # Max nr of builds to use
410 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
411 =======
412 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
413       csit-dpdk-perf-mrr-weekly-master-3n-skx:
414         start: 72
415         end: "lastCompletedBuild"
416
417     plot-performance-trending-vpp-3n-skx:
418       csit-vpp-perf-mrr-daily-master-3n-skx:
419 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
420 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
421 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
422 <<<<<<< HEAD   (d3ea22 Report: Add data)
423         start: 635
424 =======
425         start: 707
426 >>>>>>> CHANGE (b51708 Trending: Plots)
427 =======
428         start: 782
429 >>>>>>> CHANGE (01597c Trending: Update graphs)
430 =======
431         start: 830
432 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
433 =======
434         start: 834
435 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
436         end: "lastCompletedBuild"
437 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
438 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
439         skip:
440 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
441 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
442 <<<<<<< HEAD   (d3ea22 Report: Add data)
443           - 641
444           - 642
445           - 643
446           - 644
447           - 645
448           - 646
449           - 662
450           - 663
451           - 683
452           - 684
453           - 685
454           - 686
455           - 687
456           - 694
457           - 695
458           - 696
459           - 697
460           - 705
461 =======
462 >>>>>>> CHANGE (b51708 Trending: Plots)
463           - 743
464           - 749
465           - 761
466 =======
467 >>>>>>> CHANGE (01597c Trending: Update graphs)
468           - 796
469 <<<<<<< HEAD   (d3ea22 Report: Add data)
470 =======
471           - 803
472           - 804
473           - 805
474           - 818
475 =======
476 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
477           - 849
478 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
479 >>>>>>> CHANGE (b51708 Trending: Plots)
480 =======
481           - 851
482 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
483 >>>>>>> CHANGE (01597c Trending: Update graphs)
484 =======
485           - 862
486           - 864
487 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
488 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
489 =======
490           - 865
491           - 866
492 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
493 =======
494         max-builds: 180  # Max nr of builds to use
495 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
496 =======
497 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
498
499     plot-performance-trending-dpdk-3n-skx:
500       csit-dpdk-perf-mrr-weekly-master-3n-skx:
501         start: 72
502         end: "lastCompletedBuild"
503
504     # 2n-skx
505     plot-performance-trending-all-2n-skx:
506       csit-vpp-perf-mrr-daily-master-2n-skx:
507 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
508 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
509 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
510 <<<<<<< HEAD   (d3ea22 Report: Add data)
511         start: 647
512 =======
513         start: 729
514 >>>>>>> CHANGE (b51708 Trending: Plots)
515 =======
516         start: 804
517 >>>>>>> CHANGE (01597c Trending: Update graphs)
518 =======
519         start: 856
520 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
521 =======
522         start: 858
523 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
524         end: "lastCompletedBuild"
525 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
526 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
527         skip:
528 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
529 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
530           - 653
531           - 654
532           - 655
533           - 656
534           - 657
535           - 658
536           - 675
537           - 676
538           - 693
539           - 694
540           - 695
541           - 696
542           - 697
543           - 698
544           - 699
545           - 700
546           - 701
547           - 702
548           - 768
549 <<<<<<< HEAD   (d3ea22 Report: Add data)
550 =======
551 =======
552 >>>>>>> CHANGE (01597c Trending: Update graphs)
553           - 828
554           - 830
555 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
556 >>>>>>> CHANGE (b51708 Trending: Plots)
557 =======
558 =======
559 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
560           - 868
561           - 870
562           - 874
563 >>>>>>> CHANGE (01597c Trending: Update graphs)
564 =======
565         max-builds: 180  # Max nr of builds to use
566 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
567 =======
568 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
569       csit-dpdk-perf-mrr-weekly-master-2n-skx:
570         start: 78
571         end: "lastCompletedBuild"
572
573     plot-performance-trending-vpp-2n-skx:
574       csit-vpp-perf-mrr-daily-master-2n-skx:
575 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
576 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
577 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
578 <<<<<<< HEAD   (d3ea22 Report: Add data)
579         start: 647
580 =======
581         start: 729
582 >>>>>>> CHANGE (b51708 Trending: Plots)
583 =======
584         start: 804
585 >>>>>>> CHANGE (01597c Trending: Update graphs)
586 =======
587         start: 856
588 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
589 =======
590         start: 858
591 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
592         end: "lastCompletedBuild"
593 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
594 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
595         skip:
596 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
597 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
598           - 653
599           - 654
600           - 655
601           - 656
602           - 657
603           - 658
604           - 675
605           - 676
606           - 693
607           - 694
608           - 695
609           - 696
610           - 697
611           - 698
612           - 699
613           - 700
614           - 701
615           - 702
616           - 768
617 <<<<<<< HEAD   (d3ea22 Report: Add data)
618
619     plot-performance-trending-vpp-2n-clx:
620       csit-vpp-perf-mrr-daily-master-2n-clx:
621         start: 89
622         end: "lastCompletedBuild"
623         skip:
624           - 97
625 =======
626 =======
627 >>>>>>> CHANGE (01597c Trending: Update graphs)
628           - 828
629           - 830
630 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
631 >>>>>>> CHANGE (b51708 Trending: Plots)
632 =======
633 =======
634 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
635           - 868
636           - 870
637           - 874
638 >>>>>>> CHANGE (01597c Trending: Update graphs)
639 =======
640         max-builds: 180  # Max nr of builds to use
641 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
642 =======
643 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
644
645     plot-performance-trending-dpdk-2n-skx:
646       csit-dpdk-perf-mrr-weekly-master-2n-skx:
647         start: 78
648         end: "lastCompletedBuild"
649
650     plot-performance-trending-vpp-nfv-2n-skx:
651       csit-vpp-perf-mrr-weekly-master-2n-skx:
652         start: 50
653         end: "lastCompletedBuild"
654
655 <<<<<<< HEAD   (d3ea22 Report: Add data)
656 =======
657     plot-performance-trending-vpp-2n-clx:
658       csit-vpp-perf-mrr-daily-master-2n-clx:
659         start: 236
660         end: "lastCompletedBuild"
661
662     plot-performance-trending-dpdk-2n-clx:
663       csit-dpdk-perf-mrr-weekly-master-2n-clx:
664         start: 23
665         end: "lastCompletedBuild"
666
667 >>>>>>> CHANGE (b51708 Trending: Plots)
668     # 3n-tsh
669     plot-performance-trending-all-3n-tsh:
670       csit-vpp-perf-mrr-daily-master-3n-tsh:
671         start: 144
672         end: "lastCompletedBuild"
673 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
674 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
675         skip:
676 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
677 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
678           - 105
679 <<<<<<< HEAD   (d3ea22 Report: Add data)
680 =======
681 =======
682 >>>>>>> CHANGE (01597c Trending: Update graphs)
683           - 126
684           - 127
685           - 135
686 =======
687 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
688           - 149
689 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
690 >>>>>>> CHANGE (b51708 Trending: Plots)
691 =======
692           - 150
693           - 152
694           - 153
695           - 154
696           - 155
697           - 156
698           - 157
699 >>>>>>> CHANGE (01597c Trending: Update graphs)
700 =======
701         max-builds: 180  # Max nr of builds to use
702 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
703 =======
704 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
705
706     plot-performance-trending-vpp-3n-tsh:
707       csit-vpp-perf-mrr-daily-master-3n-tsh:
708         start: 144
709         end: "lastCompletedBuild"
710 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
711 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
712         skip:
713 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
714 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
715           - 105
716 <<<<<<< HEAD   (d3ea22 Report: Add data)
717 =======
718 =======
719 >>>>>>> CHANGE (01597c Trending: Update graphs)
720           - 126
721           - 127
722           - 135
723 =======
724 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
725           - 149
726 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
727 >>>>>>> CHANGE (b51708 Trending: Plots)
728 =======
729           - 150
730           - 152
731           - 153
732           - 154
733           - 155
734           - 156
735           - 157
736 >>>>>>> CHANGE (01597c Trending: Update graphs)
737 =======
738         max-builds: 180  # Max nr of builds to use
739 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
740 =======
741 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
742
743     plot-performance-trending-vpp-3n-dnv:
744       csit-vpp-perf-mrr-daily-master-3n-dnv:
745 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
746 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
747 <<<<<<< HEAD   (d3ea22 Report: Add data)
748         start: 134
749 =======
750         start: 203
751 >>>>>>> CHANGE (b51708 Trending: Plots)
752 =======
753         start: 276
754 >>>>>>> CHANGE (01597c Trending: Update graphs)
755 =======
756         start: 329
757 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
758         end: "lastCompletedBuild"
759 <<<<<<< HEAD   (fdbb41 Report: Add 1908.2 data)
760 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
761         skip:
762 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
763 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
764 <<<<<<< HEAD   (d3ea22 Report: Add data)
765           - 150
766           - 151
767           - 175
768           - 176
769 =======
770 >>>>>>> CHANGE (b51708 Trending: Plots)
771           - 227
772           - 228
773           - 246
774           - 247
775           - 248
776 <<<<<<< HEAD   (d3ea22 Report: Add data)
777 =======
778 =======
779 >>>>>>> CHANGE (01597c Trending: Update graphs)
780           - 297
781           - 318
782           - 319
783           - 320
784           - 321
785           - 322
786           - 323
787           - 324
788           - 325
789           - 326
790           - 327
791 =======
792 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
793           - 343
794 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
795 >>>>>>> CHANGE (b51708 Trending: Plots)
796 =======
797           - 344
798           - 345
799           - 348
800           - 350
801           - 356
802           - 357
803           - 358
804           - 360
805           - 363
806           - 364
807 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
808 >>>>>>> CHANGE (01597c Trending: Update graphs)
809 =======
810           - 381
811           - 387
812           - 388
813           - 390
814           - 391
815           - 392
816 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
817 =======
818         max-builds: 180  # Max nr of builds to use
819 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
820 =======
821 >>>>>>> CHANGE (e260db Trending: NDRPDR weekly comparison)
822
823     plot-performance-trending-vpp-2n-dnv:
824       csit-vpp-perf-mrr-daily-master-2n-dnv:
825 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
826 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
827 <<<<<<< HEAD   (d3ea22 Report: Add data)
828         start: 133
829 =======
830         start: 203
831 >>>>>>> CHANGE (b51708 Trending: Plots)
832 =======
833         start: 279
834 >>>>>>> CHANGE (01597c Trending: Update graphs)
835 =======
836         start: 335
837 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
838         end: "lastCompletedBuild"
839 <<<<<<< HEAD   (89bdc8 Trending: Fixes in plots, data)
840         skip:
841 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
842           - 145
843           - 149
844           - 150
845           - 228
846           - 249
847           - 250
848           - 251
849 <<<<<<< HEAD   (d3ea22 Report: Add data)
850 =======
851           - 302
852           - 304
853           - 314
854           - 317
855           - 326
856           - 327
857           - 328
858           - 329
859           - 330
860           - 331
861           - 332
862 =======
863 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
864           - 344
865           - 349
866 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
867 >>>>>>> CHANGE (b51708 Trending: Plots)
868 =======
869           - 350
870           - 351
871           - 354
872           - 360
873           - 364
874           - 365
875           - 366
876           - 370
877 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
878 >>>>>>> CHANGE (01597c Trending: Update graphs)
879 =======
880           - 378
881           - 387
882           - 394
883           - 395
884           - 396
885           - 397
886 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
887 =======
888 >>>>>>> CHANGE (1945eb PAL: Reverse download order for trending)
889
890     table-ndrpdr-comparison-2n-skx:
891       csit-vpp-perf-ndrpdr-weekly-master-2n-skx:
892         start: 76
893         end: "lastCompletedBuild"
894         max-builds: 15
895         reverse: True  # Must be reversed
896
897     table-ndrpdr-comparison-3n-skx:
898       csit-vpp-perf-ndrpdr-weekly-master-3n-skx:
899         start: 76
900         end: "lastCompletedBuild"
901         max-builds: 15
902         reverse: True  # Must be reversed
903         skip:
904           - 87
905
906     table-ndrpdr-comparison-2n-clx:
907       csit-vpp-perf-ndrpdr-weekly-master-2n-clx:
908         start: 21
909         end: "lastCompletedBuild"
910         max-builds: 15
911         reverse: True  # Must be reversed
912
913     table-ndrpdr-comparison-3n-hsw:
914       csit-vpp-perf-ndrpdr-weekly-master-3n-hsw:
915         start: 76
916         end: "lastCompletedBuild"
917         max-builds: 15
918         reverse: True  # Must be reversed
919
920   plot-layouts:
921
922     plot-cpta:
923       title: ""
924       titlefont:
925         size: 16
926       autosize: True
927       showlegend: True
928       width: 1100
929       height: 800
930       yaxis:
931         showticklabels: True
932         tickformat: ".5s"
933         title: "Throughput [Mpps]"
934         hoverformat: ".5s"
935         gridcolor: "rgb(238, 238, 238)"
936         linecolor: "rgb(238, 238, 238)"
937         showline: True
938         zeroline: False
939         tickcolor: "rgb(238, 238, 238)"
940         linewidth: 1
941         showgrid: True
942       xaxis:
943         title: 'Date [MMDD]'
944         type: "date"
945         autorange: True
946         fixedrange: False
947         showgrid: True
948         gridcolor: "rgb(238, 238, 238)"
949         showline: True
950         linecolor: "rgb(238, 238, 238)"
951         zeroline: False
952         linewidth: 1
953         showticklabels: True
954         tickcolor: "rgb(238, 238, 238)"
955         tickmode: "auto"
956         tickformat: "%m%d"
957         rangeselector:
958           buttons:
959           - count: 14
960             label: "2w"
961             step: "day"
962             stepmode: "backward"
963           - count: 1
964             label: "1m"
965             step: "month"
966             stepmode: "backward"
967           - count: 2
968             label: "2m"
969             step: "month"
970             stepmode: "backward"
971           - count: 3
972             label: "3m"
973             step: "month"
974             stepmode: "backward"
975           - step: "all"
976       margin:
977         r: 20
978         b: 5
979         t: 5
980         l: 70
981       legend:
982         orientation: "h"
983         xanchor: "auto"
984         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
985         bordercolor: "rgb(238, 238, 238)"
986       paper_bgcolor: "#fff"
987       plot_bgcolor: "#fff"
988       hoverlabel:
989         namelength: -1
990
991 -
992   type: "static"
993   src-path: "{DIR[RST]}"
994   dst-path: "{DIR[WORKING,SRC]}"
995
996 -
997   type: "input"
998   general:
999     file-name: "output_info.xml.gz"
1000     file-format: ".gz"
1001     download-path: "{job}/{build}/archives/{filename}"
1002     extract: "output.xml"
1003     # Number of days from now to the past. Only files generated in this
1004     # time period are used.
1005     time-period: 90
1006
1007     zip-file-name: "robot-plugin.zip"
1008     zip-file-format: ".zip"
1009     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1010     zip-extract: "robot-plugin/output.xml"
1011
1012   builds:
1013
1014     # 2n-skx ndrpdr
1015     csit-vpp-perf-ndrpdr-weekly-master-2n-skx:
1016       start: 76
1017       end: "lastCompletedBuild"
1018       max-builds: 15
1019
1020     # 3n-skx ndrpdr
1021     csit-vpp-perf-ndrpdr-weekly-master-3n-skx:
1022       start: 76
1023       end: "lastCompletedBuild"
1024       max-builds: 15
1025       skip:
1026         - 87
1027
1028     # 2n-clx ndrpdr
1029     csit-vpp-perf-ndrpdr-weekly-master-2n-clx:
1030       start: 21
1031       end: "lastCompletedBuild"
1032       max-builds: 15
1033
1034     # 3n-hsw ndrpdr
1035     csit-vpp-perf-ndrpdr-weekly-master-3n-hsw:
1036       start: 76
1037       end: "lastCompletedBuild"
1038       max-builds: 15
1039
1040     # 3n-hsw
1041     csit-vpp-perf-mrr-daily-master:
1042 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1043 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1044 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1045 <<<<<<< HEAD   (d3ea22 Report: Add data)
1046       start: 894
1047 =======
1048       start: 965
1049 >>>>>>> CHANGE (b51708 Trending: Plots)
1050 =======
1051       start: 1035
1052 >>>>>>> CHANGE (01597c Trending: Update graphs)
1053 =======
1054       start: 1082
1055 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1056 =======
1057       start: 1086
1058 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1059       end: "lastCompletedBuild"
1060       max-builds: 180  # Max nr of builds to download
1061       skip:
1062 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1063 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1064 <<<<<<< HEAD   (d3ea22 Report: Add data)
1065         - 899
1066         - 900
1067         - 901
1068         - 902
1069         - 903
1070         - 904
1071         - 921
1072         - 922
1073         - 935
1074         - 936
1075         - 937
1076         - 938
1077         - 939
1078         - 940
1079         - 941
1080         - 953
1081 =======
1082 >>>>>>> CHANGE (b51708 Trending: Plots)
1083         - 987
1084 =======
1085 >>>>>>> CHANGE (01597c Trending: Update graphs)
1086         - 1052
1087 <<<<<<< HEAD   (d3ea22 Report: Add data)
1088 =======
1089         - 1054
1090         - 1056
1091         - 1063
1092 =======
1093 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1094         - 1102
1095 <<<<<<< HEAD   (8189a4 Report: Add data)
1096 >>>>>>> CHANGE (b51708 Trending: Plots)
1097 =======
1098         - 1159
1099 >>>>>>> CHANGE (60d006 Trending: CSIT-1301: Display stdev in hover info)
1100     csit-dpdk-perf-mrr-weekly-master:
1101       start: 113
1102       end: "lastCompletedBuild"
1103       max-builds: 15  # Max nr of builds to download
1104       skip:
1105         - 114
1106
1107     # 3n-skx
1108     csit-vpp-perf-mrr-daily-master-3n-skx:
1109 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1110 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1111 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1112 <<<<<<< HEAD   (d3ea22 Report: Add data)
1113       start: 635
1114 =======
1115       start: 707
1116 >>>>>>> CHANGE (b51708 Trending: Plots)
1117 =======
1118       start: 782
1119 >>>>>>> CHANGE (01597c Trending: Update graphs)
1120 =======
1121       start: 830
1122 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1123 =======
1124       start: 834
1125 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1126       end: "lastCompletedBuild"
1127       max-builds: 180  # Max nr of builds to download
1128       skip:
1129 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1130 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1131 <<<<<<< HEAD   (d3ea22 Report: Add data)
1132         - 641
1133         - 642
1134         - 643
1135         - 644
1136         - 645
1137         - 646
1138         - 662
1139         - 663
1140         - 683
1141         - 684
1142         - 685
1143         - 686
1144         - 687
1145         - 694
1146         - 695
1147         - 696
1148         - 697
1149         - 705
1150 =======
1151 >>>>>>> CHANGE (b51708 Trending: Plots)
1152         - 743
1153         - 749
1154         - 761
1155 =======
1156 >>>>>>> CHANGE (01597c Trending: Update graphs)
1157         - 796
1158 <<<<<<< HEAD   (d3ea22 Report: Add data)
1159 =======
1160         - 803
1161         - 804
1162         - 805
1163         - 818
1164 =======
1165 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1166         - 849
1167 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1168 >>>>>>> CHANGE (b51708 Trending: Plots)
1169 =======
1170         - 851
1171 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1172 >>>>>>> CHANGE (01597c Trending: Update graphs)
1173 =======
1174         - 862
1175         - 864
1176 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1177 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1178 =======
1179         - 865
1180         - 866
1181 <<<<<<< HEAD   (8189a4 Report: Add data)
1182 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1183 =======
1184         - 867
1185 >>>>>>> CHANGE (60d006 Trending: CSIT-1301: Display stdev in hover info)
1186     csit-dpdk-perf-mrr-weekly-master-3n-skx:
1187       start: 78
1188       end: "lastCompletedBuild"
1189       max-builds: 15  # Max nr of builds to download
1190       skip:
1191         - 79
1192
1193     # 2n-skx
1194     csit-vpp-perf-mrr-daily-master-2n-skx:
1195 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1196 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1197 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1198 <<<<<<< HEAD   (d3ea22 Report: Add data)
1199       start: 647
1200 =======
1201       start: 729
1202 >>>>>>> CHANGE (b51708 Trending: Plots)
1203 =======
1204       start: 804
1205 >>>>>>> CHANGE (01597c Trending: Update graphs)
1206 =======
1207       start: 856
1208 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1209 =======
1210       start: 858
1211 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1212       end: "lastCompletedBuild"
1213       max-builds: 180  # Max nr of builds to download
1214       skip:
1215 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1216 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1217         - 653
1218         - 654
1219         - 655
1220         - 656
1221         - 657
1222         - 658
1223         - 675
1224         - 676
1225         - 693
1226         - 694
1227         - 695
1228         - 696
1229         - 697
1230         - 698
1231         - 699
1232         - 700
1233         - 701
1234         - 702
1235         - 768
1236 <<<<<<< HEAD   (d3ea22 Report: Add data)
1237 =======
1238 =======
1239 >>>>>>> CHANGE (01597c Trending: Update graphs)
1240         - 828
1241         - 830
1242 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1243 >>>>>>> CHANGE (b51708 Trending: Plots)
1244 =======
1245 =======
1246 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1247         - 868
1248         - 870
1249         - 874
1250 <<<<<<< HEAD   (8189a4 Report: Add data)
1251 >>>>>>> CHANGE (01597c Trending: Update graphs)
1252 =======
1253         - 889
1254 >>>>>>> CHANGE (60d006 Trending: CSIT-1301: Display stdev in hover info)
1255     csit-vpp-perf-mrr-weekly-master-2n-skx:
1256       start: 50
1257       end: "lastCompletedBuild"
1258       max-builds: 15  # Max nr of builds to download
1259       skip:
1260         - 52
1261         - 54
1262         - 55
1263     csit-dpdk-perf-mrr-weekly-master-2n-skx:
1264       start: 78
1265       end: "lastCompletedBuild"
1266       max-builds: 15  # Max nr of builds to download
1267       skip:
1268         - 79
1269
1270     csit-vpp-perf-mrr-daily-master-2n-clx:
1271       start: 236
1272       end: "lastCompletedBuild"
1273       max-builds: 180  # Max nr of builds to download
1274       skip:
1275 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1276 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1277 <<<<<<< HEAD   (d3ea22 Report: Add data)
1278         - 97
1279 =======
1280         - 121
1281         - 153
1282         - 154
1283         - 155
1284 =======
1285 >>>>>>> CHANGE (01597c Trending: Update graphs)
1286         - 204
1287         - 206
1288         - 208
1289         - 213
1290         - 214
1291         - 215
1292         - 216
1293         - 217
1294         - 224
1295         - 230
1296         - 231
1297 =======
1298 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1299         - 239
1300         - 248
1301         - 251
1302         - 252
1303         - 253
1304         - 308
1305
1306     csit-dpdk-perf-mrr-weekly-master-2n-clx:
1307       start: 23
1308       end: "lastCompletedBuild"
1309       max-builds: 15  # Max nr of builds to download
1310       skip:
1311 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1312         - 18
1313         - 21
1314         - 22
1315 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1316 >>>>>>> CHANGE (b51708 Trending: Plots)
1317 =======
1318 =======
1319 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1320         - 24
1321 >>>>>>> CHANGE (01597c Trending: Update graphs)
1322
1323     # 3n-tsh
1324     csit-vpp-perf-mrr-daily-master-3n-tsh:
1325       start: 144
1326       end: "lastCompletedBuild"
1327       max-builds: 180  # Max nr of builds to download
1328       skip:
1329 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1330 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1331         - 105
1332 <<<<<<< HEAD   (d3ea22 Report: Add data)
1333 =======
1334 =======
1335 >>>>>>> CHANGE (01597c Trending: Update graphs)
1336         - 126
1337         - 127
1338         - 135
1339 =======
1340 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1341         - 149
1342 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1343 >>>>>>> CHANGE (b51708 Trending: Plots)
1344 =======
1345         - 150
1346         - 152
1347         - 153
1348         - 154
1349         - 155
1350         - 156
1351         - 157
1352 <<<<<<< HEAD   (8189a4 Report: Add data)
1353 >>>>>>> CHANGE (01597c Trending: Update graphs)
1354 =======
1355         - 192
1356 >>>>>>> CHANGE (60d006 Trending: CSIT-1301: Display stdev in hover info)
1357
1358     # 3n-dnv
1359     csit-vpp-perf-mrr-daily-master-3n-dnv:
1360 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1361 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1362 <<<<<<< HEAD   (d3ea22 Report: Add data)
1363       start: 134
1364 =======
1365       start: 203
1366 >>>>>>> CHANGE (b51708 Trending: Plots)
1367 =======
1368       start: 276
1369 >>>>>>> CHANGE (01597c Trending: Update graphs)
1370 =======
1371       start: 329
1372 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1373       end: "lastCompletedBuild"
1374       max-builds: 180  # Max nr of builds to download
1375       skip:
1376 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1377 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1378 <<<<<<< HEAD   (d3ea22 Report: Add data)
1379         - 150
1380         - 151
1381         - 175
1382         - 176
1383 =======
1384 >>>>>>> CHANGE (b51708 Trending: Plots)
1385         - 227
1386         - 228
1387         - 246
1388         - 247
1389         - 248
1390 <<<<<<< HEAD   (d3ea22 Report: Add data)
1391 =======
1392 =======
1393 >>>>>>> CHANGE (01597c Trending: Update graphs)
1394         - 297
1395         - 318
1396         - 319
1397         - 320
1398         - 321
1399         - 322
1400         - 323
1401         - 324
1402         - 325
1403         - 326
1404         - 327
1405 =======
1406 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1407         - 343
1408 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1409 >>>>>>> CHANGE (b51708 Trending: Plots)
1410 =======
1411         - 344
1412         - 345
1413         - 348
1414         - 350
1415         - 356
1416         - 357
1417         - 358
1418         - 360
1419         - 363
1420         - 364
1421 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1422 >>>>>>> CHANGE (01597c Trending: Update graphs)
1423 =======
1424         - 381
1425         - 387
1426         - 388
1427         - 390
1428         - 391
1429         - 392
1430 <<<<<<< HEAD   (8189a4 Report: Add data)
1431 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1432 =======
1433         - 396
1434 >>>>>>> CHANGE (60d006 Trending: CSIT-1301: Display stdev in hover info)
1435
1436     # 2n-dnv
1437     csit-vpp-perf-mrr-daily-master-2n-dnv:
1438 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1439 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1440 <<<<<<< HEAD   (d3ea22 Report: Add data)
1441       start: 133
1442 =======
1443       start: 203
1444 >>>>>>> CHANGE (b51708 Trending: Plots)
1445 =======
1446       start: 279
1447 >>>>>>> CHANGE (01597c Trending: Update graphs)
1448 =======
1449       start: 335
1450 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1451       end: "lastCompletedBuild"
1452       max-builds: 180  # Max nr of builds to download
1453       skip:
1454 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1455         - 145
1456         - 149
1457         - 150
1458         - 228
1459         - 249
1460         - 250
1461         - 251
1462 <<<<<<< HEAD   (d3ea22 Report: Add data)
1463 =======
1464         - 302
1465         - 304
1466         - 314
1467         - 317
1468         - 326
1469         - 327
1470         - 328
1471         - 329
1472         - 330
1473         - 331
1474         - 332
1475 =======
1476 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1477         - 344
1478         - 349
1479 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1480 >>>>>>> CHANGE (b51708 Trending: Plots)
1481 =======
1482         - 350
1483         - 351
1484         - 354
1485         - 36
1486         - 364
1487         - 365
1488         - 366
1489         - 370
1490 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1491 >>>>>>> CHANGE (01597c Trending: Update graphs)
1492 =======
1493         - 378
1494         - 387
1495         - 394
1496         - 395
1497         - 396
1498         - 397
1499 <<<<<<< HEAD   (8189a4 Report: Add data)
1500 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1501 =======
1502         - 402
1503 >>>>>>> CHANGE (60d006 Trending: CSIT-1301: Display stdev in hover info)
1504
1505 -
1506   type: "output"
1507   output: "trending"
1508   format:
1509     html:
1510     - full
1511
1512 ################################################################################
1513 ###                               T A B L E S                                ###
1514 ################################################################################
1515
1516 ################################################################################
1517
1518 # VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr
1519 - type: "table"
1520   title: "VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr"
1521   algorithm: "table_weekly_comparison"
1522   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-skx-2t1c-ndr"
1523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1524   data: "table-ndrpdr-comparison-2n-skx"
1525   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1526   nr-of-data-columns: 3
1527   comparisons:
1528     - reference: -3
1529       compare: -1
1530     - reference: -2
1531       compare: -1
1532
1533 # VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c pdr
1534 - type: "table"
1535   title: "VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c pdr"
1536   algorithm: "table_weekly_comparison"
1537   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-skx-2t1c-pdr"
1538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1539   data: "table-ndrpdr-comparison-2n-skx"
1540   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1541   nr-of-data-columns: 3
1542   comparisons:
1543     - reference: -3
1544       compare: -1
1545     - reference: -2
1546       compare: -1
1547
1548 # VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c ndr
1549 - type: "table"
1550   title: "VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c ndr"
1551   algorithm: "table_weekly_comparison"
1552   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-skx-2t1c-ndr"
1553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1554   data: "table-ndrpdr-comparison-3n-skx"
1555   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1556   nr-of-data-columns: 3
1557   comparisons:
1558     - reference: -3
1559       compare: -1
1560     - reference: -2
1561       compare: -1
1562
1563 # VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c pdr
1564 - type: "table"
1565   title: "VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c pdr"
1566   algorithm: "table_weekly_comparison"
1567   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-skx-2t1c-pdr"
1568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1569   data: "table-ndrpdr-comparison-3n-skx"
1570   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1571   nr-of-data-columns: 3
1572   comparisons:
1573     - reference: -3
1574       compare: -1
1575     - reference: -2
1576       compare: -1
1577
1578 # VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c ndr
1579 - type: "table"
1580   title: "VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c ndr"
1581   algorithm: "table_weekly_comparison"
1582   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-clx-2t1c-ndr"
1583   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1584   data: "table-ndrpdr-comparison-2n-clx"
1585   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1586   nr-of-data-columns: 3
1587   comparisons:
1588     - reference: -3
1589       compare: -1
1590     - reference: -2
1591       compare: -1
1592
1593 # VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c pdr
1594 - type: "table"
1595   title: "VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c pdr"
1596   algorithm: "table_weekly_comparison"
1597   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-clx-2t1c-pdr"
1598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1599   data: "table-ndrpdr-comparison-2n-clx"
1600   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1601   nr-of-data-columns: 3
1602   comparisons:
1603     - reference: -3
1604       compare: -1
1605     - reference: -2
1606       compare: -1
1607
1608 # VPP NDRPDR weekly comparison 3n-hsw-xl710 2t1c ndr
1609 - type: "table"
1610   title: "VPP NDRPDR weekly comparison 3n-hsw-xl710 1t1c ndr"
1611   algorithm: "table_weekly_comparison"
1612   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-hsw-1t1c-ndr"
1613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1614   data: "table-ndrpdr-comparison-3n-hsw"
1615   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
1616   nr-of-data-columns: 3
1617   comparisons:
1618     - reference: -3
1619       compare: -1
1620     - reference: -2
1621       compare: -1
1622
1623 # VPP NDRPDR weekly comparison 3n-hsw-xl710 2t1c pdr
1624 - type: "table"
1625   title: "VPP NDRPDR weekly comparison 3n-hsw-xl710 1t1c pdr"
1626   algorithm: "table_weekly_comparison"
1627   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-hsw-1t1c-pdr"
1628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1629   data: "table-ndrpdr-comparison-3n-hsw"
1630   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
1631   nr-of-data-columns: 3
1632   comparisons:
1633     - reference: -3
1634       compare: -1
1635     - reference: -2
1636       compare: -1
1637
1638 # Compressed failed tests (last build)
1639 -
1640   type: "table"
1641   title: "Last failed tests (last builds) 3n-hsw"
1642   algorithm: "table_last_failed_tests"
1643   output-file-ext: ".txt"
1644   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
1645   data: "table-last-failed-tests-3n-hsw"
1646   filter: "'MRR'"
1647   parameters:
1648     - "name"
1649     - "parent"
1650     - "status"
1651
1652 -
1653   type: "table"
1654   title: "Last failed tests (last builds) 3n-skx"
1655   algorithm: "table_last_failed_tests"
1656   output-file-ext: ".txt"
1657   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
1658   data: "table-last-failed-tests-3n-skx"
1659   filter: "'MRR'"
1660   parameters:
1661     - "name"
1662     - "parent"
1663     - "status"
1664
1665 -
1666   type: "table"
1667   title: "Last failed tests (last builds) 2n-skx"
1668   algorithm: "table_last_failed_tests"
1669   output-file-ext: ".txt"
1670   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
1671   data: "table-last-failed-tests-2n-skx"
1672   filter: "'MRR'"
1673   parameters:
1674     - "name"
1675     - "parent"
1676     - "status"
1677
1678 -
1679   type: "table"
1680   title: "Last failed tests (last builds) 2n-clx"
1681   algorithm: "table_last_failed_tests"
1682   output-file-ext: ".txt"
1683   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-clx"
1684   data: "table-last-failed-tests-2n-clx"
1685   filter: "'MRR'"
1686   parameters:
1687     - "name"
1688     - "parent"
1689     - "status"
1690
1691 -
1692   type: "table"
1693   title: "Last failed tests (last builds) 3n-tsh"
1694   algorithm: "table_last_failed_tests"
1695   output-file-ext: ".txt"
1696   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
1697   data: "table-last-failed-tests-3n-tsh"
1698   filter: "'MRR'"
1699   parameters:
1700     - "name"
1701     - "parent"
1702     - "status"
1703
1704 -
1705   type: "table"
1706   title: "Last failed tests (last builds) 3n-dnv"
1707   algorithm: "table_last_failed_tests"
1708   output-file-ext: ".txt"
1709   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
1710   data: "table-last-failed-tests-3n-dnv"
1711   filter: "'MRR'"
1712   parameters:
1713     - "name"
1714     - "parent"
1715     - "status"
1716
1717 -
1718   type: "table"
1719   title: "Last failed tests (last builds) 2n-dnv"
1720   algorithm: "table_last_failed_tests"
1721   output-file-ext: ".txt"
1722   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
1723   data: "table-last-failed-tests-2n-dnv"
1724   filter: "'MRR'"
1725   parameters:
1726     - "name"
1727     - "parent"
1728     - "status"
1729
1730 # 3n-hsw
1731 -
1732   type: "table"
1733   title: "Performance trending dashboard 1t1c-3n-hsw"
1734   algorithm: "table_perf_trending_dash"
1735   output-file-ext: ".csv"
1736   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
1737   data: "plot-performance-trending-all-3n-hsw"
1738   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
1739   parameters:
1740   - "name"
1741   - "parent"
1742   - "result"
1743   window: 14
1744   long-trend-window: 180
1745
1746 -
1747   type: "table"
1748   title: "Performance trending dashboard 2t2c-3n-hsw"
1749   algorithm: "table_perf_trending_dash"
1750   output-file-ext: ".csv"
1751   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
1752   data: "plot-performance-trending-all-3n-hsw"
1753   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
1754   parameters:
1755   - "name"
1756   - "parent"
1757   - "result"
1758   window: 14
1759   long-trend-window: 180
1760
1761 -
1762   type: "table"
1763   title: "Performance trending dashboard 4t4c-3n-hsw"
1764   algorithm: "table_perf_trending_dash"
1765   output-file-ext: ".csv"
1766   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
1767   data: "plot-performance-trending-all-3n-hsw"
1768   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
1769   parameters:
1770   - "name"
1771   - "parent"
1772   - "result"
1773   window: 14
1774   long-trend-window: 180
1775
1776 -
1777   type: "table"
1778   title: "HTML performance trending dashboard 1t1c-3n-hsw"
1779   algorithm: "table_perf_trending_dash_html"
1780   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
1781   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
1782   testbed: "3n-hsw"
1783
1784 -
1785   type: "table"
1786   title: "HTML performance trending dashboard 2t2c-3n-hsw"
1787   algorithm: "table_perf_trending_dash_html"
1788   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
1789   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
1790   testbed: "3n-hsw"
1791
1792 -
1793   type: "table"
1794   title: "HTML performance trending dashboard 4t4c-3n-hsw"
1795   algorithm: "table_perf_trending_dash_html"
1796   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
1797   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
1798   testbed: "3n-hsw"
1799
1800 # 3n-hsw
1801 -
1802   type: "table"
1803   title: "Performance trending dashboard 1t1c-3n-hsw ndr"
1804   algorithm: "table_perf_trending_dash"
1805   output-file-ext: ".csv"
1806   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-ndr"
1807   data: "table-ndrpdr-comparison-3n-hsw"
1808   filter: "'NDRPDR' and '1T1C'"
1809   include-tests: "NDR"
1810   parameters:
1811     - "name"
1812     - "parent"
1813     - "throughput"
1814   window: 4
1815   long-trend-window: 12
1816
1817 -
1818   type: "table"
1819   title: "Performance trending dashboard 1t1c-3n-hsw pdr"
1820   algorithm: "table_perf_trending_dash"
1821   output-file-ext: ".csv"
1822   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-pdr"
1823   data: "table-ndrpdr-comparison-3n-hsw"
1824   filter: "'NDRPDR' and '1T1C'"
1825   include-tests: "PDR"
1826   parameters:
1827     - "name"
1828     - "parent"
1829     - "throughput"
1830   window: 4
1831   long-trend-window: 12
1832
1833 -
1834   type: "table"
1835   title: "HTML performance trending dashboard 1t1c-3n-hsw ndr"
1836   algorithm: "table_perf_trending_dash_html"
1837   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-ndr.csv"
1838   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-ndr.rst"
1839   testbed: "3n-hsw"
1840
1841 -
1842   type: "table"
1843   title: "HTML performance trending dashboard 1t1c-3n-hsw pdr"
1844   algorithm: "table_perf_trending_dash_html"
1845   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-pdr.csv"
1846   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-pdr.rst"
1847   testbed: "3n-hsw"
1848
1849 # 3n-skx
1850 -
1851   type: "table"
1852   title: "Performance trending dashboard 2t1c-3n-skx ndr"
1853   algorithm: "table_perf_trending_dash"
1854   output-file-ext: ".csv"
1855   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-ndr"
1856   data: "table-ndrpdr-comparison-3n-skx"
1857   filter: "'NDRPDR' and '2T1C'"
1858   include-tests: "NDR"
1859   parameters:
1860     - "name"
1861     - "parent"
1862     - "throughput"
1863   window: 4
1864   long-trend-window: 12
1865
1866 -
1867   type: "table"
1868   title: "Performance trending dashboard 2t1c-3n-skx pdr"
1869   algorithm: "table_perf_trending_dash"
1870   output-file-ext: ".csv"
1871   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-pdr"
1872   data: "table-ndrpdr-comparison-3n-skx"
1873   filter: "'NDRPDR' and '2T1C'"
1874   include-tests: "PDR"
1875   parameters:
1876     - "name"
1877     - "parent"
1878     - "throughput"
1879   window: 4
1880   long-trend-window: 12
1881
1882 -
1883   type: "table"
1884   title: "HTML performance trending dashboard 2t1c-3n-skx ndr"
1885   algorithm: "table_perf_trending_dash_html"
1886   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-ndr.csv"
1887   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-ndr.rst"
1888   testbed: "3n-skx"
1889
1890 -
1891   type: "table"
1892   title: "HTML performance trending dashboard 2t1c-3n-skx pdr"
1893   algorithm: "table_perf_trending_dash_html"
1894   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-pdr.csv"
1895   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-pdr.rst"
1896   testbed: "3n-skx"
1897
1898 # 2n-skx
1899 -
1900   type: "table"
1901   title: "Performance trending dashboard 2t1c-2n-skx ndr"
1902   algorithm: "table_perf_trending_dash"
1903   output-file-ext: ".csv"
1904   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-ndr"
1905   data: "table-ndrpdr-comparison-2n-skx"
1906   filter: "'NDRPDR' and '2T1C'"
1907   include-tests: "NDR"
1908   parameters:
1909     - "name"
1910     - "parent"
1911     - "throughput"
1912   window: 4
1913   long-trend-window: 12
1914
1915 -
1916   type: "table"
1917   title: "Performance trending dashboard 2t1c-2n-skx pdr"
1918   algorithm: "table_perf_trending_dash"
1919   output-file-ext: ".csv"
1920   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-pdr"
1921   data: "table-ndrpdr-comparison-2n-skx"
1922   filter: "'NDRPDR' and '2T1C'"
1923   include-tests: "PDR"
1924   parameters:
1925     - "name"
1926     - "parent"
1927     - "throughput"
1928   window: 4
1929   long-trend-window: 12
1930
1931 -
1932   type: "table"
1933   title: "HTML performance trending dashboard 2t1c-2n-skx ndr"
1934   algorithm: "table_perf_trending_dash_html"
1935   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-ndr.csv"
1936   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-ndr.rst"
1937   testbed: "2n-skx"
1938
1939 -
1940   type: "table"
1941   title: "HTML performance trending dashboard 2t1c-2n-skx pdr"
1942   algorithm: "table_perf_trending_dash_html"
1943   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-pdr.csv"
1944   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-pdr.rst"
1945   testbed: "2n-skx"
1946
1947 # 2n-clx
1948 -
1949   type: "table"
1950   title: "Performance trending dashboard 2t1c-2n-clx ndr"
1951   algorithm: "table_perf_trending_dash"
1952   output-file-ext: ".csv"
1953   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-ndr"
1954   data: "table-ndrpdr-comparison-2n-clx"
1955   filter: "'NDRPDR' and '2T1C'"
1956   include-tests: "NDR"
1957   parameters:
1958     - "name"
1959     - "parent"
1960     - "throughput"
1961   window: 14
1962   long-trend-window: 180
1963
1964 -
1965   type: "table"
1966   title: "Performance trending dashboard 2t1c-2n-clx pdr"
1967   algorithm: "table_perf_trending_dash"
1968   output-file-ext: ".csv"
1969   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-pdr"
1970   data: "table-ndrpdr-comparison-2n-clx"
1971   filter: "'NDRPDR' and '2T1C'"
1972   include-tests: "PDR"
1973   parameters:
1974     - "name"
1975     - "parent"
1976     - "throughput"
1977   window: 14
1978   long-trend-window: 180
1979
1980 -
1981   type: "table"
1982   title: "HTML performance trending dashboard 2t1c-2n-clx ndr"
1983   algorithm: "table_perf_trending_dash_html"
1984   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-ndr.csv"
1985   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-ndr.rst"
1986   testbed: "2n-clx"
1987
1988 -
1989   type: "table"
1990   title: "HTML performance trending dashboard 2t1c-2n-clx pdr"
1991   algorithm: "table_perf_trending_dash_html"
1992   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-pdr.csv"
1993   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-pdr.rst"
1994   testbed: "2n-clx"
1995
1996 -
1997   type: "table"
1998   title: "Failed MRR tests 3n-hsw"
1999   algorithm: "table_failed_tests"
2000   output-file-ext: ".csv"
2001   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
2002   data: "plot-performance-trending-all-3n-hsw"
2003   filter: "'MRR' and not 'NIC_Intel-XXV710'"
2004   parameters:
2005   - "name"
2006   - "parent"
2007   - "status"
2008   window: 7  # days
2009
2010 -
2011   type: "table"
2012   title: "HTML Failed MRR tests 3n-hsw"
2013   algorithm: "table_failed_tests_html"
2014   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
2015   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
2016   testbed: "3n-hsw"
2017
2018 ################################################################################
2019 # 3n-skx
2020 -
2021   type: "table"
2022   title: "Performance trending dashboard 2t1c-3n-skx"
2023   algorithm: "table_perf_trending_dash"
2024   output-file-ext: ".csv"
2025   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
2026   data: "plot-performance-trending-all-3n-skx"
2027   filter: "'MRR' and '2T1C'"
2028   parameters:
2029   - "name"
2030   - "parent"
2031   - "result"
2032   window: 14
2033   long-trend-window: 180
2034
2035 -
2036   type: "table"
2037   title: "Performance trending dashboard 4t2c-3n-skx"
2038   algorithm: "table_perf_trending_dash"
2039   output-file-ext: ".csv"
2040   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
2041   data: "plot-performance-trending-all-3n-skx"
2042   filter: "'MRR' and '4T2C'"
2043   parameters:
2044   - "name"
2045   - "parent"
2046   - "result"
2047   window: 14
2048   long-trend-window: 180
2049
2050 -
2051   type: "table"
2052   title: "Performance trending dashboard 8t4c-3n-skx"
2053   algorithm: "table_perf_trending_dash"
2054   output-file-ext: ".csv"
2055   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
2056   data: "plot-performance-trending-all-3n-skx"
2057   filter: "'MRR' and '8T4C'"
2058   parameters:
2059   - "name"
2060   - "parent"
2061   - "result"
2062   window: 14
2063   long-trend-window: 180
2064
2065 -
2066   type: "table"
2067   title: "HTML performance trending dashboard 2t1c-3n-skx"
2068   algorithm: "table_perf_trending_dash_html"
2069   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
2070   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
2071   testbed: "3n-skx"
2072
2073 -
2074   type: "table"
2075   title: "HTML performance trending dashboard 4t2c-3n-skx"
2076   algorithm: "table_perf_trending_dash_html"
2077   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
2078   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
2079   testbed: "3n-skx"
2080
2081 -
2082   type: "table"
2083   title: "HTML performance trending dashboard 8t4c-3n-skx"
2084   algorithm: "table_perf_trending_dash_html"
2085   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
2086   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
2087   testbed: "3n-skx"
2088
2089 -
2090   type: "table"
2091   title: "Failed MRR tests 3n-skx"
2092   algorithm: "table_failed_tests"
2093   output-file-ext: ".csv"
2094   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
2095   data: "plot-performance-trending-all-3n-skx"
2096   filter: "'MRR'"
2097   parameters:
2098   - "name"
2099   - "parent"
2100   - "status"
2101   window: 7  # days
2102
2103 -
2104   type: "table"
2105   title: "HTML Failed MRR tests 3n-skx"
2106   algorithm: "table_failed_tests_html"
2107   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
2108   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
2109   testbed: "3n-skx"
2110
2111 ################################################################################
2112 # 2n-skx
2113 -
2114   type: "table"
2115   title: "Performance trending dashboard 2t1c-2n-skx"
2116   algorithm: "table_perf_trending_dash"
2117   output-file-ext: ".csv"
2118   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
2119   data: "plot-performance-trending-all-2n-skx"
2120   filter: "'MRR' and '2T1C'"
2121   parameters:
2122   - "name"
2123   - "parent"
2124   - "result"
2125   window: 14
2126   long-trend-window: 180
2127
2128 -
2129   type: "table"
2130   title: "Performance trending dashboard 4t2c-2n-skx"
2131   algorithm: "table_perf_trending_dash"
2132   output-file-ext: ".csv"
2133   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
2134   data: "plot-performance-trending-all-2n-skx"
2135   filter: "'MRR' and '4T2C'"
2136   parameters:
2137   - "name"
2138   - "parent"
2139   - "result"
2140   window: 14
2141   long-trend-window: 180
2142
2143 -
2144   type: "table"
2145   title: "Performance trending dashboard 8t4c-2n-skx"
2146   algorithm: "table_perf_trending_dash"
2147   output-file-ext: ".csv"
2148   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
2149   data: "plot-performance-trending-all-2n-skx"
2150   filter: "'MRR' and '8T4C'"
2151   parameters:
2152   - "name"
2153   - "parent"
2154   - "result"
2155   window: 14
2156   long-trend-window: 180
2157
2158 -
2159   type: "table"
2160   title: "HTML performance trending dashboard 2t1c-2n-skx"
2161   algorithm: "table_perf_trending_dash_html"
2162   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
2163   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
2164   testbed: "2n-skx"
2165
2166 -
2167   type: "table"
2168   title: "HTML performance trending dashboard 4t2c-2n-skx"
2169   algorithm: "table_perf_trending_dash_html"
2170   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
2171   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
2172   testbed: "2n-skx"
2173
2174 -
2175   type: "table"
2176   title: "HTML performance trending dashboard 8t4c-2n-skx"
2177   algorithm: "table_perf_trending_dash_html"
2178   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
2179   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
2180   testbed: "2n-skx"
2181
2182 -
2183   type: "table"
2184   title: "Failed MRR tests 2n-skx"
2185   algorithm: "table_failed_tests"
2186   output-file-ext: ".csv"
2187   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
2188   data: "plot-performance-trending-all-2n-skx"
2189   filter: "'MRR'"
2190   parameters:
2191   - "name"
2192   - "parent"
2193   - "status"
2194   window: 7  # days
2195
2196 -
2197   type: "table"
2198   title: "HTML Failed MRR tests 2n-skx"
2199   algorithm: "table_failed_tests_html"
2200   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
2201   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
2202   testbed: "2n-skx"
2203
2204 ################################################################################
2205 # 2n-clx
2206 -
2207   type: "table"
2208   title: "Performance trending dashboard 2t1c-2n-clx"
2209   algorithm: "table_perf_trending_dash"
2210   output-file-ext: ".csv"
2211   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx"
2212   data: "plot-performance-trending-vpp-2n-clx"
2213   filter: "'MRR' and '2T1C'"
2214   parameters:
2215   - "name"
2216   - "parent"
2217   - "result"
2218   window: 14
2219   long-trend-window: 180
2220
2221 -
2222   type: "table"
2223   title: "Performance trending dashboard 4t2c-2n-clx"
2224   algorithm: "table_perf_trending_dash"
2225   output-file-ext: ".csv"
2226   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx"
2227   data: "plot-performance-trending-vpp-2n-clx"
2228   filter: "'MRR' and '4T2C'"
2229   parameters:
2230   - "name"
2231   - "parent"
2232   - "result"
2233   window: 14
2234   long-trend-window: 180
2235
2236 -
2237   type: "table"
2238   title: "Performance trending dashboard 8t4c-2n-clx"
2239   algorithm: "table_perf_trending_dash"
2240   output-file-ext: ".csv"
2241   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx"
2242   data: "plot-performance-trending-vpp-2n-clx"
2243   filter: "'MRR' and '8T4C'"
2244   parameters:
2245   - "name"
2246   - "parent"
2247   - "result"
2248   window: 14
2249   long-trend-window: 180
2250
2251 -
2252   type: "table"
2253   title: "HTML performance trending dashboard 2t1c-2n-clx"
2254   algorithm: "table_perf_trending_dash_html"
2255   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv"
2256   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst"
2257   testbed: "2n-clx"
2258
2259 -
2260   type: "table"
2261   title: "HTML performance trending dashboard 4t2c-2n-clx"
2262   algorithm: "table_perf_trending_dash_html"
2263   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv"
2264   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst"
2265   testbed: "2n-clx"
2266
2267 -
2268   type: "table"
2269   title: "HTML performance trending dashboard 8t4c-2n-clx"
2270   algorithm: "table_perf_trending_dash_html"
2271   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv"
2272   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst"
2273   testbed: "2n-clx"
2274
2275 -
2276   type: "table"
2277   title: "Failed MRR tests 2n-clx"
2278   algorithm: "table_failed_tests"
2279   output-file-ext: ".csv"
2280   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx"
2281   data: "plot-performance-trending-vpp-2n-clx"
2282   filter: "'MRR'"
2283   parameters:
2284   - "name"
2285   - "parent"
2286   - "status"
2287   window: 7  # days
2288
2289 -
2290   type: "table"
2291   title: "HTML Failed MRR tests 2n-clx"
2292   algorithm: "table_failed_tests_html"
2293   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.csv"
2294   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.rst"
2295   testbed: "2n-clx"
2296
2297
2298 ################################################################################
2299 # 3n-tsh
2300 -
2301   type: "table"
2302   title: "Performance trending dashboard 1t1c-3n-tsh"
2303   algorithm: "table_perf_trending_dash"
2304   output-file-ext: ".csv"
2305   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
2306   data: "plot-performance-trending-all-3n-tsh"
2307   filter: "'MRR' and '1T1C'"
2308   parameters:
2309   - "name"
2310   - "parent"
2311   - "result"
2312   window: 14
2313   long-trend-window: 180
2314
2315 -
2316   type: "table"
2317   title: "Performance trending dashboard 2t2c-3n-tsh"
2318   algorithm: "table_perf_trending_dash"
2319   output-file-ext: ".csv"
2320   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
2321   data: "plot-performance-trending-all-3n-tsh"
2322   filter: "'MRR' and '2T2C'"
2323   parameters:
2324   - "name"
2325   - "parent"
2326   - "result"
2327   window: 14
2328   long-trend-window: 180
2329
2330 -
2331   type: "table"
2332   title: "Performance trending dashboard 4t4c-3n-tsh"
2333   algorithm: "table_perf_trending_dash"
2334   output-file-ext: ".csv"
2335   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
2336   data: "plot-performance-trending-all-3n-tsh"
2337   filter: "'MRR' and '4T4C'"
2338   parameters:
2339   - "name"
2340   - "parent"
2341   - "result"
2342   window: 14
2343   long-trend-window: 180
2344
2345 -
2346   type: "table"
2347   title: "HTML performance trending dashboard 1t1c-3n-tsh"
2348   algorithm: "table_perf_trending_dash_html"
2349   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
2350   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
2351   testbed: "3n-tsh"
2352
2353 -
2354   type: "table"
2355   title: "HTML performance trending dashboard 2t2c-3n-tsh"
2356   algorithm: "table_perf_trending_dash_html"
2357   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
2358   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
2359   testbed: "3n-tsh"
2360
2361 -
2362   type: "table"
2363   title: "HTML performance trending dashboard 4t4c-3n-tsh"
2364   algorithm: "table_perf_trending_dash_html"
2365   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
2366   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
2367   testbed: "3n-tsh"
2368
2369 -
2370   type: "table"
2371   title: "Failed MRR tests 3n-tsh"
2372   algorithm: "table_failed_tests"
2373   output-file-ext: ".csv"
2374   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
2375   data: "plot-performance-trending-all-3n-tsh"
2376   filter: "'MRR'"
2377   parameters:
2378   - "name"
2379   - "parent"
2380   - "status"
2381   window: 7  # days
2382
2383 -
2384   type: "table"
2385   title: "HTML Failed MRR tests 3n-tsh"
2386   algorithm: "table_failed_tests_html"
2387   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
2388   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
2389   testbed: "3n-tsh"
2390
2391 ################################################################################
2392 # 3n-dnv
2393 -
2394   type: "table"
2395   title: "Performance trending dashboard 1t1c-3n-dnv"
2396   algorithm: "table_perf_trending_dash"
2397   output-file-ext: ".csv"
2398   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
2399   data: "plot-performance-trending-vpp-3n-dnv"
2400   filter: "'MRR' and '1T1C'"
2401   parameters:
2402   - "name"
2403   - "parent"
2404   - "result"
2405   window: 14
2406   long-trend-window: 180
2407
2408 -
2409   type: "table"
2410   title: "Performance trending dashboard 2t2c-3n-dnv"
2411   algorithm: "table_perf_trending_dash"
2412   output-file-ext: ".csv"
2413   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
2414   data: "plot-performance-trending-vpp-3n-dnv"
2415   filter: "'MRR' and '2T2C'"
2416   parameters:
2417   - "name"
2418   - "parent"
2419   - "result"
2420   window: 14
2421   long-trend-window: 180
2422
2423 -
2424   type: "table"
2425   title: "Performance trending dashboard 4t4c-3n-dnv"
2426   algorithm: "table_perf_trending_dash"
2427   output-file-ext: ".csv"
2428   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
2429   data: "plot-performance-trending-vpp-3n-dnv"
2430   filter: "'MRR' and '4T4C'"
2431   parameters:
2432   - "name"
2433   - "parent"
2434   - "result"
2435   window: 14
2436   long-trend-window: 180
2437
2438 -
2439   type: "table"
2440   title: "HTML performance trending dashboard 1t1c-3n-dnv"
2441   algorithm: "table_perf_trending_dash_html"
2442   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
2443   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
2444   testbed: "3n-dnv"
2445
2446 -
2447   type: "table"
2448   title: "HTML performance trending dashboard 2t2c-3n-dnv"
2449   algorithm: "table_perf_trending_dash_html"
2450   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
2451   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
2452   testbed: "3n-dnv"
2453
2454 -
2455   type: "table"
2456   title: "HTML performance trending dashboard 4t4c-3n-dnv"
2457   algorithm: "table_perf_trending_dash_html"
2458   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
2459   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
2460   testbed: "3n-dnv"
2461
2462 -
2463   type: "table"
2464   title: "Failed MRR tests 3n-dnv"
2465   algorithm: "table_failed_tests"
2466   output-file-ext: ".csv"
2467   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
2468   data: "plot-performance-trending-vpp-3n-dnv"
2469   filter: "'MRR'"
2470   parameters:
2471   - "name"
2472   - "parent"
2473   - "status"
2474   window: 7  # days
2475
2476 -
2477   type: "table"
2478   title: "HTML Failed MRR tests 3n-dnv"
2479   algorithm: "table_failed_tests_html"
2480   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
2481   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
2482   testbed: "3n-dnv"
2483
2484 ################################################################################
2485 # 2n-dnv
2486 -
2487   type: "table"
2488   title: "Performance trending dashboard 1t1c-2n-dnv"
2489   algorithm: "table_perf_trending_dash"
2490   output-file-ext: ".csv"
2491   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
2492   data: "plot-performance-trending-vpp-2n-dnv"
2493   filter: "'MRR' and '1T1C'"
2494   parameters:
2495   - "name"
2496   - "parent"
2497   - "result"
2498   window: 14
2499   long-trend-window: 180
2500
2501 -
2502   type: "table"
2503   title: "Performance trending dashboard 2t2c-2n-dnv"
2504   algorithm: "table_perf_trending_dash"
2505   output-file-ext: ".csv"
2506   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
2507   data: "plot-performance-trending-vpp-2n-dnv"
2508   filter: "'MRR' and '2T2C'"
2509   parameters:
2510   - "name"
2511   - "parent"
2512   - "result"
2513   window: 14
2514   long-trend-window: 180
2515
2516 -
2517   type: "table"
2518   title: "Performance trending dashboard 4t4c-2n-dnv"
2519   algorithm: "table_perf_trending_dash"
2520   output-file-ext: ".csv"
2521   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
2522   data: "plot-performance-trending-vpp-2n-dnv"
2523   filter: "'MRR' and '4T4C'"
2524   parameters:
2525   - "name"
2526   - "parent"
2527   - "result"
2528   window: 14
2529   long-trend-window: 180
2530
2531 -
2532   type: "table"
2533   title: "HTML performance trending dashboard 1t1c-2n-dnv"
2534   algorithm: "table_perf_trending_dash_html"
2535   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
2536   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
2537   testbed: "2n-dnv"
2538
2539 -
2540   type: "table"
2541   title: "HTML performance trending dashboard 2t2c-2n-dnv"
2542   algorithm: "table_perf_trending_dash_html"
2543   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
2544   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
2545   testbed: "2n-dnv"
2546
2547 -
2548   type: "table"
2549   title: "HTML performance trending dashboard 4t4c-2n-dnv"
2550   algorithm: "table_perf_trending_dash_html"
2551   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
2552   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
2553   testbed: "2n-dnv"
2554
2555 -
2556   type: "table"
2557   title: "Failed MRR tests 2n-dnv"
2558   algorithm: "table_failed_tests"
2559   output-file-ext: ".csv"
2560   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
2561   data: "plot-performance-trending-vpp-2n-dnv"
2562   filter: "'MRR'"
2563   parameters:
2564   - "name"
2565   - "parent"
2566   - "status"
2567   window: 7  # days
2568
2569 -
2570   type: "table"
2571   title: "HTML Failed MRR tests 2n-dnv"
2572   algorithm: "table_failed_tests_html"
2573   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
2574   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
2575   testbed: "2n-dnv"
2576
2577 ################################################################################
2578 ###                                 C P T A                                  ###
2579 ################################################################################
2580
2581 # Plots VPP Continuous Performance Trending and Analysis
2582
2583 -
2584   type: "cpta"
2585   title: "Continuous Performance Trending and Analysis"
2586   output-file-type: ".html"
2587   output-file: "{DIR[STATIC,VPP]}"
2588
2589   plots:
2590
2591 ################################################################################
2592 # NFV
2593
2594     - title: "VPP 2T1C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2595       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-dpdk"
2596       data: "plot-performance-trending-vpp-nfv-2n-skx"
2597       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and not 'VXLAN'"
2598       groups:
2599         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2600         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2601         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2602         - ["6R1C", "6R2C", "6R4C"]
2603         - ["8R1C", "8R2C"]
2604         - ["10R1C", "10R2C"]
2605       group-names:
2606         - "1 Chain"
2607         - "2 Chains"
2608         - "4 Chains"
2609         - "6 Chains"
2610         - "8 Chains"
2611         - "10 Chains"
2612       layout: "plot-cpta"
2613
2614     - title: "VPP 4T2C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2615       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-dpdk"
2616       data: "plot-performance-trending-vpp-nfv-2n-skx"
2617       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and not 'VXLAN'"
2618       groups:
2619         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2620         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2621         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2622         - ["6R1C", "6R2C", "6R4C"]
2623         - ["8R1C", "8R2C"]
2624         - ["10R1C", "10R2C"]
2625       group-names:
2626         - "1 Chain"
2627         - "2 Chains"
2628         - "4 Chains"
2629         - "6 Chains"
2630         - "8 Chains"
2631         - "10 Chains"
2632       layout: "plot-cpta"
2633
2634     - title: "VPP 8T4C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2635       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-dpdk"
2636       data: "plot-performance-trending-vpp-nfv-2n-skx"
2637       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and not 'VXLAN'"
2638       groups:
2639         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2640         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2641         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2642         - ["6R1C", "6R2C", "6R4C"]
2643         - ["8R1C", "8R2C"]
2644         - ["10R1C", "10R2C"]
2645       group-names:
2646         - "1 Chain"
2647         - "2 Chains"
2648         - "4 Chains"
2649         - "6 Chains"
2650         - "8 Chains"
2651         - "10 Chains"
2652       layout: "plot-cpta"
2653
2654     - title: "VPP 2T1C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2655       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-vxlan-dpdk"
2656       data: "plot-performance-trending-vpp-nfv-2n-skx"
2657       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and 'VXLAN'"
2658       groups:
2659         - ["1R1C", ]
2660         - ["2R1C", ]
2661         - ["4R1C", ]
2662         - ["6R1C", ]
2663         - ["8R1C", ]
2664         - ["10R1C", ]
2665       group-names:
2666         - "1 Chain"
2667         - "2 Chains"
2668         - "4 Chains"
2669         - "6 Chains"
2670         - "8 Chains"
2671         - "10 Chains"
2672       layout: "plot-cpta"
2673
2674     - title: "VPP 4T2C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2675       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-vxlan-dpdk"
2676       data: "plot-performance-trending-vpp-nfv-2n-skx"
2677       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and 'VXLAN'"
2678       groups:
2679         - ["1R1C", ]
2680         - ["2R1C", ]
2681         - ["4R1C", ]
2682         - ["6R1C", ]
2683         - ["8R1C", ]
2684         - ["10R1C", ]
2685       group-names:
2686         - "1 Chain"
2687         - "2 Chains"
2688         - "4 Chains"
2689         - "6 Chains"
2690         - "8 Chains"
2691         - "10 Chains"
2692       layout: "plot-cpta"
2693
2694     - title: "VPP 8T4C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2695       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-vxlan-dpdk"
2696       data: "plot-performance-trending-vpp-nfv-2n-skx"
2697       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and 'VXLAN'"
2698       groups:
2699         - ["1R1C", ]
2700         - ["2R1C", ]
2701         - ["4R1C", ]
2702         - ["6R1C", ]
2703         - ["8R1C", ]
2704         - ["10R1C", ]
2705       group-names:
2706         - "1 Chain"
2707         - "2 Chains"
2708         - "4 Chains"
2709         - "6 Chains"
2710         - "8 Chains"
2711         - "10 Chains"
2712       layout: "plot-cpta"
2713
2714     - title: "VPP 2T1C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2715       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-dpdk"
2716       data: "plot-performance-trending-vpp-nfv-2n-skx"
2717       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2718       groups:
2719         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2720         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2721         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2722         - ["6R1C", "6R2C", "6R4C"]
2723         - ["8R1C", "8R2C"]
2724         - ["10R1C", "10R2C"]
2725       group-names:
2726         - "1 Chain"
2727         - "2 Chains"
2728         - "4 Chains"
2729         - "6 Chains"
2730         - "8 Chains"
2731         - "10 Chains"
2732       layout: "plot-cpta"
2733
2734     - title: "VPP 4T2C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2735       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-dpdk"
2736       data: "plot-performance-trending-vpp-nfv-2n-skx"
2737       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2738       groups:
2739         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2740         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2741         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2742         - ["6R1C", "6R2C", "6R4C"]
2743         - ["8R1C", "8R2C"]
2744         - ["10R1C", "10R2C"]
2745       group-names:
2746         - "1 Chain"
2747         - "2 Chains"
2748         - "4 Chains"
2749         - "6 Chains"
2750         - "8 Chains"
2751         - "10 Chains"
2752       layout: "plot-cpta"
2753
2754     - title: "VPP 8T4C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2755       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-dpdk"
2756       data: "plot-performance-trending-vpp-nfv-2n-skx"
2757       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2758       groups:
2759         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2760         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2761         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2762         - ["6R1C", "6R2C", "6R4C"]
2763         - ["8R1C", "8R2C"]
2764         - ["10R1C", "10R2C"]
2765       group-names:
2766         - "1 Chain"
2767         - "2 Chains"
2768         - "4 Chains"
2769         - "6 Chains"
2770         - "8 Chains"
2771         - "10 Chains"
2772       layout: "plot-cpta"
2773
2774     - title: "VPP 2T1C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2775       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-dpdk"
2776       data: "plot-performance-trending-vpp-nfv-2n-skx"
2777       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2778       groups:
2779         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2780         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2781         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2782         - ["6R1C", "6R2C", "6R4C"]
2783         - ["8R1C", "8R2C"]
2784         - ["10R1C", "10R2C"]
2785       group-names:
2786         - "1 Pipe"
2787         - "2 Pipes"
2788         - "4 Pipes"
2789         - "6 Pipes"
2790         - "8 Pipes"
2791         - "10 Pipes"
2792       layout: "plot-cpta"
2793
2794     - title: "VPP 4T2C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2795       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-dpdk"
2796       data: "plot-performance-trending-vpp-nfv-2n-skx"
2797       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2798       groups:
2799         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2800         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2801         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2802         - ["6R1C", "6R2C", "6R4C"]
2803         - ["8R1C", "8R2C"]
2804         - ["10R1C", "10R2C"]
2805       group-names:
2806         - "1 Pipe"
2807         - "2 Pipes"
2808         - "4 Pipes"
2809         - "6 Pipes"
2810         - "8 Pipes"
2811         - "10 Pipes"
2812       layout: "plot-cpta"
2813
2814     - title: "VPP 8T4C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2815       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-dpdk"
2816       data: "plot-performance-trending-vpp-nfv-2n-skx"
2817       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2818       groups:
2819         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2820         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2821         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2822         - ["6R1C", "6R2C", "6R4C"]
2823         - ["8R1C", "8R2C"]
2824         - ["10R1C", "10R2C"]
2825       group-names:
2826         - "1 Pipe"
2827         - "2 Pipes"
2828         - "4 Pipes"
2829         - "6 Pipes"
2830         - "8 Pipes"
2831         - "10 Pipes"
2832       layout: "plot-cpta"
2833
2834 ################################################################################
2835
2836     - title: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2837       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2838       data: "plot-performance-trending-vpp-2n-clx"
2839       include:
2840         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2841         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2842         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2843         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2844       layout: "plot-cpta"
2845
2846     - title: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2847       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2848       data: "plot-performance-trending-vpp-2n-clx"
2849       include:
2850         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2851         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2852         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2853         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2854       layout: "plot-cpta"
2855
2856     - title: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2857       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2858       data: "plot-performance-trending-vpp-2n-clx"
2859       include:
2860         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2861         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2862         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2863         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2864       layout: "plot-cpta"
2865
2866     - title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2867       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2868       data: "plot-performance-trending-vpp-2n-clx"
2869       include:
2870         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2871         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2872         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2873         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2874       layout: "plot-cpta"
2875
2876     - title: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2877       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2878       data: "plot-performance-trending-vpp-2n-clx"
2879       include:
2880         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2881         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2882         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2883         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2884       layout: "plot-cpta"
2885
2886     - title: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2887       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2888       data: "plot-performance-trending-vpp-2n-clx"
2889       include:
2890         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2891         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2892         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2893         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2894       layout: "plot-cpta"
2895
2896 <<<<<<< HEAD   (d3ea22 Report: Add data)
2897     - title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2898       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2899 =======
2900     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2901       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2902       data: "plot-performance-trending-vpp-2n-clx"
2903       include:
2904         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2905         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2906         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2907         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2908       layout: "plot-cpta"
2909
2910     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2911       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2912       data: "plot-performance-trending-vpp-2n-clx"
2913       include:
2914         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2915         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2916         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2917         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2918       layout: "plot-cpta"
2919
2920     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2921       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2922       data: "plot-performance-trending-vpp-2n-clx"
2923       include:
2924         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2925         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2926         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2927         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2928       layout: "plot-cpta"
2929
2930     - title: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2931       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2932       data: "plot-performance-trending-vpp-2n-skx"
2933       include:
2934         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2935         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2936         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2937         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2938       layout: "plot-cpta"
2939
2940     - title: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2941       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2942       data: "plot-performance-trending-vpp-2n-skx"
2943       include:
2944         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2945         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2946         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2947         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2948       layout: "plot-cpta"
2949
2950     - title: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2951       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2952       data: "plot-performance-trending-vpp-2n-skx"
2953       include:
2954         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2955         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2956         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2957         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2958       layout: "plot-cpta"
2959
2960     - title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2961       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2962 >>>>>>> CHANGE (b51708 Trending: Plots)
2963       data: "plot-performance-trending-vpp-2n-skx"
2964       include:
2965         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2966         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2967         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2968         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2969       layout: "plot-cpta"
2970
2971     - title: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2972       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2973       data: "plot-performance-trending-vpp-2n-skx"
2974       include:
2975         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2976         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2977         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2978         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2979       layout: "plot-cpta"
2980
2981     - title: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2982       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2983       data: "plot-performance-trending-vpp-2n-skx"
2984       include:
2985         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2986         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2987         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2988         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2989       layout: "plot-cpta"
2990
2991     - title: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
2992       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
2993       data: "plot-performance-trending-vpp-3n-skx"
2994       include:
2995         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2996         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2997         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2998         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2999         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
3000       layout: "plot-cpta"
3001
3002     - title: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
3003       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
3004       data: "plot-performance-trending-vpp-3n-skx"
3005       include:
3006         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
3007         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
3008         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3009         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3010         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
3011       layout: "plot-cpta"
3012
3013     - title: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
3014       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
3015       data: "plot-performance-trending-vpp-3n-skx"
3016       include:
3017         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
3018         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
3019         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3020         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3021         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
3022       layout: "plot-cpta"
3023
3024     - title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
3025       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
3026       data: "plot-performance-trending-vpp-3n-skx"
3027       include:
3028         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3029         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3030         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3031         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3032         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3033       layout: "plot-cpta"
3034
3035     - title: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
3036       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
3037       data: "plot-performance-trending-vpp-3n-skx"
3038       include:
3039         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3040         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3041         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3042         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3043         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3044       layout: "plot-cpta"
3045
3046     - title: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
3047       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
3048       data: "plot-performance-trending-vpp-3n-skx"
3049       include:
3050         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3051         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3052         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3053         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3054         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3055       layout: "plot-cpta"
3056
3057     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
3058       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
3059       data: "plot-performance-trending-vpp-3n-tsh"
3060       include:
3061         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3062         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3063         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3064         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3065         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3066       layout: "plot-cpta"
3067
3068     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
3069       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
3070       data: "plot-performance-trending-vpp-3n-tsh"
3071       include:
3072         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3073         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3074         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3075         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3076         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3077       layout: "plot-cpta"
3078
3079     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
3080       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
3081       data: "plot-performance-trending-vpp-3n-tsh"
3082       include:
3083         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3084         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3085         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3086         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3087         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3088       layout: "plot-cpta"
3089
3090     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
3091       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-dpdk"
3092       data: "plot-performance-trending-vpp-2n-clx"
3093       include:
3094         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3095         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3096         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3097         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3098         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3099         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3100       layout: "plot-cpta"
3101
3102     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
3103       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-dpdk"
3104       data: "plot-performance-trending-vpp-2n-clx"
3105       include:
3106         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3107         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3108         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3109         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3110         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3111         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3112       layout: "plot-cpta"
3113
3114     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3115       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-dpdk"
3116       data: "plot-performance-trending-vpp-2n-clx"
3117       include:
3118         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3119         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3120         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3121         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3122         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3123         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3124       layout: "plot-cpta"
3125
3126     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-avf"
3127       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-avf"
3128       data: "plot-performance-trending-vpp-2n-clx"
3129       include:
3130         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3131         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3132       layout: "plot-cpta"
3133
3134     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-avf"
3135       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-avf"
3136       data: "plot-performance-trending-vpp-2n-clx"
3137       include:
3138         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3139         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3140       layout: "plot-cpta"
3141
3142     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-avf"
3143       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-avf"
3144       data: "plot-performance-trending-vpp-2n-clx"
3145       include:
3146         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3147         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3148       layout: "plot-cpta"
3149
3150     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf"
3151       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-avf"
3152       data: "plot-performance-trending-vpp-2n-clx"
3153       include:
3154         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3155         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
3156         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3157         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
3158         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3159         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3160       layout: "plot-cpta"
3161
3162     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-avf"
3163       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-avf"
3164       data: "plot-performance-trending-vpp-2n-clx"
3165       include:
3166         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3167         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
3168         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3169         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
3170         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3171         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3172       layout: "plot-cpta"
3173
3174     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-avf"
3175       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-avf"
3176       data: "plot-performance-trending-vpp-2n-clx"
3177       include:
3178         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3179         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
3180         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3181         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
3182         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3183         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3184       layout: "plot-cpta"
3185
3186     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-dpdk"
3187       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-dpdk"
3188       data: "plot-performance-trending-vpp-2n-clx"
3189       include:
3190         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3191         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3192       layout: "plot-cpta"
3193
3194     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-dpdk"
3195       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-dpdk"
3196       data: "plot-performance-trending-vpp-2n-clx"
3197       include:
3198         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3199         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3200       layout: "plot-cpta"
3201
3202     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-dpdk"
3203       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-dpdk"
3204       data: "plot-performance-trending-vpp-2n-clx"
3205       include:
3206         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3207         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3208       layout: "plot-cpta"
3209
3210     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk"
3211       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-dpdk"
3212       data: "plot-performance-trending-vpp-2n-clx"
3213       include:
3214         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3215         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3216         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3217         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3218         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3219         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3220       layout: "plot-cpta"
3221
3222     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-dpdk"
3223       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-dpdk"
3224       data: "plot-performance-trending-vpp-2n-clx"
3225       include:
3226         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3227         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3228         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3229         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3230         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3231         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3232       layout: "plot-cpta"
3233
3234     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-dpdk"
3235       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-dpdk"
3236       data: "plot-performance-trending-vpp-2n-clx"
3237       include:
3238         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3239         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3240         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3241         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3242         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3243         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3244       layout: "plot-cpta"
3245
3246     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3247       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-avf"
3248       data: "plot-performance-trending-vpp-2n-clx"
3249       include:
3250         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3251         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3252         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3253         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3254         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3255         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3256       layout: "plot-cpta"
3257
3258     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3259       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-avf"
3260       data: "plot-performance-trending-vpp-2n-clx"
3261       include:
3262         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3263         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3264         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3265         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3266         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3267         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3268       layout: "plot-cpta"
3269
3270     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3271       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-avf"
3272       data: "plot-performance-trending-vpp-2n-clx"
3273       include:
3274         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3275         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3276         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3277         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3278         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3279         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3280       layout: "plot-cpta"
3281
3282     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3283       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-dpdk"
3284       data: "plot-performance-trending-vpp-2n-clx"
3285       include:
3286         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3287         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3288       layout: "plot-cpta"
3289
3290     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3291       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-dpdk"
3292       data: "plot-performance-trending-vpp-2n-clx"
3293       include:
3294         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3295         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3296       layout: "plot-cpta"
3297
3298     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3299       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-dpdk"
3300       data: "plot-performance-trending-vpp-2n-clx"
3301       include:
3302         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3303         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3304       layout: "plot-cpta"
3305
3306 <<<<<<< HEAD   (d3ea22 Report: Add data)
3307 =======
3308     - title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
3309       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
3310       data: "plot-performance-trending-vpp-2n-clx"
3311       include:
3312         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-2t1c-rdma-dot1q-ip4base-mrr"
3313         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-2t1c-rdma-ethip4-ip4base-mrr"
3314       layout: "plot-cpta"
3315
3316     - title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
3317       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
3318       data: "plot-performance-trending-vpp-2n-clx"
3319       include:
3320         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-4t2c-rdma-dot1q-ip4base-mrr"
3321         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-4t2c-rdma-ethip4-ip4base-mrr"
3322       layout: "plot-cpta"
3323
3324     - title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
3325       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
3326       data: "plot-performance-trending-vpp-2n-clx"
3327       include:
3328         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-8t4c-rdma-dot1q-ip4base-mrr"
3329         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-8t4c-rdma-ethip4-ip4base-mrr"
3330       layout: "plot-cpta"
3331
3332     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
3333       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
3334       data: "plot-performance-trending-vpp-2n-clx"
3335       include:
3336         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-mrr"
3337         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-mrr"
3338         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-mrr"
3339         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-mrr"
3340         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-mrr"
3341         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-mrr"
3342       layout: "plot-cpta"
3343
3344     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
3345       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
3346       data: "plot-performance-trending-vpp-2n-clx"
3347       include:
3348         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-mrr"
3349         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-mrr"
3350         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-mrr"
3351         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-mrr"
3352         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-mrr"
3353         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-mrr"
3354       layout: "plot-cpta"
3355
3356     - title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
3357       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
3358       data: "plot-performance-trending-vpp-2n-clx"
3359       include:
3360         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-mrr"
3361         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-mrr"
3362         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-mrr"
3363         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-mrr"
3364         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-mrr"
3365         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-mrr"
3366       layout: "plot-cpta"
3367
3368     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
3369       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
3370       data: "plot-performance-trending-vpp-2n-clx"
3371       include:
3372         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3373         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3374         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3375         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3376         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-mrr"
3377         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3378       layout: "plot-cpta"
3379
3380     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
3381       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
3382       data: "plot-performance-trending-vpp-2n-clx"
3383       include:
3384         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3385         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3386         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3387         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3388         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-nat44-mrr"
3389         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3390       layout: "plot-cpta"
3391
3392     - title: "2n-clx-cx556a-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3393       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features"
3394       data: "plot-performance-trending-vpp-2n-clx"
3395       include:
3396         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3397         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3398         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3399         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3400         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-nat44-mrr"
3401         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3402       layout: "plot-cpta"
3403
3404 >>>>>>> CHANGE (b51708 Trending: Plots)
3405     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3406       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
3407       data: "plot-performance-trending-vpp-2n-dnv"
3408       include:
3409         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3410         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3411         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3412         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3413         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3414       layout: "plot-cpta"
3415
3416     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3417       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
3418       data: "plot-performance-trending-vpp-2n-dnv"
3419       include:
3420         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3421         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3422         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3423         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3424         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3425       layout: "plot-cpta"
3426
3427     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3428       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
3429       data: "plot-performance-trending-vpp-2n-dnv"
3430       include:
3431         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3432         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3433         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3434         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3435         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3436       layout: "plot-cpta"
3437
3438     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
3439       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-dpdk"
3440       data: "plot-performance-trending-vpp-2n-skx"
3441       include:
3442         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3443         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3444         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3445         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3446         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3447         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3448       layout: "plot-cpta"
3449
3450     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
3451       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-dpdk"
3452       data: "plot-performance-trending-vpp-2n-skx"
3453       include:
3454         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3455         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3456         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3457         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3458         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3459         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3460       layout: "plot-cpta"
3461
3462     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3463       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-dpdk"
3464       data: "plot-performance-trending-vpp-2n-skx"
3465       include:
3466         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3467         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3468         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3469         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3470         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3471         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3472       layout: "plot-cpta"
3473
3474     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3475       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3476       data: "plot-performance-trending-vpp-2n-skx"
3477       include:
3478         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3479         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3480         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3481         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3482         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3483       layout: "plot-cpta"
3484
3485     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3486       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3487       data: "plot-performance-trending-vpp-2n-skx"
3488       include:
3489         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3490         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3491         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3492         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3493         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3494       layout: "plot-cpta"
3495
3496     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3497       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3498       data: "plot-performance-trending-vpp-2n-skx"
3499       include:
3500         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3501         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3502         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3503         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3504         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3505       layout: "plot-cpta"
3506
3507     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-rnd"
3508       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf-rnd"
3509       data: "plot-performance-trending-vpp-2n-skx"
3510       include:
3511         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
3512         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
3513         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3514       layout: "plot-cpta"
3515
3516     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-rnd"
3517       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf-rnd"
3518       data: "plot-performance-trending-vpp-2n-skx"
3519       include:
3520         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
3521         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
3522         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3523       layout: "plot-cpta"
3524
3525     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-rnd"
3526       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf-rnd"
3527       data: "plot-performance-trending-vpp-2n-skx"
3528       include:
3529         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
3530         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
3531         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3532       layout: "plot-cpta"
3533
3534     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3535       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3536       data: "plot-performance-trending-vpp-2n-skx"
3537       include:
3538         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3539         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3540         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3541         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3542         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3543       layout: "plot-cpta"
3544
3545     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3546       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3547       data: "plot-performance-trending-vpp-2n-skx"
3548       include:
3549         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3550         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3551         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3552         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3553         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3554       layout: "plot-cpta"
3555
3556     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3557       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3558       data: "plot-performance-trending-vpp-2n-skx"
3559       include:
3560         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3561         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3562         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3563         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3564         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3565       layout: "plot-cpta"
3566
3567     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-rnd"
3568       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk-rnd"
3569       data: "plot-performance-trending-vpp-2n-skx"
3570       include:
3571         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3572         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3573         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3574       layout: "plot-cpta"
3575
3576     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk-rnd"
3577       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk-rnd"
3578       data: "plot-performance-trending-vpp-2n-skx"
3579       include:
3580         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3581         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3582         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3583       layout: "plot-cpta"
3584
3585     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk-rnd"
3586       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk-rnd"
3587       data: "plot-performance-trending-vpp-2n-skx"
3588       include:
3589         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3590         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3591         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3592       layout: "plot-cpta"
3593
3594     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3595       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-avf"
3596       data: "plot-performance-trending-vpp-2n-skx"
3597       include:
3598         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3599         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3600         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3601         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3602         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3603         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3604       layout: "plot-cpta"
3605
3606     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3607       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-avf"
3608       data: "plot-performance-trending-vpp-2n-skx"
3609       include:
3610         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3611         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3612         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3613         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3614         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3615         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3616       layout: "plot-cpta"
3617
3618     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3619       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-avf"
3620       data: "plot-performance-trending-vpp-2n-skx"
3621       include:
3622         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3623         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3624         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3625         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3626         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3627         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3628       layout: "plot-cpta"
3629
3630     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3631       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3632       data: "plot-performance-trending-vpp-2n-skx"
3633       include:
3634         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3635         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3636       layout: "plot-cpta"
3637
3638     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3639       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3640       data: "plot-performance-trending-vpp-2n-skx"
3641       include:
3642         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3643         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3644       layout: "plot-cpta"
3645
3646     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3647       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3648       data: "plot-performance-trending-vpp-2n-skx"
3649       include:
3650         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3651         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3652       layout: "plot-cpta"
3653
3654     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3655       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
3656       data: "plot-performance-trending-vpp-3n-dnv"
3657       include:
3658         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3659         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3660         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3661         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3662         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3663       layout: "plot-cpta"
3664
3665     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3666       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
3667       data: "plot-performance-trending-vpp-3n-dnv"
3668       include:
3669         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3670         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3671         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3672         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3673         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3674       layout: "plot-cpta"
3675
3676     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3677       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
3678       data: "plot-performance-trending-vpp-3n-dnv"
3679       include:
3680         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3681         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3682         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3683         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3684         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3685       layout: "plot-cpta"
3686
3687     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk"
3688       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-dpdk"
3689       data: "plot-performance-trending-vpp-3n-hsw"
3690       include:
3691         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3692         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3693         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3694         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3695         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3696       layout: "plot-cpta"
3697
3698     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-dpdk"
3699       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-dpdk"
3700       data: "plot-performance-trending-vpp-3n-hsw"
3701       include:
3702         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3703         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3704         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3705         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3706         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3707       layout: "plot-cpta"
3708
3709     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-dpdk"
3710       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-dpdk"
3711       data: "plot-performance-trending-vpp-3n-hsw"
3712       include:
3713         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3714         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3715         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3716         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3717         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3718       layout: "plot-cpta"
3719
3720     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf"
3721       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf"
3722       data: "plot-performance-trending-vpp-3n-skx"
3723       include:
3724         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3725         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3726         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3727       layout: "plot-cpta"
3728
3729     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf"
3730       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf"
3731       data: "plot-performance-trending-vpp-3n-skx"
3732       include:
3733         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3734         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3735         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3736       layout: "plot-cpta"
3737
3738     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf"
3739       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf"
3740       data: "plot-performance-trending-vpp-3n-skx"
3741       include:
3742         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3743         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3744         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3745       layout: "plot-cpta"
3746
3747     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3748       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3749       data: "plot-performance-trending-vpp-3n-skx"
3750       include:
3751         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3752         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3753         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3754         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3755         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3756       layout: "plot-cpta"
3757
3758     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3759       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3760       data: "plot-performance-trending-vpp-3n-skx"
3761       include:
3762         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3763         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3764         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3765         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3766         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3767       layout: "plot-cpta"
3768
3769     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3770       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3771       data: "plot-performance-trending-vpp-3n-skx"
3772       include:
3773         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3774         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3775         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3776         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3777         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3778       layout: "plot-cpta"
3779
3780     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3781       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3782       data: "plot-performance-trending-vpp-3n-skx"
3783       include:
3784         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3785         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3786         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3787       layout: "plot-cpta"
3788
3789     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3790       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3791       data: "plot-performance-trending-vpp-3n-skx"
3792       include:
3793         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3794         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3795         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3796       layout: "plot-cpta"
3797
3798     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3799       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3800       data: "plot-performance-trending-vpp-3n-skx"
3801       include:
3802         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3803         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3804         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3805       layout: "plot-cpta"
3806
3807     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3808       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-avf"
3809       data: "plot-performance-trending-vpp-3n-skx"
3810       include:
3811         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3812         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3813         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3814         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3815         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3816         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3817       layout: "plot-cpta"
3818
3819     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3820       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-avf"
3821       data: "plot-performance-trending-vpp-3n-skx"
3822       include:
3823         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3824         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3825         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3826         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3827         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3828         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3829       layout: "plot-cpta"
3830
3831     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3832       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-avf"
3833       data: "plot-performance-trending-vpp-3n-skx"
3834       include:
3835         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3836         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3837         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3838         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3839         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3840         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3841       layout: "plot-cpta"
3842
3843     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3844       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3845       data: "plot-performance-trending-vpp-3n-skx"
3846       include:
3847         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3848         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3849       layout: "plot-cpta"
3850
3851     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3852       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3853       data: "plot-performance-trending-vpp-3n-skx"
3854       include:
3855         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3856         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3857       layout: "plot-cpta"
3858
3859     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3860       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3861       data: "plot-performance-trending-vpp-3n-skx"
3862       include:
3863         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3864         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3865       layout: "plot-cpta"
3866
3867     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
3868       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
3869       data: "plot-performance-trending-vpp-3n-tsh"
3870       include:
3871         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3872         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3873         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3874         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3875         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3876       layout: "plot-cpta"
3877
3878     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
3879       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
3880       data: "plot-performance-trending-vpp-3n-tsh"
3881       include:
3882         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3883         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3884         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3885         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3886         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3887       layout: "plot-cpta"
3888
3889     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
3890       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
3891       data: "plot-performance-trending-vpp-3n-tsh"
3892       include:
3893         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3894         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3895         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3896         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3897         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3898       layout: "plot-cpta"
3899
3900     - title: "3n-tsh-x520-64b-1t1c-ip4routing-features-ixgbe"
3901       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-features-ixgbe"
3902       data: "plot-performance-trending-vpp-3n-tsh"
3903       include:
3904         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3905         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3906         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3907         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3908         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
3909         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3910       layout: "plot-cpta"
3911
3912     - title: "3n-tsh-x520-64b-2t2c-ip4routing-features-ixgbe"
3913       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-features-ixgbe"
3914       data: "plot-performance-trending-vpp-3n-tsh"
3915       include:
3916         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3917         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3918         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3919         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3920         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
3921         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3922       layout: "plot-cpta"
3923
3924     - title: "3n-tsh-x520-64b-4t4c-ip4routing-features-ixgbe"
3925       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-features-ixgbe"
3926       data: "plot-performance-trending-vpp-3n-tsh"
3927       include:
3928         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3929         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3930         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3931         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3932         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
3933         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3934       layout: "plot-cpta"
3935
3936     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
3937       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
3938       data: "plot-performance-trending-vpp-3n-dnv"
3939       include:
3940         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3941         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3942         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3943         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3944       layout: "plot-cpta"
3945
3946     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
3947       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
3948       data: "plot-performance-trending-vpp-3n-dnv"
3949       include:
3950         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3951         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3952         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3953         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3954       layout: "plot-cpta"
3955
3956     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
3957       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
3958       data: "plot-performance-trending-vpp-3n-dnv"
3959       include:
3960         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3961         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3962         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3963         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3964       layout: "plot-cpta"
3965
3966     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
3967       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-tunnels-base-dpdk"
3968       data: "plot-performance-trending-vpp-3n-hsw"
3969       include:
3970         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3971         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3972       layout: "plot-cpta"
3973
3974     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-dpdk-ndr"
3975       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-tunnels-base-dpdk"
3976       data: "plot-performance-trending-vpp-3n-hsw"
3977       include:
3978         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3979         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3980       layout: "plot-cpta"
3981
3982     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-dpdk-ndr"
3983       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-dpdk"
3984       data: "plot-performance-trending-vpp-3n-hsw"
3985       include:
3986         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3987         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3988       layout: "plot-cpta"
3989
3990     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-dpdk"
3991       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-avf-dpdk"
3992       data: "plot-performance-trending-vpp-3n-skx"
3993       include:
3994         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3995         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3996         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3997         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-avf-ethip4vxlan-l2xcbase-mrr"
3998         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3999         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
4000       layout: "plot-cpta"
4001
4002     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-avf-dpdk"
4003       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-avf-dpdk"
4004       data: "plot-performance-trending-vpp-3n-skx"
4005       include:
4006         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4007         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4008         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
4009         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-avf-ethip4vxlan-l2xcbase-mrr"
4010         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
4011         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
4012       layout: "plot-cpta"
4013
4014     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-dpdk"
4015       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-avf-dpdk"
4016       data: "plot-performance-trending-vpp-3n-skx"
4017       include:
4018         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4019         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4020         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
4021         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-avf-ethip4vxlan-l2xcbase-mrr"
4022         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
4023         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
4024       layout: "plot-cpta"
4025
4026     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
4027       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-dpdk"
4028       data: "plot-performance-trending-vpp-3n-tsh"
4029       include:
4030         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
4031         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
4032         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4033         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4034       layout: "plot-cpta"
4035
4036     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
4037       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-dpdk"
4038       data: "plot-performance-trending-vpp-3n-tsh"
4039       include:
4040         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
4041         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
4042         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4043         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4044       layout: "plot-cpta"
4045
4046     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
4047       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-dpdk"
4048       data: "plot-performance-trending-vpp-3n-tsh"
4049       include:
4050         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
4051         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
4052         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4053         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4054       layout: "plot-cpta"
4055
4056     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
4057       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
4058       data: "plot-performance-trending-vpp-2n-clx"
4059       include:
4060         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4061         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4062         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4063         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4064         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4065       layout: "plot-cpta"
4066
4067     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
4068       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
4069       data: "plot-performance-trending-vpp-2n-clx"
4070       include:
4071         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4072         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4073         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4074         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4075         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4076       layout: "plot-cpta"
4077
4078     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
4079       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
4080       data: "plot-performance-trending-vpp-2n-clx"
4081       include:
4082         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4083         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4084         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4085         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4086         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4087       layout: "plot-cpta"
4088
4089     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4090       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-avf"
4091       data: "plot-performance-trending-vpp-2n-clx"
4092       include:
4093         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4094         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4095         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4096         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4097         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4098       layout: "plot-cpta"
4099
4100     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4101       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-avf"
4102       data: "plot-performance-trending-vpp-2n-clx"
4103       include:
4104         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4105         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4106         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4107         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4108         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4109       layout: "plot-cpta"
4110
4111     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4112       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-avf"
4113       data: "plot-performance-trending-vpp-2n-clx"
4114       include:
4115         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4116         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4117         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4118         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4119         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4120       layout: "plot-cpta"
4121
4122     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4123       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4124       data: "plot-performance-trending-vpp-2n-clx"
4125       include:
4126         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4127         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4128         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
4129         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
4130         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4131       layout: "plot-cpta"
4132
4133     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4134       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4135       data: "plot-performance-trending-vpp-2n-clx"
4136       include:
4137         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4138         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4139         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
4140         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
4141         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4142       layout: "plot-cpta"
4143
4144     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4145       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4146       data: "plot-performance-trending-vpp-2n-clx"
4147       include:
4148         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4149         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4150         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
4151         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
4152         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4153       layout: "plot-cpta"
4154
4155 <<<<<<< HEAD   (d3ea22 Report: Add data)
4156 =======
4157     - title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
4158       output-file-name: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
4159       data: "plot-performance-trending-vpp-2n-clx"
4160       include:
4161         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-2t1c-rdma-dot1q-ip6base-mrr"
4162         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-2t1c-rdma-ethip6-ip6base-mrr"
4163         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-2t1c-rdma-ethip6-ip6scale20k-mrr"
4164         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-2t1c-rdma-ethip6-ip6scale200k-mrr"
4165         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-rdma-ethip6-ip6scale2m-mrr"
4166       layout: "plot-cpta"
4167
4168     - title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
4169       output-file-name: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
4170       data: "plot-performance-trending-vpp-2n-clx"
4171       include:
4172         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-4t2c-rdma-dot1q-ip6base-mrr"
4173         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-4t2c-rdma-ethip6-ip6base-mrr"
4174         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-4t2c-rdma-ethip6-ip6scale20k-mrr"
4175         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-4t2c-rdma-ethip6-ip6scale200k-mrr"
4176         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-rdma-ethip6-ip6scale2m-mrr"
4177       layout: "plot-cpta"
4178
4179     - title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
4180       output-file-name: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
4181       data: "plot-performance-trending-vpp-2n-clx"
4182       include:
4183         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-8t4c-rdma-dot1q-ip6base-mrr"
4184         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-8t4c-rdma-ethip6-ip6base-mrr"
4185         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-8t4c-rdma-ethip6-ip6scale20k-mrr"
4186         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-8t4c-rdma-ethip6-ip6scale200k-mrr"
4187         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-rdma-ethip6-ip6scale2m-mrr"
4188       layout: "plot-cpta"
4189
4190 >>>>>>> CHANGE (b51708 Trending: Plots)
4191     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4192       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4193       data: "plot-performance-trending-vpp-2n-dnv"
4194       include:
4195         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4196         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4197         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4198         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4199         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4200       layout: "plot-cpta"
4201
4202     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4203       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4204       data: "plot-performance-trending-vpp-2n-dnv"
4205       include:
4206         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4207         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4208         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4209         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4210         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4211       layout: "plot-cpta"
4212
4213     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4214       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4215       data: "plot-performance-trending-vpp-2n-dnv"
4216       include:
4217         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4218         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4219         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4220         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4221         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4222       layout: "plot-cpta"
4223
4224     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
4225       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
4226       data: "plot-performance-trending-vpp-2n-skx"
4227       include:
4228         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4229         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4230         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4231         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4232         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4233       layout: "plot-cpta"
4234
4235     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
4236       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
4237       data: "plot-performance-trending-vpp-2n-skx"
4238       include:
4239         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4240         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4241         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4242         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4243         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4244       layout: "plot-cpta"
4245
4246     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
4247       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
4248       data: "plot-performance-trending-vpp-2n-skx"
4249       include:
4250         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4251         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4252         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4253         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4254         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4255       layout: "plot-cpta"
4256
4257     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4258       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
4259       data: "plot-performance-trending-vpp-2n-skx"
4260       include:
4261         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4262         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4263         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4264         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4265         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4266       layout: "plot-cpta"
4267
4268     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4269       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
4270       data: "plot-performance-trending-vpp-2n-skx"
4271       include:
4272         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4273         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4274         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4275         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4276         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4277       layout: "plot-cpta"
4278
4279     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4280       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
4281       data: "plot-performance-trending-vpp-2n-skx"
4282       include:
4283         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4284         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4285         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4286         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4287         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4288       layout: "plot-cpta"
4289
4290     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4291       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4292       data: "plot-performance-trending-vpp-2n-skx"
4293       include:
4294         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4295         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4296         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
4297         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
4298         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4299       layout: "plot-cpta"
4300
4301     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4302       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4303       data: "plot-performance-trending-vpp-2n-skx"
4304       include:
4305         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4306         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4307         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
4308         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
4309         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4310       layout: "plot-cpta"
4311
4312     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4313       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4314       data: "plot-performance-trending-vpp-2n-skx"
4315       include:
4316         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4317         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4318         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
4319         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
4320         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4321       layout: "plot-cpta"
4322
4323     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
4324       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4325       data: "plot-performance-trending-vpp-3n-dnv"
4326       include:
4327         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4328         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4329         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4330         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4331         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4332       layout: "plot-cpta"
4333
4334     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
4335       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4336       data: "plot-performance-trending-vpp-3n-dnv"
4337       include:
4338         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4339         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4340         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4341         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4342         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4343       layout: "plot-cpta"
4344
4345     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
4346       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4347       data: "plot-performance-trending-vpp-3n-dnv"
4348       include:
4349         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4350         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4351         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4352         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4353         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4354       layout: "plot-cpta"
4355
4356     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk"
4357       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-dpdk"
4358       data: "plot-performance-trending-vpp-3n-hsw"
4359       include:
4360         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4361         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4362         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4363       layout: "plot-cpta"
4364
4365     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-dpdk"
4366       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-dpdk"
4367       data: "plot-performance-trending-vpp-3n-hsw"
4368       include:
4369         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4370         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4371         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4372       layout: "plot-cpta"
4373
4374     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-dpdk"
4375       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-dpdk"
4376       data: "plot-performance-trending-vpp-3n-hsw"
4377       include:
4378         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4379         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4380         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4381       layout: "plot-cpta"
4382
4383     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf"
4384       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-avf"
4385       data: "plot-performance-trending-vpp-3n-skx"
4386       include:
4387         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4388         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4389         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4390       layout: "plot-cpta"
4391
4392     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-avf"
4393       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-avf"
4394       data: "plot-performance-trending-vpp-3n-skx"
4395       include:
4396         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4397         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4398         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4399       layout: "plot-cpta"
4400
4401     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-avf"
4402       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-avf"
4403       data: "plot-performance-trending-vpp-3n-skx"
4404       include:
4405         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4406         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4407         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4408       layout: "plot-cpta"
4409
4410     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4411       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
4412       data: "plot-performance-trending-vpp-3n-skx"
4413       include:
4414         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4415         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4416         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4417         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4418         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4419       layout: "plot-cpta"
4420
4421     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4422       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
4423       data: "plot-performance-trending-vpp-3n-skx"
4424       include:
4425         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4426         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4427         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4428         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4429         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4430       layout: "plot-cpta"
4431
4432     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4433       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
4434       data: "plot-performance-trending-vpp-3n-skx"
4435       include:
4436         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4437         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4438         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4439         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4440         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4441       layout: "plot-cpta"
4442
4443     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4444       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4445       data: "plot-performance-trending-vpp-3n-skx"
4446       include:
4447         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4448         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4449         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4450       layout: "plot-cpta"
4451
4452     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4453       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4454       data: "plot-performance-trending-vpp-3n-skx"
4455       include:
4456         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4457         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4458         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4459       layout: "plot-cpta"
4460
4461     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4462       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4463       data: "plot-performance-trending-vpp-3n-skx"
4464       include:
4465         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4466         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4467         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4468       layout: "plot-cpta"
4469
4470     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
4471       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
4472       data: "plot-performance-trending-vpp-3n-tsh"
4473       include:
4474         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4475         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4476         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4477         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4478         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4479       layout: "plot-cpta"
4480
4481     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
4482       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
4483       data: "plot-performance-trending-vpp-3n-tsh"
4484       include:
4485         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4486         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4487         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4488         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4489         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4490       layout: "plot-cpta"
4491
4492     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
4493       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
4494       data: "plot-performance-trending-vpp-3n-tsh"
4495       include:
4496         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4497         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4498         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4499         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4500         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4501       layout: "plot-cpta"
4502
4503     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4504       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4505       data: "plot-performance-trending-vpp-3n-dnv"
4506       include:
4507         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4508         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4509         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4510         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4511         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4512         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4513       layout: "plot-cpta"
4514
4515     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4516       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4517       data: "plot-performance-trending-vpp-3n-dnv"
4518       include:
4519         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4520         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4521         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4522         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4523         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4524         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4525       layout: "plot-cpta"
4526
4527     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4528       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4529       data: "plot-performance-trending-vpp-3n-dnv"
4530       include:
4531         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4532         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4533         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4534         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4535         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4536         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4537       layout: "plot-cpta"
4538
4539     - title: "3n-dnv-x553-1518b-1t1c-ipsec-base-scale-sw-ixgbe"
4540       output-file-name: "3n-dnv-x553-1518b-1t1c-ipsec-base-scale-sw-ixgbe"
4541       data: "plot-performance-trending-vpp-3n-dnv"
4542       include:
4543         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4544         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4545         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4546         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4547         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4548         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4549       layout: "plot-cpta"
4550
4551     - title: "3n-dnv-x553-1518b-2t2c-ipsec-base-scale-sw-ixgbe"
4552       output-file-name: "3n-dnv-x553-1518b-2t2c-ipsec-base-scale-sw-ixgbe"
4553       data: "plot-performance-trending-vpp-3n-dnv"
4554       include:
4555         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4556         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4557         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4558         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4559         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4560         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4561       layout: "plot-cpta"
4562
4563     - title: "3n-dnv-x553-1518b-4t4c-ipsec-base-scale-sw-ixgbe"
4564       output-file-name: "3n-dnv-x553-1518b-4t4c-ipsec-base-scale-sw-ixgbe"
4565       data: "plot-performance-trending-vpp-3n-dnv"
4566       include:
4567         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4568         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4569         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4570         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4571         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4572         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4573       layout: "plot-cpta"
4574
4575     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk"
4576       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-dpdk"
4577       data: "plot-performance-trending-vpp-3n-hsw"
4578       include:
4579         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4580         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4581         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4582         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4583         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4584         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4585       layout: "plot-cpta"
4586
4587     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-dpdk"
4588       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-dpdk"
4589       data: "plot-performance-trending-vpp-3n-hsw"
4590       include:
4591         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4592         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4593         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4594         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4595         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4596         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4597       layout: "plot-cpta"
4598
4599     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-dpdk"
4600       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-dpdk"
4601       data: "plot-performance-trending-vpp-3n-hsw"
4602       include:
4603         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4604         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4605         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4606         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4607         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4608         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4609       layout: "plot-cpta"
4610
4611     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk"
4612       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-dpdk"
4613       data: "plot-performance-trending-vpp-3n-hsw"
4614       include:
4615         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4616         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4617         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4618         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4619       layout: "plot-cpta"
4620
4621     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-dpdk"
4622       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-dpdk"
4623       data: "plot-performance-trending-vpp-3n-hsw"
4624       include:
4625         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4626         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4627         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4628         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4629       layout: "plot-cpta"
4630
4631     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-dpdk"
4632       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-dpdk"
4633       data: "plot-performance-trending-vpp-3n-hsw"
4634       include:
4635         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4636         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4637         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4638         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4639       layout: "plot-cpta"
4640
4641     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf"
4642       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-avf"
4643       data: "plot-performance-trending-vpp-3n-skx"
4644       include:
4645         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4646         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4647         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4648         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4649         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4650         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4651       layout: "plot-cpta"
4652
4653     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-avf"
4654       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-avf"
4655       data: "plot-performance-trending-vpp-3n-skx"
4656       include:
4657         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4658         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4659         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4660         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4661         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4662         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4663       layout: "plot-cpta"
4664
4665     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-avf"
4666       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-avf"
4667       data: "plot-performance-trending-vpp-3n-skx"
4668       include:
4669         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4670         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4671         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4672         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4673         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4674         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4675       layout: "plot-cpta"
4676
4677     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk"
4678       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-dpdk"
4679       data: "plot-performance-trending-vpp-3n-skx"
4680       include:
4681         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4682         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4683         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4684         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4685       layout: "plot-cpta"
4686
4687     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-dpdk"
4688       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-dpdk"
4689       data: "plot-performance-trending-vpp-3n-skx"
4690       include:
4691         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4692         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4693         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4694         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4695       layout: "plot-cpta"
4696
4697     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-dpdk"
4698       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-dpdk"
4699       data: "plot-performance-trending-vpp-3n-skx"
4700       include:
4701         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4702         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4703         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4704         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4705       layout: "plot-cpta"
4706
4707     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-avf"
4708       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-avf"
4709       data: "plot-performance-trending-vpp-3n-skx"
4710       include:
4711         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4712         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4713         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4714         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4715         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4716         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4717       layout: "plot-cpta"
4718
4719     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-avf"
4720       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-avf"
4721       data: "plot-performance-trending-vpp-3n-skx"
4722       include:
4723         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4724         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4725         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4726         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4727         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4728         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4729       layout: "plot-cpta"
4730
4731     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-avf"
4732       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-avf"
4733       data: "plot-performance-trending-vpp-3n-skx"
4734       include:
4735         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4736         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4737         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4738         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4739         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4740         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4741       layout: "plot-cpta"
4742
4743     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk"
4744       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-dpdk"
4745       data: "plot-performance-trending-vpp-3n-skx"
4746       include:
4747         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4748         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4749         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4750         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4751       layout: "plot-cpta"
4752
4753     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-dpdk"
4754       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-dpdk"
4755       data: "plot-performance-trending-vpp-3n-skx"
4756       include:
4757         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4758         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4759         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4760         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4761       layout: "plot-cpta"
4762
4763     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-dpdk"
4764       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-dpdk"
4765       data: "plot-performance-trending-vpp-3n-skx"
4766       include:
4767         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4768         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4769         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4770         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4771       layout: "plot-cpta"
4772
4773     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
4774       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4775       data: "plot-performance-trending-vpp-3n-tsh"
4776       include:
4777         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4778         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4779         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4780         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4781         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4782         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4783       layout: "plot-cpta"
4784
4785     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
4786       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4787       data: "plot-performance-trending-vpp-3n-tsh"
4788       include:
4789         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4790         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4791         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4792         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4793         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4794         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4795       layout: "plot-cpta"
4796
4797     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
4798       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4799       data: "plot-performance-trending-vpp-3n-tsh"
4800       include:
4801         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4802         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4803         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4804         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4805         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4806         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4807       layout: "plot-cpta"
4808
4809     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf"
4810       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf"
4811       data: "plot-performance-trending-vpp-2n-clx"
4812       include:
4813         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4814         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4815         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4816         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4817         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4818       layout: "plot-cpta"
4819
4820     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf"
4821       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf"
4822       data: "plot-performance-trending-vpp-2n-clx"
4823       include:
4824         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4825         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4826         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4827         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4828         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4829       layout: "plot-cpta"
4830
4831     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf"
4832       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf"
4833       data: "plot-performance-trending-vpp-2n-clx"
4834       include:
4835         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4836         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4837         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4838         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4839         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4840       layout: "plot-cpta"
4841
4842     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk"
4843       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-dpdk"
4844       data: "plot-performance-trending-vpp-2n-clx"
4845       include:
4846         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4847         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-2t1c-eth-l2patch-mrr"
4848         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-2t1c-eth-l2xcbase-mrr"
4849         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4850         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4851       layout: "plot-cpta"
4852
4853     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-dpdk"
4854       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-dpdk"
4855       data: "plot-performance-trending-vpp-2n-clx"
4856       include:
4857         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4858         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-4t2c-eth-l2patch-mrr"
4859         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-4t2c-eth-l2xcbase-mrr"
4860         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4861         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4862       layout: "plot-cpta"
4863
4864     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-dpdk"
4865       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-dpdk"
4866       data: "plot-performance-trending-vpp-2n-clx"
4867       include:
4868         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4869         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-8t4c-eth-l2patch-mrr"
4870         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-8t4c-eth-l2xcbase-mrr"
4871         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4872         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4873       layout: "plot-cpta"
4874
4875     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
4876       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
4877       data: "plot-performance-trending-vpp-2n-clx"
4878       include:
4879         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
4880         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4881         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4882         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4883         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4884       layout: "plot-cpta"
4885
4886     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
4887       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
4888       data: "plot-performance-trending-vpp-2n-clx"
4889       include:
4890         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
4891         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4892         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4893         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4894         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4895       layout: "plot-cpta"
4896
4897     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
4898       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
4899       data: "plot-performance-trending-vpp-2n-clx"
4900       include:
4901         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
4902         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4903         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4904         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4905         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4906       layout: "plot-cpta"
4907
4908     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk"
4909       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-dpdk"
4910       data: "plot-performance-trending-vpp-2n-clx"
4911       include:
4912         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4913         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4914         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4915         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4916         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4917         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
4918       layout: "plot-cpta"
4919
4920     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-dpdk"
4921       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-dpdk"
4922       data: "plot-performance-trending-vpp-2n-clx"
4923       include:
4924         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4925         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4926         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4927         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4928         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4929         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
4930       layout: "plot-cpta"
4931
4932     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-dpdk"
4933       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-dpdk"
4934       data: "plot-performance-trending-vpp-2n-clx"
4935       include:
4936         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4937         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4938         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4939         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4940         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4941         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
4942       layout: "plot-cpta"
4943
4944     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4945       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-avf"
4946       data: "plot-performance-trending-vpp-2n-clx"
4947       include:
4948         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4949         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4950         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4951         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4952       layout: "plot-cpta"
4953
4954     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4955       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-avf"
4956       data: "plot-performance-trending-vpp-2n-clx"
4957       include:
4958         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4959         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4960         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4961         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4962       layout: "plot-cpta"
4963
4964     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4965       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-avf"
4966       data: "plot-performance-trending-vpp-2n-clx"
4967       include:
4968         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4969         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4970         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4971         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4972       layout: "plot-cpta"
4973
4974     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4975       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4976       data: "plot-performance-trending-vpp-2n-clx"
4977       include:
4978         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4979         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4980         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4981         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4982       layout: "plot-cpta"
4983
4984     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4985       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4986       data: "plot-performance-trending-vpp-2n-clx"
4987       include:
4988         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4989         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4990         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4991         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4992       layout: "plot-cpta"
4993
4994     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4995       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4996       data: "plot-performance-trending-vpp-2n-clx"
4997       include:
4998         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4999         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
5000         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
5001         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5002       layout: "plot-cpta"
5003
5004 <<<<<<< HEAD   (d3ea22 Report: Add data)
5005 =======
5006     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
5007       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
5008       data: "plot-performance-trending-vpp-2n-clx"
5009       include:
5010         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-mrr"
5011         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-mrr"
5012         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
5013         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-2t1c-rdma-eth-l2patch-mrr"
5014         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-2t1c-rdma-eth-l2xcbase-mrr"
5015         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
5016       layout: "plot-cpta"
5017
5018     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
5019       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
5020       data: "plot-performance-trending-vpp-2n-clx"
5021       include:
5022         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-mrr"
5023         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-mrr"
5024         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
5025         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-4t2c-rdma-eth-l2patch-mrr"
5026         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-4t2c-rdma-eth-l2xcbase-mrr"
5027         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
5028       layout: "plot-cpta"
5029
5030     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
5031       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
5032       data: "plot-performance-trending-vpp-2n-clx"
5033       include:
5034         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-mrr"
5035         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-mrr"
5036         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
5037         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-8t4c-rdma-eth-l2patch-mrr"
5038         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-8t4c-rdma-eth-l2xcbase-mrr"
5039         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
5040       layout: "plot-cpta"
5041
5042     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
5043       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
5044       data: "plot-performance-trending-vpp-2n-clx"
5045       include:
5046         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
5047         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-mrr"
5048         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-mrr"
5049         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-mrr"
5050       layout: "plot-cpta"
5051
5052     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
5053       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
5054       data: "plot-performance-trending-vpp-2n-clx"
5055       include:
5056         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
5057         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-mrr"
5058         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-mrr"
5059         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-mrr"
5060       layout: "plot-cpta"
5061
5062     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
5063       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
5064       data: "plot-performance-trending-vpp-2n-clx"
5065       include:
5066         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
5067         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-mrr"
5068         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-mrr"
5069         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-mrr"
5070       layout: "plot-cpta"
5071
5072 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
5073 >>>>>>> CHANGE (b51708 Trending: Plots)
5074     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
5075       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
5076       data: "plot-performance-trending-vpp-2n-dnv"
5077       include:
5078         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5079         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5080         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5081         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5082       layout: "plot-cpta"
5083
5084     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
5085       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
5086       data: "plot-performance-trending-vpp-2n-dnv"
5087       include:
5088         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5089         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5090         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5091         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5092       layout: "plot-cpta"
5093
5094     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
5095       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
5096       data: "plot-performance-trending-vpp-2n-dnv"
5097       include:
5098         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5099         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5100         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5101         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5102       layout: "plot-cpta"
5103
5104 =======
5105 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
5106     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
5107       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
5108       data: "plot-performance-trending-vpp-2n-dnv"
5109       include:
5110         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5111         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5112         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5113         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5114         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5115         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5116       layout: "plot-cpta"
5117
5118     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
5119       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
5120       data: "plot-performance-trending-vpp-2n-dnv"
5121       include:
5122         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5123         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5124         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5125         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5126         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5127         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5128       layout: "plot-cpta"
5129
5130     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
5131       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
5132       data: "plot-performance-trending-vpp-2n-dnv"
5133       include:
5134         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5135         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5136         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5137         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5138         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5139         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5140       layout: "plot-cpta"
5141
5142     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-dpdk"
5143       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-dpdk"
5144       data: "plot-performance-trending-vpp-2n-skx"
5145       include:
5146         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5147         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5148         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5149         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5150         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5151         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5152       layout: "plot-cpta"
5153
5154     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-dpdk"
5155       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-dpdk"
5156       data: "plot-performance-trending-vpp-2n-skx"
5157       include:
5158         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5159         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5160         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5161         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5162         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5163         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5164       layout: "plot-cpta"
5165
5166     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-dpdk"
5167       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-dpdk"
5168       data: "plot-performance-trending-vpp-2n-skx"
5169       include:
5170         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5171         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5172         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5173         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5174         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5175         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5176       layout: "plot-cpta"
5177
5178     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
5179       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
5180       data: "plot-performance-trending-vpp-2n-skx"
5181       include:
5182         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
5183         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5184         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5185         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
5186         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5187         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5188       layout: "plot-cpta"
5189
5190     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
5191       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
5192       data: "plot-performance-trending-vpp-2n-skx"
5193       include:
5194         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
5195         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5196         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5197         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
5198         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5199         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5200       layout: "plot-cpta"
5201
5202     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
5203       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
5204       data: "plot-performance-trending-vpp-2n-skx"
5205       include:
5206         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
5207         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5208         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5209         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
5210         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5211         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5212       layout: "plot-cpta"
5213
5214     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk"
5215       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-dpdk"
5216       data: "plot-performance-trending-vpp-2n-skx"
5217       include:
5218         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
5219         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5220         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
5221         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
5222         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
5223         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5224       layout: "plot-cpta"
5225
5226     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-dpdk"
5227       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-dpdk"
5228       data: "plot-performance-trending-vpp-2n-skx"
5229       include:
5230         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
5231         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5232         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
5233         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
5234         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
5235         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5236       layout: "plot-cpta"
5237
5238     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-dpdk"
5239       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-dpdk"
5240       data: "plot-performance-trending-vpp-2n-skx"
5241       include:
5242         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
5243         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5244         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
5245         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
5246         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
5247         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5248       layout: "plot-cpta"
5249
5250     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
5251       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
5252       data: "plot-performance-trending-vpp-2n-skx"
5253       include:
5254         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5255         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
5256         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
5257         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5258       layout: "plot-cpta"
5259
5260     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
5261       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
5262       data: "plot-performance-trending-vpp-2n-skx"
5263       include:
5264         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5265         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
5266         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
5267         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5268       layout: "plot-cpta"
5269
5270     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
5271       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
5272       data: "plot-performance-trending-vpp-2n-skx"
5273       include:
5274         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5275         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
5276         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
5277         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5278       layout: "plot-cpta"
5279
5280     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
5281       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
5282       data: "plot-performance-trending-vpp-2n-skx"
5283       include:
5284         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5285         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
5286         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
5287         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5288       layout: "plot-cpta"
5289
5290     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
5291       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
5292       data: "plot-performance-trending-vpp-2n-skx"
5293       include:
5294         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5295         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
5296         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
5297         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5298       layout: "plot-cpta"
5299
5300     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5301       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5302       data: "plot-performance-trending-vpp-2n-skx"
5303       include:
5304         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5305         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
5306         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
5307         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5308       layout: "plot-cpta"
5309
5310     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
5311       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
5312       data: "plot-performance-trending-vpp-3n-dnv"
5313       include:
5314         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5315         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5316         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5317         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5318         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5319         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5320       layout: "plot-cpta"
5321
5322     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
5323       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
5324       data: "plot-performance-trending-vpp-3n-dnv"
5325       include:
5326         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5327         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5328         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5329         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5330         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5331         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5332       layout: "plot-cpta"
5333
5334     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
5335       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
5336       data: "plot-performance-trending-vpp-3n-dnv"
5337       include:
5338         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5339         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5340         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5341         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5342         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5343         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5344       layout: "plot-cpta"
5345
5346     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk"
5347       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-dpdk"
5348       data: "plot-performance-trending-vpp-3n-hsw"
5349       include:
5350         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5351         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5352         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5353         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5354         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5355         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5356       layout: "plot-cpta"
5357
5358     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-dpdk"
5359       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-dpdk"
5360       data: "plot-performance-trending-vpp-3n-hsw"
5361       include:
5362         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5363         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5364         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5365         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5366         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5367         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5368       layout: "plot-cpta"
5369
5370     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-dpdk"
5371       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-dpdk"
5372       data: "plot-performance-trending-vpp-3n-hsw"
5373       include:
5374         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5375         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5376         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5377         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5378         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5379         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5380       layout: "plot-cpta"
5381
5382     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf"
5383       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf"
5384       data: "plot-performance-trending-vpp-3n-skx"
5385       include:
5386         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5387         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
5388         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5389         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5390         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5391       layout: "plot-cpta"
5392
5393     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf"
5394       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf"
5395       data: "plot-performance-trending-vpp-3n-skx"
5396       include:
5397         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5398         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
5399         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5400         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5401         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5402       layout: "plot-cpta"
5403
5404     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf"
5405       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf"
5406       data: "plot-performance-trending-vpp-3n-skx"
5407       include:
5408         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5409         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
5410         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5411         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5412         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5413       layout: "plot-cpta"
5414
5415     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
5416       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
5417       data: "plot-performance-trending-vpp-3n-skx"
5418       include:
5419         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
5420         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5421         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
5422         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5423         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5424       layout: "plot-cpta"
5425
5426     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
5427       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
5428       data: "plot-performance-trending-vpp-3n-skx"
5429       include:
5430         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
5431         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5432         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
5433         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5434         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5435       layout: "plot-cpta"
5436
5437     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
5438       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
5439       data: "plot-performance-trending-vpp-3n-skx"
5440       include:
5441         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
5442         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5443         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
5444         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5445         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5446       layout: "plot-cpta"
5447
5448     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
5449       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
5450       data: "plot-performance-trending-vpp-3n-skx"
5451       include:
5452         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5453         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
5454         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
5455         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5456       layout: "plot-cpta"
5457
5458     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
5459       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
5460       data: "plot-performance-trending-vpp-3n-skx"
5461       include:
5462         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5463         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
5464         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
5465         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5466       layout: "plot-cpta"
5467
5468     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
5469       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
5470       data: "plot-performance-trending-vpp-3n-skx"
5471       include:
5472         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5473         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
5474         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
5475         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5476       layout: "plot-cpta"
5477
5478     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
5479       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
5480       data: "plot-performance-trending-vpp-3n-skx"
5481       include:
5482         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-2t1c-dot1q-l2xcbase-mrr"
5483         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5484         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
5485         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
5486         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5487         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5488       layout: "plot-cpta"
5489
5490     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
5491       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
5492       data: "plot-performance-trending-vpp-3n-skx"
5493       include:
5494         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-4t2c-dot1q-l2xcbase-mrr"
5495         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5496         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
5497         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
5498         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5499         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5500       layout: "plot-cpta"
5501
5502     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5503       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5504       data: "plot-performance-trending-vpp-3n-skx"
5505       include:
5506         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-8t4c-dot1q-l2xcbase-mrr"
5507         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5508         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
5509         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
5510         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5511         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5512       layout: "plot-cpta"
5513
5514     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf"
5515       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-avf"
5516       data: "plot-performance-trending-vpp-3n-skx"
5517       include:
5518         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5519         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5520         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5521         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5522         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5523         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5524       layout: "plot-cpta"
5525
5526     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-avf"
5527       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-avf"
5528       data: "plot-performance-trending-vpp-3n-skx"
5529       include:
5530         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5531         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5532         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5533         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5534         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5535         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5536       layout: "plot-cpta"
5537
5538     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-avf"
5539       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-avf"
5540       data: "plot-performance-trending-vpp-3n-skx"
5541       include:
5542         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5543         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5544         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5545         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5546         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5547         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5548       layout: "plot-cpta"
5549
5550     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk"
5551       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-dpdk"
5552       data: "plot-performance-trending-vpp-3n-skx"
5553       include:
5554         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5555         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5556         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5557         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5558         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5559         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5560       layout: "plot-cpta"
5561
5562     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-dpdk"
5563       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-dpdk"
5564       data: "plot-performance-trending-vpp-3n-skx"
5565       include:
5566         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5567         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5568         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5569         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5570         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5571         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5572       layout: "plot-cpta"
5573
5574     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-dpdk"
5575       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-dpdk"
5576       data: "plot-performance-trending-vpp-3n-skx"
5577       include:
5578         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5579         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5580         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5581         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5582         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5583         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5584       layout: "plot-cpta"
5585
5586     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
5587       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
5588       data: "plot-performance-trending-vpp-3n-tsh"
5589       include:
5590         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5591         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5592         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-1t1c-eth-l2patch-mrr"
5593         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5594         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5595       layout: "plot-cpta"
5596
5597     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
5598       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
5599       data: "plot-performance-trending-vpp-3n-tsh"
5600       include:
5601         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5602         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5603         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-2t2c-eth-l2patch-mrr"
5604         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5605         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5606       layout: "plot-cpta"
5607
5608     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
5609       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
5610       data: "plot-performance-trending-vpp-3n-tsh"
5611       include:
5612         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5613         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5614         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-4t4c-eth-l2patch-mrr"
5615         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5616         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5617       layout: "plot-cpta"
5618
5619     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
5620       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
5621       data: "plot-performance-trending-vpp-3n-tsh"
5622       include:
5623         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5624         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5625         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5626         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5627         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5628         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5629       layout: "plot-cpta"
5630
5631     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
5632       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
5633       data: "plot-performance-trending-vpp-3n-tsh"
5634       include:
5635         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5636         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5637         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5638         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5639         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5640         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5641       layout: "plot-cpta"
5642
5643     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
5644       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
5645       data: "plot-performance-trending-vpp-3n-tsh"
5646       include:
5647         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5648         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5649         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5650         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5651         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5652         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5653       layout: "plot-cpta"
5654
5655     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
5656       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
5657       data: "plot-performance-trending-vpp-3n-tsh"
5658       include:
5659         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5660         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5661         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5662         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5663         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5664         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5665       layout: "plot-cpta"
5666
5667     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
5668       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
5669       data: "plot-performance-trending-vpp-3n-tsh"
5670       include:
5671         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5672         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5673         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5674         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5675         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5676         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5677       layout: "plot-cpta"
5678
5679     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
5680       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
5681       data: "plot-performance-trending-vpp-3n-tsh"
5682       include:
5683         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5684         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5685         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5686         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5687         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5688         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5689       layout: "plot-cpta"
5690
5691     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk"
5692       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-dpdk"
5693       data: "plot-performance-trending-vpp-3n-hsw"
5694       include:
5695         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5696         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5697         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5698         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5699         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5700         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5701       layout: "plot-cpta"
5702
5703     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-dpdk"
5704       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-dpdk"
5705       data: "plot-performance-trending-vpp-3n-hsw"
5706       include:
5707         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5708         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5709         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5710         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5711         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5712         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5713       layout: "plot-cpta"
5714
5715     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-dpdk"
5716       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-dpdk"
5717       data: "plot-performance-trending-vpp-3n-hsw"
5718       include:
5719         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5720         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5721         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5722         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5723         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5724         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5725       layout: "plot-cpta"
5726
5727     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-dpdk"
5728       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-avf-dpdk"
5729       data: "plot-performance-trending-vpp-3n-skx"
5730       include:
5731         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5732         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5733         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5734         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5735         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5736         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5737       layout: "plot-cpta"
5738
5739     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-avf-dpdk"
5740       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-avf-dpdk"
5741       data: "plot-performance-trending-vpp-3n-skx"
5742       include:
5743         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5744         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5745         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5746         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5747         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5748         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5749       layout: "plot-cpta"
5750
5751     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-avf-dpdk"
5752       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-avf-dpdk"
5753       data: "plot-performance-trending-vpp-3n-skx"
5754       include:
5755         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5756         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5757         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5758         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5759         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5760         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5761       layout: "plot-cpta"
5762
5763     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
5764       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
5765       data: "plot-performance-trending-vpp-3n-tsh"
5766       include:
5767         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5768         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5769         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5770         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5771         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5772         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5773       layout: "plot-cpta"
5774
5775     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
5776       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
5777       data: "plot-performance-trending-vpp-3n-tsh"
5778       include:
5779         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5780         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5781         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5782         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5783         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5784         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5785       layout: "plot-cpta"
5786
5787     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
5788       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
5789       data: "plot-performance-trending-vpp-3n-tsh"
5790       include:
5791         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5792         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5793         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5794         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5795         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5796         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5797       layout: "plot-cpta"
5798
5799     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5800       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5801       data: "plot-performance-trending-vpp-2n-clx"
5802       include:
5803         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5804         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5805         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5806         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5807       layout: "plot-cpta"
5808
5809     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5810       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5811       data: "plot-performance-trending-vpp-2n-clx"
5812       include:
5813         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5814         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5815         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5816         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5817       layout: "plot-cpta"
5818
5819     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5820       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5821       data: "plot-performance-trending-vpp-2n-clx"
5822       include:
5823         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5824         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5825         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5826         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5827       layout: "plot-cpta"
5828
5829     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5830       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5831       data: "plot-performance-trending-vpp-2n-clx"
5832       include:
5833         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5834         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5835         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5836         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5837       layout: "plot-cpta"
5838
5839     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5840       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5841       data: "plot-performance-trending-vpp-2n-clx"
5842       include:
5843         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5844         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5845         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5846         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5847       layout: "plot-cpta"
5848
5849     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5850       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5851       data: "plot-performance-trending-vpp-2n-clx"
5852       include:
5853         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5854         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5855         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5856         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5857       layout: "plot-cpta"
5858
5859     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5860       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5861       data: "plot-performance-trending-vpp-2n-clx"
5862       include:
5863         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5864         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5865         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5866         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5867       layout: "plot-cpta"
5868
5869     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5870       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5871       data: "plot-performance-trending-vpp-2n-clx"
5872       include:
5873         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5874         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5875         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5876         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5877       layout: "plot-cpta"
5878
5879     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5880       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5881       data: "plot-performance-trending-vpp-2n-clx"
5882       include:
5883         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5884         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5885         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5886         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5887       layout: "plot-cpta"
5888
5889     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5890       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5891       data: "plot-performance-trending-vpp-2n-clx"
5892       include:
5893         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5894         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5895         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5896         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5897       layout: "plot-cpta"
5898
5899     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5900       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5901       data: "plot-performance-trending-vpp-2n-clx"
5902       include:
5903         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5904         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5905         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5906         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5907       layout: "plot-cpta"
5908
5909     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5910       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5911       data: "plot-performance-trending-vpp-2n-clx"
5912       include:
5913         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5914         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5915         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5916         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5917       layout: "plot-cpta"
5918
5919 <<<<<<< HEAD   (d3ea22 Report: Add data)
5920     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5921       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5922 =======
5923     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5924       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5925       data: "plot-performance-trending-vpp-2n-clx"
5926       include:
5927         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5928         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5929         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5930         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5931       layout: "plot-cpta"
5932
5933     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5934       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5935       data: "plot-performance-trending-vpp-2n-clx"
5936       include:
5937         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5938         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5939         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5940         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5941       layout: "plot-cpta"
5942
5943     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5944       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5945       data: "plot-performance-trending-vpp-2n-clx"
5946       include:
5947         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5948         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5949         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5950         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5951       layout: "plot-cpta"
5952
5953     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5954       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5955       data: "plot-performance-trending-vpp-2n-clx"
5956       include:
5957         - "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"
5958         - "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"
5959         - "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"
5960         - "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"
5961       layout: "plot-cpta"
5962
5963     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5964       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5965       data: "plot-performance-trending-vpp-2n-clx"
5966       include:
5967         - "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"
5968         - "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"
5969         - "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"
5970         - "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"
5971       layout: "plot-cpta"
5972
5973     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5974       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5975       data: "plot-performance-trending-vpp-2n-clx"
5976       include:
5977         - "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"
5978         - "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"
5979         - "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"
5980         - "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"
5981       layout: "plot-cpta"
5982
5983     - title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5984       output-file-name: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5985       data: "plot-performance-trending-vpp-2n-clx"
5986       include:
5987         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5988         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5989         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5990         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5991         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5992         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5993       layout: "plot-cpta"
5994
5995     - title: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5996       output-file-name: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5997       data: "plot-performance-trending-vpp-2n-clx"
5998       include:
5999         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6000         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6001         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6002         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6003         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6004         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6005       layout: "plot-cpta"
6006
6007     - title: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6008       output-file-name: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6009       data: "plot-performance-trending-vpp-2n-clx"
6010       include:
6011         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6012         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6013         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6014         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6015         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6016         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6017       layout: "plot-cpta"
6018
6019     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6020       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6021       data: "plot-performance-trending-vpp-2n-skx"
6022       include:
6023         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6024         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6025         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6026         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6027       layout: "plot-cpta"
6028
6029     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6030       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6031       data: "plot-performance-trending-vpp-2n-skx"
6032       include:
6033         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6034         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6035         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6036         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6037       layout: "plot-cpta"
6038
6039     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6040       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6041       data: "plot-performance-trending-vpp-2n-skx"
6042       include:
6043         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6044         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6045         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6046         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6047       layout: "plot-cpta"
6048
6049     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6050       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6051       data: "plot-performance-trending-vpp-2n-skx"
6052       include:
6053         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6054         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6055         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6056         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6057       layout: "plot-cpta"
6058
6059     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6060       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6061       data: "plot-performance-trending-vpp-2n-skx"
6062       include:
6063         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6064         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6065         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6066         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6067       layout: "plot-cpta"
6068
6069     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6070       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6071       data: "plot-performance-trending-vpp-2n-skx"
6072       include:
6073         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6074         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6075         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6076         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6077       layout: "plot-cpta"
6078
6079     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6080       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6081 >>>>>>> CHANGE (b51708 Trending: Plots)
6082       data: "plot-performance-trending-vpp-2n-skx"
6083       include:
6084         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6085         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6086         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6087         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6088         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6089       layout: "plot-cpta"
6090
6091     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6092       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6093       data: "plot-performance-trending-vpp-2n-skx"
6094       include:
6095         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6096         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6097         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6098         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6099         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6100       layout: "plot-cpta"
6101
6102     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6103       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6104       data: "plot-performance-trending-vpp-2n-skx"
6105       include:
6106         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6107         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6108         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6109         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6110         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6111       layout: "plot-cpta"
6112
6113     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
6114       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
6115       data: "plot-performance-trending-vpp-2n-skx"
6116       include:
6117         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6118         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6119         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6120         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6121         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6122       layout: "plot-cpta"
6123
6124     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
6125       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
6126       data: "plot-performance-trending-vpp-2n-skx"
6127       include:
6128         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6129         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6130         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6131         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6132         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6133       layout: "plot-cpta"
6134
6135     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
6136       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
6137       data: "plot-performance-trending-vpp-2n-skx"
6138       include:
6139         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6140         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6141         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6142         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6143         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6144       layout: "plot-cpta"
6145
6146     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
6147       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
6148       data: "plot-performance-trending-vpp-3n-hsw"
6149       include:
6150         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6151         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6152         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6153         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6154         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6155       layout: "plot-cpta"
6156
6157     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
6158       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
6159       data: "plot-performance-trending-vpp-3n-hsw"
6160       include:
6161         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6162         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6163         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6164         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6165         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6166       layout: "plot-cpta"
6167
6168     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
6169       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
6170       data: "plot-performance-trending-vpp-3n-hsw"
6171       include:
6172         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6173         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6174         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6175         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6176         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6177       layout: "plot-cpta"
6178
6179     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
6180       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
6181       data: "plot-performance-trending-vpp-3n-hsw"
6182       include:
6183         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6184         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6185         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6186         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6187         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6188       layout: "plot-cpta"
6189
6190     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
6191       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
6192       data: "plot-performance-trending-vpp-3n-hsw"
6193       include:
6194         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6195         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6196         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6197         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6198         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6199       layout: "plot-cpta"
6200
6201     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
6202       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
6203       data: "plot-performance-trending-vpp-3n-hsw"
6204       include:
6205         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6206         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6207         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6208         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6209         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6210       layout: "plot-cpta"
6211
6212     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6213       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6214       data: "plot-performance-trending-vpp-3n-skx"
6215       include:
6216         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6217         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6218       layout: "plot-cpta"
6219
6220     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6221       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6222       data: "plot-performance-trending-vpp-3n-skx"
6223       include:
6224         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6225         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6226       layout: "plot-cpta"
6227
6228     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6229       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6230       data: "plot-performance-trending-vpp-3n-skx"
6231       include:
6232         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6233         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6234       layout: "plot-cpta"
6235
6236     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6237       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6238       data: "plot-performance-trending-vpp-3n-skx"
6239       include:
6240         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6241         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6242       layout: "plot-cpta"
6243
6244     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6245       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6246       data: "plot-performance-trending-vpp-3n-skx"
6247       include:
6248         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6249         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6250       layout: "plot-cpta"
6251
6252     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6253       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6254       data: "plot-performance-trending-vpp-3n-skx"
6255       include:
6256         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6257         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6258       layout: "plot-cpta"
6259
6260     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6261       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6262       data: "plot-performance-trending-vpp-3n-skx"
6263       include:
6264         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6265         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6266         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6267         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6268         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6269         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6270       layout: "plot-cpta"
6271
6272     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6273       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6274       data: "plot-performance-trending-vpp-3n-skx"
6275       include:
6276         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6277         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6278         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6279         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6280         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6281         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6282       layout: "plot-cpta"
6283
6284     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6285       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6286       data: "plot-performance-trending-vpp-3n-skx"
6287       include:
6288         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6289         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6290         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6291         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6292         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6293         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6294       layout: "plot-cpta"
6295
6296     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6297       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6298       data: "plot-performance-trending-vpp-3n-skx"
6299       include:
6300         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6301         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6302         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6303         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6304         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6305         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6306       layout: "plot-cpta"
6307
6308     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6309       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6310       data: "plot-performance-trending-vpp-3n-skx"
6311       include:
6312         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6313         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6314         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6315         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6316         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6317         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6318       layout: "plot-cpta"
6319
6320     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6321       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6322       data: "plot-performance-trending-vpp-3n-skx"
6323       include:
6324         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6325         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6326         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6327         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6328         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6329         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6330       layout: "plot-cpta"
6331
6332     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6333       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6334       data: "plot-performance-trending-vpp-3n-skx"
6335       include:
6336         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6337         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6338         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6339         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6340         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6341         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6342       layout: "plot-cpta"
6343
6344     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6345       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6346       data: "plot-performance-trending-vpp-3n-skx"
6347       include:
6348         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6349         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6350         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6351         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6352         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6353         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6354       layout: "plot-cpta"
6355
6356     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6357       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6358       data: "plot-performance-trending-vpp-3n-skx"
6359       include:
6360         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6361         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6362         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6363         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6364         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6365         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6366       layout: "plot-cpta"
6367
6368     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6369       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6370       data: "plot-performance-trending-vpp-3n-skx"
6371       include:
6372         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6373         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6374       layout: "plot-cpta"
6375
6376     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6377       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6378       data: "plot-performance-trending-vpp-3n-skx"
6379       include:
6380         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6381         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6382       layout: "plot-cpta"
6383
6384     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6385       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6386       data: "plot-performance-trending-vpp-3n-skx"
6387       include:
6388         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6389         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6390       layout: "plot-cpta"
6391
6392     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6393       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6394       data: "plot-performance-trending-vpp-3n-skx"
6395       include:
6396         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6397         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6398       layout: "plot-cpta"
6399
6400     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6401       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6402       data: "plot-performance-trending-vpp-3n-skx"
6403       include:
6404         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6405         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6406       layout: "plot-cpta"
6407
6408     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6409       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6410       data: "plot-performance-trending-vpp-3n-skx"
6411       include:
6412         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6413         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6414       layout: "plot-cpta"
6415
6416     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-testpmd"
6417       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-testpmd"
6418       data: "plot-performance-trending-vpp-3n-tsh"
6419       include:
6420         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6421         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6422         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6423         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6424         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6425         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6426       layout: "plot-cpta"
6427
6428     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-testpmd"
6429       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-testpmd"
6430       data: "plot-performance-trending-vpp-3n-tsh"
6431       include:
6432         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6433         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6434         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6435         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6436         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6437         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6438       layout: "plot-cpta"
6439
6440     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-testpmd"
6441       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-testpmd"
6442       data: "plot-performance-trending-vpp-3n-tsh"
6443       include:
6444         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6445         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6446         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6447         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6448         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6449         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6450       layout: "plot-cpta"
6451
6452     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vpp"
6453       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vpp"
6454       data: "plot-performance-trending-vpp-3n-tsh"
6455       include:
6456         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6457         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6458         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6459         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6460         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6461         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6462       layout: "plot-cpta"
6463
6464     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-vpp"
6465       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-vpp"
6466       data: "plot-performance-trending-vpp-3n-tsh"
6467       include:
6468         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6469         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6470         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6471         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6472         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6473         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6474       layout: "plot-cpta"
6475
6476     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-vpp"
6477       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-vpp"
6478       data: "plot-performance-trending-vpp-3n-tsh"
6479       include:
6480         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6481         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6482         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6483         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6484         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6485         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6486       layout: "plot-cpta"
6487
6488     - title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
6489       output-file-name: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
6490       data: "plot-performance-trending-vpp-2n-skx"
6491       include:
6492         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6493         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6494         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6495         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6496         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6497         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6498       layout: "plot-cpta"
6499
6500     - title: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6501       output-file-name: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6502       data: "plot-performance-trending-vpp-2n-skx"
6503       include:
6504         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6505         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6506         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6507         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6508         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6509         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6510       layout: "plot-cpta"
6511
6512     - title: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6513       output-file-name: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6514       data: "plot-performance-trending-vpp-2n-skx"
6515       include:
6516         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6517         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6518         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6519         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6520         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6521         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6522       layout: "plot-cpta"
6523
6524     - title: "2n-skx-x710-64b-2t1c-dpdk"
6525       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
6526       data: "plot-performance-trending-dpdk-2n-skx"
6527       include:
6528         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6529         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6530       layout: "plot-cpta"
6531
6532     - title: "2n-skx-x710-64b-4t2c-dpdk"
6533       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
6534       data: "plot-performance-trending-dpdk-2n-skx"
6535       include:
6536         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6537         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6538       layout: "plot-cpta"
6539
6540     - title: "2n-skx-x710-64b-8t4c-dpdk"
6541       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
6542       data: "plot-performance-trending-dpdk-2n-skx"
6543       include:
6544         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6545         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6546       layout: "plot-cpta"
6547
6548     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
6549       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
6550       data: "plot-performance-trending-dpdk-2n-skx"
6551       include:
6552         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6553         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6554       layout: "plot-cpta"
6555
6556     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
6557       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
6558       data: "plot-performance-trending-dpdk-2n-skx"
6559       include:
6560         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6561         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6562       layout: "plot-cpta"
6563
6564     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
6565       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
6566       data: "plot-performance-trending-dpdk-2n-skx"
6567       include:
6568         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6569         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6570       layout: "plot-cpta"
6571
6572 <<<<<<< HEAD   (d3ea22 Report: Add data)
6573 =======
6574     - title: "2n-clx-x710-64b-2t1c-dpdk"
6575       output-file-name: "2n-clx-x710-64b-2t1c-dpdk"
6576       data: "plot-performance-trending-dpdk-2n-clx"
6577       include:
6578         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6579         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6580       layout: "plot-cpta"
6581
6582     - title: "2n-clx-x710-64b-4t2c-dpdk"
6583       output-file-name: "2n-clx-x710-64b-4t2c-dpdk"
6584       data: "plot-performance-trending-dpdk-2n-clx"
6585       include:
6586         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6587         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6588       layout: "plot-cpta"
6589
6590     - title: "2n-clx-x710-64b-8t4c-dpdk"
6591       output-file-name: "2n-clx-x710-64b-8t4c-dpdk"
6592       data: "plot-performance-trending-dpdk-2n-clx"
6593       include:
6594         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6595         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6596       layout: "plot-cpta"
6597
6598     - title: "2n-clx-xxv710-64b-2t1c-dpdk"
6599       output-file-name: "2n-clx-xxv710-64b-2t1c-dpdk"
6600       data: "plot-performance-trending-dpdk-2n-clx"
6601       include:
6602         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6603         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6604       layout: "plot-cpta"
6605
6606     - title: "2n-clx-xxv710-64b-4t2c-dpdk"
6607       output-file-name: "2n-clx-xxv710-64b-4t2c-dpdk"
6608       data: "plot-performance-trending-dpdk-2n-clx"
6609       include:
6610         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6611         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6612       layout: "plot-cpta"
6613
6614     - title: "2n-clx-xxv710-64b-8t4c-dpdk"
6615       output-file-name: "2n-clx-xxv710-64b-8t4c-dpdk"
6616       data: "plot-performance-trending-dpdk-2n-clx"
6617       include:
6618         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6619         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6620       layout: "plot-cpta"
6621
6622
6623 >>>>>>> CHANGE (b51708 Trending: Plots)
6624     - title: "3n-hsw-x710-64b-1t1c-dpdk"
6625       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
6626       data: "plot-performance-trending-dpdk-3n-hsw"
6627       include:
6628         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6629         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6630       layout: "plot-cpta"
6631
6632     - title: "3n-hsw-x710-64b-2t2c-dpdk"
6633       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
6634       data: "plot-performance-trending-dpdk-3n-hsw"
6635       include:
6636         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6637         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6638       layout: "plot-cpta"
6639
6640     - title: "3n-hsw-x710-64b-4t4c-dpdk"
6641       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
6642       data: "plot-performance-trending-dpdk-3n-hsw"
6643       include:
6644         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6645         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6646       layout: "plot-cpta"
6647
6648     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
6649       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
6650       data: "plot-performance-trending-dpdk-3n-hsw"
6651       include:
6652         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6653         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6654       layout: "plot-cpta"
6655
6656     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
6657       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
6658       data: "plot-performance-trending-dpdk-3n-hsw"
6659       include:
6660         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6661         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6662       layout: "plot-cpta"
6663
6664     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
6665       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
6666       data: "plot-performance-trending-dpdk-3n-hsw"
6667       include:
6668         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6669         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6670       layout: "plot-cpta"
6671
6672     - title: "3n-skx-x710-64b-2t1c-dpdk"
6673       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
6674       data: "plot-performance-trending-dpdk-3n-skx"
6675       include:
6676         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6677         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6678       layout: "plot-cpta"
6679
6680     - title: "3n-skx-x710-64b-4t2c-dpdk"
6681       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
6682       data: "plot-performance-trending-dpdk-3n-skx"
6683       include:
6684         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6685         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6686       layout: "plot-cpta"
6687
6688     - title: "3n-skx-x710-64b-8t4c-dpdk"
6689       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
6690       data: "plot-performance-trending-dpdk-3n-skx"
6691       include:
6692         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6693         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6694       layout: "plot-cpta"
6695
6696     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
6697       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
6698       data: "plot-performance-trending-dpdk-3n-skx"
6699       include:
6700         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6701         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6702       layout: "plot-cpta"
6703
6704     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
6705       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
6706       data: "plot-performance-trending-dpdk-3n-skx"
6707       include:
6708         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6709         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6710       layout: "plot-cpta"
6711
6712     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
6713       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
6714       data: "plot-performance-trending-dpdk-3n-skx"
6715       include:
6716         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6717         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6718       layout: "plot-cpta"