Trending: NDRPDR dashboard
[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   add-links: False
1841
1842 -
1843   type: "table"
1844   title: "HTML performance trending dashboard 1t1c-3n-hsw pdr"
1845   algorithm: "table_perf_trending_dash_html"
1846   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-pdr.csv"
1847   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw-pdr.rst"
1848   testbed: "3n-hsw"
1849   add-links: False
1850
1851 # 3n-skx
1852 -
1853   type: "table"
1854   title: "Performance trending dashboard 2t1c-3n-skx ndr"
1855   algorithm: "table_perf_trending_dash"
1856   output-file-ext: ".csv"
1857   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-ndr"
1858   data: "table-ndrpdr-comparison-3n-skx"
1859   filter: "'NDRPDR' and '2T1C'"
1860   include-tests: "NDR"
1861   parameters:
1862     - "name"
1863     - "parent"
1864     - "throughput"
1865   window: 4
1866   long-trend-window: 12
1867
1868 -
1869   type: "table"
1870   title: "Performance trending dashboard 2t1c-3n-skx pdr"
1871   algorithm: "table_perf_trending_dash"
1872   output-file-ext: ".csv"
1873   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-pdr"
1874   data: "table-ndrpdr-comparison-3n-skx"
1875   filter: "'NDRPDR' and '2T1C'"
1876   include-tests: "PDR"
1877   parameters:
1878     - "name"
1879     - "parent"
1880     - "throughput"
1881   window: 4
1882   long-trend-window: 12
1883
1884 -
1885   type: "table"
1886   title: "HTML performance trending dashboard 2t1c-3n-skx ndr"
1887   algorithm: "table_perf_trending_dash_html"
1888   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-ndr.csv"
1889   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-ndr.rst"
1890   testbed: "3n-skx"
1891   add-links: False
1892
1893 -
1894   type: "table"
1895   title: "HTML performance trending dashboard 2t1c-3n-skx pdr"
1896   algorithm: "table_perf_trending_dash_html"
1897   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-pdr.csv"
1898   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx-pdr.rst"
1899   testbed: "3n-skx"
1900   add-links: False
1901
1902 # 2n-skx
1903 -
1904   type: "table"
1905   title: "Performance trending dashboard 2t1c-2n-skx ndr"
1906   algorithm: "table_perf_trending_dash"
1907   output-file-ext: ".csv"
1908   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-ndr"
1909   data: "table-ndrpdr-comparison-2n-skx"
1910   filter: "'NDRPDR' and '2T1C'"
1911   include-tests: "NDR"
1912   parameters:
1913     - "name"
1914     - "parent"
1915     - "throughput"
1916   window: 4
1917   long-trend-window: 12
1918
1919 -
1920   type: "table"
1921   title: "Performance trending dashboard 2t1c-2n-skx pdr"
1922   algorithm: "table_perf_trending_dash"
1923   output-file-ext: ".csv"
1924   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-pdr"
1925   data: "table-ndrpdr-comparison-2n-skx"
1926   filter: "'NDRPDR' and '2T1C'"
1927   include-tests: "PDR"
1928   parameters:
1929     - "name"
1930     - "parent"
1931     - "throughput"
1932   window: 4
1933   long-trend-window: 12
1934
1935 -
1936   type: "table"
1937   title: "HTML performance trending dashboard 2t1c-2n-skx ndr"
1938   algorithm: "table_perf_trending_dash_html"
1939   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-ndr.csv"
1940   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-ndr.rst"
1941   testbed: "2n-skx"
1942   add-links: False
1943
1944 -
1945   type: "table"
1946   title: "HTML performance trending dashboard 2t1c-2n-skx pdr"
1947   algorithm: "table_perf_trending_dash_html"
1948   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-pdr.csv"
1949   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx-pdr.rst"
1950   testbed: "2n-skx"
1951   add-links: False
1952
1953 # 2n-clx
1954 -
1955   type: "table"
1956   title: "Performance trending dashboard 2t1c-2n-clx ndr"
1957   algorithm: "table_perf_trending_dash"
1958   output-file-ext: ".csv"
1959   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-ndr"
1960   data: "table-ndrpdr-comparison-2n-clx"
1961   filter: "'NDRPDR' and '2T1C'"
1962   include-tests: "NDR"
1963   parameters:
1964     - "name"
1965     - "parent"
1966     - "throughput"
1967   window: 14
1968   long-trend-window: 180
1969
1970 -
1971   type: "table"
1972   title: "Performance trending dashboard 2t1c-2n-clx pdr"
1973   algorithm: "table_perf_trending_dash"
1974   output-file-ext: ".csv"
1975   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-pdr"
1976   data: "table-ndrpdr-comparison-2n-clx"
1977   filter: "'NDRPDR' and '2T1C'"
1978   include-tests: "PDR"
1979   parameters:
1980     - "name"
1981     - "parent"
1982     - "throughput"
1983   window: 14
1984   long-trend-window: 180
1985
1986 -
1987   type: "table"
1988   title: "HTML performance trending dashboard 2t1c-2n-clx ndr"
1989   algorithm: "table_perf_trending_dash_html"
1990   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-ndr.csv"
1991   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-ndr.rst"
1992   testbed: "2n-clx"
1993   add-links: False
1994
1995 -
1996   type: "table"
1997   title: "HTML performance trending dashboard 2t1c-2n-clx pdr"
1998   algorithm: "table_perf_trending_dash_html"
1999   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-pdr.csv"
2000   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx-pdr.rst"
2001   testbed: "2n-clx"
2002   add-links: False
2003
2004 -
2005   type: "table"
2006   title: "Failed MRR tests 3n-hsw"
2007   algorithm: "table_failed_tests"
2008   output-file-ext: ".csv"
2009   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
2010   data: "plot-performance-trending-all-3n-hsw"
2011   filter: "'MRR' and not 'NIC_Intel-XXV710'"
2012   parameters:
2013   - "name"
2014   - "parent"
2015   - "status"
2016   window: 7  # days
2017
2018 -
2019   type: "table"
2020   title: "HTML Failed MRR tests 3n-hsw"
2021   algorithm: "table_failed_tests_html"
2022   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
2023   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
2024   testbed: "3n-hsw"
2025
2026 ################################################################################
2027 # 3n-skx
2028 -
2029   type: "table"
2030   title: "Performance trending dashboard 2t1c-3n-skx"
2031   algorithm: "table_perf_trending_dash"
2032   output-file-ext: ".csv"
2033   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
2034   data: "plot-performance-trending-all-3n-skx"
2035   filter: "'MRR' and '2T1C'"
2036   parameters:
2037   - "name"
2038   - "parent"
2039   - "result"
2040   window: 14
2041   long-trend-window: 180
2042
2043 -
2044   type: "table"
2045   title: "Performance trending dashboard 4t2c-3n-skx"
2046   algorithm: "table_perf_trending_dash"
2047   output-file-ext: ".csv"
2048   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
2049   data: "plot-performance-trending-all-3n-skx"
2050   filter: "'MRR' and '4T2C'"
2051   parameters:
2052   - "name"
2053   - "parent"
2054   - "result"
2055   window: 14
2056   long-trend-window: 180
2057
2058 -
2059   type: "table"
2060   title: "Performance trending dashboard 8t4c-3n-skx"
2061   algorithm: "table_perf_trending_dash"
2062   output-file-ext: ".csv"
2063   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
2064   data: "plot-performance-trending-all-3n-skx"
2065   filter: "'MRR' and '8T4C'"
2066   parameters:
2067   - "name"
2068   - "parent"
2069   - "result"
2070   window: 14
2071   long-trend-window: 180
2072
2073 -
2074   type: "table"
2075   title: "HTML performance trending dashboard 2t1c-3n-skx"
2076   algorithm: "table_perf_trending_dash_html"
2077   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
2078   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
2079   testbed: "3n-skx"
2080
2081 -
2082   type: "table"
2083   title: "HTML performance trending dashboard 4t2c-3n-skx"
2084   algorithm: "table_perf_trending_dash_html"
2085   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
2086   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
2087   testbed: "3n-skx"
2088
2089 -
2090   type: "table"
2091   title: "HTML performance trending dashboard 8t4c-3n-skx"
2092   algorithm: "table_perf_trending_dash_html"
2093   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
2094   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
2095   testbed: "3n-skx"
2096
2097 -
2098   type: "table"
2099   title: "Failed MRR tests 3n-skx"
2100   algorithm: "table_failed_tests"
2101   output-file-ext: ".csv"
2102   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
2103   data: "plot-performance-trending-all-3n-skx"
2104   filter: "'MRR'"
2105   parameters:
2106   - "name"
2107   - "parent"
2108   - "status"
2109   window: 7  # days
2110
2111 -
2112   type: "table"
2113   title: "HTML Failed MRR tests 3n-skx"
2114   algorithm: "table_failed_tests_html"
2115   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
2116   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
2117   testbed: "3n-skx"
2118
2119 ################################################################################
2120 # 2n-skx
2121 -
2122   type: "table"
2123   title: "Performance trending dashboard 2t1c-2n-skx"
2124   algorithm: "table_perf_trending_dash"
2125   output-file-ext: ".csv"
2126   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
2127   data: "plot-performance-trending-all-2n-skx"
2128   filter: "'MRR' and '2T1C'"
2129   parameters:
2130   - "name"
2131   - "parent"
2132   - "result"
2133   window: 14
2134   long-trend-window: 180
2135
2136 -
2137   type: "table"
2138   title: "Performance trending dashboard 4t2c-2n-skx"
2139   algorithm: "table_perf_trending_dash"
2140   output-file-ext: ".csv"
2141   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
2142   data: "plot-performance-trending-all-2n-skx"
2143   filter: "'MRR' and '4T2C'"
2144   parameters:
2145   - "name"
2146   - "parent"
2147   - "result"
2148   window: 14
2149   long-trend-window: 180
2150
2151 -
2152   type: "table"
2153   title: "Performance trending dashboard 8t4c-2n-skx"
2154   algorithm: "table_perf_trending_dash"
2155   output-file-ext: ".csv"
2156   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
2157   data: "plot-performance-trending-all-2n-skx"
2158   filter: "'MRR' and '8T4C'"
2159   parameters:
2160   - "name"
2161   - "parent"
2162   - "result"
2163   window: 14
2164   long-trend-window: 180
2165
2166 -
2167   type: "table"
2168   title: "HTML performance trending dashboard 2t1c-2n-skx"
2169   algorithm: "table_perf_trending_dash_html"
2170   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
2171   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
2172   testbed: "2n-skx"
2173
2174 -
2175   type: "table"
2176   title: "HTML performance trending dashboard 4t2c-2n-skx"
2177   algorithm: "table_perf_trending_dash_html"
2178   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
2179   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
2180   testbed: "2n-skx"
2181
2182 -
2183   type: "table"
2184   title: "HTML performance trending dashboard 8t4c-2n-skx"
2185   algorithm: "table_perf_trending_dash_html"
2186   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
2187   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
2188   testbed: "2n-skx"
2189
2190 -
2191   type: "table"
2192   title: "Failed MRR tests 2n-skx"
2193   algorithm: "table_failed_tests"
2194   output-file-ext: ".csv"
2195   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
2196   data: "plot-performance-trending-all-2n-skx"
2197   filter: "'MRR'"
2198   parameters:
2199   - "name"
2200   - "parent"
2201   - "status"
2202   window: 7  # days
2203
2204 -
2205   type: "table"
2206   title: "HTML Failed MRR tests 2n-skx"
2207   algorithm: "table_failed_tests_html"
2208   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
2209   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
2210   testbed: "2n-skx"
2211
2212 ################################################################################
2213 # 2n-clx
2214 -
2215   type: "table"
2216   title: "Performance trending dashboard 2t1c-2n-clx"
2217   algorithm: "table_perf_trending_dash"
2218   output-file-ext: ".csv"
2219   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx"
2220   data: "plot-performance-trending-vpp-2n-clx"
2221   filter: "'MRR' and '2T1C'"
2222   parameters:
2223   - "name"
2224   - "parent"
2225   - "result"
2226   window: 14
2227   long-trend-window: 180
2228
2229 -
2230   type: "table"
2231   title: "Performance trending dashboard 4t2c-2n-clx"
2232   algorithm: "table_perf_trending_dash"
2233   output-file-ext: ".csv"
2234   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx"
2235   data: "plot-performance-trending-vpp-2n-clx"
2236   filter: "'MRR' and '4T2C'"
2237   parameters:
2238   - "name"
2239   - "parent"
2240   - "result"
2241   window: 14
2242   long-trend-window: 180
2243
2244 -
2245   type: "table"
2246   title: "Performance trending dashboard 8t4c-2n-clx"
2247   algorithm: "table_perf_trending_dash"
2248   output-file-ext: ".csv"
2249   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx"
2250   data: "plot-performance-trending-vpp-2n-clx"
2251   filter: "'MRR' and '8T4C'"
2252   parameters:
2253   - "name"
2254   - "parent"
2255   - "result"
2256   window: 14
2257   long-trend-window: 180
2258
2259 -
2260   type: "table"
2261   title: "HTML performance trending dashboard 2t1c-2n-clx"
2262   algorithm: "table_perf_trending_dash_html"
2263   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv"
2264   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst"
2265   testbed: "2n-clx"
2266
2267 -
2268   type: "table"
2269   title: "HTML performance trending dashboard 4t2c-2n-clx"
2270   algorithm: "table_perf_trending_dash_html"
2271   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv"
2272   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst"
2273   testbed: "2n-clx"
2274
2275 -
2276   type: "table"
2277   title: "HTML performance trending dashboard 8t4c-2n-clx"
2278   algorithm: "table_perf_trending_dash_html"
2279   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv"
2280   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst"
2281   testbed: "2n-clx"
2282
2283 -
2284   type: "table"
2285   title: "Failed MRR tests 2n-clx"
2286   algorithm: "table_failed_tests"
2287   output-file-ext: ".csv"
2288   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx"
2289   data: "plot-performance-trending-vpp-2n-clx"
2290   filter: "'MRR'"
2291   parameters:
2292   - "name"
2293   - "parent"
2294   - "status"
2295   window: 7  # days
2296
2297 -
2298   type: "table"
2299   title: "HTML Failed MRR tests 2n-clx"
2300   algorithm: "table_failed_tests_html"
2301   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.csv"
2302   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.rst"
2303   testbed: "2n-clx"
2304
2305
2306 ################################################################################
2307 # 3n-tsh
2308 -
2309   type: "table"
2310   title: "Performance trending dashboard 1t1c-3n-tsh"
2311   algorithm: "table_perf_trending_dash"
2312   output-file-ext: ".csv"
2313   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
2314   data: "plot-performance-trending-all-3n-tsh"
2315   filter: "'MRR' and '1T1C'"
2316   parameters:
2317   - "name"
2318   - "parent"
2319   - "result"
2320   window: 14
2321   long-trend-window: 180
2322
2323 -
2324   type: "table"
2325   title: "Performance trending dashboard 2t2c-3n-tsh"
2326   algorithm: "table_perf_trending_dash"
2327   output-file-ext: ".csv"
2328   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
2329   data: "plot-performance-trending-all-3n-tsh"
2330   filter: "'MRR' and '2T2C'"
2331   parameters:
2332   - "name"
2333   - "parent"
2334   - "result"
2335   window: 14
2336   long-trend-window: 180
2337
2338 -
2339   type: "table"
2340   title: "Performance trending dashboard 4t4c-3n-tsh"
2341   algorithm: "table_perf_trending_dash"
2342   output-file-ext: ".csv"
2343   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
2344   data: "plot-performance-trending-all-3n-tsh"
2345   filter: "'MRR' and '4T4C'"
2346   parameters:
2347   - "name"
2348   - "parent"
2349   - "result"
2350   window: 14
2351   long-trend-window: 180
2352
2353 -
2354   type: "table"
2355   title: "HTML performance trending dashboard 1t1c-3n-tsh"
2356   algorithm: "table_perf_trending_dash_html"
2357   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
2358   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
2359   testbed: "3n-tsh"
2360
2361 -
2362   type: "table"
2363   title: "HTML performance trending dashboard 2t2c-3n-tsh"
2364   algorithm: "table_perf_trending_dash_html"
2365   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
2366   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
2367   testbed: "3n-tsh"
2368
2369 -
2370   type: "table"
2371   title: "HTML performance trending dashboard 4t4c-3n-tsh"
2372   algorithm: "table_perf_trending_dash_html"
2373   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
2374   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
2375   testbed: "3n-tsh"
2376
2377 -
2378   type: "table"
2379   title: "Failed MRR tests 3n-tsh"
2380   algorithm: "table_failed_tests"
2381   output-file-ext: ".csv"
2382   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
2383   data: "plot-performance-trending-all-3n-tsh"
2384   filter: "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "status"
2389   window: 7  # days
2390
2391 -
2392   type: "table"
2393   title: "HTML Failed MRR tests 3n-tsh"
2394   algorithm: "table_failed_tests_html"
2395   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
2396   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
2397   testbed: "3n-tsh"
2398
2399 ################################################################################
2400 # 3n-dnv
2401 -
2402   type: "table"
2403   title: "Performance trending dashboard 1t1c-3n-dnv"
2404   algorithm: "table_perf_trending_dash"
2405   output-file-ext: ".csv"
2406   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
2407   data: "plot-performance-trending-vpp-3n-dnv"
2408   filter: "'MRR' and '1T1C'"
2409   parameters:
2410   - "name"
2411   - "parent"
2412   - "result"
2413   window: 14
2414   long-trend-window: 180
2415
2416 -
2417   type: "table"
2418   title: "Performance trending dashboard 2t2c-3n-dnv"
2419   algorithm: "table_perf_trending_dash"
2420   output-file-ext: ".csv"
2421   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
2422   data: "plot-performance-trending-vpp-3n-dnv"
2423   filter: "'MRR' and '2T2C'"
2424   parameters:
2425   - "name"
2426   - "parent"
2427   - "result"
2428   window: 14
2429   long-trend-window: 180
2430
2431 -
2432   type: "table"
2433   title: "Performance trending dashboard 4t4c-3n-dnv"
2434   algorithm: "table_perf_trending_dash"
2435   output-file-ext: ".csv"
2436   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
2437   data: "plot-performance-trending-vpp-3n-dnv"
2438   filter: "'MRR' and '4T4C'"
2439   parameters:
2440   - "name"
2441   - "parent"
2442   - "result"
2443   window: 14
2444   long-trend-window: 180
2445
2446 -
2447   type: "table"
2448   title: "HTML performance trending dashboard 1t1c-3n-dnv"
2449   algorithm: "table_perf_trending_dash_html"
2450   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
2451   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
2452   testbed: "3n-dnv"
2453
2454 -
2455   type: "table"
2456   title: "HTML performance trending dashboard 2t2c-3n-dnv"
2457   algorithm: "table_perf_trending_dash_html"
2458   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
2459   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
2460   testbed: "3n-dnv"
2461
2462 -
2463   type: "table"
2464   title: "HTML performance trending dashboard 4t4c-3n-dnv"
2465   algorithm: "table_perf_trending_dash_html"
2466   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
2467   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
2468   testbed: "3n-dnv"
2469
2470 -
2471   type: "table"
2472   title: "Failed MRR tests 3n-dnv"
2473   algorithm: "table_failed_tests"
2474   output-file-ext: ".csv"
2475   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
2476   data: "plot-performance-trending-vpp-3n-dnv"
2477   filter: "'MRR'"
2478   parameters:
2479   - "name"
2480   - "parent"
2481   - "status"
2482   window: 7  # days
2483
2484 -
2485   type: "table"
2486   title: "HTML Failed MRR tests 3n-dnv"
2487   algorithm: "table_failed_tests_html"
2488   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
2489   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
2490   testbed: "3n-dnv"
2491
2492 ################################################################################
2493 # 2n-dnv
2494 -
2495   type: "table"
2496   title: "Performance trending dashboard 1t1c-2n-dnv"
2497   algorithm: "table_perf_trending_dash"
2498   output-file-ext: ".csv"
2499   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
2500   data: "plot-performance-trending-vpp-2n-dnv"
2501   filter: "'MRR' and '1T1C'"
2502   parameters:
2503   - "name"
2504   - "parent"
2505   - "result"
2506   window: 14
2507   long-trend-window: 180
2508
2509 -
2510   type: "table"
2511   title: "Performance trending dashboard 2t2c-2n-dnv"
2512   algorithm: "table_perf_trending_dash"
2513   output-file-ext: ".csv"
2514   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
2515   data: "plot-performance-trending-vpp-2n-dnv"
2516   filter: "'MRR' and '2T2C'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "result"
2521   window: 14
2522   long-trend-window: 180
2523
2524 -
2525   type: "table"
2526   title: "Performance trending dashboard 4t4c-2n-dnv"
2527   algorithm: "table_perf_trending_dash"
2528   output-file-ext: ".csv"
2529   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
2530   data: "plot-performance-trending-vpp-2n-dnv"
2531   filter: "'MRR' and '4T4C'"
2532   parameters:
2533   - "name"
2534   - "parent"
2535   - "result"
2536   window: 14
2537   long-trend-window: 180
2538
2539 -
2540   type: "table"
2541   title: "HTML performance trending dashboard 1t1c-2n-dnv"
2542   algorithm: "table_perf_trending_dash_html"
2543   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
2544   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
2545   testbed: "2n-dnv"
2546
2547 -
2548   type: "table"
2549   title: "HTML performance trending dashboard 2t2c-2n-dnv"
2550   algorithm: "table_perf_trending_dash_html"
2551   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
2552   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
2553   testbed: "2n-dnv"
2554
2555 -
2556   type: "table"
2557   title: "HTML performance trending dashboard 4t4c-2n-dnv"
2558   algorithm: "table_perf_trending_dash_html"
2559   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
2560   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
2561   testbed: "2n-dnv"
2562
2563 -
2564   type: "table"
2565   title: "Failed MRR tests 2n-dnv"
2566   algorithm: "table_failed_tests"
2567   output-file-ext: ".csv"
2568   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
2569   data: "plot-performance-trending-vpp-2n-dnv"
2570   filter: "'MRR'"
2571   parameters:
2572   - "name"
2573   - "parent"
2574   - "status"
2575   window: 7  # days
2576
2577 -
2578   type: "table"
2579   title: "HTML Failed MRR tests 2n-dnv"
2580   algorithm: "table_failed_tests_html"
2581   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
2582   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
2583   testbed: "2n-dnv"
2584
2585 ################################################################################
2586 ###                                 C P T A                                  ###
2587 ################################################################################
2588
2589 # Plots VPP Continuous Performance Trending and Analysis
2590
2591 -
2592   type: "cpta"
2593   title: "Continuous Performance Trending and Analysis"
2594   output-file-type: ".html"
2595   output-file: "{DIR[STATIC,VPP]}"
2596
2597   plots:
2598
2599 ################################################################################
2600 # NFV
2601
2602     - title: "VPP 2T1C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2603       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-dpdk"
2604       data: "plot-performance-trending-vpp-nfv-2n-skx"
2605       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and not 'VXLAN'"
2606       groups:
2607         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2608         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2609         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2610         - ["6R1C", "6R2C", "6R4C"]
2611         - ["8R1C", "8R2C"]
2612         - ["10R1C", "10R2C"]
2613       group-names:
2614         - "1 Chain"
2615         - "2 Chains"
2616         - "4 Chains"
2617         - "6 Chains"
2618         - "8 Chains"
2619         - "10 Chains"
2620       layout: "plot-cpta"
2621
2622     - title: "VPP 4T2C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2623       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-dpdk"
2624       data: "plot-performance-trending-vpp-nfv-2n-skx"
2625       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and not 'VXLAN'"
2626       groups:
2627         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2628         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2629         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2630         - ["6R1C", "6R2C", "6R4C"]
2631         - ["8R1C", "8R2C"]
2632         - ["10R1C", "10R2C"]
2633       group-names:
2634         - "1 Chain"
2635         - "2 Chains"
2636         - "4 Chains"
2637         - "6 Chains"
2638         - "8 Chains"
2639         - "10 Chains"
2640       layout: "plot-cpta"
2641
2642     - title: "VPP 8T4C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2643       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-dpdk"
2644       data: "plot-performance-trending-vpp-nfv-2n-skx"
2645       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and not 'VXLAN'"
2646       groups:
2647         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2648         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2649         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2650         - ["6R1C", "6R2C", "6R4C"]
2651         - ["8R1C", "8R2C"]
2652         - ["10R1C", "10R2C"]
2653       group-names:
2654         - "1 Chain"
2655         - "2 Chains"
2656         - "4 Chains"
2657         - "6 Chains"
2658         - "8 Chains"
2659         - "10 Chains"
2660       layout: "plot-cpta"
2661
2662     - title: "VPP 2T1C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2663       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-vxlan-dpdk"
2664       data: "plot-performance-trending-vpp-nfv-2n-skx"
2665       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and 'VXLAN'"
2666       groups:
2667         - ["1R1C", ]
2668         - ["2R1C", ]
2669         - ["4R1C", ]
2670         - ["6R1C", ]
2671         - ["8R1C", ]
2672         - ["10R1C", ]
2673       group-names:
2674         - "1 Chain"
2675         - "2 Chains"
2676         - "4 Chains"
2677         - "6 Chains"
2678         - "8 Chains"
2679         - "10 Chains"
2680       layout: "plot-cpta"
2681
2682     - title: "VPP 4T2C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2683       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-vxlan-dpdk"
2684       data: "plot-performance-trending-vpp-nfv-2n-skx"
2685       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and 'VXLAN'"
2686       groups:
2687         - ["1R1C", ]
2688         - ["2R1C", ]
2689         - ["4R1C", ]
2690         - ["6R1C", ]
2691         - ["8R1C", ]
2692         - ["10R1C", ]
2693       group-names:
2694         - "1 Chain"
2695         - "2 Chains"
2696         - "4 Chains"
2697         - "6 Chains"
2698         - "8 Chains"
2699         - "10 Chains"
2700       layout: "plot-cpta"
2701
2702     - title: "VPP 8T4C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2703       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-vxlan-dpdk"
2704       data: "plot-performance-trending-vpp-nfv-2n-skx"
2705       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and 'VXLAN'"
2706       groups:
2707         - ["1R1C", ]
2708         - ["2R1C", ]
2709         - ["4R1C", ]
2710         - ["6R1C", ]
2711         - ["8R1C", ]
2712         - ["10R1C", ]
2713       group-names:
2714         - "1 Chain"
2715         - "2 Chains"
2716         - "4 Chains"
2717         - "6 Chains"
2718         - "8 Chains"
2719         - "10 Chains"
2720       layout: "plot-cpta"
2721
2722     - title: "VPP 2T1C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2723       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-dpdk"
2724       data: "plot-performance-trending-vpp-nfv-2n-skx"
2725       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2726       groups:
2727         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2728         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2729         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2730         - ["6R1C", "6R2C", "6R4C"]
2731         - ["8R1C", "8R2C"]
2732         - ["10R1C", "10R2C"]
2733       group-names:
2734         - "1 Chain"
2735         - "2 Chains"
2736         - "4 Chains"
2737         - "6 Chains"
2738         - "8 Chains"
2739         - "10 Chains"
2740       layout: "plot-cpta"
2741
2742     - title: "VPP 4T2C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2743       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-dpdk"
2744       data: "plot-performance-trending-vpp-nfv-2n-skx"
2745       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2746       groups:
2747         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2748         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2749         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2750         - ["6R1C", "6R2C", "6R4C"]
2751         - ["8R1C", "8R2C"]
2752         - ["10R1C", "10R2C"]
2753       group-names:
2754         - "1 Chain"
2755         - "2 Chains"
2756         - "4 Chains"
2757         - "6 Chains"
2758         - "8 Chains"
2759         - "10 Chains"
2760       layout: "plot-cpta"
2761
2762     - title: "VPP 8T4C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2763       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-dpdk"
2764       data: "plot-performance-trending-vpp-nfv-2n-skx"
2765       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2766       groups:
2767         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2768         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2769         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2770         - ["6R1C", "6R2C", "6R4C"]
2771         - ["8R1C", "8R2C"]
2772         - ["10R1C", "10R2C"]
2773       group-names:
2774         - "1 Chain"
2775         - "2 Chains"
2776         - "4 Chains"
2777         - "6 Chains"
2778         - "8 Chains"
2779         - "10 Chains"
2780       layout: "plot-cpta"
2781
2782     - title: "VPP 2T1C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2783       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-dpdk"
2784       data: "plot-performance-trending-vpp-nfv-2n-skx"
2785       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2786       groups:
2787         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2788         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2789         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2790         - ["6R1C", "6R2C", "6R4C"]
2791         - ["8R1C", "8R2C"]
2792         - ["10R1C", "10R2C"]
2793       group-names:
2794         - "1 Pipe"
2795         - "2 Pipes"
2796         - "4 Pipes"
2797         - "6 Pipes"
2798         - "8 Pipes"
2799         - "10 Pipes"
2800       layout: "plot-cpta"
2801
2802     - title: "VPP 4T2C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2803       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-dpdk"
2804       data: "plot-performance-trending-vpp-nfv-2n-skx"
2805       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2806       groups:
2807         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2808         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2809         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2810         - ["6R1C", "6R2C", "6R4C"]
2811         - ["8R1C", "8R2C"]
2812         - ["10R1C", "10R2C"]
2813       group-names:
2814         - "1 Pipe"
2815         - "2 Pipes"
2816         - "4 Pipes"
2817         - "6 Pipes"
2818         - "8 Pipes"
2819         - "10 Pipes"
2820       layout: "plot-cpta"
2821
2822     - title: "VPP 8T4C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2823       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-dpdk"
2824       data: "plot-performance-trending-vpp-nfv-2n-skx"
2825       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2826       groups:
2827         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2828         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2829         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2830         - ["6R1C", "6R2C", "6R4C"]
2831         - ["8R1C", "8R2C"]
2832         - ["10R1C", "10R2C"]
2833       group-names:
2834         - "1 Pipe"
2835         - "2 Pipes"
2836         - "4 Pipes"
2837         - "6 Pipes"
2838         - "8 Pipes"
2839         - "10 Pipes"
2840       layout: "plot-cpta"
2841
2842 ################################################################################
2843
2844     - title: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2845       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2846       data: "plot-performance-trending-vpp-2n-clx"
2847       include:
2848         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2849         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2850         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2851         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2852       layout: "plot-cpta"
2853
2854     - title: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2855       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2856       data: "plot-performance-trending-vpp-2n-clx"
2857       include:
2858         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2859         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2860         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2861         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2862       layout: "plot-cpta"
2863
2864     - title: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2865       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2866       data: "plot-performance-trending-vpp-2n-clx"
2867       include:
2868         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2869         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2870         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2871         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2872       layout: "plot-cpta"
2873
2874     - title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2875       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2876       data: "plot-performance-trending-vpp-2n-clx"
2877       include:
2878         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2879         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2880         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2881         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2882       layout: "plot-cpta"
2883
2884     - title: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2885       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2886       data: "plot-performance-trending-vpp-2n-clx"
2887       include:
2888         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2889         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2890         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2891         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2892       layout: "plot-cpta"
2893
2894     - title: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2895       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2896       data: "plot-performance-trending-vpp-2n-clx"
2897       include:
2898         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2899         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2900         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2901         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2902       layout: "plot-cpta"
2903
2904 <<<<<<< HEAD   (d3ea22 Report: Add data)
2905     - title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2906       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2907 =======
2908     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2909       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2910       data: "plot-performance-trending-vpp-2n-clx"
2911       include:
2912         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2913         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2914         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2915         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2916       layout: "plot-cpta"
2917
2918     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2919       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2920       data: "plot-performance-trending-vpp-2n-clx"
2921       include:
2922         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2923         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2924         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2925         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2926       layout: "plot-cpta"
2927
2928     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2929       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2930       data: "plot-performance-trending-vpp-2n-clx"
2931       include:
2932         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2933         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2934         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2935         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2936       layout: "plot-cpta"
2937
2938     - title: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2939       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2940       data: "plot-performance-trending-vpp-2n-skx"
2941       include:
2942         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2943         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2944         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2945         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2946       layout: "plot-cpta"
2947
2948     - title: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2949       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2950       data: "plot-performance-trending-vpp-2n-skx"
2951       include:
2952         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2953         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2954         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2955         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2956       layout: "plot-cpta"
2957
2958     - title: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2959       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2960       data: "plot-performance-trending-vpp-2n-skx"
2961       include:
2962         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2963         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2964         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2965         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2966       layout: "plot-cpta"
2967
2968     - title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2969       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2970 >>>>>>> CHANGE (b51708 Trending: Plots)
2971       data: "plot-performance-trending-vpp-2n-skx"
2972       include:
2973         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2974         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2975         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2976         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2977       layout: "plot-cpta"
2978
2979     - title: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2980       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2981       data: "plot-performance-trending-vpp-2n-skx"
2982       include:
2983         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2984         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2985         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2986         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2987       layout: "plot-cpta"
2988
2989     - title: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2990       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2991       data: "plot-performance-trending-vpp-2n-skx"
2992       include:
2993         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2994         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2995         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2996         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2997       layout: "plot-cpta"
2998
2999     - title: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
3000       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
3001       data: "plot-performance-trending-vpp-3n-skx"
3002       include:
3003         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
3004         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
3005         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3006         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3007         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
3008       layout: "plot-cpta"
3009
3010     - title: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
3011       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
3012       data: "plot-performance-trending-vpp-3n-skx"
3013       include:
3014         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
3015         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
3016         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3017         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3018         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
3019       layout: "plot-cpta"
3020
3021     - title: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
3022       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
3023       data: "plot-performance-trending-vpp-3n-skx"
3024       include:
3025         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
3026         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
3027         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3028         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3029         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
3030       layout: "plot-cpta"
3031
3032     - title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
3033       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
3034       data: "plot-performance-trending-vpp-3n-skx"
3035       include:
3036         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3037         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3038         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3039         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3040         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3041       layout: "plot-cpta"
3042
3043     - title: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
3044       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
3045       data: "plot-performance-trending-vpp-3n-skx"
3046       include:
3047         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3048         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3049         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3050         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3051         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3052       layout: "plot-cpta"
3053
3054     - title: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
3055       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
3056       data: "plot-performance-trending-vpp-3n-skx"
3057       include:
3058         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3059         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3060         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3061         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3062         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3063       layout: "plot-cpta"
3064
3065     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
3066       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
3067       data: "plot-performance-trending-vpp-3n-tsh"
3068       include:
3069         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3070         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3071         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3072         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3073         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3074       layout: "plot-cpta"
3075
3076     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
3077       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
3078       data: "plot-performance-trending-vpp-3n-tsh"
3079       include:
3080         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3081         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3082         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3083         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3084         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3085       layout: "plot-cpta"
3086
3087     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
3088       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
3089       data: "plot-performance-trending-vpp-3n-tsh"
3090       include:
3091         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
3092         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
3093         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
3094         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
3095         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
3096       layout: "plot-cpta"
3097
3098     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
3099       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-dpdk"
3100       data: "plot-performance-trending-vpp-2n-clx"
3101       include:
3102         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3103         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3104         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3105         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3106         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3107         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3108       layout: "plot-cpta"
3109
3110     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
3111       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-dpdk"
3112       data: "plot-performance-trending-vpp-2n-clx"
3113       include:
3114         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3115         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3116         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3117         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3118         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3119         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3120       layout: "plot-cpta"
3121
3122     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3123       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-dpdk"
3124       data: "plot-performance-trending-vpp-2n-clx"
3125       include:
3126         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3127         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3128         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3129         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3130         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3131         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3132       layout: "plot-cpta"
3133
3134     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-avf"
3135       output-file-name: "2n-clx-xxv710-64b-2t1c-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-2t1c-avf-dot1q-ip4base-mrr"
3139         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3140       layout: "plot-cpta"
3141
3142     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-avf"
3143       output-file-name: "2n-clx-xxv710-64b-4t2c-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-4t2c-avf-dot1q-ip4base-mrr"
3147         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3148       layout: "plot-cpta"
3149
3150     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-avf"
3151       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-avf"
3152       data: "plot-performance-trending-vpp-2n-clx"
3153       include:
3154         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3155         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3156       layout: "plot-cpta"
3157
3158     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf"
3159       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-avf"
3160       data: "plot-performance-trending-vpp-2n-clx"
3161       include:
3162         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3163         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
3164         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3165         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
3166         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3167         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3168       layout: "plot-cpta"
3169
3170     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-avf"
3171       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-avf"
3172       data: "plot-performance-trending-vpp-2n-clx"
3173       include:
3174         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3175         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
3176         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3177         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
3178         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3179         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3180       layout: "plot-cpta"
3181
3182     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-avf"
3183       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-avf"
3184       data: "plot-performance-trending-vpp-2n-clx"
3185       include:
3186         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3187         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
3188         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3189         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
3190         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3191         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3192       layout: "plot-cpta"
3193
3194     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-dpdk"
3195       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-dpdk"
3196       data: "plot-performance-trending-vpp-2n-clx"
3197       include:
3198         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3199         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3200       layout: "plot-cpta"
3201
3202     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-dpdk"
3203       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-dpdk"
3204       data: "plot-performance-trending-vpp-2n-clx"
3205       include:
3206         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3207         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3208       layout: "plot-cpta"
3209
3210     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-dpdk"
3211       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-dpdk"
3212       data: "plot-performance-trending-vpp-2n-clx"
3213       include:
3214         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3215         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3216       layout: "plot-cpta"
3217
3218     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk"
3219       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-dpdk"
3220       data: "plot-performance-trending-vpp-2n-clx"
3221       include:
3222         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3223         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3224         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3225         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3226         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3227         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3228       layout: "plot-cpta"
3229
3230     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-dpdk"
3231       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-dpdk"
3232       data: "plot-performance-trending-vpp-2n-clx"
3233       include:
3234         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3235         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3236         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3237         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3238         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3239         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3240       layout: "plot-cpta"
3241
3242     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-dpdk"
3243       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-dpdk"
3244       data: "plot-performance-trending-vpp-2n-clx"
3245       include:
3246         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3247         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3248         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3249         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3250         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3251         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3252       layout: "plot-cpta"
3253
3254     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3255       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-avf"
3256       data: "plot-performance-trending-vpp-2n-clx"
3257       include:
3258         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3259         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3260         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3261         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3262         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3263         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3264       layout: "plot-cpta"
3265
3266     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3267       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-avf"
3268       data: "plot-performance-trending-vpp-2n-clx"
3269       include:
3270         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3271         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3272         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3273         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3274         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3275         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3276       layout: "plot-cpta"
3277
3278     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3279       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-avf"
3280       data: "plot-performance-trending-vpp-2n-clx"
3281       include:
3282         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3283         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3284         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3285         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3286         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3287         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3288       layout: "plot-cpta"
3289
3290     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3291       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-dpdk"
3292       data: "plot-performance-trending-vpp-2n-clx"
3293       include:
3294         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3295         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3296       layout: "plot-cpta"
3297
3298     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3299       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-dpdk"
3300       data: "plot-performance-trending-vpp-2n-clx"
3301       include:
3302         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3303         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3304       layout: "plot-cpta"
3305
3306     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3307       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-dpdk"
3308       data: "plot-performance-trending-vpp-2n-clx"
3309       include:
3310         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3311         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3312       layout: "plot-cpta"
3313
3314 <<<<<<< HEAD   (d3ea22 Report: Add data)
3315 =======
3316     - title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
3317       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
3318       data: "plot-performance-trending-vpp-2n-clx"
3319       include:
3320         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-2t1c-rdma-dot1q-ip4base-mrr"
3321         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-2t1c-rdma-ethip4-ip4base-mrr"
3322       layout: "plot-cpta"
3323
3324     - title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
3325       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
3326       data: "plot-performance-trending-vpp-2n-clx"
3327       include:
3328         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-4t2c-rdma-dot1q-ip4base-mrr"
3329         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-4t2c-rdma-ethip4-ip4base-mrr"
3330       layout: "plot-cpta"
3331
3332     - title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
3333       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
3334       data: "plot-performance-trending-vpp-2n-clx"
3335       include:
3336         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-8t4c-rdma-dot1q-ip4base-mrr"
3337         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-8t4c-rdma-ethip4-ip4base-mrr"
3338       layout: "plot-cpta"
3339
3340     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
3341       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
3342       data: "plot-performance-trending-vpp-2n-clx"
3343       include:
3344         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-mrr"
3345         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-mrr"
3346         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-mrr"
3347         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-mrr"
3348         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-mrr"
3349         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-mrr"
3350       layout: "plot-cpta"
3351
3352     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
3353       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
3354       data: "plot-performance-trending-vpp-2n-clx"
3355       include:
3356         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-mrr"
3357         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-mrr"
3358         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-mrr"
3359         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-mrr"
3360         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-mrr"
3361         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-mrr"
3362       layout: "plot-cpta"
3363
3364     - title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
3365       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
3366       data: "plot-performance-trending-vpp-2n-clx"
3367       include:
3368         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-mrr"
3369         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-mrr"
3370         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-mrr"
3371         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-mrr"
3372         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-mrr"
3373         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-mrr"
3374       layout: "plot-cpta"
3375
3376     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
3377       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
3378       data: "plot-performance-trending-vpp-2n-clx"
3379       include:
3380         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3381         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3382         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3383         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3384         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-mrr"
3385         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3386       layout: "plot-cpta"
3387
3388     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
3389       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
3390       data: "plot-performance-trending-vpp-2n-clx"
3391       include:
3392         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3393         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3394         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3395         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3396         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-nat44-mrr"
3397         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3398       layout: "plot-cpta"
3399
3400     - title: "2n-clx-cx556a-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3401       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features"
3402       data: "plot-performance-trending-vpp-2n-clx"
3403       include:
3404         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3405         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3406         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3407         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3408         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-nat44-mrr"
3409         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3410       layout: "plot-cpta"
3411
3412 >>>>>>> CHANGE (b51708 Trending: Plots)
3413     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3414       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
3415       data: "plot-performance-trending-vpp-2n-dnv"
3416       include:
3417         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3418         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3419         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3420         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3421         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3422       layout: "plot-cpta"
3423
3424     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3425       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
3426       data: "plot-performance-trending-vpp-2n-dnv"
3427       include:
3428         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3429         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3430         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3431         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3432         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3433       layout: "plot-cpta"
3434
3435     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3436       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
3437       data: "plot-performance-trending-vpp-2n-dnv"
3438       include:
3439         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3440         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3441         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3442         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3443         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3444       layout: "plot-cpta"
3445
3446     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
3447       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-dpdk"
3448       data: "plot-performance-trending-vpp-2n-skx"
3449       include:
3450         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3451         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3452         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3453         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3454         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3455         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3456       layout: "plot-cpta"
3457
3458     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
3459       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-dpdk"
3460       data: "plot-performance-trending-vpp-2n-skx"
3461       include:
3462         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3463         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3464         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3465         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3466         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3467         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3468       layout: "plot-cpta"
3469
3470     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3471       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-dpdk"
3472       data: "plot-performance-trending-vpp-2n-skx"
3473       include:
3474         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3475         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3476         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3477         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3478         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3479         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3480       layout: "plot-cpta"
3481
3482     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3483       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3484       data: "plot-performance-trending-vpp-2n-skx"
3485       include:
3486         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3487         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3488         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3489         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3490         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3491       layout: "plot-cpta"
3492
3493     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3494       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3495       data: "plot-performance-trending-vpp-2n-skx"
3496       include:
3497         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3498         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3499         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3500         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3501         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3502       layout: "plot-cpta"
3503
3504     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3505       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3506       data: "plot-performance-trending-vpp-2n-skx"
3507       include:
3508         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3509         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3510         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3511         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3512         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3513       layout: "plot-cpta"
3514
3515     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-rnd"
3516       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf-rnd"
3517       data: "plot-performance-trending-vpp-2n-skx"
3518       include:
3519         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
3520         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
3521         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3522       layout: "plot-cpta"
3523
3524     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-rnd"
3525       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf-rnd"
3526       data: "plot-performance-trending-vpp-2n-skx"
3527       include:
3528         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
3529         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
3530         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3531       layout: "plot-cpta"
3532
3533     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-rnd"
3534       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf-rnd"
3535       data: "plot-performance-trending-vpp-2n-skx"
3536       include:
3537         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
3538         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
3539         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3540       layout: "plot-cpta"
3541
3542     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3543       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3544       data: "plot-performance-trending-vpp-2n-skx"
3545       include:
3546         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3547         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3548         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3549         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3550         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3551       layout: "plot-cpta"
3552
3553     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3554       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3555       data: "plot-performance-trending-vpp-2n-skx"
3556       include:
3557         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3558         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3559         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3560         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3561         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3562       layout: "plot-cpta"
3563
3564     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3565       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3566       data: "plot-performance-trending-vpp-2n-skx"
3567       include:
3568         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3569         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3570         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3571         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3572         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3573       layout: "plot-cpta"
3574
3575     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-rnd"
3576       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk-rnd"
3577       data: "plot-performance-trending-vpp-2n-skx"
3578       include:
3579         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3580         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3581         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3582       layout: "plot-cpta"
3583
3584     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk-rnd"
3585       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk-rnd"
3586       data: "plot-performance-trending-vpp-2n-skx"
3587       include:
3588         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3589         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3590         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3591       layout: "plot-cpta"
3592
3593     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk-rnd"
3594       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk-rnd"
3595       data: "plot-performance-trending-vpp-2n-skx"
3596       include:
3597         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3598         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3599         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3600       layout: "plot-cpta"
3601
3602     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3603       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-avf"
3604       data: "plot-performance-trending-vpp-2n-skx"
3605       include:
3606         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3607         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3608         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3609         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3610         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3611         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3612       layout: "plot-cpta"
3613
3614     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3615       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-avf"
3616       data: "plot-performance-trending-vpp-2n-skx"
3617       include:
3618         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3619         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3620         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3621         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3622         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3623         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3624       layout: "plot-cpta"
3625
3626     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3627       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-avf"
3628       data: "plot-performance-trending-vpp-2n-skx"
3629       include:
3630         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3631         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3632         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3633         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3634         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3635         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3636       layout: "plot-cpta"
3637
3638     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3639       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3640       data: "plot-performance-trending-vpp-2n-skx"
3641       include:
3642         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3643         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3644       layout: "plot-cpta"
3645
3646     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3647       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3648       data: "plot-performance-trending-vpp-2n-skx"
3649       include:
3650         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3651         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3652       layout: "plot-cpta"
3653
3654     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3655       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3656       data: "plot-performance-trending-vpp-2n-skx"
3657       include:
3658         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3659         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3660       layout: "plot-cpta"
3661
3662     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3663       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
3664       data: "plot-performance-trending-vpp-3n-dnv"
3665       include:
3666         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3667         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3668         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3669         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3670         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3671       layout: "plot-cpta"
3672
3673     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3674       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
3675       data: "plot-performance-trending-vpp-3n-dnv"
3676       include:
3677         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3678         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3679         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3680         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3681         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3682       layout: "plot-cpta"
3683
3684     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3685       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
3686       data: "plot-performance-trending-vpp-3n-dnv"
3687       include:
3688         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3689         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3690         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3691         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3692         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3693       layout: "plot-cpta"
3694
3695     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk"
3696       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-dpdk"
3697       data: "plot-performance-trending-vpp-3n-hsw"
3698       include:
3699         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3700         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3701         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3702         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3703         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3704       layout: "plot-cpta"
3705
3706     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-dpdk"
3707       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-dpdk"
3708       data: "plot-performance-trending-vpp-3n-hsw"
3709       include:
3710         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3711         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3712         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3713         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3714         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3715       layout: "plot-cpta"
3716
3717     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-dpdk"
3718       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-dpdk"
3719       data: "plot-performance-trending-vpp-3n-hsw"
3720       include:
3721         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3722         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3723         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3724         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3725         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3726       layout: "plot-cpta"
3727
3728     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf"
3729       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf"
3730       data: "plot-performance-trending-vpp-3n-skx"
3731       include:
3732         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3733         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3734         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3735       layout: "plot-cpta"
3736
3737     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf"
3738       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf"
3739       data: "plot-performance-trending-vpp-3n-skx"
3740       include:
3741         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3742         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3743         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3744       layout: "plot-cpta"
3745
3746     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf"
3747       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf"
3748       data: "plot-performance-trending-vpp-3n-skx"
3749       include:
3750         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3751         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3752         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3753       layout: "plot-cpta"
3754
3755     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3756       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3757       data: "plot-performance-trending-vpp-3n-skx"
3758       include:
3759         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3760         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3761         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3762         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3763         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3764       layout: "plot-cpta"
3765
3766     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3767       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3768       data: "plot-performance-trending-vpp-3n-skx"
3769       include:
3770         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3771         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3772         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3773         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3774         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3775       layout: "plot-cpta"
3776
3777     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3778       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3779       data: "plot-performance-trending-vpp-3n-skx"
3780       include:
3781         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3782         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3783         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3784         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3785         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3786       layout: "plot-cpta"
3787
3788     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3789       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3790       data: "plot-performance-trending-vpp-3n-skx"
3791       include:
3792         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3793         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3794         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3795       layout: "plot-cpta"
3796
3797     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3798       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3799       data: "plot-performance-trending-vpp-3n-skx"
3800       include:
3801         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3802         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3803         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3804       layout: "plot-cpta"
3805
3806     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3807       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3808       data: "plot-performance-trending-vpp-3n-skx"
3809       include:
3810         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3811         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3812         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3813       layout: "plot-cpta"
3814
3815     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3816       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-avf"
3817       data: "plot-performance-trending-vpp-3n-skx"
3818       include:
3819         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3820         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3821         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3822         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3823         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3824         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3825       layout: "plot-cpta"
3826
3827     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3828       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-avf"
3829       data: "plot-performance-trending-vpp-3n-skx"
3830       include:
3831         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3832         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3833         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3834         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3835         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3836         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3837       layout: "plot-cpta"
3838
3839     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3840       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-avf"
3841       data: "plot-performance-trending-vpp-3n-skx"
3842       include:
3843         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3844         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3845         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3846         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3847         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3848         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3849       layout: "plot-cpta"
3850
3851     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3852       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3853       data: "plot-performance-trending-vpp-3n-skx"
3854       include:
3855         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3856         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3857       layout: "plot-cpta"
3858
3859     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3860       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3861       data: "plot-performance-trending-vpp-3n-skx"
3862       include:
3863         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3864         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3865       layout: "plot-cpta"
3866
3867     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3868       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3869       data: "plot-performance-trending-vpp-3n-skx"
3870       include:
3871         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3872         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3873       layout: "plot-cpta"
3874
3875     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
3876       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
3877       data: "plot-performance-trending-vpp-3n-tsh"
3878       include:
3879         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3880         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3881         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3882         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3883         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3884       layout: "plot-cpta"
3885
3886     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
3887       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
3888       data: "plot-performance-trending-vpp-3n-tsh"
3889       include:
3890         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3891         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3892         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3893         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3894         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3895       layout: "plot-cpta"
3896
3897     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
3898       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
3899       data: "plot-performance-trending-vpp-3n-tsh"
3900       include:
3901         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3902         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3903         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3904         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3905         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3906       layout: "plot-cpta"
3907
3908     - title: "3n-tsh-x520-64b-1t1c-ip4routing-features-ixgbe"
3909       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-features-ixgbe"
3910       data: "plot-performance-trending-vpp-3n-tsh"
3911       include:
3912         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3913         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3914         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3915         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3916         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
3917         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3918       layout: "plot-cpta"
3919
3920     - title: "3n-tsh-x520-64b-2t2c-ip4routing-features-ixgbe"
3921       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-features-ixgbe"
3922       data: "plot-performance-trending-vpp-3n-tsh"
3923       include:
3924         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3925         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3926         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3927         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3928         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
3929         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3930       layout: "plot-cpta"
3931
3932     - title: "3n-tsh-x520-64b-4t4c-ip4routing-features-ixgbe"
3933       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-features-ixgbe"
3934       data: "plot-performance-trending-vpp-3n-tsh"
3935       include:
3936         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3937         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3938         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3939         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3940         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
3941         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3942       layout: "plot-cpta"
3943
3944     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
3945       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
3946       data: "plot-performance-trending-vpp-3n-dnv"
3947       include:
3948         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3949         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3950         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3951         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3952       layout: "plot-cpta"
3953
3954     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
3955       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
3956       data: "plot-performance-trending-vpp-3n-dnv"
3957       include:
3958         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3959         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3960         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3961         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3962       layout: "plot-cpta"
3963
3964     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
3965       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
3966       data: "plot-performance-trending-vpp-3n-dnv"
3967       include:
3968         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3969         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3970         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3971         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3972       layout: "plot-cpta"
3973
3974     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
3975       output-file-name: "3n-hsw-xl710-64b-1t1c-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-1t1c-ethip4vxlan-l2xcbase-mrr"
3979         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3980       layout: "plot-cpta"
3981
3982     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-dpdk-ndr"
3983       output-file-name: "3n-hsw-xl710-64b-2t2c-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-2t2c-ethip4vxlan-l2xcbase-mrr"
3987         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3988       layout: "plot-cpta"
3989
3990     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-dpdk-ndr"
3991       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-dpdk"
3992       data: "plot-performance-trending-vpp-3n-hsw"
3993       include:
3994         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3995         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3996       layout: "plot-cpta"
3997
3998     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-dpdk"
3999       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-avf-dpdk"
4000       data: "plot-performance-trending-vpp-3n-skx"
4001       include:
4002         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4003         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4004         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
4005         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-avf-ethip4vxlan-l2xcbase-mrr"
4006         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
4007         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
4008       layout: "plot-cpta"
4009
4010     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-avf-dpdk"
4011       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-avf-dpdk"
4012       data: "plot-performance-trending-vpp-3n-skx"
4013       include:
4014         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4015         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4016         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
4017         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-avf-ethip4vxlan-l2xcbase-mrr"
4018         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
4019         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
4020       layout: "plot-cpta"
4021
4022     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-dpdk"
4023       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-avf-dpdk"
4024       data: "plot-performance-trending-vpp-3n-skx"
4025       include:
4026         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4027         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4028         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
4029         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-avf-ethip4vxlan-l2xcbase-mrr"
4030         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
4031         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
4032       layout: "plot-cpta"
4033
4034     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
4035       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-dpdk"
4036       data: "plot-performance-trending-vpp-3n-tsh"
4037       include:
4038         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
4039         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
4040         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4041         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4042       layout: "plot-cpta"
4043
4044     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
4045       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-dpdk"
4046       data: "plot-performance-trending-vpp-3n-tsh"
4047       include:
4048         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
4049         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
4050         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4051         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4052       layout: "plot-cpta"
4053
4054     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
4055       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-dpdk"
4056       data: "plot-performance-trending-vpp-3n-tsh"
4057       include:
4058         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
4059         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
4060         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
4061         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
4062       layout: "plot-cpta"
4063
4064     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
4065       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
4066       data: "plot-performance-trending-vpp-2n-clx"
4067       include:
4068         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4069         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4070         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4071         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4072         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4073       layout: "plot-cpta"
4074
4075     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
4076       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
4077       data: "plot-performance-trending-vpp-2n-clx"
4078       include:
4079         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4080         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4081         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4082         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4083         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4084       layout: "plot-cpta"
4085
4086     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
4087       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
4088       data: "plot-performance-trending-vpp-2n-clx"
4089       include:
4090         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4091         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4092         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4093         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4094         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4095       layout: "plot-cpta"
4096
4097     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4098       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-avf"
4099       data: "plot-performance-trending-vpp-2n-clx"
4100       include:
4101         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4102         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4103         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4104         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4105         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4106       layout: "plot-cpta"
4107
4108     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4109       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-avf"
4110       data: "plot-performance-trending-vpp-2n-clx"
4111       include:
4112         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4113         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4114         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4115         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4116         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4117       layout: "plot-cpta"
4118
4119     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4120       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-avf"
4121       data: "plot-performance-trending-vpp-2n-clx"
4122       include:
4123         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4124         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4125         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4126         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4127         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4128       layout: "plot-cpta"
4129
4130     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4131       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4132       data: "plot-performance-trending-vpp-2n-clx"
4133       include:
4134         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4135         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4136         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
4137         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
4138         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4139       layout: "plot-cpta"
4140
4141     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4142       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4143       data: "plot-performance-trending-vpp-2n-clx"
4144       include:
4145         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4146         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4147         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
4148         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
4149         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4150       layout: "plot-cpta"
4151
4152     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4153       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4154       data: "plot-performance-trending-vpp-2n-clx"
4155       include:
4156         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4157         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4158         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
4159         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
4160         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4161       layout: "plot-cpta"
4162
4163 <<<<<<< HEAD   (d3ea22 Report: Add data)
4164 =======
4165     - title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
4166       output-file-name: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
4167       data: "plot-performance-trending-vpp-2n-clx"
4168       include:
4169         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-2t1c-rdma-dot1q-ip6base-mrr"
4170         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-2t1c-rdma-ethip6-ip6base-mrr"
4171         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-2t1c-rdma-ethip6-ip6scale20k-mrr"
4172         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-2t1c-rdma-ethip6-ip6scale200k-mrr"
4173         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-rdma-ethip6-ip6scale2m-mrr"
4174       layout: "plot-cpta"
4175
4176     - title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
4177       output-file-name: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
4178       data: "plot-performance-trending-vpp-2n-clx"
4179       include:
4180         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-4t2c-rdma-dot1q-ip6base-mrr"
4181         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-4t2c-rdma-ethip6-ip6base-mrr"
4182         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-4t2c-rdma-ethip6-ip6scale20k-mrr"
4183         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-4t2c-rdma-ethip6-ip6scale200k-mrr"
4184         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-rdma-ethip6-ip6scale2m-mrr"
4185       layout: "plot-cpta"
4186
4187     - title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
4188       output-file-name: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
4189       data: "plot-performance-trending-vpp-2n-clx"
4190       include:
4191         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-8t4c-rdma-dot1q-ip6base-mrr"
4192         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-8t4c-rdma-ethip6-ip6base-mrr"
4193         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-8t4c-rdma-ethip6-ip6scale20k-mrr"
4194         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-8t4c-rdma-ethip6-ip6scale200k-mrr"
4195         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-rdma-ethip6-ip6scale2m-mrr"
4196       layout: "plot-cpta"
4197
4198 >>>>>>> CHANGE (b51708 Trending: Plots)
4199     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4200       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4201       data: "plot-performance-trending-vpp-2n-dnv"
4202       include:
4203         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4204         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4205         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4206         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4207         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4208       layout: "plot-cpta"
4209
4210     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4211       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4212       data: "plot-performance-trending-vpp-2n-dnv"
4213       include:
4214         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4215         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4216         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4217         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4218         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4219       layout: "plot-cpta"
4220
4221     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4222       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4223       data: "plot-performance-trending-vpp-2n-dnv"
4224       include:
4225         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4226         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4227         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4228         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4229         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4230       layout: "plot-cpta"
4231
4232     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
4233       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
4234       data: "plot-performance-trending-vpp-2n-skx"
4235       include:
4236         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4237         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4238         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4239         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4240         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4241       layout: "plot-cpta"
4242
4243     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
4244       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
4245       data: "plot-performance-trending-vpp-2n-skx"
4246       include:
4247         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4248         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4249         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4250         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4251         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4252       layout: "plot-cpta"
4253
4254     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
4255       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
4256       data: "plot-performance-trending-vpp-2n-skx"
4257       include:
4258         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4259         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4260         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4261         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4262         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4263       layout: "plot-cpta"
4264
4265     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4266       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
4267       data: "plot-performance-trending-vpp-2n-skx"
4268       include:
4269         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4270         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4271         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4272         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4273         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4274       layout: "plot-cpta"
4275
4276     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4277       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
4278       data: "plot-performance-trending-vpp-2n-skx"
4279       include:
4280         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4281         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4282         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4283         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4284         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4285       layout: "plot-cpta"
4286
4287     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4288       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
4289       data: "plot-performance-trending-vpp-2n-skx"
4290       include:
4291         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4292         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4293         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4294         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4295         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4296       layout: "plot-cpta"
4297
4298     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4299       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4300       data: "plot-performance-trending-vpp-2n-skx"
4301       include:
4302         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4303         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4304         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
4305         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
4306         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4307       layout: "plot-cpta"
4308
4309     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4310       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4311       data: "plot-performance-trending-vpp-2n-skx"
4312       include:
4313         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4314         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4315         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
4316         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
4317         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4318       layout: "plot-cpta"
4319
4320     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4321       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4322       data: "plot-performance-trending-vpp-2n-skx"
4323       include:
4324         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4325         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4326         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
4327         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
4328         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4329       layout: "plot-cpta"
4330
4331     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
4332       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4333       data: "plot-performance-trending-vpp-3n-dnv"
4334       include:
4335         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4336         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4337         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4338         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4339         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4340       layout: "plot-cpta"
4341
4342     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
4343       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4344       data: "plot-performance-trending-vpp-3n-dnv"
4345       include:
4346         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4347         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4348         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4349         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4350         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4351       layout: "plot-cpta"
4352
4353     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
4354       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4355       data: "plot-performance-trending-vpp-3n-dnv"
4356       include:
4357         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4358         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4359         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4360         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4361         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4362       layout: "plot-cpta"
4363
4364     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk"
4365       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-dpdk"
4366       data: "plot-performance-trending-vpp-3n-hsw"
4367       include:
4368         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4369         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4370         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4371       layout: "plot-cpta"
4372
4373     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-dpdk"
4374       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-dpdk"
4375       data: "plot-performance-trending-vpp-3n-hsw"
4376       include:
4377         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4378         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4379         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4380       layout: "plot-cpta"
4381
4382     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-dpdk"
4383       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-dpdk"
4384       data: "plot-performance-trending-vpp-3n-hsw"
4385       include:
4386         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4387         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4388         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4389       layout: "plot-cpta"
4390
4391     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf"
4392       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-avf"
4393       data: "plot-performance-trending-vpp-3n-skx"
4394       include:
4395         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4396         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4397         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4398       layout: "plot-cpta"
4399
4400     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-avf"
4401       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-avf"
4402       data: "plot-performance-trending-vpp-3n-skx"
4403       include:
4404         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4405         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4406         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4407       layout: "plot-cpta"
4408
4409     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-avf"
4410       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-avf"
4411       data: "plot-performance-trending-vpp-3n-skx"
4412       include:
4413         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4414         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4415         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4416       layout: "plot-cpta"
4417
4418     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4419       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
4420       data: "plot-performance-trending-vpp-3n-skx"
4421       include:
4422         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4423         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4424         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4425         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4426         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4427       layout: "plot-cpta"
4428
4429     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4430       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
4431       data: "plot-performance-trending-vpp-3n-skx"
4432       include:
4433         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4434         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4435         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4436         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4437         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4438       layout: "plot-cpta"
4439
4440     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4441       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
4442       data: "plot-performance-trending-vpp-3n-skx"
4443       include:
4444         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4445         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4446         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4447         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4448         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4449       layout: "plot-cpta"
4450
4451     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4452       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4453       data: "plot-performance-trending-vpp-3n-skx"
4454       include:
4455         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4456         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4457         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4458       layout: "plot-cpta"
4459
4460     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4461       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4462       data: "plot-performance-trending-vpp-3n-skx"
4463       include:
4464         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4465         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4466         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4467       layout: "plot-cpta"
4468
4469     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4470       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4471       data: "plot-performance-trending-vpp-3n-skx"
4472       include:
4473         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4474         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4475         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4476       layout: "plot-cpta"
4477
4478     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
4479       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
4480       data: "plot-performance-trending-vpp-3n-tsh"
4481       include:
4482         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4483         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4484         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4485         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4486         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4487       layout: "plot-cpta"
4488
4489     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
4490       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
4491       data: "plot-performance-trending-vpp-3n-tsh"
4492       include:
4493         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4494         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4495         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4496         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4497         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4498       layout: "plot-cpta"
4499
4500     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
4501       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
4502       data: "plot-performance-trending-vpp-3n-tsh"
4503       include:
4504         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4505         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4506         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4507         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4508         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4509       layout: "plot-cpta"
4510
4511     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4512       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4513       data: "plot-performance-trending-vpp-3n-dnv"
4514       include:
4515         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4516         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4517         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4518         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4519         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4520         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4521       layout: "plot-cpta"
4522
4523     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4524       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4525       data: "plot-performance-trending-vpp-3n-dnv"
4526       include:
4527         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4528         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4529         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4530         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4531         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4532         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4533       layout: "plot-cpta"
4534
4535     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4536       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4537       data: "plot-performance-trending-vpp-3n-dnv"
4538       include:
4539         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4540         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4541         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4542         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4543         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4544         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4545       layout: "plot-cpta"
4546
4547     - title: "3n-dnv-x553-1518b-1t1c-ipsec-base-scale-sw-ixgbe"
4548       output-file-name: "3n-dnv-x553-1518b-1t1c-ipsec-base-scale-sw-ixgbe"
4549       data: "plot-performance-trending-vpp-3n-dnv"
4550       include:
4551         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4552         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4553         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4554         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4555         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4556         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4557       layout: "plot-cpta"
4558
4559     - title: "3n-dnv-x553-1518b-2t2c-ipsec-base-scale-sw-ixgbe"
4560       output-file-name: "3n-dnv-x553-1518b-2t2c-ipsec-base-scale-sw-ixgbe"
4561       data: "plot-performance-trending-vpp-3n-dnv"
4562       include:
4563         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4564         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4565         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4566         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4567         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4568         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4569       layout: "plot-cpta"
4570
4571     - title: "3n-dnv-x553-1518b-4t4c-ipsec-base-scale-sw-ixgbe"
4572       output-file-name: "3n-dnv-x553-1518b-4t4c-ipsec-base-scale-sw-ixgbe"
4573       data: "plot-performance-trending-vpp-3n-dnv"
4574       include:
4575         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4576         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4577         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4578         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4579         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4580         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4581       layout: "plot-cpta"
4582
4583     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk"
4584       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-dpdk"
4585       data: "plot-performance-trending-vpp-3n-hsw"
4586       include:
4587         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4588         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4589         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4590         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4591         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4592         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4593       layout: "plot-cpta"
4594
4595     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-dpdk"
4596       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-dpdk"
4597       data: "plot-performance-trending-vpp-3n-hsw"
4598       include:
4599         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4600         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4601         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4602         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4603         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4604         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4605       layout: "plot-cpta"
4606
4607     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-dpdk"
4608       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-dpdk"
4609       data: "plot-performance-trending-vpp-3n-hsw"
4610       include:
4611         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4612         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4613         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4614         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4615         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4616         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4617       layout: "plot-cpta"
4618
4619     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk"
4620       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-dpdk"
4621       data: "plot-performance-trending-vpp-3n-hsw"
4622       include:
4623         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4624         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4625         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4626         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4627       layout: "plot-cpta"
4628
4629     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-dpdk"
4630       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-dpdk"
4631       data: "plot-performance-trending-vpp-3n-hsw"
4632       include:
4633         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4634         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4635         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4636         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4637       layout: "plot-cpta"
4638
4639     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-dpdk"
4640       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-dpdk"
4641       data: "plot-performance-trending-vpp-3n-hsw"
4642       include:
4643         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4644         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4645         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4646         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4647       layout: "plot-cpta"
4648
4649     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf"
4650       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-avf"
4651       data: "plot-performance-trending-vpp-3n-skx"
4652       include:
4653         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4654         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4655         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4656         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4657         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4658         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4659       layout: "plot-cpta"
4660
4661     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-avf"
4662       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-avf"
4663       data: "plot-performance-trending-vpp-3n-skx"
4664       include:
4665         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4666         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4667         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4668         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4669         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4670         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4671       layout: "plot-cpta"
4672
4673     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-avf"
4674       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-avf"
4675       data: "plot-performance-trending-vpp-3n-skx"
4676       include:
4677         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4678         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4679         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4680         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4681         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4682         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4683       layout: "plot-cpta"
4684
4685     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk"
4686       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-dpdk"
4687       data: "plot-performance-trending-vpp-3n-skx"
4688       include:
4689         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4690         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4691         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4692         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4693       layout: "plot-cpta"
4694
4695     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-dpdk"
4696       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-dpdk"
4697       data: "plot-performance-trending-vpp-3n-skx"
4698       include:
4699         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4700         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4701         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4702         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4703       layout: "plot-cpta"
4704
4705     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-dpdk"
4706       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-dpdk"
4707       data: "plot-performance-trending-vpp-3n-skx"
4708       include:
4709         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4710         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4711         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4712         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4713       layout: "plot-cpta"
4714
4715     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-avf"
4716       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-avf"
4717       data: "plot-performance-trending-vpp-3n-skx"
4718       include:
4719         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4720         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4721         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4722         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4723         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4724         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4725       layout: "plot-cpta"
4726
4727     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-avf"
4728       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-avf"
4729       data: "plot-performance-trending-vpp-3n-skx"
4730       include:
4731         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4732         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4733         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4734         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4735         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4736         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4737       layout: "plot-cpta"
4738
4739     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-avf"
4740       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-avf"
4741       data: "plot-performance-trending-vpp-3n-skx"
4742       include:
4743         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4744         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4745         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4746         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4747         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4748         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4749       layout: "plot-cpta"
4750
4751     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk"
4752       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-dpdk"
4753       data: "plot-performance-trending-vpp-3n-skx"
4754       include:
4755         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4756         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4757         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4758         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4759       layout: "plot-cpta"
4760
4761     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-dpdk"
4762       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-dpdk"
4763       data: "plot-performance-trending-vpp-3n-skx"
4764       include:
4765         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4766         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4767         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4768         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4769       layout: "plot-cpta"
4770
4771     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-dpdk"
4772       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-dpdk"
4773       data: "plot-performance-trending-vpp-3n-skx"
4774       include:
4775         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4776         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4777         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4778         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4779       layout: "plot-cpta"
4780
4781     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
4782       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4783       data: "plot-performance-trending-vpp-3n-tsh"
4784       include:
4785         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4786         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4787         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4788         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4789         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4790         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4791       layout: "plot-cpta"
4792
4793     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
4794       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4795       data: "plot-performance-trending-vpp-3n-tsh"
4796       include:
4797         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4798         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4799         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4800         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4801         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4802         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4803       layout: "plot-cpta"
4804
4805     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
4806       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4807       data: "plot-performance-trending-vpp-3n-tsh"
4808       include:
4809         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4810         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4811         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4812         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4813         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4814         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4815       layout: "plot-cpta"
4816
4817     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf"
4818       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf"
4819       data: "plot-performance-trending-vpp-2n-clx"
4820       include:
4821         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4822         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4823         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4824         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4825         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4826       layout: "plot-cpta"
4827
4828     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf"
4829       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf"
4830       data: "plot-performance-trending-vpp-2n-clx"
4831       include:
4832         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4833         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4834         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4835         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4836         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4837       layout: "plot-cpta"
4838
4839     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf"
4840       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf"
4841       data: "plot-performance-trending-vpp-2n-clx"
4842       include:
4843         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4844         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4845         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4846         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4847         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4848       layout: "plot-cpta"
4849
4850     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk"
4851       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-dpdk"
4852       data: "plot-performance-trending-vpp-2n-clx"
4853       include:
4854         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4855         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-2t1c-eth-l2patch-mrr"
4856         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-2t1c-eth-l2xcbase-mrr"
4857         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4858         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4859       layout: "plot-cpta"
4860
4861     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-dpdk"
4862       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-dpdk"
4863       data: "plot-performance-trending-vpp-2n-clx"
4864       include:
4865         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4866         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-4t2c-eth-l2patch-mrr"
4867         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-4t2c-eth-l2xcbase-mrr"
4868         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4869         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4870       layout: "plot-cpta"
4871
4872     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-dpdk"
4873       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-dpdk"
4874       data: "plot-performance-trending-vpp-2n-clx"
4875       include:
4876         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4877         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-8t4c-eth-l2patch-mrr"
4878         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-8t4c-eth-l2xcbase-mrr"
4879         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4880         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4881       layout: "plot-cpta"
4882
4883     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
4884       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
4885       data: "plot-performance-trending-vpp-2n-clx"
4886       include:
4887         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
4888         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4889         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4890         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4891         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4892       layout: "plot-cpta"
4893
4894     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
4895       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
4896       data: "plot-performance-trending-vpp-2n-clx"
4897       include:
4898         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
4899         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4900         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4901         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4902         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4903       layout: "plot-cpta"
4904
4905     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
4906       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
4907       data: "plot-performance-trending-vpp-2n-clx"
4908       include:
4909         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
4910         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4911         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4912         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4913         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4914       layout: "plot-cpta"
4915
4916     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk"
4917       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-dpdk"
4918       data: "plot-performance-trending-vpp-2n-clx"
4919       include:
4920         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4921         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4922         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4923         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4924         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4925         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
4926       layout: "plot-cpta"
4927
4928     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-dpdk"
4929       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-dpdk"
4930       data: "plot-performance-trending-vpp-2n-clx"
4931       include:
4932         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4933         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4934         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4935         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4936         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4937         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
4938       layout: "plot-cpta"
4939
4940     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-dpdk"
4941       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-dpdk"
4942       data: "plot-performance-trending-vpp-2n-clx"
4943       include:
4944         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4945         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4946         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4947         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4948         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4949         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
4950       layout: "plot-cpta"
4951
4952     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4953       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-avf"
4954       data: "plot-performance-trending-vpp-2n-clx"
4955       include:
4956         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4957         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4958         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4959         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4960       layout: "plot-cpta"
4961
4962     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4963       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-avf"
4964       data: "plot-performance-trending-vpp-2n-clx"
4965       include:
4966         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4967         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4968         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4969         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4970       layout: "plot-cpta"
4971
4972     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4973       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-avf"
4974       data: "plot-performance-trending-vpp-2n-clx"
4975       include:
4976         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4977         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4978         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4979         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4980       layout: "plot-cpta"
4981
4982     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4983       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4984       data: "plot-performance-trending-vpp-2n-clx"
4985       include:
4986         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4987         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4988         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4989         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4990       layout: "plot-cpta"
4991
4992     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4993       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4994       data: "plot-performance-trending-vpp-2n-clx"
4995       include:
4996         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4997         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4998         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4999         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5000       layout: "plot-cpta"
5001
5002     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5003       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5004       data: "plot-performance-trending-vpp-2n-clx"
5005       include:
5006         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5007         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
5008         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
5009         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5010       layout: "plot-cpta"
5011
5012 <<<<<<< HEAD   (d3ea22 Report: Add data)
5013 =======
5014     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
5015       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
5016       data: "plot-performance-trending-vpp-2n-clx"
5017       include:
5018         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-mrr"
5019         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-mrr"
5020         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
5021         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-2t1c-rdma-eth-l2patch-mrr"
5022         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-2t1c-rdma-eth-l2xcbase-mrr"
5023         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
5024       layout: "plot-cpta"
5025
5026     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
5027       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
5028       data: "plot-performance-trending-vpp-2n-clx"
5029       include:
5030         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-mrr"
5031         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-mrr"
5032         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
5033         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-4t2c-rdma-eth-l2patch-mrr"
5034         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-4t2c-rdma-eth-l2xcbase-mrr"
5035         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
5036       layout: "plot-cpta"
5037
5038     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
5039       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
5040       data: "plot-performance-trending-vpp-2n-clx"
5041       include:
5042         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-mrr"
5043         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-mrr"
5044         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
5045         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-8t4c-rdma-eth-l2patch-mrr"
5046         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-8t4c-rdma-eth-l2xcbase-mrr"
5047         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
5048       layout: "plot-cpta"
5049
5050     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
5051       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
5052       data: "plot-performance-trending-vpp-2n-clx"
5053       include:
5054         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
5055         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-mrr"
5056         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-mrr"
5057         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-mrr"
5058       layout: "plot-cpta"
5059
5060     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
5061       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
5062       data: "plot-performance-trending-vpp-2n-clx"
5063       include:
5064         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
5065         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-mrr"
5066         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-mrr"
5067         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-mrr"
5068       layout: "plot-cpta"
5069
5070     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
5071       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
5072       data: "plot-performance-trending-vpp-2n-clx"
5073       include:
5074         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
5075         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-mrr"
5076         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-mrr"
5077         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-mrr"
5078       layout: "plot-cpta"
5079
5080 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
5081 >>>>>>> CHANGE (b51708 Trending: Plots)
5082     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
5083       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
5084       data: "plot-performance-trending-vpp-2n-dnv"
5085       include:
5086         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5087         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5088         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5089         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5090       layout: "plot-cpta"
5091
5092     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
5093       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
5094       data: "plot-performance-trending-vpp-2n-dnv"
5095       include:
5096         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5097         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5098         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5099         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5100       layout: "plot-cpta"
5101
5102     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
5103       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
5104       data: "plot-performance-trending-vpp-2n-dnv"
5105       include:
5106         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5107         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5108         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5109         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5110       layout: "plot-cpta"
5111
5112 =======
5113 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
5114     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
5115       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
5116       data: "plot-performance-trending-vpp-2n-dnv"
5117       include:
5118         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5119         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5120         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5121         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5122         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5123         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5124       layout: "plot-cpta"
5125
5126     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
5127       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
5128       data: "plot-performance-trending-vpp-2n-dnv"
5129       include:
5130         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5131         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5132         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5133         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5134         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5135         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5136       layout: "plot-cpta"
5137
5138     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
5139       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
5140       data: "plot-performance-trending-vpp-2n-dnv"
5141       include:
5142         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5143         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5144         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5145         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5146         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5147         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5148       layout: "plot-cpta"
5149
5150     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-dpdk"
5151       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-dpdk"
5152       data: "plot-performance-trending-vpp-2n-skx"
5153       include:
5154         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5155         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5156         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5157         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5158         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5159         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5160       layout: "plot-cpta"
5161
5162     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-dpdk"
5163       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-dpdk"
5164       data: "plot-performance-trending-vpp-2n-skx"
5165       include:
5166         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5167         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5168         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5169         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5170         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5171         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5172       layout: "plot-cpta"
5173
5174     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-dpdk"
5175       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-dpdk"
5176       data: "plot-performance-trending-vpp-2n-skx"
5177       include:
5178         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5179         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5180         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5181         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5182         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5183         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5184       layout: "plot-cpta"
5185
5186     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
5187       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
5188       data: "plot-performance-trending-vpp-2n-skx"
5189       include:
5190         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
5191         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5192         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5193         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
5194         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5195         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5196       layout: "plot-cpta"
5197
5198     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
5199       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
5200       data: "plot-performance-trending-vpp-2n-skx"
5201       include:
5202         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
5203         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5204         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5205         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
5206         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5207         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5208       layout: "plot-cpta"
5209
5210     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
5211       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
5212       data: "plot-performance-trending-vpp-2n-skx"
5213       include:
5214         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
5215         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5216         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5217         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
5218         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5219         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5220       layout: "plot-cpta"
5221
5222     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk"
5223       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-dpdk"
5224       data: "plot-performance-trending-vpp-2n-skx"
5225       include:
5226         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
5227         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5228         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
5229         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
5230         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
5231         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5232       layout: "plot-cpta"
5233
5234     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-dpdk"
5235       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-dpdk"
5236       data: "plot-performance-trending-vpp-2n-skx"
5237       include:
5238         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
5239         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5240         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
5241         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
5242         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
5243         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5244       layout: "plot-cpta"
5245
5246     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-dpdk"
5247       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-dpdk"
5248       data: "plot-performance-trending-vpp-2n-skx"
5249       include:
5250         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
5251         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5252         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
5253         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
5254         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
5255         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5256       layout: "plot-cpta"
5257
5258     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
5259       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
5260       data: "plot-performance-trending-vpp-2n-skx"
5261       include:
5262         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5263         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
5264         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
5265         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5266       layout: "plot-cpta"
5267
5268     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
5269       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
5270       data: "plot-performance-trending-vpp-2n-skx"
5271       include:
5272         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5273         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
5274         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
5275         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5276       layout: "plot-cpta"
5277
5278     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
5279       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
5280       data: "plot-performance-trending-vpp-2n-skx"
5281       include:
5282         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5283         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
5284         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
5285         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5286       layout: "plot-cpta"
5287
5288     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
5289       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
5290       data: "plot-performance-trending-vpp-2n-skx"
5291       include:
5292         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5293         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
5294         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
5295         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5296       layout: "plot-cpta"
5297
5298     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
5299       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
5300       data: "plot-performance-trending-vpp-2n-skx"
5301       include:
5302         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5303         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
5304         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
5305         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5306       layout: "plot-cpta"
5307
5308     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5309       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5310       data: "plot-performance-trending-vpp-2n-skx"
5311       include:
5312         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5313         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
5314         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
5315         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5316       layout: "plot-cpta"
5317
5318     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
5319       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
5320       data: "plot-performance-trending-vpp-3n-dnv"
5321       include:
5322         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5323         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5324         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5325         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5326         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5327         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5328       layout: "plot-cpta"
5329
5330     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
5331       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
5332       data: "plot-performance-trending-vpp-3n-dnv"
5333       include:
5334         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5335         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5336         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5337         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5338         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5339         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5340       layout: "plot-cpta"
5341
5342     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
5343       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
5344       data: "plot-performance-trending-vpp-3n-dnv"
5345       include:
5346         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5347         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5348         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5349         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5350         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5351         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5352       layout: "plot-cpta"
5353
5354     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk"
5355       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-dpdk"
5356       data: "plot-performance-trending-vpp-3n-hsw"
5357       include:
5358         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5359         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5360         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5361         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5362         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5363         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5364       layout: "plot-cpta"
5365
5366     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-dpdk"
5367       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-dpdk"
5368       data: "plot-performance-trending-vpp-3n-hsw"
5369       include:
5370         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5371         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5372         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5373         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5374         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5375         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5376       layout: "plot-cpta"
5377
5378     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-dpdk"
5379       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-dpdk"
5380       data: "plot-performance-trending-vpp-3n-hsw"
5381       include:
5382         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5383         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5384         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5385         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5386         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5387         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5388       layout: "plot-cpta"
5389
5390     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf"
5391       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf"
5392       data: "plot-performance-trending-vpp-3n-skx"
5393       include:
5394         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5395         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
5396         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5397         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5398         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5399       layout: "plot-cpta"
5400
5401     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf"
5402       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf"
5403       data: "plot-performance-trending-vpp-3n-skx"
5404       include:
5405         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5406         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
5407         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5408         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5409         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5410       layout: "plot-cpta"
5411
5412     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf"
5413       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf"
5414       data: "plot-performance-trending-vpp-3n-skx"
5415       include:
5416         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5417         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
5418         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5419         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5420         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5421       layout: "plot-cpta"
5422
5423     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
5424       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
5425       data: "plot-performance-trending-vpp-3n-skx"
5426       include:
5427         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
5428         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5429         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
5430         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5431         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5432       layout: "plot-cpta"
5433
5434     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
5435       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
5436       data: "plot-performance-trending-vpp-3n-skx"
5437       include:
5438         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
5439         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5440         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
5441         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5442         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5443       layout: "plot-cpta"
5444
5445     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
5446       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
5447       data: "plot-performance-trending-vpp-3n-skx"
5448       include:
5449         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
5450         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5451         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
5452         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5453         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5454       layout: "plot-cpta"
5455
5456     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
5457       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
5458       data: "plot-performance-trending-vpp-3n-skx"
5459       include:
5460         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5461         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
5462         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
5463         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5464       layout: "plot-cpta"
5465
5466     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
5467       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
5468       data: "plot-performance-trending-vpp-3n-skx"
5469       include:
5470         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5471         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
5472         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
5473         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5474       layout: "plot-cpta"
5475
5476     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
5477       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
5478       data: "plot-performance-trending-vpp-3n-skx"
5479       include:
5480         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5481         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
5482         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
5483         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5484       layout: "plot-cpta"
5485
5486     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
5487       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
5488       data: "plot-performance-trending-vpp-3n-skx"
5489       include:
5490         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-2t1c-dot1q-l2xcbase-mrr"
5491         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5492         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
5493         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
5494         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5495         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5496       layout: "plot-cpta"
5497
5498     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
5499       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
5500       data: "plot-performance-trending-vpp-3n-skx"
5501       include:
5502         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-4t2c-dot1q-l2xcbase-mrr"
5503         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5504         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
5505         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
5506         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5507         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5508       layout: "plot-cpta"
5509
5510     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5511       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5512       data: "plot-performance-trending-vpp-3n-skx"
5513       include:
5514         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-8t4c-dot1q-l2xcbase-mrr"
5515         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5516         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
5517         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
5518         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5519         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5520       layout: "plot-cpta"
5521
5522     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf"
5523       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-avf"
5524       data: "plot-performance-trending-vpp-3n-skx"
5525       include:
5526         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5527         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5528         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5529         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5530         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5531         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5532       layout: "plot-cpta"
5533
5534     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-avf"
5535       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-avf"
5536       data: "plot-performance-trending-vpp-3n-skx"
5537       include:
5538         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5539         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5540         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5541         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5542         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5543         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5544       layout: "plot-cpta"
5545
5546     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-avf"
5547       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-avf"
5548       data: "plot-performance-trending-vpp-3n-skx"
5549       include:
5550         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5551         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5552         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5553         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5554         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5555         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5556       layout: "plot-cpta"
5557
5558     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk"
5559       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-dpdk"
5560       data: "plot-performance-trending-vpp-3n-skx"
5561       include:
5562         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5563         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5564         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5565         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5566         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5567         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5568       layout: "plot-cpta"
5569
5570     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-dpdk"
5571       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-dpdk"
5572       data: "plot-performance-trending-vpp-3n-skx"
5573       include:
5574         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5575         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5576         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5577         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5578         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5579         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5580       layout: "plot-cpta"
5581
5582     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-dpdk"
5583       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-dpdk"
5584       data: "plot-performance-trending-vpp-3n-skx"
5585       include:
5586         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5587         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5588         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5589         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5590         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5591         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5592       layout: "plot-cpta"
5593
5594     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
5595       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
5596       data: "plot-performance-trending-vpp-3n-tsh"
5597       include:
5598         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5599         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5600         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-1t1c-eth-l2patch-mrr"
5601         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5602         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5603       layout: "plot-cpta"
5604
5605     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
5606       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
5607       data: "plot-performance-trending-vpp-3n-tsh"
5608       include:
5609         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5610         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5611         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-2t2c-eth-l2patch-mrr"
5612         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5613         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5614       layout: "plot-cpta"
5615
5616     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
5617       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
5618       data: "plot-performance-trending-vpp-3n-tsh"
5619       include:
5620         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5621         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5622         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-4t4c-eth-l2patch-mrr"
5623         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5624         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5625       layout: "plot-cpta"
5626
5627     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
5628       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
5629       data: "plot-performance-trending-vpp-3n-tsh"
5630       include:
5631         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5632         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5633         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5634         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5635         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5636         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5637       layout: "plot-cpta"
5638
5639     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
5640       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
5641       data: "plot-performance-trending-vpp-3n-tsh"
5642       include:
5643         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5644         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5645         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5646         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5647         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5648         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5649       layout: "plot-cpta"
5650
5651     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
5652       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
5653       data: "plot-performance-trending-vpp-3n-tsh"
5654       include:
5655         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5656         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5657         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5658         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5659         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5660         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5661       layout: "plot-cpta"
5662
5663     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
5664       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
5665       data: "plot-performance-trending-vpp-3n-tsh"
5666       include:
5667         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5668         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5669         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5670         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5671         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5672         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5673       layout: "plot-cpta"
5674
5675     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
5676       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
5677       data: "plot-performance-trending-vpp-3n-tsh"
5678       include:
5679         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5680         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5681         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5682         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5683         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5684         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5685       layout: "plot-cpta"
5686
5687     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
5688       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
5689       data: "plot-performance-trending-vpp-3n-tsh"
5690       include:
5691         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5692         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5693         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5694         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5695         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5696         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5697       layout: "plot-cpta"
5698
5699     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk"
5700       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-dpdk"
5701       data: "plot-performance-trending-vpp-3n-hsw"
5702       include:
5703         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5704         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5705         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5706         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5707         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5708         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5709       layout: "plot-cpta"
5710
5711     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-dpdk"
5712       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-dpdk"
5713       data: "plot-performance-trending-vpp-3n-hsw"
5714       include:
5715         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5716         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5717         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5718         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5719         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5720         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5721       layout: "plot-cpta"
5722
5723     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-dpdk"
5724       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-dpdk"
5725       data: "plot-performance-trending-vpp-3n-hsw"
5726       include:
5727         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5728         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5729         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5730         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5731         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5732         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5733       layout: "plot-cpta"
5734
5735     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-dpdk"
5736       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-avf-dpdk"
5737       data: "plot-performance-trending-vpp-3n-skx"
5738       include:
5739         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5740         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5741         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5742         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5743         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5744         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5745       layout: "plot-cpta"
5746
5747     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-avf-dpdk"
5748       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-avf-dpdk"
5749       data: "plot-performance-trending-vpp-3n-skx"
5750       include:
5751         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5752         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5753         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5754         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5755         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5756         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5757       layout: "plot-cpta"
5758
5759     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-avf-dpdk"
5760       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-avf-dpdk"
5761       data: "plot-performance-trending-vpp-3n-skx"
5762       include:
5763         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5764         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5765         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5766         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5767         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5768         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5769       layout: "plot-cpta"
5770
5771     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
5772       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
5773       data: "plot-performance-trending-vpp-3n-tsh"
5774       include:
5775         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5776         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5777         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5778         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5779         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5780         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5781       layout: "plot-cpta"
5782
5783     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
5784       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
5785       data: "plot-performance-trending-vpp-3n-tsh"
5786       include:
5787         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5788         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5789         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5790         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5791         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5792         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5793       layout: "plot-cpta"
5794
5795     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
5796       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
5797       data: "plot-performance-trending-vpp-3n-tsh"
5798       include:
5799         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5800         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5801         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5802         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5803         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5804         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5805       layout: "plot-cpta"
5806
5807     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5808       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5809       data: "plot-performance-trending-vpp-2n-clx"
5810       include:
5811         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5812         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5813         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5814         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5815       layout: "plot-cpta"
5816
5817     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5818       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5819       data: "plot-performance-trending-vpp-2n-clx"
5820       include:
5821         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5822         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5823         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5824         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5825       layout: "plot-cpta"
5826
5827     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5828       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5829       data: "plot-performance-trending-vpp-2n-clx"
5830       include:
5831         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5832         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5833         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5834         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5835       layout: "plot-cpta"
5836
5837     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5838       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5839       data: "plot-performance-trending-vpp-2n-clx"
5840       include:
5841         - "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"
5842         - "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"
5843         - "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"
5844         - "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"
5845       layout: "plot-cpta"
5846
5847     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5848       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5849       data: "plot-performance-trending-vpp-2n-clx"
5850       include:
5851         - "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"
5852         - "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"
5853         - "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"
5854         - "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"
5855       layout: "plot-cpta"
5856
5857     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5858       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5859       data: "plot-performance-trending-vpp-2n-clx"
5860       include:
5861         - "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"
5862         - "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"
5863         - "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"
5864         - "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"
5865       layout: "plot-cpta"
5866
5867     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5868       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5869       data: "plot-performance-trending-vpp-2n-clx"
5870       include:
5871         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5872         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5873         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5874         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5875       layout: "plot-cpta"
5876
5877     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5878       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5879       data: "plot-performance-trending-vpp-2n-clx"
5880       include:
5881         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5882         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5883         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5884         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5885       layout: "plot-cpta"
5886
5887     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5888       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5889       data: "plot-performance-trending-vpp-2n-clx"
5890       include:
5891         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5892         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5893         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5894         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5895       layout: "plot-cpta"
5896
5897     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5898       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5899       data: "plot-performance-trending-vpp-2n-clx"
5900       include:
5901         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5902         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5903         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5904         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5905       layout: "plot-cpta"
5906
5907     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5908       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5909       data: "plot-performance-trending-vpp-2n-clx"
5910       include:
5911         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5912         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5913         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5914         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5915       layout: "plot-cpta"
5916
5917     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5918       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5919       data: "plot-performance-trending-vpp-2n-clx"
5920       include:
5921         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5922         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5923         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5924         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5925       layout: "plot-cpta"
5926
5927 <<<<<<< HEAD   (d3ea22 Report: Add data)
5928     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5929       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5930 =======
5931     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5932       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5933       data: "plot-performance-trending-vpp-2n-clx"
5934       include:
5935         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5936         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5937         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5938         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5939       layout: "plot-cpta"
5940
5941     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5942       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5943       data: "plot-performance-trending-vpp-2n-clx"
5944       include:
5945         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5946         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5947         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5948         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5949       layout: "plot-cpta"
5950
5951     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5952       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5953       data: "plot-performance-trending-vpp-2n-clx"
5954       include:
5955         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5956         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5957         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5958         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5959       layout: "plot-cpta"
5960
5961     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5962       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5963       data: "plot-performance-trending-vpp-2n-clx"
5964       include:
5965         - "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"
5966         - "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"
5967         - "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"
5968         - "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"
5969       layout: "plot-cpta"
5970
5971     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5972       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5973       data: "plot-performance-trending-vpp-2n-clx"
5974       include:
5975         - "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"
5976         - "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"
5977         - "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"
5978         - "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"
5979       layout: "plot-cpta"
5980
5981     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5982       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5983       data: "plot-performance-trending-vpp-2n-clx"
5984       include:
5985         - "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"
5986         - "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"
5987         - "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"
5988         - "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"
5989       layout: "plot-cpta"
5990
5991     - title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5992       output-file-name: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5993       data: "plot-performance-trending-vpp-2n-clx"
5994       include:
5995         - "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"
5996         - "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"
5997         - "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"
5998         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5999         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6000         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6001       layout: "plot-cpta"
6002
6003     - title: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6004       output-file-name: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6005       data: "plot-performance-trending-vpp-2n-clx"
6006       include:
6007         - "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"
6008         - "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"
6009         - "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"
6010         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6011         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6012         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6013       layout: "plot-cpta"
6014
6015     - title: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6016       output-file-name: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6017       data: "plot-performance-trending-vpp-2n-clx"
6018       include:
6019         - "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"
6020         - "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"
6021         - "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"
6022         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6023         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6024         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6025       layout: "plot-cpta"
6026
6027     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6028       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6029       data: "plot-performance-trending-vpp-2n-skx"
6030       include:
6031         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6032         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6033         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6034         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6035       layout: "plot-cpta"
6036
6037     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6038       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6039       data: "plot-performance-trending-vpp-2n-skx"
6040       include:
6041         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6042         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6043         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6044         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6045       layout: "plot-cpta"
6046
6047     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6048       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6049       data: "plot-performance-trending-vpp-2n-skx"
6050       include:
6051         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6052         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6053         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6054         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6055       layout: "plot-cpta"
6056
6057     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6058       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6059       data: "plot-performance-trending-vpp-2n-skx"
6060       include:
6061         - "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"
6062         - "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"
6063         - "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"
6064         - "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"
6065       layout: "plot-cpta"
6066
6067     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6068       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6069       data: "plot-performance-trending-vpp-2n-skx"
6070       include:
6071         - "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"
6072         - "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"
6073         - "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"
6074         - "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"
6075       layout: "plot-cpta"
6076
6077     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6078       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6079       data: "plot-performance-trending-vpp-2n-skx"
6080       include:
6081         - "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"
6082         - "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"
6083         - "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"
6084         - "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"
6085       layout: "plot-cpta"
6086
6087     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6088       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6089 >>>>>>> CHANGE (b51708 Trending: Plots)
6090       data: "plot-performance-trending-vpp-2n-skx"
6091       include:
6092         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6093         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6094         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6095         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6096         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6097       layout: "plot-cpta"
6098
6099     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6100       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6101       data: "plot-performance-trending-vpp-2n-skx"
6102       include:
6103         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6104         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6105         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6106         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6107         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6108       layout: "plot-cpta"
6109
6110     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6111       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6112       data: "plot-performance-trending-vpp-2n-skx"
6113       include:
6114         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6115         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6116         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6117         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6118         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6119       layout: "plot-cpta"
6120
6121     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
6122       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
6123       data: "plot-performance-trending-vpp-2n-skx"
6124       include:
6125         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6126         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6127         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6128         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6129         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6130       layout: "plot-cpta"
6131
6132     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
6133       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
6134       data: "plot-performance-trending-vpp-2n-skx"
6135       include:
6136         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6137         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6138         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6139         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6140         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6141       layout: "plot-cpta"
6142
6143     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
6144       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
6145       data: "plot-performance-trending-vpp-2n-skx"
6146       include:
6147         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6148         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6149         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6150         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6151         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6152       layout: "plot-cpta"
6153
6154     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
6155       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
6156       data: "plot-performance-trending-vpp-3n-hsw"
6157       include:
6158         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6159         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6160         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6161         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6162         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6163       layout: "plot-cpta"
6164
6165     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
6166       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
6167       data: "plot-performance-trending-vpp-3n-hsw"
6168       include:
6169         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6170         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6171         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6172         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6173         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6174       layout: "plot-cpta"
6175
6176     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
6177       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
6178       data: "plot-performance-trending-vpp-3n-hsw"
6179       include:
6180         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6181         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6182         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6183         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6184         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6185       layout: "plot-cpta"
6186
6187     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
6188       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
6189       data: "plot-performance-trending-vpp-3n-hsw"
6190       include:
6191         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6192         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6193         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6194         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6195         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6196       layout: "plot-cpta"
6197
6198     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
6199       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
6200       data: "plot-performance-trending-vpp-3n-hsw"
6201       include:
6202         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6203         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6204         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6205         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6206         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6207       layout: "plot-cpta"
6208
6209     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
6210       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
6211       data: "plot-performance-trending-vpp-3n-hsw"
6212       include:
6213         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6214         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6215         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6216         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6217         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6218       layout: "plot-cpta"
6219
6220     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6221       output-file-name: "3n-skx-x710-64b-2t1c-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-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6225         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6226       layout: "plot-cpta"
6227
6228     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6229       output-file-name: "3n-skx-x710-64b-4t2c-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-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6233         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6234       layout: "plot-cpta"
6235
6236     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6237       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6238       data: "plot-performance-trending-vpp-3n-skx"
6239       include:
6240         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6241         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6242       layout: "plot-cpta"
6243
6244     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6245       output-file-name: "3n-skx-x710-64b-2t1c-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-2t1c-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-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6250       layout: "plot-cpta"
6251
6252     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6253       output-file-name: "3n-skx-x710-64b-4t2c-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-4t2c-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-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6258       layout: "plot-cpta"
6259
6260     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6261       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6262       data: "plot-performance-trending-vpp-3n-skx"
6263       include:
6264         - "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"
6265         - "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"
6266       layout: "plot-cpta"
6267
6268     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6269       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6270       data: "plot-performance-trending-vpp-3n-skx"
6271       include:
6272         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6273         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6274         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6275         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6276         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6277         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6278       layout: "plot-cpta"
6279
6280     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6281       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6282       data: "plot-performance-trending-vpp-3n-skx"
6283       include:
6284         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6285         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6286         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6287         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6288         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6289         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6290       layout: "plot-cpta"
6291
6292     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6293       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6294       data: "plot-performance-trending-vpp-3n-skx"
6295       include:
6296         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6297         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6298         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6299         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6300         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6301         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6302       layout: "plot-cpta"
6303
6304     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6305       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6306       data: "plot-performance-trending-vpp-3n-skx"
6307       include:
6308         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6309         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6310         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6311         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6312         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6313         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6314       layout: "plot-cpta"
6315
6316     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6317       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6318       data: "plot-performance-trending-vpp-3n-skx"
6319       include:
6320         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6321         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6322         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6323         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6324         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6325         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6326       layout: "plot-cpta"
6327
6328     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6329       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6330       data: "plot-performance-trending-vpp-3n-skx"
6331       include:
6332         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6333         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6334         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6335         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6336         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6337         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6338       layout: "plot-cpta"
6339
6340     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6341       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6342       data: "plot-performance-trending-vpp-3n-skx"
6343       include:
6344         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6345         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6346         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6347         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6348         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6349         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6350       layout: "plot-cpta"
6351
6352     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6353       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6354       data: "plot-performance-trending-vpp-3n-skx"
6355       include:
6356         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6357         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6358         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6359         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6360         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6361         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6362       layout: "plot-cpta"
6363
6364     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6365       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6366       data: "plot-performance-trending-vpp-3n-skx"
6367       include:
6368         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6369         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6370         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6371         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6372         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6373         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6374       layout: "plot-cpta"
6375
6376     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6377       output-file-name: "3n-skx-xxv710-64b-2t1c-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-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6381         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6382       layout: "plot-cpta"
6383
6384     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6385       output-file-name: "3n-skx-xxv710-64b-4t2c-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-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6389         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6390       layout: "plot-cpta"
6391
6392     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6393       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6394       data: "plot-performance-trending-vpp-3n-skx"
6395       include:
6396         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6397         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6398       layout: "plot-cpta"
6399
6400     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6401       output-file-name: "3n-skx-xxv710-64b-2t1c-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-2t1c-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-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6406       layout: "plot-cpta"
6407
6408     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6409       output-file-name: "3n-skx-xxv710-64b-4t2c-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-4t2c-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-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6414       layout: "plot-cpta"
6415
6416     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6417       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6418       data: "plot-performance-trending-vpp-3n-skx"
6419       include:
6420         - "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"
6421         - "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"
6422       layout: "plot-cpta"
6423
6424     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-testpmd"
6425       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-testpmd"
6426       data: "plot-performance-trending-vpp-3n-tsh"
6427       include:
6428         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6429         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6430         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6431         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6432         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6433         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6434       layout: "plot-cpta"
6435
6436     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-testpmd"
6437       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-testpmd"
6438       data: "plot-performance-trending-vpp-3n-tsh"
6439       include:
6440         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6441         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6442         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6443         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6444         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6445         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6446       layout: "plot-cpta"
6447
6448     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-testpmd"
6449       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-testpmd"
6450       data: "plot-performance-trending-vpp-3n-tsh"
6451       include:
6452         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6453         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6454         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6455         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6456         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6457         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6458       layout: "plot-cpta"
6459
6460     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vpp"
6461       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vpp"
6462       data: "plot-performance-trending-vpp-3n-tsh"
6463       include:
6464         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6465         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6466         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6467         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6468         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6469         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6470       layout: "plot-cpta"
6471
6472     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-vpp"
6473       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-vpp"
6474       data: "plot-performance-trending-vpp-3n-tsh"
6475       include:
6476         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6477         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6478         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6479         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6480         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6481         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6482       layout: "plot-cpta"
6483
6484     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-vpp"
6485       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-vpp"
6486       data: "plot-performance-trending-vpp-3n-tsh"
6487       include:
6488         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6489         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6490         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6491         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6492         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6493         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6494       layout: "plot-cpta"
6495
6496     - title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
6497       output-file-name: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
6498       data: "plot-performance-trending-vpp-2n-skx"
6499       include:
6500         - "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"
6501         - "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"
6502         - "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"
6503         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6504         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6505         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6506       layout: "plot-cpta"
6507
6508     - title: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6509       output-file-name: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6510       data: "plot-performance-trending-vpp-2n-skx"
6511       include:
6512         - "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"
6513         - "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"
6514         - "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"
6515         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6516         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6517         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6518       layout: "plot-cpta"
6519
6520     - title: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6521       output-file-name: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6522       data: "plot-performance-trending-vpp-2n-skx"
6523       include:
6524         - "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"
6525         - "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"
6526         - "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"
6527         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6528         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6529         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6530       layout: "plot-cpta"
6531
6532     - title: "2n-skx-x710-64b-2t1c-dpdk"
6533       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
6534       data: "plot-performance-trending-dpdk-2n-skx"
6535       include:
6536         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6537         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6538       layout: "plot-cpta"
6539
6540     - title: "2n-skx-x710-64b-4t2c-dpdk"
6541       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
6542       data: "plot-performance-trending-dpdk-2n-skx"
6543       include:
6544         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6545         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6546       layout: "plot-cpta"
6547
6548     - title: "2n-skx-x710-64b-8t4c-dpdk"
6549       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
6550       data: "plot-performance-trending-dpdk-2n-skx"
6551       include:
6552         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6553         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6554       layout: "plot-cpta"
6555
6556     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
6557       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
6558       data: "plot-performance-trending-dpdk-2n-skx"
6559       include:
6560         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6561         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6562       layout: "plot-cpta"
6563
6564     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
6565       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
6566       data: "plot-performance-trending-dpdk-2n-skx"
6567       include:
6568         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6569         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6570       layout: "plot-cpta"
6571
6572     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
6573       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
6574       data: "plot-performance-trending-dpdk-2n-skx"
6575       include:
6576         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6577         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6578       layout: "plot-cpta"
6579
6580 <<<<<<< HEAD   (d3ea22 Report: Add data)
6581 =======
6582     - title: "2n-clx-x710-64b-2t1c-dpdk"
6583       output-file-name: "2n-clx-x710-64b-2t1c-dpdk"
6584       data: "plot-performance-trending-dpdk-2n-clx"
6585       include:
6586         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6587         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6588       layout: "plot-cpta"
6589
6590     - title: "2n-clx-x710-64b-4t2c-dpdk"
6591       output-file-name: "2n-clx-x710-64b-4t2c-dpdk"
6592       data: "plot-performance-trending-dpdk-2n-clx"
6593       include:
6594         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6595         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6596       layout: "plot-cpta"
6597
6598     - title: "2n-clx-x710-64b-8t4c-dpdk"
6599       output-file-name: "2n-clx-x710-64b-8t4c-dpdk"
6600       data: "plot-performance-trending-dpdk-2n-clx"
6601       include:
6602         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6603         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6604       layout: "plot-cpta"
6605
6606     - title: "2n-clx-xxv710-64b-2t1c-dpdk"
6607       output-file-name: "2n-clx-xxv710-64b-2t1c-dpdk"
6608       data: "plot-performance-trending-dpdk-2n-clx"
6609       include:
6610         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6611         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6612       layout: "plot-cpta"
6613
6614     - title: "2n-clx-xxv710-64b-4t2c-dpdk"
6615       output-file-name: "2n-clx-xxv710-64b-4t2c-dpdk"
6616       data: "plot-performance-trending-dpdk-2n-clx"
6617       include:
6618         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6619         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6620       layout: "plot-cpta"
6621
6622     - title: "2n-clx-xxv710-64b-8t4c-dpdk"
6623       output-file-name: "2n-clx-xxv710-64b-8t4c-dpdk"
6624       data: "plot-performance-trending-dpdk-2n-clx"
6625       include:
6626         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6627         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6628       layout: "plot-cpta"
6629
6630
6631 >>>>>>> CHANGE (b51708 Trending: Plots)
6632     - title: "3n-hsw-x710-64b-1t1c-dpdk"
6633       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
6634       data: "plot-performance-trending-dpdk-3n-hsw"
6635       include:
6636         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6637         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6638       layout: "plot-cpta"
6639
6640     - title: "3n-hsw-x710-64b-2t2c-dpdk"
6641       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
6642       data: "plot-performance-trending-dpdk-3n-hsw"
6643       include:
6644         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6645         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6646       layout: "plot-cpta"
6647
6648     - title: "3n-hsw-x710-64b-4t4c-dpdk"
6649       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
6650       data: "plot-performance-trending-dpdk-3n-hsw"
6651       include:
6652         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6653         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6654       layout: "plot-cpta"
6655
6656     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
6657       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
6658       data: "plot-performance-trending-dpdk-3n-hsw"
6659       include:
6660         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6661         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6662       layout: "plot-cpta"
6663
6664     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
6665       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
6666       data: "plot-performance-trending-dpdk-3n-hsw"
6667       include:
6668         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6669         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6670       layout: "plot-cpta"
6671
6672     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
6673       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
6674       data: "plot-performance-trending-dpdk-3n-hsw"
6675       include:
6676         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6677         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6678       layout: "plot-cpta"
6679
6680     - title: "3n-skx-x710-64b-2t1c-dpdk"
6681       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
6682       data: "plot-performance-trending-dpdk-3n-skx"
6683       include:
6684         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6685         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6686       layout: "plot-cpta"
6687
6688     - title: "3n-skx-x710-64b-4t2c-dpdk"
6689       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
6690       data: "plot-performance-trending-dpdk-3n-skx"
6691       include:
6692         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6693         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6694       layout: "plot-cpta"
6695
6696     - title: "3n-skx-x710-64b-8t4c-dpdk"
6697       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
6698       data: "plot-performance-trending-dpdk-3n-skx"
6699       include:
6700         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6701         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6702       layout: "plot-cpta"
6703
6704     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
6705       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
6706       data: "plot-performance-trending-dpdk-3n-skx"
6707       include:
6708         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6709         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6710       layout: "plot-cpta"
6711
6712     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
6713       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
6714       data: "plot-performance-trending-dpdk-3n-skx"
6715       include:
6716         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6717         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6718       layout: "plot-cpta"
6719
6720     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
6721       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
6722       data: "plot-performance-trending-dpdk-3n-skx"
6723       include:
6724         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6725         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6726       layout: "plot-cpta"