Trending: NDRPDR weekly comparison
[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: 84
893         end: "lastCompletedBuild"
894         max-builds: 4
895         reverse: True  # Must be reversed
896
897     table-ndrpdr-comparison-3n-skx:
898       csit-vpp-perf-ndrpdr-weekly-master-3n-skx:
899         start: 84
900         end: "lastCompletedBuild"
901         max-builds: 4
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: 30
909         end: "lastCompletedBuild"
910         max-builds: 4
911         reverse: True  # Must be reversed
912
913     table-ndrpdr-comparison-3n-hsw:
914       csit-vpp-perf-ndrpdr-weekly-master-3n-hsw:
915         start: 84
916         end: "lastCompletedBuild"
917         max-builds: 4
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: 84
1017       end: "lastCompletedBuild"
1018       max-builds: 4
1019
1020     # 3n-skx ndrpdr
1021     csit-vpp-perf-ndrpdr-weekly-master-3n-skx:
1022       start: 84
1023       end: "lastCompletedBuild"
1024       max-builds: 4
1025       skip:
1026         - 87
1027
1028     # 2n-clx ndrpdr
1029     csit-vpp-perf-ndrpdr-weekly-master-2n-clx:
1030       start: 30
1031       end: "lastCompletedBuild"
1032       max-builds: 4
1033
1034     # 3n-hsw ndrpdr
1035     csit-vpp-perf-ndrpdr-weekly-master-3n-hsw:
1036       start: 84
1037       end: "lastCompletedBuild"
1038       max-builds: 4
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 >>>>>>> CHANGE (b51708 Trending: Plots)
1096     csit-dpdk-perf-mrr-weekly-master:
1097       start: 113
1098       end: "lastCompletedBuild"
1099       max-builds: 15  # Max nr of builds to download
1100       skip:
1101         - 114
1102
1103     # 3n-skx
1104     csit-vpp-perf-mrr-daily-master-3n-skx:
1105 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1106 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1107 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1108 <<<<<<< HEAD   (d3ea22 Report: Add data)
1109       start: 635
1110 =======
1111       start: 707
1112 >>>>>>> CHANGE (b51708 Trending: Plots)
1113 =======
1114       start: 782
1115 >>>>>>> CHANGE (01597c Trending: Update graphs)
1116 =======
1117       start: 830
1118 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1119 =======
1120       start: 834
1121 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1122       end: "lastCompletedBuild"
1123       max-builds: 180  # Max nr of builds to download
1124       skip:
1125 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1126 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1127 <<<<<<< HEAD   (d3ea22 Report: Add data)
1128         - 641
1129         - 642
1130         - 643
1131         - 644
1132         - 645
1133         - 646
1134         - 662
1135         - 663
1136         - 683
1137         - 684
1138         - 685
1139         - 686
1140         - 687
1141         - 694
1142         - 695
1143         - 696
1144         - 697
1145         - 705
1146 =======
1147 >>>>>>> CHANGE (b51708 Trending: Plots)
1148         - 743
1149         - 749
1150         - 761
1151 =======
1152 >>>>>>> CHANGE (01597c Trending: Update graphs)
1153         - 796
1154 <<<<<<< HEAD   (d3ea22 Report: Add data)
1155 =======
1156         - 803
1157         - 804
1158         - 805
1159         - 818
1160 =======
1161 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1162         - 849
1163 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1164 >>>>>>> CHANGE (b51708 Trending: Plots)
1165 =======
1166         - 851
1167 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1168 >>>>>>> CHANGE (01597c Trending: Update graphs)
1169 =======
1170         - 862
1171         - 864
1172 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1173 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1174 =======
1175         - 865
1176         - 866
1177 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1178     csit-dpdk-perf-mrr-weekly-master-3n-skx:
1179       start: 78
1180       end: "lastCompletedBuild"
1181       max-builds: 15  # Max nr of builds to download
1182       skip:
1183         - 79
1184
1185     # 2n-skx
1186     csit-vpp-perf-mrr-daily-master-2n-skx:
1187 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1188 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1189 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1190 <<<<<<< HEAD   (d3ea22 Report: Add data)
1191       start: 647
1192 =======
1193       start: 729
1194 >>>>>>> CHANGE (b51708 Trending: Plots)
1195 =======
1196       start: 804
1197 >>>>>>> CHANGE (01597c Trending: Update graphs)
1198 =======
1199       start: 856
1200 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1201 =======
1202       start: 858
1203 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1204       end: "lastCompletedBuild"
1205       max-builds: 180  # Max nr of builds to download
1206       skip:
1207 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1208 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1209         - 653
1210         - 654
1211         - 655
1212         - 656
1213         - 657
1214         - 658
1215         - 675
1216         - 676
1217         - 693
1218         - 694
1219         - 695
1220         - 696
1221         - 697
1222         - 698
1223         - 699
1224         - 700
1225         - 701
1226         - 702
1227         - 768
1228 <<<<<<< HEAD   (d3ea22 Report: Add data)
1229 =======
1230 =======
1231 >>>>>>> CHANGE (01597c Trending: Update graphs)
1232         - 828
1233         - 830
1234 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1235 >>>>>>> CHANGE (b51708 Trending: Plots)
1236 =======
1237 =======
1238 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1239         - 868
1240         - 870
1241         - 874
1242 >>>>>>> CHANGE (01597c Trending: Update graphs)
1243     csit-vpp-perf-mrr-weekly-master-2n-skx:
1244       start: 50
1245       end: "lastCompletedBuild"
1246       max-builds: 15  # Max nr of builds to download
1247       skip:
1248         - 52
1249         - 54
1250         - 55
1251     csit-dpdk-perf-mrr-weekly-master-2n-skx:
1252       start: 78
1253       end: "lastCompletedBuild"
1254       max-builds: 15  # Max nr of builds to download
1255       skip:
1256         - 79
1257
1258     csit-vpp-perf-mrr-daily-master-2n-clx:
1259       start: 236
1260       end: "lastCompletedBuild"
1261       max-builds: 180  # Max nr of builds to download
1262       skip:
1263 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
1264 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1265 <<<<<<< HEAD   (d3ea22 Report: Add data)
1266         - 97
1267 =======
1268         - 121
1269         - 153
1270         - 154
1271         - 155
1272 =======
1273 >>>>>>> CHANGE (01597c Trending: Update graphs)
1274         - 204
1275         - 206
1276         - 208
1277         - 213
1278         - 214
1279         - 215
1280         - 216
1281         - 217
1282         - 224
1283         - 230
1284         - 231
1285 =======
1286 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
1287         - 239
1288         - 248
1289         - 251
1290         - 252
1291         - 253
1292
1293     csit-dpdk-perf-mrr-weekly-master-2n-clx:
1294       start: 23
1295       end: "lastCompletedBuild"
1296       max-builds: 15  # Max nr of builds to download
1297       skip:
1298 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1299         - 18
1300         - 21
1301         - 22
1302 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1303 >>>>>>> CHANGE (b51708 Trending: Plots)
1304 =======
1305 =======
1306 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1307         - 24
1308 >>>>>>> CHANGE (01597c Trending: Update graphs)
1309
1310     # 3n-tsh
1311     csit-vpp-perf-mrr-daily-master-3n-tsh:
1312       start: 144
1313       end: "lastCompletedBuild"
1314       max-builds: 180  # Max nr of builds to download
1315       skip:
1316 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1317 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1318         - 105
1319 <<<<<<< HEAD   (d3ea22 Report: Add data)
1320 =======
1321 =======
1322 >>>>>>> CHANGE (01597c Trending: Update graphs)
1323         - 126
1324         - 127
1325         - 135
1326 =======
1327 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1328         - 149
1329 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1330 >>>>>>> CHANGE (b51708 Trending: Plots)
1331 =======
1332         - 150
1333         - 152
1334         - 153
1335         - 154
1336         - 155
1337         - 156
1338         - 157
1339 >>>>>>> CHANGE (01597c Trending: Update graphs)
1340
1341     # 3n-dnv
1342     csit-vpp-perf-mrr-daily-master-3n-dnv:
1343 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1344 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1345 <<<<<<< HEAD   (d3ea22 Report: Add data)
1346       start: 134
1347 =======
1348       start: 203
1349 >>>>>>> CHANGE (b51708 Trending: Plots)
1350 =======
1351       start: 276
1352 >>>>>>> CHANGE (01597c Trending: Update graphs)
1353 =======
1354       start: 329
1355 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1356       end: "lastCompletedBuild"
1357       max-builds: 180  # Max nr of builds to download
1358       skip:
1359 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1360 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1361 <<<<<<< HEAD   (d3ea22 Report: Add data)
1362         - 150
1363         - 151
1364         - 175
1365         - 176
1366 =======
1367 >>>>>>> CHANGE (b51708 Trending: Plots)
1368         - 227
1369         - 228
1370         - 246
1371         - 247
1372         - 248
1373 <<<<<<< HEAD   (d3ea22 Report: Add data)
1374 =======
1375 =======
1376 >>>>>>> CHANGE (01597c Trending: Update graphs)
1377         - 297
1378         - 318
1379         - 319
1380         - 320
1381         - 321
1382         - 322
1383         - 323
1384         - 324
1385         - 325
1386         - 326
1387         - 327
1388 =======
1389 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1390         - 343
1391 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1392 >>>>>>> CHANGE (b51708 Trending: Plots)
1393 =======
1394         - 344
1395         - 345
1396         - 348
1397         - 350
1398         - 356
1399         - 357
1400         - 358
1401         - 360
1402         - 363
1403         - 364
1404 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1405 >>>>>>> CHANGE (01597c Trending: Update graphs)
1406 =======
1407         - 381
1408         - 387
1409         - 388
1410         - 390
1411         - 391
1412         - 392
1413 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1414
1415     # 2n-dnv
1416     csit-vpp-perf-mrr-daily-master-2n-dnv:
1417 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1418 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1419 <<<<<<< HEAD   (d3ea22 Report: Add data)
1420       start: 133
1421 =======
1422       start: 203
1423 >>>>>>> CHANGE (b51708 Trending: Plots)
1424 =======
1425       start: 279
1426 >>>>>>> CHANGE (01597c Trending: Update graphs)
1427 =======
1428       start: 335
1429 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1430       end: "lastCompletedBuild"
1431       max-builds: 180  # Max nr of builds to download
1432       skip:
1433 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1434         - 145
1435         - 149
1436         - 150
1437         - 228
1438         - 249
1439         - 250
1440         - 251
1441 <<<<<<< HEAD   (d3ea22 Report: Add data)
1442 =======
1443         - 302
1444         - 304
1445         - 314
1446         - 317
1447         - 326
1448         - 327
1449         - 328
1450         - 329
1451         - 330
1452         - 331
1453         - 332
1454 =======
1455 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1456         - 344
1457         - 349
1458 <<<<<<< HEAD   (b54dc7 PAL: Local mode uses xml file name as a build number)
1459 >>>>>>> CHANGE (b51708 Trending: Plots)
1460 =======
1461         - 350
1462         - 351
1463         - 354
1464         - 360
1465         - 364
1466         - 365
1467         - 366
1468         - 370
1469 <<<<<<< HEAD   (f7dd81 Trending: Update graphs - dnv)
1470 >>>>>>> CHANGE (01597c Trending: Update graphs)
1471 =======
1472         - 378
1473         - 387
1474         - 394
1475         - 395
1476         - 396
1477         - 397
1478 >>>>>>> CHANGE (12d5c9 Trending: Fixes in plots, data)
1479
1480 -
1481   type: "output"
1482   output: "trending"
1483   format:
1484     html:
1485     - full
1486
1487 ################################################################################
1488 ###                               T A B L E S                                ###
1489 ################################################################################
1490
1491 ################################################################################
1492
1493 # VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr
1494 - type: "table"
1495   title: "VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr"
1496   algorithm: "table_weekly_comparison"
1497   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-skx-2t1c-ndr"
1498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1499   data: "table-ndrpdr-comparison-2n-skx"
1500   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1501   nr-of-data-columns: 3
1502   comparisons:
1503     - reference: -3
1504       compare: -1
1505     - reference: -2
1506       compare: -1
1507
1508 # VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c pdr
1509 - type: "table"
1510   title: "VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c pdr"
1511   algorithm: "table_weekly_comparison"
1512   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-skx-2t1c-pdr"
1513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1514   data: "table-ndrpdr-comparison-2n-skx"
1515   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1516   nr-of-data-columns: 3
1517   comparisons:
1518     - reference: -3
1519       compare: -1
1520     - reference: -2
1521       compare: -1
1522
1523 # VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c ndr
1524 - type: "table"
1525   title: "VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c ndr"
1526   algorithm: "table_weekly_comparison"
1527   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-skx-2t1c-ndr"
1528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1529   data: "table-ndrpdr-comparison-3n-skx"
1530   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1531   nr-of-data-columns: 3
1532   comparisons:
1533     - reference: -3
1534       compare: -1
1535     - reference: -2
1536       compare: -1
1537
1538 # VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c pdr
1539 - type: "table"
1540   title: "VPP NDRPDR weekly comparison 3n-skx-xxv710 2t1c pdr"
1541   algorithm: "table_weekly_comparison"
1542   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-skx-2t1c-pdr"
1543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1544   data: "table-ndrpdr-comparison-3n-skx"
1545   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1546   nr-of-data-columns: 3
1547   comparisons:
1548     - reference: -3
1549       compare: -1
1550     - reference: -2
1551       compare: -1
1552
1553 # VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c ndr
1554 - type: "table"
1555   title: "VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c ndr"
1556   algorithm: "table_weekly_comparison"
1557   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-clx-2t1c-ndr"
1558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1559   data: "table-ndrpdr-comparison-2n-clx"
1560   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1561   nr-of-data-columns: 3
1562   comparisons:
1563     - reference: -3
1564       compare: -1
1565     - reference: -2
1566       compare: -1
1567
1568 # VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c pdr
1569 - type: "table"
1570   title: "VPP NDRPDR weekly comparison 2n-clx-xxv710 2t1c pdr"
1571   algorithm: "table_weekly_comparison"
1572   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-clx-2t1c-pdr"
1573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1574   data: "table-ndrpdr-comparison-2n-clx"
1575   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1576   nr-of-data-columns: 3
1577   comparisons:
1578     - reference: -3
1579       compare: -1
1580     - reference: -2
1581       compare: -1
1582
1583 # VPP NDRPDR weekly comparison 3n-hsw-xl710 2t1c ndr
1584 - type: "table"
1585   title: "VPP NDRPDR weekly comparison 3n-hsw-xl710 1t1c ndr"
1586   algorithm: "table_weekly_comparison"
1587   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-hsw-1t1c-ndr"
1588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1589   data: "table-ndrpdr-comparison-3n-hsw"
1590   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
1591   nr-of-data-columns: 3
1592   comparisons:
1593     - reference: -3
1594       compare: -1
1595     - reference: -2
1596       compare: -1
1597
1598 # VPP NDRPDR weekly comparison 3n-hsw-xl710 2t1c pdr
1599 - type: "table"
1600   title: "VPP NDRPDR weekly comparison 3n-hsw-xl710 1t1c pdr"
1601   algorithm: "table_weekly_comparison"
1602   output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-hsw-1t1c-pdr"
1603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1604   data: "table-ndrpdr-comparison-3n-hsw"
1605   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
1606   nr-of-data-columns: 3
1607   comparisons:
1608     - reference: -3
1609       compare: -1
1610     - reference: -2
1611       compare: -1
1612
1613 # Compressed failed tests (last build)
1614 -
1615   type: "table"
1616   title: "Last failed tests (last builds) 3n-hsw"
1617   algorithm: "table_last_failed_tests"
1618   output-file-ext: ".txt"
1619   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-hsw"
1620   data: "table-last-failed-tests-3n-hsw"
1621   filter: "'MRR'"
1622   parameters:
1623     - "name"
1624     - "parent"
1625     - "status"
1626
1627 -
1628   type: "table"
1629   title: "Last failed tests (last builds) 3n-skx"
1630   algorithm: "table_last_failed_tests"
1631   output-file-ext: ".txt"
1632   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-skx"
1633   data: "table-last-failed-tests-3n-skx"
1634   filter: "'MRR'"
1635   parameters:
1636     - "name"
1637     - "parent"
1638     - "status"
1639
1640 -
1641   type: "table"
1642   title: "Last failed tests (last builds) 2n-skx"
1643   algorithm: "table_last_failed_tests"
1644   output-file-ext: ".txt"
1645   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-skx"
1646   data: "table-last-failed-tests-2n-skx"
1647   filter: "'MRR'"
1648   parameters:
1649     - "name"
1650     - "parent"
1651     - "status"
1652
1653 -
1654   type: "table"
1655   title: "Last failed tests (last builds) 2n-clx"
1656   algorithm: "table_last_failed_tests"
1657   output-file-ext: ".txt"
1658   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-clx"
1659   data: "table-last-failed-tests-2n-clx"
1660   filter: "'MRR'"
1661   parameters:
1662     - "name"
1663     - "parent"
1664     - "status"
1665
1666 -
1667   type: "table"
1668   title: "Last failed tests (last builds) 3n-tsh"
1669   algorithm: "table_last_failed_tests"
1670   output-file-ext: ".txt"
1671   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-tsh"
1672   data: "table-last-failed-tests-3n-tsh"
1673   filter: "'MRR'"
1674   parameters:
1675     - "name"
1676     - "parent"
1677     - "status"
1678
1679 -
1680   type: "table"
1681   title: "Last failed tests (last builds) 3n-dnv"
1682   algorithm: "table_last_failed_tests"
1683   output-file-ext: ".txt"
1684   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-3n-dnv"
1685   data: "table-last-failed-tests-3n-dnv"
1686   filter: "'MRR'"
1687   parameters:
1688     - "name"
1689     - "parent"
1690     - "status"
1691
1692 -
1693   type: "table"
1694   title: "Last failed tests (last builds) 2n-dnv"
1695   algorithm: "table_last_failed_tests"
1696   output-file-ext: ".txt"
1697   output-file: "{DIR[STATIC,VPP]}/last-failed-tests-2n-dnv"
1698   data: "table-last-failed-tests-2n-dnv"
1699   filter: "'MRR'"
1700   parameters:
1701     - "name"
1702     - "parent"
1703     - "status"
1704
1705 # 3n-hsw
1706 -
1707   type: "table"
1708   title: "Performance trending dashboard 1t1c-3n-hsw"
1709   algorithm: "table_perf_trending_dash"
1710   output-file-ext: ".csv"
1711   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw"
1712   data: "plot-performance-trending-all-3n-hsw"
1713   filter: "'MRR' and '1T1C' and not 'NIC_Intel-XXV710'"
1714   parameters:
1715   - "name"
1716   - "parent"
1717   - "result"
1718   ignore-list:
1719     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1720     # but it remains in the old output.xml files.
1721   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1722   window: 14
1723   long-trend-window: 180
1724
1725 -
1726   type: "table"
1727   title: "Performance trending dashboard 2t2c-3n-hsw"
1728   algorithm: "table_perf_trending_dash"
1729   output-file-ext: ".csv"
1730   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw"
1731   data: "plot-performance-trending-all-3n-hsw"
1732   filter: "'MRR' and '2T2C' and not 'NIC_Intel-XXV710'"
1733   parameters:
1734   - "name"
1735   - "parent"
1736   - "result"
1737   ignore-list:
1738     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1739     # but it remains in the old output.xml files.
1740   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-2t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1741   window: 14
1742   long-trend-window: 180
1743
1744 -
1745   type: "table"
1746   title: "Performance trending dashboard 4t4c-3n-hsw"
1747   algorithm: "table_perf_trending_dash"
1748   output-file-ext: ".csv"
1749   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw"
1750   data: "plot-performance-trending-all-3n-hsw"
1751   filter: "'MRR' and '4T4C' and not 'NIC_Intel-XXV710'"
1752   parameters:
1753   - "name"
1754   - "parent"
1755   - "result"
1756   ignore-list:
1757     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1758     # but it remains in the old output.xml files.
1759   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-4t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1760   window: 14
1761   long-trend-window: 180
1762
1763 -
1764   type: "table"
1765   title: "HTML performance trending dashboard 1t1c-3n-hsw"
1766   algorithm: "table_perf_trending_dash_html"
1767   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.csv"
1768   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-hsw.rst"
1769   testbed: "3n-hsw"
1770
1771 -
1772   type: "table"
1773   title: "HTML performance trending dashboard 2t2c-3n-hsw"
1774   algorithm: "table_perf_trending_dash_html"
1775   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.csv"
1776   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-hsw.rst"
1777   testbed: "3n-hsw"
1778
1779 -
1780   type: "table"
1781   title: "HTML performance trending dashboard 4t4c-3n-hsw"
1782   algorithm: "table_perf_trending_dash_html"
1783   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.csv"
1784   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-hsw.rst"
1785   testbed: "3n-hsw"
1786
1787 -
1788   type: "table"
1789   title: "Failed MRR tests 3n-hsw"
1790   algorithm: "table_failed_tests"
1791   output-file-ext: ".csv"
1792   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw"
1793   data: "plot-performance-trending-all-3n-hsw"
1794   filter: "'MRR' and not 'NIC_Intel-XXV710'"
1795   parameters:
1796   - "name"
1797   - "parent"
1798   - "status"
1799   ignore-list:
1800     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1801     # but it remains in the old output.xml files.
1802   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-1t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1803   window: 7  # days
1804
1805 -
1806   type: "table"
1807   title: "HTML Failed MRR tests 3n-hsw"
1808   algorithm: "table_failed_tests_html"
1809   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.csv"
1810   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-hsw.rst"
1811   testbed: "3n-hsw"
1812
1813 ################################################################################
1814 # 3n-skx
1815 -
1816   type: "table"
1817   title: "Performance trending dashboard 2t1c-3n-skx"
1818   algorithm: "table_perf_trending_dash"
1819   output-file-ext: ".csv"
1820   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx"
1821   data: "plot-performance-trending-all-3n-skx"
1822   filter: "'MRR' and '2T1C'"
1823   parameters:
1824   - "name"
1825   - "parent"
1826   - "result"
1827   ignore-list:
1828     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1829     # but it remains in the old output.xml files.
1830   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1831   window: 14
1832   long-trend-window: 180
1833
1834 -
1835   type: "table"
1836   title: "Performance trending dashboard 4t2c-3n-skx"
1837   algorithm: "table_perf_trending_dash"
1838   output-file-ext: ".csv"
1839   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx"
1840   data: "plot-performance-trending-all-3n-skx"
1841   filter: "'MRR' and '4T2C'"
1842   parameters:
1843   - "name"
1844   - "parent"
1845   - "result"
1846   ignore-list:
1847     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1848     # but it remains in the old output.xml files.
1849   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1850   window: 14
1851   long-trend-window: 180
1852
1853 -
1854   type: "table"
1855   title: "Performance trending dashboard 8t4c-3n-skx"
1856   algorithm: "table_perf_trending_dash"
1857   output-file-ext: ".csv"
1858   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx"
1859   data: "plot-performance-trending-all-3n-skx"
1860   filter: "'MRR' and '8T4C'"
1861   parameters:
1862   - "name"
1863   - "parent"
1864   - "result"
1865   ignore-list:
1866     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1867     # but it remains in the old output.xml files.
1868   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1869   window: 14
1870   long-trend-window: 180
1871
1872 -
1873   type: "table"
1874   title: "HTML performance trending dashboard 2t1c-3n-skx"
1875   algorithm: "table_perf_trending_dash_html"
1876   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.csv"
1877   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-3n-skx.rst"
1878   testbed: "3n-skx"
1879
1880 -
1881   type: "table"
1882   title: "HTML performance trending dashboard 4t2c-3n-skx"
1883   algorithm: "table_perf_trending_dash_html"
1884   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.csv"
1885   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-3n-skx.rst"
1886   testbed: "3n-skx"
1887
1888 -
1889   type: "table"
1890   title: "HTML performance trending dashboard 8t4c-3n-skx"
1891   algorithm: "table_perf_trending_dash_html"
1892   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.csv"
1893   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-3n-skx.rst"
1894   testbed: "3n-skx"
1895
1896 -
1897   type: "table"
1898   title: "Failed MRR tests 3n-skx"
1899   algorithm: "table_failed_tests"
1900   output-file-ext: ".csv"
1901   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx"
1902   data: "plot-performance-trending-all-3n-skx"
1903   filter: "'MRR'"
1904   parameters:
1905   - "name"
1906   - "parent"
1907   - "status"
1908   ignore-list:
1909     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1910     # but it remains in the old output.xml files.
1911   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1912   window: 7  # days
1913
1914 -
1915   type: "table"
1916   title: "HTML Failed MRR tests 3n-skx"
1917   algorithm: "table_failed_tests_html"
1918   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.csv"
1919   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-skx.rst"
1920   testbed: "3n-skx"
1921
1922 ################################################################################
1923 # 2n-skx
1924 -
1925   type: "table"
1926   title: "Performance trending dashboard 2t1c-2n-skx"
1927   algorithm: "table_perf_trending_dash"
1928   output-file-ext: ".csv"
1929   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx"
1930   data: "plot-performance-trending-all-2n-skx"
1931   filter: "'MRR' and '2T1C'"
1932   parameters:
1933   - "name"
1934   - "parent"
1935   - "result"
1936   ignore-list:
1937     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1938     # but it remains in the old output.xml files.
1939   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
1940   window: 14
1941   long-trend-window: 180
1942
1943 -
1944   type: "table"
1945   title: "Performance trending dashboard 4t2c-2n-skx"
1946   algorithm: "table_perf_trending_dash"
1947   output-file-ext: ".csv"
1948   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx"
1949   data: "plot-performance-trending-all-2n-skx"
1950   filter: "'MRR' and '4T2C'"
1951   parameters:
1952   - "name"
1953   - "parent"
1954   - "result"
1955   ignore-list:
1956     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1957     # but it remains in the old output.xml files.
1958   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc05-64b-4t2c-eth-l2bdscale1mmaclrn-ndrdisc"
1959   window: 14
1960   long-trend-window: 180
1961
1962 -
1963   type: "table"
1964   title: "Performance trending dashboard 8t4c-2n-skx"
1965   algorithm: "table_perf_trending_dash"
1966   output-file-ext: ".csv"
1967   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx"
1968   data: "plot-performance-trending-all-2n-skx"
1969   filter: "'MRR' and '8T4C'"
1970   parameters:
1971   - "name"
1972   - "parent"
1973   - "result"
1974   ignore-list:
1975     # This test is "ndrdisc" test and was improperly tagged. It was fixed
1976     # but it remains in the old output.xml files.
1977   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc09-64b-8t4c-eth-l2bdscale1mmaclrn-ndrdisc"
1978   window: 14
1979   long-trend-window: 180
1980
1981 -
1982   type: "table"
1983   title: "HTML performance trending dashboard 2t1c-2n-skx"
1984   algorithm: "table_perf_trending_dash_html"
1985   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.csv"
1986   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-skx.rst"
1987   testbed: "2n-skx"
1988
1989 -
1990   type: "table"
1991   title: "HTML performance trending dashboard 4t2c-2n-skx"
1992   algorithm: "table_perf_trending_dash_html"
1993   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.csv"
1994   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-skx.rst"
1995   testbed: "2n-skx"
1996
1997 -
1998   type: "table"
1999   title: "HTML performance trending dashboard 8t4c-2n-skx"
2000   algorithm: "table_perf_trending_dash_html"
2001   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.csv"
2002   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-skx.rst"
2003   testbed: "2n-skx"
2004
2005 -
2006   type: "table"
2007   title: "Failed MRR tests 2n-skx"
2008   algorithm: "table_failed_tests"
2009   output-file-ext: ".csv"
2010   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx"
2011   data: "plot-performance-trending-all-2n-skx"
2012   filter: "'MRR'"
2013   parameters:
2014   - "name"
2015   - "parent"
2016   - "status"
2017   ignore-list:
2018     # This test is "ndrdisc" test and was improperly tagged. It was fixed
2019     # but it remains in the old output.xml files.
2020   - "tests.vpp.perf.l2.10ge2p1x520-eth-l2bdscale1mmaclrn-mrr.tc01-64b-2t1c-eth-l2bdscale1mmaclrn-ndrdisc"
2021   window: 7  # days
2022
2023 -
2024   type: "table"
2025   title: "HTML Failed MRR tests 2n-skx"
2026   algorithm: "table_failed_tests_html"
2027   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.csv"
2028   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-skx.rst"
2029   testbed: "2n-skx"
2030
2031 ################################################################################
2032 # 2n-clx
2033 -
2034   type: "table"
2035   title: "Performance trending dashboard 2t1c-2n-clx"
2036   algorithm: "table_perf_trending_dash"
2037   output-file-ext: ".csv"
2038   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx"
2039   data: "plot-performance-trending-vpp-2n-clx"
2040   filter: "'MRR' and '2T1C'"
2041   parameters:
2042   - "name"
2043   - "parent"
2044   - "result"
2045   window: 14
2046   long-trend-window: 180
2047
2048 -
2049   type: "table"
2050   title: "Performance trending dashboard 4t2c-2n-clx"
2051   algorithm: "table_perf_trending_dash"
2052   output-file-ext: ".csv"
2053   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx"
2054   data: "plot-performance-trending-vpp-2n-clx"
2055   filter: "'MRR' and '4T2C'"
2056   parameters:
2057   - "name"
2058   - "parent"
2059   - "result"
2060   window: 14
2061   long-trend-window: 180
2062
2063 -
2064   type: "table"
2065   title: "Performance trending dashboard 8t4c-2n-clx"
2066   algorithm: "table_perf_trending_dash"
2067   output-file-ext: ".csv"
2068   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx"
2069   data: "plot-performance-trending-vpp-2n-clx"
2070   filter: "'MRR' and '8T4C'"
2071   parameters:
2072   - "name"
2073   - "parent"
2074   - "result"
2075   window: 14
2076   long-trend-window: 180
2077
2078 -
2079   type: "table"
2080   title: "HTML performance trending dashboard 2t1c-2n-clx"
2081   algorithm: "table_perf_trending_dash_html"
2082   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv"
2083   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst"
2084   testbed: "2n-clx"
2085
2086 -
2087   type: "table"
2088   title: "HTML performance trending dashboard 4t2c-2n-clx"
2089   algorithm: "table_perf_trending_dash_html"
2090   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv"
2091   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst"
2092   testbed: "2n-clx"
2093
2094 -
2095   type: "table"
2096   title: "HTML performance trending dashboard 8t4c-2n-clx"
2097   algorithm: "table_perf_trending_dash_html"
2098   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv"
2099   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst"
2100   testbed: "2n-clx"
2101
2102 -
2103   type: "table"
2104   title: "Failed MRR tests 2n-clx"
2105   algorithm: "table_failed_tests"
2106   output-file-ext: ".csv"
2107   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx"
2108   data: "plot-performance-trending-vpp-2n-clx"
2109   filter: "'MRR'"
2110   parameters:
2111   - "name"
2112   - "parent"
2113   - "status"
2114   window: 7  # days
2115
2116 -
2117   type: "table"
2118   title: "HTML Failed MRR tests 2n-clx"
2119   algorithm: "table_failed_tests_html"
2120   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.csv"
2121   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-clx.rst"
2122   testbed: "2n-clx"
2123
2124
2125 ################################################################################
2126 # 3n-tsh
2127 -
2128   type: "table"
2129   title: "Performance trending dashboard 1t1c-3n-tsh"
2130   algorithm: "table_perf_trending_dash"
2131   output-file-ext: ".csv"
2132   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh"
2133   data: "plot-performance-trending-all-3n-tsh"
2134   filter: "'MRR' and '1T1C'"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "result"
2139   window: 14
2140   long-trend-window: 180
2141
2142 -
2143   type: "table"
2144   title: "Performance trending dashboard 2t2c-3n-tsh"
2145   algorithm: "table_perf_trending_dash"
2146   output-file-ext: ".csv"
2147   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh"
2148   data: "plot-performance-trending-all-3n-tsh"
2149   filter: "'MRR' and '2T2C'"
2150   parameters:
2151   - "name"
2152   - "parent"
2153   - "result"
2154   window: 14
2155   long-trend-window: 180
2156
2157 -
2158   type: "table"
2159   title: "Performance trending dashboard 4t4c-3n-tsh"
2160   algorithm: "table_perf_trending_dash"
2161   output-file-ext: ".csv"
2162   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh"
2163   data: "plot-performance-trending-all-3n-tsh"
2164   filter: "'MRR' and '4T4C'"
2165   parameters:
2166   - "name"
2167   - "parent"
2168   - "result"
2169   window: 14
2170   long-trend-window: 180
2171
2172 -
2173   type: "table"
2174   title: "HTML performance trending dashboard 1t1c-3n-tsh"
2175   algorithm: "table_perf_trending_dash_html"
2176   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.csv"
2177   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-tsh.rst"
2178   testbed: "3n-tsh"
2179
2180 -
2181   type: "table"
2182   title: "HTML performance trending dashboard 2t2c-3n-tsh"
2183   algorithm: "table_perf_trending_dash_html"
2184   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.csv"
2185   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-tsh.rst"
2186   testbed: "3n-tsh"
2187
2188 -
2189   type: "table"
2190   title: "HTML performance trending dashboard 4t4c-3n-tsh"
2191   algorithm: "table_perf_trending_dash_html"
2192   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.csv"
2193   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-tsh.rst"
2194   testbed: "3n-tsh"
2195
2196 -
2197   type: "table"
2198   title: "Failed MRR tests 3n-tsh"
2199   algorithm: "table_failed_tests"
2200   output-file-ext: ".csv"
2201   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh"
2202   data: "plot-performance-trending-all-3n-tsh"
2203   filter: "'MRR'"
2204   parameters:
2205   - "name"
2206   - "parent"
2207   - "status"
2208   window: 7  # days
2209
2210 -
2211   type: "table"
2212   title: "HTML Failed MRR tests 3n-tsh"
2213   algorithm: "table_failed_tests_html"
2214   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.csv"
2215   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-tsh.rst"
2216   testbed: "3n-tsh"
2217
2218 ################################################################################
2219 # 3n-dnv
2220 -
2221   type: "table"
2222   title: "Performance trending dashboard 1t1c-3n-dnv"
2223   algorithm: "table_perf_trending_dash"
2224   output-file-ext: ".csv"
2225   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv"
2226   data: "plot-performance-trending-vpp-3n-dnv"
2227   filter: "'MRR' and '1T1C'"
2228   parameters:
2229   - "name"
2230   - "parent"
2231   - "result"
2232   window: 14
2233   long-trend-window: 180
2234
2235 -
2236   type: "table"
2237   title: "Performance trending dashboard 2t2c-3n-dnv"
2238   algorithm: "table_perf_trending_dash"
2239   output-file-ext: ".csv"
2240   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv"
2241   data: "plot-performance-trending-vpp-3n-dnv"
2242   filter: "'MRR' and '2T2C'"
2243   parameters:
2244   - "name"
2245   - "parent"
2246   - "result"
2247   window: 14
2248   long-trend-window: 180
2249
2250 -
2251   type: "table"
2252   title: "Performance trending dashboard 4t4c-3n-dnv"
2253   algorithm: "table_perf_trending_dash"
2254   output-file-ext: ".csv"
2255   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv"
2256   data: "plot-performance-trending-vpp-3n-dnv"
2257   filter: "'MRR' and '4T4C'"
2258   parameters:
2259   - "name"
2260   - "parent"
2261   - "result"
2262   window: 14
2263   long-trend-window: 180
2264
2265 -
2266   type: "table"
2267   title: "HTML performance trending dashboard 1t1c-3n-dnv"
2268   algorithm: "table_perf_trending_dash_html"
2269   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.csv"
2270   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-3n-dnv.rst"
2271   testbed: "3n-dnv"
2272
2273 -
2274   type: "table"
2275   title: "HTML performance trending dashboard 2t2c-3n-dnv"
2276   algorithm: "table_perf_trending_dash_html"
2277   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.csv"
2278   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-3n-dnv.rst"
2279   testbed: "3n-dnv"
2280
2281 -
2282   type: "table"
2283   title: "HTML performance trending dashboard 4t4c-3n-dnv"
2284   algorithm: "table_perf_trending_dash_html"
2285   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.csv"
2286   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-3n-dnv.rst"
2287   testbed: "3n-dnv"
2288
2289 -
2290   type: "table"
2291   title: "Failed MRR tests 3n-dnv"
2292   algorithm: "table_failed_tests"
2293   output-file-ext: ".csv"
2294   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv"
2295   data: "plot-performance-trending-vpp-3n-dnv"
2296   filter: "'MRR'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "status"
2301   window: 7  # days
2302
2303 -
2304   type: "table"
2305   title: "HTML Failed MRR tests 3n-dnv"
2306   algorithm: "table_failed_tests_html"
2307   input-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.csv"
2308   output-file: "{DIR[STATIC,VPP]}/failed-tests-3n-dnv.rst"
2309   testbed: "3n-dnv"
2310
2311 ################################################################################
2312 # 2n-dnv
2313 -
2314   type: "table"
2315   title: "Performance trending dashboard 1t1c-2n-dnv"
2316   algorithm: "table_perf_trending_dash"
2317   output-file-ext: ".csv"
2318   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv"
2319   data: "plot-performance-trending-vpp-2n-dnv"
2320   filter: "'MRR' and '1T1C'"
2321   parameters:
2322   - "name"
2323   - "parent"
2324   - "result"
2325   window: 14
2326   long-trend-window: 180
2327
2328 -
2329   type: "table"
2330   title: "Performance trending dashboard 2t2c-2n-dnv"
2331   algorithm: "table_perf_trending_dash"
2332   output-file-ext: ".csv"
2333   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv"
2334   data: "plot-performance-trending-vpp-2n-dnv"
2335   filter: "'MRR' and '2T2C'"
2336   parameters:
2337   - "name"
2338   - "parent"
2339   - "result"
2340   window: 14
2341   long-trend-window: 180
2342
2343 -
2344   type: "table"
2345   title: "Performance trending dashboard 4t4c-2n-dnv"
2346   algorithm: "table_perf_trending_dash"
2347   output-file-ext: ".csv"
2348   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv"
2349   data: "plot-performance-trending-vpp-2n-dnv"
2350   filter: "'MRR' and '4T4C'"
2351   parameters:
2352   - "name"
2353   - "parent"
2354   - "result"
2355   window: 14
2356   long-trend-window: 180
2357
2358 -
2359   type: "table"
2360   title: "HTML performance trending dashboard 1t1c-2n-dnv"
2361   algorithm: "table_perf_trending_dash_html"
2362   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.csv"
2363   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-1t1c-2n-dnv.rst"
2364   testbed: "2n-dnv"
2365
2366 -
2367   type: "table"
2368   title: "HTML performance trending dashboard 2t2c-2n-dnv"
2369   algorithm: "table_perf_trending_dash_html"
2370   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.csv"
2371   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t2c-2n-dnv.rst"
2372   testbed: "2n-dnv"
2373
2374 -
2375   type: "table"
2376   title: "HTML performance trending dashboard 4t4c-2n-dnv"
2377   algorithm: "table_perf_trending_dash_html"
2378   input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.csv"
2379   output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t4c-2n-dnv.rst"
2380   testbed: "2n-dnv"
2381
2382 -
2383   type: "table"
2384   title: "Failed MRR tests 2n-dnv"
2385   algorithm: "table_failed_tests"
2386   output-file-ext: ".csv"
2387   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv"
2388   data: "plot-performance-trending-vpp-2n-dnv"
2389   filter: "'MRR'"
2390   parameters:
2391   - "name"
2392   - "parent"
2393   - "status"
2394   window: 7  # days
2395
2396 -
2397   type: "table"
2398   title: "HTML Failed MRR tests 2n-dnv"
2399   algorithm: "table_failed_tests_html"
2400   input-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.csv"
2401   output-file: "{DIR[STATIC,VPP]}/failed-tests-2n-dnv.rst"
2402   testbed: "2n-dnv"
2403
2404 ################################################################################
2405 ###                                 C P T A                                  ###
2406 ################################################################################
2407
2408 # Plots VPP Continuous Performance Trending and Analysis
2409
2410 -
2411   type: "cpta"
2412   title: "Continuous Performance Trending and Analysis"
2413   output-file-type: ".html"
2414   output-file: "{DIR[STATIC,VPP]}"
2415
2416   plots:
2417
2418 ################################################################################
2419 # NFV
2420
2421     - title: "VPP 2T1C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2422       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-dpdk"
2423       data: "plot-performance-trending-vpp-nfv-2n-skx"
2424       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and not 'VXLAN'"
2425       groups:
2426         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2427         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2428         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2429         - ["6R1C", "6R2C", "6R4C"]
2430         - ["8R1C", "8R2C"]
2431         - ["10R1C", "10R2C"]
2432       group-names:
2433         - "1 Chain"
2434         - "2 Chains"
2435         - "4 Chains"
2436         - "6 Chains"
2437         - "8 Chains"
2438         - "10 Chains"
2439       layout: "plot-cpta"
2440
2441     - title: "VPP 4T2C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2442       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-dpdk"
2443       data: "plot-performance-trending-vpp-nfv-2n-skx"
2444       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and not 'VXLAN'"
2445       groups:
2446         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2447         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2448         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2449         - ["6R1C", "6R2C", "6R4C"]
2450         - ["8R1C", "8R2C"]
2451         - ["10R1C", "10R2C"]
2452       group-names:
2453         - "1 Chain"
2454         - "2 Chains"
2455         - "4 Chains"
2456         - "6 Chains"
2457         - "8 Chains"
2458         - "10 Chains"
2459       layout: "plot-cpta"
2460
2461     - title: "VPP 8T4C NF Service Density VNFc IMIX MRR Trending 2n-skx"
2462       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-dpdk"
2463       data: "plot-performance-trending-vpp-nfv-2n-skx"
2464       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and not 'VXLAN'"
2465       groups:
2466         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2467         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2468         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2469         - ["6R1C", "6R2C", "6R4C"]
2470         - ["8R1C", "8R2C"]
2471         - ["10R1C", "10R2C"]
2472       group-names:
2473         - "1 Chain"
2474         - "2 Chains"
2475         - "4 Chains"
2476         - "6 Chains"
2477         - "8 Chains"
2478         - "10 Chains"
2479       layout: "plot-cpta"
2480
2481     - title: "VPP 2T1C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2482       output-file-name: "2n-skx-xxv710-imix-2t1c-vhost-chains-vxlan-dpdk"
2483       data: "plot-performance-trending-vpp-nfv-2n-skx"
2484       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN' and 'VXLAN'"
2485       groups:
2486         - ["1R1C", ]
2487         - ["2R1C", ]
2488         - ["4R1C", ]
2489         - ["6R1C", ]
2490         - ["8R1C", ]
2491         - ["10R1C", ]
2492       group-names:
2493         - "1 Chain"
2494         - "2 Chains"
2495         - "4 Chains"
2496         - "6 Chains"
2497         - "8 Chains"
2498         - "10 Chains"
2499       layout: "plot-cpta"
2500
2501     - title: "VPP 4T2C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2502       output-file-name: "2n-skx-xxv710-imix-4t2c-vhost-chains-vxlan-dpdk"
2503       data: "plot-performance-trending-vpp-nfv-2n-skx"
2504       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN' and 'VXLAN'"
2505       groups:
2506         - ["1R1C", ]
2507         - ["2R1C", ]
2508         - ["4R1C", ]
2509         - ["6R1C", ]
2510         - ["8R1C", ]
2511         - ["10R1C", ]
2512       group-names:
2513         - "1 Chain"
2514         - "2 Chains"
2515         - "4 Chains"
2516         - "6 Chains"
2517         - "8 Chains"
2518         - "10 Chains"
2519       layout: "plot-cpta"
2520
2521     - title: "VPP 8T4C NF Service Density VNFc VXLAN IMIX MRR Trending 2n-skx"
2522       output-file-name: "2n-skx-xxv710-imix-8t4c-vhost-chains-vxlan-dpdk"
2523       data: "plot-performance-trending-vpp-nfv-2n-skx"
2524       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'VM' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN' and 'VXLAN'"
2525       groups:
2526         - ["1R1C", ]
2527         - ["2R1C", ]
2528         - ["4R1C", ]
2529         - ["6R1C", ]
2530         - ["8R1C", ]
2531         - ["10R1C", ]
2532       group-names:
2533         - "1 Chain"
2534         - "2 Chains"
2535         - "4 Chains"
2536         - "6 Chains"
2537         - "8 Chains"
2538         - "10 Chains"
2539       layout: "plot-cpta"
2540
2541     - title: "VPP 2T1C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2542       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-chains-dpdk"
2543       data: "plot-performance-trending-vpp-nfv-2n-skx"
2544       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2545       groups:
2546         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2547         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2548         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2549         - ["6R1C", "6R2C", "6R4C"]
2550         - ["8R1C", "8R2C"]
2551         - ["10R1C", "10R2C"]
2552       group-names:
2553         - "1 Chain"
2554         - "2 Chains"
2555         - "4 Chains"
2556         - "6 Chains"
2557         - "8 Chains"
2558         - "10 Chains"
2559       layout: "plot-cpta"
2560
2561     - title: "VPP 4T2C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2562       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-chains-dpdk"
2563       data: "plot-performance-trending-vpp-nfv-2n-skx"
2564       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2565       groups:
2566         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2567         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2568         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2569         - ["6R1C", "6R2C", "6R4C"]
2570         - ["8R1C", "8R2C"]
2571         - ["10R1C", "10R2C"]
2572       group-names:
2573         - "1 Chain"
2574         - "2 Chains"
2575         - "4 Chains"
2576         - "6 Chains"
2577         - "8 Chains"
2578         - "10 Chains"
2579       layout: "plot-cpta"
2580
2581     - title: "VPP 8T4C NF Service Density CNFc IMIX MRR Trending 2n-skx"
2582       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-chains-dpdk"
2583       data: "plot-performance-trending-vpp-nfv-2n-skx"
2584       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'CHAIN' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2585       groups:
2586         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2587         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2588         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2589         - ["6R1C", "6R2C", "6R4C"]
2590         - ["8R1C", "8R2C"]
2591         - ["10R1C", "10R2C"]
2592       group-names:
2593         - "1 Chain"
2594         - "2 Chains"
2595         - "4 Chains"
2596         - "6 Chains"
2597         - "8 Chains"
2598         - "10 Chains"
2599       layout: "plot-cpta"
2600
2601     - title: "VPP 2T1C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2602       output-file-name: "2n-skx-xxv710-imix-2t1c-memif-pipelines-dpdk"
2603       data: "plot-performance-trending-vpp-nfv-2n-skx"
2604       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '2T1C' and 'L2BDMACLRN'"
2605       groups:
2606         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2607         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2608         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2609         - ["6R1C", "6R2C", "6R4C"]
2610         - ["8R1C", "8R2C"]
2611         - ["10R1C", "10R2C"]
2612       group-names:
2613         - "1 Pipe"
2614         - "2 Pipes"
2615         - "4 Pipes"
2616         - "6 Pipes"
2617         - "8 Pipes"
2618         - "10 Pipes"
2619       layout: "plot-cpta"
2620
2621     - title: "VPP 4T2C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2622       output-file-name: "2n-skx-xxv710-imix-4t2c-memif-pipelines-dpdk"
2623       data: "plot-performance-trending-vpp-nfv-2n-skx"
2624       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '4T2C' and 'L2BDMACLRN'"
2625       groups:
2626         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2627         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2628         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2629         - ["6R1C", "6R2C", "6R4C"]
2630         - ["8R1C", "8R2C"]
2631         - ["10R1C", "10R2C"]
2632       group-names:
2633         - "1 Pipe"
2634         - "2 Pipes"
2635         - "4 Pipes"
2636         - "6 Pipes"
2637         - "8 Pipes"
2638         - "10 Pipes"
2639       layout: "plot-cpta"
2640
2641     - title: "VPP 8T4C NF Service Density CNFp IMIX MRR Trending 2n-skx"
2642       output-file-name: "2n-skx-xxv710-imix-8t4c-memif-pipelines-dpdk"
2643       data: "plot-performance-trending-vpp-nfv-2n-skx"
2644       filter: "'NIC_Intel-XXV710' and 'NF_DENSITY' and 'DOCKER' and 'PIPELINE' and 'MRR' and 'IMIX' and '8T4C' and 'L2BDMACLRN'"
2645       groups:
2646         - ["1R1C", "1R2C", "1R4C", "1R6C", "1R8C", "1R10C"]
2647         - ["2R1C", "2R2C", "2R4C", "2R6C", "2R8C", "2R10C"]
2648         - ["4R1C", "4R2C", "4R4C", "4R6C"]
2649         - ["6R1C", "6R2C", "6R4C"]
2650         - ["8R1C", "8R2C"]
2651         - ["10R1C", "10R2C"]
2652       group-names:
2653         - "1 Pipe"
2654         - "2 Pipes"
2655         - "4 Pipes"
2656         - "6 Pipes"
2657         - "8 Pipes"
2658         - "10 Pipes"
2659       layout: "plot-cpta"
2660
2661 ################################################################################
2662
2663     - title: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2664       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-avf"
2665       data: "plot-performance-trending-vpp-2n-clx"
2666       include:
2667         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2668         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2669         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2670         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2671       layout: "plot-cpta"
2672
2673     - title: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2674       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-avf"
2675       data: "plot-performance-trending-vpp-2n-clx"
2676       include:
2677         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2678         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2679         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2680         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2681       layout: "plot-cpta"
2682
2683     - title: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2684       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-avf"
2685       data: "plot-performance-trending-vpp-2n-clx"
2686       include:
2687         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2688         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2689         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2690         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2691       layout: "plot-cpta"
2692
2693     - title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2694       output-file-name: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk"
2695       data: "plot-performance-trending-vpp-2n-clx"
2696       include:
2697         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2698         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2699         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2700         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2701       layout: "plot-cpta"
2702
2703     - title: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2704       output-file-name: "2n-clx-xxv710-64b-4t2c-memif-base-dpdk"
2705       data: "plot-performance-trending-vpp-2n-clx"
2706       include:
2707         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2708         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2709         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2710         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2711       layout: "plot-cpta"
2712
2713     - title: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2714       output-file-name: "2n-clx-xxv710-64b-8t4c-memif-base-dpdk"
2715       data: "plot-performance-trending-vpp-2n-clx"
2716       include:
2717         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2718         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2719         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2720         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2721       layout: "plot-cpta"
2722
2723 <<<<<<< HEAD   (d3ea22 Report: Add data)
2724     - title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2725       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-i40e"
2726 =======
2727     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2728       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr"
2729       data: "plot-performance-trending-vpp-2n-clx"
2730       include:
2731         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2732         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2733         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2734         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2735       layout: "plot-cpta"
2736
2737     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2738       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr"
2739       data: "plot-performance-trending-vpp-2n-clx"
2740       include:
2741         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2742         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2743         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2744         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2745       layout: "plot-cpta"
2746
2747     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2748       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr"
2749       data: "plot-performance-trending-vpp-2n-clx"
2750       include:
2751         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2752         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2753         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-mrr"
2754         - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Mrr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-mrr"
2755       layout: "plot-cpta"
2756
2757     - title: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2758       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-avf"
2759       data: "plot-performance-trending-vpp-2n-skx"
2760       include:
2761         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2762         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2763         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2764         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2765       layout: "plot-cpta"
2766
2767     - title: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2768       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-avf"
2769       data: "plot-performance-trending-vpp-2n-skx"
2770       include:
2771         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2772         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2773         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2774         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2775       layout: "plot-cpta"
2776
2777     - title: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2778       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-avf"
2779       data: "plot-performance-trending-vpp-2n-skx"
2780       include:
2781         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2782         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2783         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2784         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2785       layout: "plot-cpta"
2786
2787     - title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2788       output-file-name: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2789 >>>>>>> CHANGE (b51708 Trending: Plots)
2790       data: "plot-performance-trending-vpp-2n-skx"
2791       include:
2792         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2793         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2794         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2795         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2796       layout: "plot-cpta"
2797
2798     - title: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2799       output-file-name: "2n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2800       data: "plot-performance-trending-vpp-2n-skx"
2801       include:
2802         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2803         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2804         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2805         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2806       layout: "plot-cpta"
2807
2808     - title: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2809       output-file-name: "2n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2810       data: "plot-performance-trending-vpp-2n-skx"
2811       include:
2812         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2813         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2814         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2815         - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2816       layout: "plot-cpta"
2817
2818     - title: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
2819       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-avf"
2820       data: "plot-performance-trending-vpp-3n-skx"
2821       include:
2822         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2823         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2824         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2825         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2826         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2827       layout: "plot-cpta"
2828
2829     - title: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
2830       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-avf"
2831       data: "plot-performance-trending-vpp-3n-skx"
2832       include:
2833         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2834         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2835         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2836         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2837         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2838       layout: "plot-cpta"
2839
2840     - title: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
2841       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-avf"
2842       data: "plot-performance-trending-vpp-3n-skx"
2843       include:
2844         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1dcr-mrr"
2845         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2memif-1lxc-mrr"
2846         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2847         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2848         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2memif-1dcr-mrr"
2849       layout: "plot-cpta"
2850
2851     - title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2852       output-file-name: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk"
2853       data: "plot-performance-trending-vpp-3n-skx"
2854       include:
2855         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2856         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2857         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2858         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2859         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2860       layout: "plot-cpta"
2861
2862     - title: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2863       output-file-name: "3n-skx-xxv710-64b-4t2c-memif-base-dpdk"
2864       data: "plot-performance-trending-vpp-3n-skx"
2865       include:
2866         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2867         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2868         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2869         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2870         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2871       layout: "plot-cpta"
2872
2873     - title: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2874       output-file-name: "3n-skx-xxv710-64b-8t4c-memif-base-dpdk"
2875       data: "plot-performance-trending-vpp-3n-skx"
2876       include:
2877         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2878         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2879         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2880         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2881         - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2882       layout: "plot-cpta"
2883
2884     - title: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
2885       output-file-name: "3n-tsh-xxv710-64b-1t1c-memif-base-dpdk"
2886       data: "plot-performance-trending-vpp-3n-tsh"
2887       include:
2888         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2889         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2890         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2891         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2892         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2893       layout: "plot-cpta"
2894
2895     - title: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
2896       output-file-name: "3n-tsh-xxv710-64b-2t2c-memif-base-dpdk"
2897       data: "plot-performance-trending-vpp-3n-tsh"
2898       include:
2899         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2900         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2901         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2902         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2903         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2904       layout: "plot-cpta"
2905
2906     - title: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
2907       output-file-name: "3n-tsh-xxv710-64b-4t4c-memif-base-dpdk"
2908       data: "plot-performance-trending-vpp-3n-tsh"
2909       include:
2910         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Dcr-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-mrr"
2911         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Xcbase-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-mrr"
2912         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-mrr"
2913         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-mrr"
2914         - "Tests.Vpp.Perf.Container Memif.10ge2p1x520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-mrr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-mrr"
2915       layout: "plot-cpta"
2916
2917     - title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
2918       output-file-name: "2n-clx-x710-64b-2t1c-ip4-base-scale-avf-dpdk"
2919       data: "plot-performance-trending-vpp-2n-clx"
2920       include:
2921         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2922         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2923         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2924         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2925         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
2926         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
2927       layout: "plot-cpta"
2928
2929     - title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
2930       output-file-name: "2n-clx-x710-64b-4t2c-ip4-base-scale-avf-dpdk"
2931       data: "plot-performance-trending-vpp-2n-clx"
2932       include:
2933         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2934         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2935         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2936         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2937         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
2938         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
2939       layout: "plot-cpta"
2940
2941     - title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
2942       output-file-name: "2n-clx-x710-64b-8t4c-ip4-base-scale-avf-dpdk"
2943       data: "plot-performance-trending-vpp-2n-clx"
2944       include:
2945         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2946         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2947         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
2948         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
2949         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
2950         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
2951       layout: "plot-cpta"
2952
2953     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-avf"
2954       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-avf"
2955       data: "plot-performance-trending-vpp-2n-clx"
2956       include:
2957         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
2958         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
2959       layout: "plot-cpta"
2960
2961     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-avf"
2962       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-avf"
2963       data: "plot-performance-trending-vpp-2n-clx"
2964       include:
2965         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
2966         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
2967       layout: "plot-cpta"
2968
2969     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-avf"
2970       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-avf"
2971       data: "plot-performance-trending-vpp-2n-clx"
2972       include:
2973         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
2974         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
2975       layout: "plot-cpta"
2976
2977     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf"
2978       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-avf"
2979       data: "plot-performance-trending-vpp-2n-clx"
2980       include:
2981         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
2982         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
2983         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
2984         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
2985         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
2986         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
2987       layout: "plot-cpta"
2988
2989     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-avf"
2990       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-avf"
2991       data: "plot-performance-trending-vpp-2n-clx"
2992       include:
2993         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
2994         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
2995         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
2996         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
2997         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
2998         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
2999       layout: "plot-cpta"
3000
3001     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-avf"
3002       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-avf"
3003       data: "plot-performance-trending-vpp-2n-clx"
3004       include:
3005         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3006         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
3007         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3008         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
3009         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3010         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3011       layout: "plot-cpta"
3012
3013     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-dpdk"
3014       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-base-dpdk"
3015       data: "plot-performance-trending-vpp-2n-clx"
3016       include:
3017         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3018         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3019       layout: "plot-cpta"
3020
3021     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-dpdk"
3022       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-base-dpdk"
3023       data: "plot-performance-trending-vpp-2n-clx"
3024       include:
3025         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3026         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3027       layout: "plot-cpta"
3028
3029     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-dpdk"
3030       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-base-dpdk"
3031       data: "plot-performance-trending-vpp-2n-clx"
3032       include:
3033         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3034         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3035       layout: "plot-cpta"
3036
3037     - title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk"
3038       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-scale-dpdk"
3039       data: "plot-performance-trending-vpp-2n-clx"
3040       include:
3041         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3042         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3043         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3044         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3045         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3046         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3047       layout: "plot-cpta"
3048
3049     - title: "2n-clx-xxv710-64b-4t2c-ip4routing-scale-dpdk"
3050       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-scale-dpdk"
3051       data: "plot-performance-trending-vpp-2n-clx"
3052       include:
3053         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3054         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3055         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3056         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3057         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3058         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3059       layout: "plot-cpta"
3060
3061     - title: "2n-clx-xxv710-64b-8t4c-ip4routing-scale-dpdk"
3062       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-scale-dpdk"
3063       data: "plot-performance-trending-vpp-2n-clx"
3064       include:
3065         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3066         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3067         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3068         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3069         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3070         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3071       layout: "plot-cpta"
3072
3073     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3074       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-avf"
3075       data: "plot-performance-trending-vpp-2n-clx"
3076       include:
3077         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3078         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3079         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3080         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3081         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3082         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3083       layout: "plot-cpta"
3084
3085     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3086       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-avf"
3087       data: "plot-performance-trending-vpp-2n-clx"
3088       include:
3089         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3090         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3091         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3092         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3093         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3094         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3095       layout: "plot-cpta"
3096
3097     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3098       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-avf"
3099       data: "plot-performance-trending-vpp-2n-clx"
3100       include:
3101         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3102         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3103         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3104         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3105         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3106         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3107       layout: "plot-cpta"
3108
3109     - title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3110       output-file-name: "2n-clx-xxv710-64b-2t1c-ip4-features-dpdk"
3111       data: "plot-performance-trending-vpp-2n-clx"
3112       include:
3113         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3114         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3115       layout: "plot-cpta"
3116
3117     - title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3118       output-file-name: "2n-clx-xxv710-64b-4t2c-ip4-features-dpdk"
3119       data: "plot-performance-trending-vpp-2n-clx"
3120       include:
3121         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3122         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3123       layout: "plot-cpta"
3124
3125     - title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3126       output-file-name: "2n-clx-xxv710-64b-8t4c-ip4-features-dpdk"
3127       data: "plot-performance-trending-vpp-2n-clx"
3128       include:
3129         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3130         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3131       layout: "plot-cpta"
3132
3133 <<<<<<< HEAD   (d3ea22 Report: Add data)
3134 =======
3135     - title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
3136       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ip4base"
3137       data: "plot-performance-trending-vpp-2n-clx"
3138       include:
3139         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-2t1c-rdma-dot1q-ip4base-mrr"
3140         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-2t1c-rdma-ethip4-ip4base-mrr"
3141       layout: "plot-cpta"
3142
3143     - title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
3144       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ip4base"
3145       data: "plot-performance-trending-vpp-2n-clx"
3146       include:
3147         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-4t2c-rdma-dot1q-ip4base-mrr"
3148         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-4t2c-rdma-ethip4-ip4base-mrr"
3149       layout: "plot-cpta"
3150
3151     - title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
3152       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ip4base"
3153       data: "plot-performance-trending-vpp-2n-clx"
3154       include:
3155         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Mrr.64B-8t4c-rdma-dot1q-ip4base-mrr"
3156         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Mrr.64B-8t4c-rdma-ethip4-ip4base-mrr"
3157       layout: "plot-cpta"
3158
3159     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
3160       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale"
3161       data: "plot-performance-trending-vpp-2n-clx"
3162       include:
3163         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-mrr"
3164         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-mrr"
3165         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-mrr"
3166         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-mrr"
3167         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-mrr"
3168         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-mrr"
3169       layout: "plot-cpta"
3170
3171     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
3172       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale"
3173       data: "plot-performance-trending-vpp-2n-clx"
3174       include:
3175         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-mrr"
3176         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-mrr"
3177         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-mrr"
3178         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-mrr"
3179         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-mrr"
3180         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-mrr"
3181       layout: "plot-cpta"
3182
3183     - title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
3184       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale"
3185       data: "plot-performance-trending-vpp-2n-clx"
3186       include:
3187         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-mrr"
3188         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-mrr"
3189         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-mrr"
3190         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-mrr"
3191         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-mrr"
3192         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-mrr"
3193       layout: "plot-cpta"
3194
3195     - title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
3196       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features"
3197       data: "plot-performance-trending-vpp-2n-clx"
3198       include:
3199         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3200         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3201         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3202         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3203         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-mrr"
3204         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3205       layout: "plot-cpta"
3206
3207     - title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
3208       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features"
3209       data: "plot-performance-trending-vpp-2n-clx"
3210       include:
3211         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3212         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3213         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3214         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3215         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4base-nat44-mrr"
3216         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3217       layout: "plot-cpta"
3218
3219     - title: "2n-clx-cx556a-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3220       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features"
3221       data: "plot-performance-trending-vpp-2n-clx"
3222       include:
3223         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3224         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3225         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3226         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3227         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4base-nat44-mrr"
3228         - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3229       layout: "plot-cpta"
3230
3231 >>>>>>> CHANGE (b51708 Trending: Plots)
3232     - title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3233       output-file-name: "2n-dnv-x553-64b-1t1c-ip4-ixgbe"
3234       data: "plot-performance-trending-vpp-2n-dnv"
3235       include:
3236         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3237         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3238         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3239         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3240         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3241       layout: "plot-cpta"
3242
3243     - title: "2n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3244       output-file-name: "2n-dnv-x553-64b-2t2c-ip4-ixgbe"
3245       data: "plot-performance-trending-vpp-2n-dnv"
3246       include:
3247         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3248         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3249         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3250         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3251         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3252       layout: "plot-cpta"
3253
3254     - title: "2n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3255       output-file-name: "2n-dnv-x553-64b-4t4c-ip4-ixgbe"
3256       data: "plot-performance-trending-vpp-2n-dnv"
3257       include:
3258         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3259         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3260         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3261         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3262         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3263       layout: "plot-cpta"
3264
3265     - title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-dpdk"
3266       output-file-name: "2n-skx-x710-64b-2t1c-ip4-avf-dpdk"
3267       data: "plot-performance-trending-vpp-2n-skx"
3268       include:
3269         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3270         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3271         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3272         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3273         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3274         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3275       layout: "plot-cpta"
3276
3277     - title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-dpdk"
3278       output-file-name: "2n-skx-x710-64b-4t2c-ip4-avf-dpdk"
3279       data: "plot-performance-trending-vpp-2n-skx"
3280       include:
3281         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3282         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3283         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3284         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3285         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3286         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3287       layout: "plot-cpta"
3288
3289     - title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-dpdk"
3290       output-file-name: "2n-skx-x710-64b-8t4c-ip4-avf-dpdk"
3291       data: "plot-performance-trending-vpp-2n-skx"
3292       include:
3293         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3294         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3295         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3296         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3297         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3298         - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3299       layout: "plot-cpta"
3300
3301     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3302       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3303       data: "plot-performance-trending-vpp-2n-skx"
3304       include:
3305         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3306         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3307         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3308         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3309         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3310       layout: "plot-cpta"
3311
3312     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3313       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3314       data: "plot-performance-trending-vpp-2n-skx"
3315       include:
3316         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3317         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3318         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3319         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3320         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3321       layout: "plot-cpta"
3322
3323     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3324       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3325       data: "plot-performance-trending-vpp-2n-skx"
3326       include:
3327         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3328         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3329         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3330         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3331         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3332       layout: "plot-cpta"
3333
3334     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-rnd"
3335       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-avf-rnd"
3336       data: "plot-performance-trending-vpp-2n-skx"
3337       include:
3338         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-mrr"
3339         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-mrr"
3340         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-mrr"
3341       layout: "plot-cpta"
3342
3343     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-rnd"
3344       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-avf-rnd"
3345       data: "plot-performance-trending-vpp-2n-skx"
3346       include:
3347         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale20k-rnd-mrr"
3348         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale200k-rnd-mrr"
3349         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-rnd-mrr"
3350       layout: "plot-cpta"
3351
3352     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-rnd"
3353       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-avf-rnd"
3354       data: "plot-performance-trending-vpp-2n-skx"
3355       include:
3356         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale20k-rnd-mrr"
3357         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale200k-rnd-mrr"
3358         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-rnd-mrr"
3359       layout: "plot-cpta"
3360
3361     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3362       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3363       data: "plot-performance-trending-vpp-2n-skx"
3364       include:
3365         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3366         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3367         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-2t1c-ethip4-ip4scale20k-mrr"
3368         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-2t1c-ethip4-ip4scale200k-mrr"
3369         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3370       layout: "plot-cpta"
3371
3372     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3373       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3374       data: "plot-performance-trending-vpp-2n-skx"
3375       include:
3376         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3377         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3378         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-4t2c-ethip4-ip4scale20k-mrr"
3379         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-4t2c-ethip4-ip4scale200k-mrr"
3380         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3381       layout: "plot-cpta"
3382
3383     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3384       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3385       data: "plot-performance-trending-vpp-2n-skx"
3386       include:
3387         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3388         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3389         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-mrr.64B-8t4c-ethip4-ip4scale20k-mrr"
3390         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-mrr.64B-8t4c-ethip4-ip4scale200k-mrr"
3391         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3392       layout: "plot-cpta"
3393
3394     - title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-rnd"
3395       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk-rnd"
3396       data: "plot-performance-trending-vpp-2n-skx"
3397       include:
3398         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale20k-rnd-mrr"
3399         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-2t1c-ethip4-ip4scale200k-rnd-mrr"
3400         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-2t1c-ethip4-ip4scale2m-rnd-mrr"
3401       layout: "plot-cpta"
3402
3403     - title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk-rnd"
3404       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk-rnd"
3405       data: "plot-performance-trending-vpp-2n-skx"
3406       include:
3407         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale20k-rnd-mrr"
3408         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-4t2c-ethip4-ip4scale200k-rnd-mrr"
3409         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-4t2c-ethip4-ip4scale2m-rnd-mrr"
3410       layout: "plot-cpta"
3411
3412     - title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk-rnd"
3413       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk-rnd"
3414       data: "plot-performance-trending-vpp-2n-skx"
3415       include:
3416         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale20k-rnd-mrr"
3417         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Mrr.64B-8t4c-ethip4-ip4scale200k-rnd-mrr"
3418         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Mrr.64B-8t4c-ethip4-ip4scale2m-rnd-mrr"
3419       layout: "plot-cpta"
3420
3421     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3422       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-avf"
3423       data: "plot-performance-trending-vpp-2n-skx"
3424       include:
3425         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3426         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3427         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3428         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3429         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3430         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3431       layout: "plot-cpta"
3432
3433     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3434       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-avf"
3435       data: "plot-performance-trending-vpp-2n-skx"
3436       include:
3437         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3438         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3439         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3440         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3441         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3442         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t2c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3443       layout: "plot-cpta"
3444
3445     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3446       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-avf"
3447       data: "plot-performance-trending-vpp-2n-skx"
3448       include:
3449         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3450         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3451         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3452         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3453         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3454         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-8t4c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3455       layout: "plot-cpta"
3456
3457     - title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3458       output-file-name: "2n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3459       data: "plot-performance-trending-vpp-2n-skx"
3460       include:
3461         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3462         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3463       layout: "plot-cpta"
3464
3465     - title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3466       output-file-name: "2n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3467       data: "plot-performance-trending-vpp-2n-skx"
3468       include:
3469         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3470         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3471       layout: "plot-cpta"
3472
3473     - title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3474       output-file-name: "2n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3475       data: "plot-performance-trending-vpp-2n-skx"
3476       include:
3477         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3478         - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3479       layout: "plot-cpta"
3480
3481     - title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe"
3482       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-base-scale-ixgbe"
3483       data: "plot-performance-trending-vpp-3n-dnv"
3484       include:
3485         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3486         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3487         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3488         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3489         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3490       layout: "plot-cpta"
3491
3492     - title: "3n-dnv-x553-64b-2t2c-ip4routing-base-scale-ixgbe"
3493       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-base-scale-ixgbe"
3494       data: "plot-performance-trending-vpp-3n-dnv"
3495       include:
3496         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3497         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3498         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3499         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3500         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3501       layout: "plot-cpta"
3502
3503     - title: "3n-dnv-x553-64b-4t4c-ip4routing-base-scale-ixgbe"
3504       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-base-scale-ixgbe"
3505       data: "plot-performance-trending-vpp-3n-dnv"
3506       include:
3507         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3508         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3509         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3510         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3511         - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3512       layout: "plot-cpta"
3513
3514     - title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk"
3515       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-base-scale-dpdk"
3516       data: "plot-performance-trending-vpp-3n-hsw"
3517       include:
3518         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3519         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3520         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3521         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3522         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3523       layout: "plot-cpta"
3524
3525     - title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-dpdk"
3526       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-base-scale-dpdk"
3527       data: "plot-performance-trending-vpp-3n-hsw"
3528       include:
3529         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3530         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3531         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3532         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3533         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3534       layout: "plot-cpta"
3535
3536     - title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-dpdk"
3537       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-base-scale-dpdk"
3538       data: "plot-performance-trending-vpp-3n-hsw"
3539       include:
3540         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3541         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3542         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale20k-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3543         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-ip4scale200k-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3544         - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3545       layout: "plot-cpta"
3546
3547     - title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf"
3548       output-file-name: "3n-skx-x710-64b-2t1c-ip4-base-scale-avf"
3549       data: "plot-performance-trending-vpp-3n-skx"
3550       include:
3551         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3552         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3553         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3554       layout: "plot-cpta"
3555
3556     - title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf"
3557       output-file-name: "3n-skx-x710-64b-4t2c-ip4-base-scale-avf"
3558       data: "plot-performance-trending-vpp-3n-skx"
3559       include:
3560         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3561         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3562         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3563       layout: "plot-cpta"
3564
3565     - title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf"
3566       output-file-name: "3n-skx-x710-64b-8t4c-ip4-base-scale-avf"
3567       data: "plot-performance-trending-vpp-3n-skx"
3568       include:
3569         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3570         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3571         - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3572       layout: "plot-cpta"
3573
3574     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf"
3575       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-avf"
3576       data: "plot-performance-trending-vpp-3n-skx"
3577       include:
3578         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-2t1c-avf-dot1q-ip4base-mrr"
3579         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3580         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-2t1c-avf-ethip4-ip4scale20k-mrr"
3581         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-2t1c-avf-ethip4-ip4scale200k-mrr"
3582         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-2t1c-avf-ethip4-ip4scale2m-mrr"
3583       layout: "plot-cpta"
3584
3585     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf"
3586       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-avf"
3587       data: "plot-performance-trending-vpp-3n-skx"
3588       include:
3589         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-4t2c-avf-dot1q-ip4base-mrr"
3590         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3591         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-4t2c-avf-ethip4-ip4scale20k-mrr"
3592         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-4t2c-avf-ethip4-ip4scale200k-mrr"
3593         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-4t2c-avf-ethip4-ip4scale2m-mrr"
3594       layout: "plot-cpta"
3595
3596     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf"
3597       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-avf"
3598       data: "plot-performance-trending-vpp-3n-skx"
3599       include:
3600         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Mrr.64B-8t4c-avf-dot1q-ip4base-mrr"
3601         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3602         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-mrr.64B-8t4c-avf-ethip4-ip4scale20k-mrr"
3603         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-mrr.64B-8t4c-avf-ethip4-ip4scale200k-mrr"
3604         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-mrr.64B-8t4c-avf-ethip4-ip4scale2m-mrr"
3605       layout: "plot-cpta"
3606
3607     - title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk"
3608       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-base-scale-dpdk"
3609       data: "plot-performance-trending-vpp-3n-skx"
3610       include:
3611         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-2t1c-dot1q-ip4base-mrr"
3612         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3613         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-2t1c-ethip4-ip4scale2m-mrr"
3614       layout: "plot-cpta"
3615
3616     - title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-dpdk"
3617       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-base-scale-dpdk"
3618       data: "plot-performance-trending-vpp-3n-skx"
3619       include:
3620         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-4t2c-dot1q-ip4base-mrr"
3621         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3622         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-4t2c-ethip4-ip4scale2m-mrr"
3623       layout: "plot-cpta"
3624
3625     - title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-dpdk"
3626       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-base-scale-dpdk"
3627       data: "plot-performance-trending-vpp-3n-skx"
3628       include:
3629         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-mrr.64B-8t4c-dot1q-ip4base-mrr"
3630         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3631         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-mrr.64B-8t4c-ethip4-ip4scale2m-mrr"
3632       layout: "plot-cpta"
3633
3634     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf"
3635       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-avf"
3636       data: "plot-performance-trending-vpp-3n-skx"
3637       include:
3638         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-2t1c-avf-ethip4-ip4base-mrr"
3639         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3640         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3641         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3642         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3643         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-avf-ethip4udp-ip4base-nat44-mrr"
3644       layout: "plot-cpta"
3645
3646     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-avf"
3647       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-avf"
3648       data: "plot-performance-trending-vpp-3n-skx"
3649       include:
3650         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-4t2c-avf-ethip4-ip4base-mrr"
3651         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3652         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3653         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3654         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3655         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-avf-ethip4udp-ip4base-nat44-mrr"
3656       layout: "plot-cpta"
3657
3658     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-avf"
3659       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-avf"
3660       data: "plot-performance-trending-vpp-3n-skx"
3661       include:
3662         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-mrr.64B-8t4c-avf-ethip4-ip4base-mrr"
3663         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3664         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3665         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3666         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3667         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-avf-ethip4udp-ip4base-nat44-mrr"
3668       layout: "plot-cpta"
3669
3670     - title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk"
3671       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-features-dpdk"
3672       data: "plot-performance-trending-vpp-3n-skx"
3673       include:
3674         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-2t1c-ethip4-ip4base-mrr"
3675         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-2t1c-ethip4udp-ip4base-nat44-mrr"
3676       layout: "plot-cpta"
3677
3678     - title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-dpdk"
3679       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-features-dpdk"
3680       data: "plot-performance-trending-vpp-3n-skx"
3681       include:
3682         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-4t2c-ethip4-ip4base-mrr"
3683         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-4t2c-ethip4udp-ip4base-nat44-mrr"
3684       layout: "plot-cpta"
3685
3686     - title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-dpdk"
3687       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-features-dpdk"
3688       data: "plot-performance-trending-vpp-3n-skx"
3689       include:
3690         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-mrr.64B-8t4c-ethip4-ip4base-mrr"
3691         - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-mrr.64B-8t4c-ethip4udp-ip4base-nat44-mrr"
3692       layout: "plot-cpta"
3693
3694     - title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe"
3695       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-base-scale-ixgbe"
3696       data: "plot-performance-trending-vpp-3n-tsh"
3697       include:
3698         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-1t1c-dot1q-ip4base-mrr"
3699         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-1t1c-ethip4-ip4base-mrr"
3700         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-1t1c-ethip4-ip4scale20k-mrr"
3701         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-1t1c-ethip4-ip4scale200k-mrr"
3702         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-1t1c-ethip4-ip4scale2m-mrr"
3703       layout: "plot-cpta"
3704
3705     - title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe"
3706       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-base-scale-ixgbe"
3707       data: "plot-performance-trending-vpp-3n-tsh"
3708       include:
3709         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-2t2c-dot1q-ip4base-mrr"
3710         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-2t2c-ethip4-ip4base-mrr"
3711         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-2t2c-ethip4-ip4scale20k-mrr"
3712         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-2t2c-ethip4-ip4scale200k-mrr"
3713         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-2t2c-ethip4-ip4scale2m-mrr"
3714       layout: "plot-cpta"
3715
3716     - title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe"
3717       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-base-scale-ixgbe"
3718       data: "plot-performance-trending-vpp-3n-tsh"
3719       include:
3720         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-mrr.64B-4t4c-dot1q-ip4base-mrr"
3721         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-mrr.64B-4t4c-ethip4-ip4base-mrr"
3722         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-mrr.64B-4t4c-ethip4-ip4scale20k-mrr"
3723         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-mrr.64B-4t4c-ethip4-ip4scale200k-mrr"
3724         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-mrr.64B-4t4c-ethip4-ip4scale2m-mrr"
3725       layout: "plot-cpta"
3726
3727     - title: "3n-tsh-x520-64b-1t1c-ip4routing-features-ixgbe"
3728       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-features-ixgbe"
3729       data: "plot-performance-trending-vpp-3n-tsh"
3730       include:
3731         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3732         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3733         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3734         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3735         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-1t1c-ethip4udp-ip4base-nat44-mrr"
3736         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3737       layout: "plot-cpta"
3738
3739     - title: "3n-tsh-x520-64b-2t2c-ip4routing-features-ixgbe"
3740       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-features-ixgbe"
3741       data: "plot-performance-trending-vpp-3n-tsh"
3742       include:
3743         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3744         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3745         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3746         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3747         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-2t2c-ethip4udp-ip4base-nat44-mrr"
3748         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-2t2c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3749       layout: "plot-cpta"
3750
3751     - title: "3n-tsh-x520-64b-4t4c-ip4routing-features-ixgbe"
3752       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-features-ixgbe"
3753       data: "plot-performance-trending-vpp-3n-tsh"
3754       include:
3755         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-mrr"
3756         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-mrr"
3757         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-mrr"
3758         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Mrr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-mrr"
3759         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Mrr.64B-4t4c-ethip4udp-ip4base-nat44-mrr"
3760         - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Mrr.64B-4t4c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-mrr"
3761       layout: "plot-cpta"
3762
3763     - title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe"
3764       output-file-name: "3n-dnv-x553-64b-1t1c-ip4-tunnels-scale-ixgbe"
3765       data: "plot-performance-trending-vpp-3n-dnv"
3766       include:
3767         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3768         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3769         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3770         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3771       layout: "plot-cpta"
3772
3773     - title: "3n-dnv-x553-64b-2t2c-ip4tunnel-base-scale-ixgbe"
3774       output-file-name: "3n-dnv-x553-64b-2t2c-ip4-tunnels-scale-ixgbe"
3775       data: "plot-performance-trending-vpp-3n-dnv"
3776       include:
3777         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3778         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3779         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3780         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3781       layout: "plot-cpta"
3782
3783     - title: "3n-dnv-x553-64b-4t4c-ip4tunnel-base-scale-ixgbe"
3784       output-file-name: "3n-dnv-x553-64b-4t4c-ip4-tunnels-scale-ixgbe"
3785       data: "plot-performance-trending-vpp-3n-dnv"
3786       include:
3787         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3788         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3789         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3790         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3791       layout: "plot-cpta"
3792
3793     - title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
3794       output-file-name: "3n-hsw-xl710-64b-1t1c-ip4-tunnels-base-dpdk"
3795       data: "plot-performance-trending-vpp-3n-hsw"
3796       include:
3797         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3798         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3799       layout: "plot-cpta"
3800
3801     - title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-dpdk-ndr"
3802       output-file-name: "3n-hsw-xl710-64b-2t2c-ip4-tunnels-base-dpdk"
3803       data: "plot-performance-trending-vpp-3n-hsw"
3804       include:
3805         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3806         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3807       layout: "plot-cpta"
3808
3809     - title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-dpdk-ndr"
3810       output-file-name: "3n-hsw-xl710-64b-4t4c-ip4-tunnels-base-dpdk"
3811       data: "plot-performance-trending-vpp-3n-hsw"
3812       include:
3813         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3814         - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3815       layout: "plot-cpta"
3816
3817     - title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-dpdk"
3818       output-file-name: "3n-skx-xxv710-64b-2t1c-ip4-tunnels-base-scale-avf-dpdk"
3819       data: "plot-performance-trending-vpp-3n-skx"
3820       include:
3821         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3822         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3823         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3824         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-avf-ethip4vxlan-l2xcbase-mrr"
3825         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3826         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-2t1c-ethip4vxlan-l2xcbase-mrr"
3827       layout: "plot-cpta"
3828
3829     - title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-avf-dpdk"
3830       output-file-name: "3n-skx-xxv710-64b-4t2c-ip4-tunnels-base-scale-avf-dpdk"
3831       data: "plot-performance-trending-vpp-3n-skx"
3832       include:
3833         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3834         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-4t2c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3835         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3836         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-avf-ethip4vxlan-l2xcbase-mrr"
3837         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3838         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-4t2c-ethip4vxlan-l2xcbase-mrr"
3839       layout: "plot-cpta"
3840
3841     - title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-dpdk"
3842       output-file-name: "3n-skx-xxv710-64b-8t4c-ip4-tunnels-base-scale-avf-dpdk"
3843       data: "plot-performance-trending-vpp-3n-skx"
3844       include:
3845         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3846         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Mrr.64B-8t4c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3847         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-mrr"
3848         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-avf-ethip4vxlan-l2xcbase-mrr"
3849         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3850         - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Mrr.64B-8t4c-ethip4vxlan-l2xcbase-mrr"
3851       layout: "plot-cpta"
3852
3853     - title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe"
3854       output-file-name: "3n-tsh-x520-64b-1t1c-ip4-tunnels-base-scale-dpdk"
3855       data: "plot-performance-trending-vpp-3n-tsh"
3856       include:
3857         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-1t1c-ethip4vxlan-l2xcbase-mrr"
3858         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-mrr"
3859         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3860         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3861       layout: "plot-cpta"
3862
3863     - title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe"
3864       output-file-name: "3n-tsh-x520-64b-2t2c-ip4-tunnels-base-scale-dpdk"
3865       data: "plot-performance-trending-vpp-3n-tsh"
3866       include:
3867         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-2t2c-ethip4vxlan-l2xcbase-mrr"
3868         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-mrr"
3869         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3870         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3871       layout: "plot-cpta"
3872
3873     - title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe"
3874       output-file-name: "3n-tsh-x520-64b-4t4c-ip4-tunnels-base-scale-dpdk"
3875       data: "plot-performance-trending-vpp-3n-tsh"
3876       include:
3877         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-mrr.64B-4t4c-ethip4vxlan-l2xcbase-mrr"
3878         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-mrr"
3879         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-mrr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-mrr"
3880         - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-mrr.64B-1t1c-4t4c--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-mrr"
3881       layout: "plot-cpta"
3882
3883     - title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
3884       output-file-name: "2n-clx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
3885       data: "plot-performance-trending-vpp-2n-clx"
3886       include:
3887         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3888         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3889         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3890         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3891         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3892       layout: "plot-cpta"
3893
3894     - title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
3895       output-file-name: "2n-clx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
3896       data: "plot-performance-trending-vpp-2n-clx"
3897       include:
3898         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3899         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3900         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3901         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3902         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3903       layout: "plot-cpta"
3904
3905     - title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
3906       output-file-name: "2n-clx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
3907       data: "plot-performance-trending-vpp-2n-clx"
3908       include:
3909         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3910         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3911         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3912         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3913         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3914       layout: "plot-cpta"
3915
3916     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
3917       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-avf"
3918       data: "plot-performance-trending-vpp-2n-clx"
3919       include:
3920         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
3921         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
3922         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
3923         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
3924         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
3925       layout: "plot-cpta"
3926
3927     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
3928       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-avf"
3929       data: "plot-performance-trending-vpp-2n-clx"
3930       include:
3931         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
3932         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
3933         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
3934         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
3935         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
3936       layout: "plot-cpta"
3937
3938     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
3939       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-avf"
3940       data: "plot-performance-trending-vpp-2n-clx"
3941       include:
3942         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
3943         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
3944         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
3945         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
3946         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
3947       layout: "plot-cpta"
3948
3949     - title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
3950       output-file-name: "2n-clx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
3951       data: "plot-performance-trending-vpp-2n-clx"
3952       include:
3953         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
3954         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
3955         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
3956         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
3957         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
3958       layout: "plot-cpta"
3959
3960     - title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
3961       output-file-name: "2n-clx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
3962       data: "plot-performance-trending-vpp-2n-clx"
3963       include:
3964         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
3965         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
3966         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
3967         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
3968         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
3969       layout: "plot-cpta"
3970
3971     - title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
3972       output-file-name: "2n-clx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
3973       data: "plot-performance-trending-vpp-2n-clx"
3974       include:
3975         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
3976         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
3977         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
3978         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
3979         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
3980       layout: "plot-cpta"
3981
3982 <<<<<<< HEAD   (d3ea22 Report: Add data)
3983 =======
3984     - title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
3985       output-file-name: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale"
3986       data: "plot-performance-trending-vpp-2n-clx"
3987       include:
3988         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-2t1c-rdma-dot1q-ip6base-mrr"
3989         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-2t1c-rdma-ethip6-ip6base-mrr"
3990         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-2t1c-rdma-ethip6-ip6scale20k-mrr"
3991         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-2t1c-rdma-ethip6-ip6scale200k-mrr"
3992         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-rdma-ethip6-ip6scale2m-mrr"
3993       layout: "plot-cpta"
3994
3995     - title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
3996       output-file-name: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale"
3997       data: "plot-performance-trending-vpp-2n-clx"
3998       include:
3999         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-4t2c-rdma-dot1q-ip6base-mrr"
4000         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-4t2c-rdma-ethip6-ip6base-mrr"
4001         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-4t2c-rdma-ethip6-ip6scale20k-mrr"
4002         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-4t2c-rdma-ethip6-ip6scale200k-mrr"
4003         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-rdma-ethip6-ip6scale2m-mrr"
4004       layout: "plot-cpta"
4005
4006     - title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
4007       output-file-name: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale"
4008       data: "plot-performance-trending-vpp-2n-clx"
4009       include:
4010         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Mrr.78B-8t4c-rdma-dot1q-ip6base-mrr"
4011         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Mrr.78B-8t4c-rdma-ethip6-ip6base-mrr"
4012         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Mrr.78B-8t4c-rdma-ethip6-ip6scale20k-mrr"
4013         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Mrr.78B-8t4c-rdma-ethip6-ip6scale200k-mrr"
4014         - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-rdma-ethip6-ip6scale2m-mrr"
4015       layout: "plot-cpta"
4016
4017 >>>>>>> CHANGE (b51708 Trending: Plots)
4018     - title: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4019       output-file-name: "2n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4020       data: "plot-performance-trending-vpp-2n-dnv"
4021       include:
4022         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4023         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4024         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4025         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4026         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4027       layout: "plot-cpta"
4028
4029     - title: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4030       output-file-name: "2n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4031       data: "plot-performance-trending-vpp-2n-dnv"
4032       include:
4033         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4034         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4035         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4036         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4037         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4038       layout: "plot-cpta"
4039
4040     - title: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4041       output-file-name: "2n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4042       data: "plot-performance-trending-vpp-2n-dnv"
4043       include:
4044         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4045         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4046         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4047         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4048         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4049       layout: "plot-cpta"
4050
4051     - title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-dpdk"
4052       output-file-name: "2n-skx-x710-78b-2t1c-ip6-base-scale-avf-dpdk"
4053       data: "plot-performance-trending-vpp-2n-skx"
4054       include:
4055         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4056         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4057         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4058         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4059         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4060       layout: "plot-cpta"
4061
4062     - title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-avf-dpdk"
4063       output-file-name: "2n-skx-x710-78b-4t2c-ip6-base-scale-avf-dpdk"
4064       data: "plot-performance-trending-vpp-2n-skx"
4065       include:
4066         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4067         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4068         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4069         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4070         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4071       layout: "plot-cpta"
4072
4073     - title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-avf-dpdk"
4074       output-file-name: "2n-skx-x710-78b-8t4c-ip6-base-scale-avf-dpdk"
4075       data: "plot-performance-trending-vpp-2n-skx"
4076       include:
4077         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4078         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4079         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4080         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4081         - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4082       layout: "plot-cpta"
4083
4084     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4085       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
4086       data: "plot-performance-trending-vpp-2n-skx"
4087       include:
4088         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4089         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4090         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4091         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4092         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4093       layout: "plot-cpta"
4094
4095     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4096       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
4097       data: "plot-performance-trending-vpp-2n-skx"
4098       include:
4099         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4100         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4101         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4102         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4103         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4104       layout: "plot-cpta"
4105
4106     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4107       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
4108       data: "plot-performance-trending-vpp-2n-skx"
4109       include:
4110         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4111         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4112         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4113         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4114         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4115       layout: "plot-cpta"
4116
4117     - title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4118       output-file-name: "2n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4119       data: "plot-performance-trending-vpp-2n-skx"
4120       include:
4121         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4122         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4123         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-2t1c-ethip6-ip6scale20k-mrr"
4124         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-2t1c-ethip6-ip6scale200k-mrr"
4125         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4126       layout: "plot-cpta"
4127
4128     - title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4129       output-file-name: "2n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4130       data: "plot-performance-trending-vpp-2n-skx"
4131       include:
4132         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4133         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4134         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-4t2c-ethip6-ip6scale20k-mrr"
4135         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-4t2c-ethip6-ip6scale200k-mrr"
4136         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4137       layout: "plot-cpta"
4138
4139     - title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4140       output-file-name: "2n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4141       data: "plot-performance-trending-vpp-2n-skx"
4142       include:
4143         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4144         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4145         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-mrr.78B-8t4c-ethip6-ip6scale20k-mrr"
4146         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-mrr.78B-8t4c-ethip6-ip6scale200k-mrr"
4147         - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4148       layout: "plot-cpta"
4149
4150     - title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe"
4151       output-file-name: "3n-dnv-x553-78b-1t1c-ip6-base-scale-ixgbe"
4152       data: "plot-performance-trending-vpp-3n-dnv"
4153       include:
4154         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4155         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4156         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4157         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4158         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4159       layout: "plot-cpta"
4160
4161     - title: "3n-dnv-x553-78b-2t2c-ip6routing-base-scale-ixgbe"
4162       output-file-name: "3n-dnv-x553-78b-2t2c-ip6-base-scale-ixgbe"
4163       data: "plot-performance-trending-vpp-3n-dnv"
4164       include:
4165         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4166         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4167         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4168         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4169         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4170       layout: "plot-cpta"
4171
4172     - title: "3n-dnv-x553-78b-4t4c-ip6routing-base-scale-ixgbe"
4173       output-file-name: "3n-dnv-x553-78b-4t4c-ip6-base-scale-ixgbe"
4174       data: "plot-performance-trending-vpp-3n-dnv"
4175       include:
4176         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4177         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4178         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4179         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4180         - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4181       layout: "plot-cpta"
4182
4183     - title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk"
4184       output-file-name: "3n-hsw-xl710-78b-1t1c-ip6-base-scale-dpdk"
4185       data: "plot-performance-trending-vpp-3n-hsw"
4186       include:
4187         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4188         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4189         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4190       layout: "plot-cpta"
4191
4192     - title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-dpdk"
4193       output-file-name: "3n-hsw-xl710-78b-2t2c-ip6-base-scale-dpdk"
4194       data: "plot-performance-trending-vpp-3n-hsw"
4195       include:
4196         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4197         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4198         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4199       layout: "plot-cpta"
4200
4201     - title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-dpdk"
4202       output-file-name: "3n-hsw-xl710-78b-4t4c-ip6-base-scale-dpdk"
4203       data: "plot-performance-trending-vpp-3n-hsw"
4204       include:
4205         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4206         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4207         - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4208       layout: "plot-cpta"
4209
4210     - title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf"
4211       output-file-name: "3n-skx-x710-78b-2t1c-ip6-base-scale-avf"
4212       data: "plot-performance-trending-vpp-3n-skx"
4213       include:
4214         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4215         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4216         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4217       layout: "plot-cpta"
4218
4219     - title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-avf"
4220       output-file-name: "3n-skx-x710-78b-4t2c-ip6-base-scale-avf"
4221       data: "plot-performance-trending-vpp-3n-skx"
4222       include:
4223         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4224         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4225         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4226       layout: "plot-cpta"
4227
4228     - title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-avf"
4229       output-file-name: "3n-skx-x710-78b-8t4c-ip6-base-scale-avf"
4230       data: "plot-performance-trending-vpp-3n-skx"
4231       include:
4232         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4233         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4234         - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4235       layout: "plot-cpta"
4236
4237     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf"
4238       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-avf"
4239       data: "plot-performance-trending-vpp-3n-skx"
4240       include:
4241         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-2t1c-avf-dot1q-ip6base-mrr"
4242         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-2t1c-avf-ethip6-ip6base-mrr"
4243         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-2t1c-avf-ethip6-ip6scale20k-mrr"
4244         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-2t1c-avf-ethip6-ip6scale200k-mrr"
4245         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-2t1c-avf-ethip6-ip6scale2m-mrr"
4246       layout: "plot-cpta"
4247
4248     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-avf"
4249       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-avf"
4250       data: "plot-performance-trending-vpp-3n-skx"
4251       include:
4252         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-4t2c-avf-dot1q-ip6base-mrr"
4253         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-4t2c-avf-ethip6-ip6base-mrr"
4254         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-4t2c-avf-ethip6-ip6scale20k-mrr"
4255         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-4t2c-avf-ethip6-ip6scale200k-mrr"
4256         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-4t2c-avf-ethip6-ip6scale2m-mrr"
4257       layout: "plot-cpta"
4258
4259     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-avf"
4260       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-avf"
4261       data: "plot-performance-trending-vpp-3n-skx"
4262       include:
4263         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-mrr.78B-8t4c-avf-dot1q-ip6base-mrr"
4264         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-mrr.78B-8t4c-avf-ethip6-ip6base-mrr"
4265         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-mrr.78B-8t4c-avf-ethip6-ip6scale20k-mrr"
4266         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-mrr.78B-8t4c-avf-ethip6-ip6scale200k-mrr"
4267         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-mrr.78B-8t4c-avf-ethip6-ip6scale2m-mrr"
4268       layout: "plot-cpta"
4269
4270     - title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk"
4271       output-file-name: "3n-skx-xxv710-78b-2t1c-ip6-base-scale-dpdk"
4272       data: "plot-performance-trending-vpp-3n-skx"
4273       include:
4274         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-2t1c-dot1q-ip6base-mrr"
4275         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-2t1c-ethip6-ip6base-mrr"
4276         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-2t1c-ethip6-ip6scale2m-mrr"
4277       layout: "plot-cpta"
4278
4279     - title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-dpdk"
4280       output-file-name: "3n-skx-xxv710-78b-4t2c-ip6-base-scale-dpdk"
4281       data: "plot-performance-trending-vpp-3n-skx"
4282       include:
4283         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-4t2c-dot1q-ip6base-mrr"
4284         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-4t2c-ethip6-ip6base-mrr"
4285         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-4t2c-ethip6-ip6scale2m-mrr"
4286       layout: "plot-cpta"
4287
4288     - title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-dpdk"
4289       output-file-name: "3n-skx-xxv710-78b-8t4c-ip6-base-scale-dpdk"
4290       data: "plot-performance-trending-vpp-3n-skx"
4291       include:
4292         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-mrr.78B-8t4c-dot1q-ip6base-mrr"
4293         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-mrr.78B-8t4c-ethip6-ip6base-mrr"
4294         - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-mrr.78B-8t4c-ethip6-ip6scale2m-mrr"
4295       layout: "plot-cpta"
4296
4297     - title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe"
4298       output-file-name: "3n-tsh-x520-78b-1t1c-ip6-base-scale-ixgbe"
4299       data: "plot-performance-trending-vpp-3n-tsh"
4300       include:
4301         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-1t1c-dot1q-ip6base-mrr"
4302         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-1t1c-ethip6-ip6base-mrr"
4303         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-1t1c-ethip6-ip6scale20k-mrr"
4304         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-1t1c-ethip6-ip6scale200k-mrr"
4305         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-1t1c-ethip6-ip6scale2m-mrr"
4306       layout: "plot-cpta"
4307
4308     - title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe"
4309       output-file-name: "3n-tsh-x520-78b-2t2c-ip6-base-scale-ixgbe"
4310       data: "plot-performance-trending-vpp-3n-tsh"
4311       include:
4312         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-2t2c-dot1q-ip6base-mrr"
4313         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-2t2c-ethip6-ip6base-mrr"
4314         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-2t2c-ethip6-ip6scale20k-mrr"
4315         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-2t2c-ethip6-ip6scale200k-mrr"
4316         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-2t2c-ethip6-ip6scale2m-mrr"
4317       layout: "plot-cpta"
4318
4319     - title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe"
4320       output-file-name: "3n-tsh-x520-78b-4t4c-ip6-base-scale-ixgbe"
4321       data: "plot-performance-trending-vpp-3n-tsh"
4322       include:
4323         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-mrr.78B-4t4c-dot1q-ip6base-mrr"
4324         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-mrr.78B-4t4c-ethip6-ip6base-mrr"
4325         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-mrr.78B-4t4c-ethip6-ip6scale20k-mrr"
4326         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-mrr.78B-4t4c-ethip6-ip6scale200k-mrr"
4327         - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-mrr.78B-4t4c-ethip6-ip6scale2m-mrr"
4328       layout: "plot-cpta"
4329
4330     - title: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4331       output-file-name: "3n-dnv-x553-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4332       data: "plot-performance-trending-vpp-3n-dnv"
4333       include:
4334         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4335         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4336         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4337         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4338         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4339         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4340       layout: "plot-cpta"
4341
4342     - title: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4343       output-file-name: "3n-dnv-x553-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4344       data: "plot-performance-trending-vpp-3n-dnv"
4345       include:
4346         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4347         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4348         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4349         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4350         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4351         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4352       layout: "plot-cpta"
4353
4354     - title: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4355       output-file-name: "3n-dnv-x553-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4356       data: "plot-performance-trending-vpp-3n-dnv"
4357       include:
4358         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4359         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4360         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4361         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4362         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4363         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4364       layout: "plot-cpta"
4365
4366     - title: "3n-dnv-x553-1518b-1t1c-ipsec-base-scale-sw-ixgbe"
4367       output-file-name: "3n-dnv-x553-1518b-1t1c-ipsec-base-scale-sw-ixgbe"
4368       data: "plot-performance-trending-vpp-3n-dnv"
4369       include:
4370         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4371         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4372         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4373         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4374         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4375         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4376       layout: "plot-cpta"
4377
4378     - title: "3n-dnv-x553-1518b-2t2c-ipsec-base-scale-sw-ixgbe"
4379       output-file-name: "3n-dnv-x553-1518b-2t2c-ipsec-base-scale-sw-ixgbe"
4380       data: "plot-performance-trending-vpp-3n-dnv"
4381       include:
4382         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4383         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4384         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4385         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4386         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4387         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4388       layout: "plot-cpta"
4389
4390     - title: "3n-dnv-x553-1518b-4t4c-ipsec-base-scale-sw-ixgbe"
4391       output-file-name: "3n-dnv-x553-1518b-4t4c-ipsec-base-scale-sw-ixgbe"
4392       data: "plot-performance-trending-vpp-3n-dnv"
4393       include:
4394         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4395         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4396         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4397         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4398         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4399         - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4400       layout: "plot-cpta"
4401
4402     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk"
4403       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-sw-dpdk"
4404       data: "plot-performance-trending-vpp-3n-hsw"
4405       include:
4406         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4407         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4408         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4409         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4410         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4411         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4412       layout: "plot-cpta"
4413
4414     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-dpdk"
4415       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-sw-dpdk"
4416       data: "plot-performance-trending-vpp-3n-hsw"
4417       include:
4418         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4419         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4420         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4421         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4422         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4423         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4424       layout: "plot-cpta"
4425
4426     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-dpdk"
4427       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-sw-dpdk"
4428       data: "plot-performance-trending-vpp-3n-hsw"
4429       include:
4430         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4431         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4432         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4433         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4434         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4435         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4436       layout: "plot-cpta"
4437
4438     - title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk"
4439       output-file-name: "3n-hsw-xl710-imix-1t1c-ipsec-base-scale-hw-dpdk"
4440       data: "plot-performance-trending-vpp-3n-hsw"
4441       include:
4442         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4443         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4444         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4445         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4446       layout: "plot-cpta"
4447
4448     - title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-dpdk"
4449       output-file-name: "3n-hsw-xl710-imix-2t2c-ipsec-base-scale-hw-dpdk"
4450       data: "plot-performance-trending-vpp-3n-hsw"
4451       include:
4452         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4453         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4454         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4455         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4456       layout: "plot-cpta"
4457
4458     - title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-dpdk"
4459       output-file-name: "3n-hsw-xl710-imix-4t4c-ipsec-base-scale-hw-dpdk"
4460       data: "plot-performance-trending-vpp-3n-hsw"
4461       include:
4462         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-mrr"
4463         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4464         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-mrr"
4465         - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-mrr"
4466       layout: "plot-cpta"
4467
4468     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf"
4469       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-avf"
4470       data: "plot-performance-trending-vpp-3n-skx"
4471       include:
4472         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4473         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4474         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4475         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4476         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4477         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4478       layout: "plot-cpta"
4479
4480     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-avf"
4481       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-avf"
4482       data: "plot-performance-trending-vpp-3n-skx"
4483       include:
4484         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4485         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4486         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4487         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4488         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4489         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4490       layout: "plot-cpta"
4491
4492     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-avf"
4493       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-avf"
4494       data: "plot-performance-trending-vpp-3n-skx"
4495       include:
4496         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4497         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4498         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4499         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4500         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4501         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4502       layout: "plot-cpta"
4503
4504     - title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk"
4505       output-file-name: "3n-skx-xxv710-imix-2t1c-ipsec-base-scale-sw-dpdk"
4506       data: "plot-performance-trending-vpp-3n-skx"
4507       include:
4508         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4509         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4510         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4511         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4512       layout: "plot-cpta"
4513
4514     - title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-dpdk"
4515       output-file-name: "3n-skx-xxv710-imix-4t2c-ipsec-base-scale-sw-dpdk"
4516       data: "plot-performance-trending-vpp-3n-skx"
4517       include:
4518         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4519         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4520         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4521         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4522       layout: "plot-cpta"
4523
4524     - title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-dpdk"
4525       output-file-name: "3n-skx-xxv710-imix-8t4c-ipsec-base-scale-sw-dpdk"
4526       data: "plot-performance-trending-vpp-3n-skx"
4527       include:
4528         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4529         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4530         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4531         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4532       layout: "plot-cpta"
4533
4534     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-avf"
4535       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-avf"
4536       data: "plot-performance-trending-vpp-3n-skx"
4537       include:
4538         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4539         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4540         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4541         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4542         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4543         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4544       layout: "plot-cpta"
4545
4546     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-avf"
4547       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-avf"
4548       data: "plot-performance-trending-vpp-3n-skx"
4549       include:
4550         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4551         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4552         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4553         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4554         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4555         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4556       layout: "plot-cpta"
4557
4558     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-avf"
4559       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-avf"
4560       data: "plot-performance-trending-vpp-3n-skx"
4561       include:
4562         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4563         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4564         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4565         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4566         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4567         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4568       layout: "plot-cpta"
4569
4570     - title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk"
4571       output-file-name: "3n-skx-xxv710-1518b-2t1c-ipsec-base-scale-sw-dpdk"
4572       data: "plot-performance-trending-vpp-3n-skx"
4573       include:
4574         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4575         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4576         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4577         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4578       layout: "plot-cpta"
4579
4580     - title: "3n-skx-xxv710-1518b-4t2c-ipsec-ip4routing-base-scale-dpdk"
4581       output-file-name: "3n-skx-xxv710-1518b-4t2c-ipsec-base-scale-sw-dpdk"
4582       data: "plot-performance-trending-vpp-3n-skx"
4583       include:
4584         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4585         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4586         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4587         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4588       layout: "plot-cpta"
4589
4590     - title: "3n-skx-xxv710-1518b-8t4c-ipsec-ip4routing-base-scale-dpdk"
4591       output-file-name: "3n-skx-xxv710-1518b-8t4c-ipsec-base-scale-sw-dpdk"
4592       data: "plot-performance-trending-vpp-3n-skx"
4593       include:
4594         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4595         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4596         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.8t4c-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4597         - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.1518b-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4598       layout: "plot-cpta"
4599
4600     - title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe"
4601       output-file-name: "3n-tsh-x520-imix-1t1c-ipsec-base-scale-sw-ixgbe"
4602       data: "plot-performance-trending-vpp-3n-tsh"
4603       include:
4604         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4605         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4606         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4607         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4608         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4609         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4610       layout: "plot-cpta"
4611
4612     - title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe"
4613       output-file-name: "3n-tsh-x520-imix-2t2c-ipsec-base-scale-sw-ixgbe"
4614       data: "plot-performance-trending-vpp-3n-tsh"
4615       include:
4616         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4617         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4618         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4619         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4620         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4621         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4622       layout: "plot-cpta"
4623
4624     - title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe"
4625       output-file-name: "3n-tsh-x520-imix-4t4c-ipsec-base-scale-sw-ixgbe"
4626       data: "plot-performance-trending-vpp-3n-tsh"
4627       include:
4628         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-mrr"
4629         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4630         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-mrr"
4631         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4632         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-mrr"
4633         - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-mrr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-mrr"
4634       layout: "plot-cpta"
4635
4636     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf"
4637       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-avf"
4638       data: "plot-performance-trending-vpp-2n-clx"
4639       include:
4640         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4641         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
4642         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4643         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4644         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4645       layout: "plot-cpta"
4646
4647     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf"
4648       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-avf"
4649       data: "plot-performance-trending-vpp-2n-clx"
4650       include:
4651         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4652         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
4653         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4654         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4655         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4656       layout: "plot-cpta"
4657
4658     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf"
4659       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-avf"
4660       data: "plot-performance-trending-vpp-2n-clx"
4661       include:
4662         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4663         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
4664         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4665         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4666         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4667       layout: "plot-cpta"
4668
4669     - title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk"
4670       output-file-name: "2n-clx-x710-64b-2t1c-l2-base-scale-dpdk"
4671       data: "plot-performance-trending-vpp-2n-clx"
4672       include:
4673         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4674         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-2t1c-eth-l2patch-mrr"
4675         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-2t1c-eth-l2xcbase-mrr"
4676         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4677         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4678       layout: "plot-cpta"
4679
4680     - title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-dpdk"
4681       output-file-name: "2n-clx-x710-64b-4t2c-l2-base-scale-dpdk"
4682       data: "plot-performance-trending-vpp-2n-clx"
4683       include:
4684         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4685         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-4t2c-eth-l2patch-mrr"
4686         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-4t2c-eth-l2xcbase-mrr"
4687         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4688         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4689       layout: "plot-cpta"
4690
4691     - title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-dpdk"
4692       output-file-name: "2n-clx-x710-64b-8t4c-l2-base-scale-dpdk"
4693       data: "plot-performance-trending-vpp-2n-clx"
4694       include:
4695         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4696         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Mrr.64B-8t4c-eth-l2patch-mrr"
4697         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Mrr.64B-8t4c-eth-l2xcbase-mrr"
4698         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4699         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4700       layout: "plot-cpta"
4701
4702     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf"
4703       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-avf"
4704       data: "plot-performance-trending-vpp-2n-clx"
4705       include:
4706         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
4707         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4708         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4709         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4710         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4711       layout: "plot-cpta"
4712
4713     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf"
4714       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-avf"
4715       data: "plot-performance-trending-vpp-2n-clx"
4716       include:
4717         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
4718         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4719         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4720         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4721         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4722       layout: "plot-cpta"
4723
4724     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf"
4725       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-avf"
4726       data: "plot-performance-trending-vpp-2n-clx"
4727       include:
4728         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
4729         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4730         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4731         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4732         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
4733       layout: "plot-cpta"
4734
4735     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk"
4736       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-dpdk"
4737       data: "plot-performance-trending-vpp-2n-clx"
4738       include:
4739         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
4740         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
4741         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4742         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
4743         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4744         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
4745       layout: "plot-cpta"
4746
4747     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-dpdk"
4748       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-dpdk"
4749       data: "plot-performance-trending-vpp-2n-clx"
4750       include:
4751         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
4752         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
4753         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4754         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
4755         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4756         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
4757       layout: "plot-cpta"
4758
4759     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-dpdk"
4760       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-dpdk"
4761       data: "plot-performance-trending-vpp-2n-clx"
4762       include:
4763         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
4764         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
4765         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4766         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
4767         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
4768         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
4769       layout: "plot-cpta"
4770
4771     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf"
4772       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-avf"
4773       data: "plot-performance-trending-vpp-2n-clx"
4774       include:
4775         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4776         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
4777         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
4778         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
4779       layout: "plot-cpta"
4780
4781     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-avf"
4782       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-avf"
4783       data: "plot-performance-trending-vpp-2n-clx"
4784       include:
4785         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4786         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
4787         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
4788         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
4789       layout: "plot-cpta"
4790
4791     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-avf"
4792       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-avf"
4793       data: "plot-performance-trending-vpp-2n-clx"
4794       include:
4795         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
4796         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
4797         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
4798         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
4799       layout: "plot-cpta"
4800
4801     - title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
4802       output-file-name: "2n-clx-xxv710-64b-2t1c-l2-base-scale-dpdk"
4803       data: "plot-performance-trending-vpp-2n-clx"
4804       include:
4805         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4806         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
4807         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
4808         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4809       layout: "plot-cpta"
4810
4811     - title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
4812       output-file-name: "2n-clx-xxv710-64b-4t2c-l2-base-scale-dpdk"
4813       data: "plot-performance-trending-vpp-2n-clx"
4814       include:
4815         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4816         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
4817         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
4818         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4819       layout: "plot-cpta"
4820
4821     - title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
4822       output-file-name: "2n-clx-xxv710-64b-8t4c-l2-base-scale-dpdk"
4823       data: "plot-performance-trending-vpp-2n-clx"
4824       include:
4825         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
4826         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
4827         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
4828         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
4829       layout: "plot-cpta"
4830
4831 <<<<<<< HEAD   (d3ea22 Report: Add data)
4832 =======
4833     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
4834       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base"
4835       data: "plot-performance-trending-vpp-2n-clx"
4836       include:
4837         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-mrr"
4838         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-mrr"
4839         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
4840         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-2t1c-rdma-eth-l2patch-mrr"
4841         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-2t1c-rdma-eth-l2xcbase-mrr"
4842         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
4843       layout: "plot-cpta"
4844
4845     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
4846       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base"
4847       data: "plot-performance-trending-vpp-2n-clx"
4848       include:
4849         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-mrr"
4850         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-mrr"
4851         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
4852         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-4t2c-rdma-eth-l2patch-mrr"
4853         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-4t2c-rdma-eth-l2xcbase-mrr"
4854         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
4855       layout: "plot-cpta"
4856
4857     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
4858       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base"
4859       data: "plot-performance-trending-vpp-2n-clx"
4860       include:
4861         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-mrr"
4862         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-mrr"
4863         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-mrr"
4864         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Mrr.64B-8t4c-rdma-eth-l2patch-mrr"
4865         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Mrr.64B-8t4c-rdma-eth-l2xcbase-mrr"
4866         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
4867       layout: "plot-cpta"
4868
4869     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
4870       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale"
4871       data: "plot-performance-trending-vpp-2n-clx"
4872       include:
4873         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-mrr"
4874         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-mrr"
4875         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-mrr"
4876         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-mrr"
4877       layout: "plot-cpta"
4878
4879     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
4880       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale"
4881       data: "plot-performance-trending-vpp-2n-clx"
4882       include:
4883         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-mrr"
4884         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-mrr"
4885         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-mrr"
4886         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-mrr"
4887       layout: "plot-cpta"
4888
4889     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
4890       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale"
4891       data: "plot-performance-trending-vpp-2n-clx"
4892       include:
4893         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-mrr"
4894         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-mrr"
4895         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-mrr"
4896         - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-mrr"
4897       layout: "plot-cpta"
4898
4899 <<<<<<< HEAD   (914f8e Report: Add 2n-skx Soak and Reconf tests)
4900 >>>>>>> CHANGE (b51708 Trending: Plots)
4901     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe"
4902       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-ixgbe"
4903       data: "plot-performance-trending-vpp-2n-dnv"
4904       include:
4905         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
4906         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4907         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
4908         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4909       layout: "plot-cpta"
4910
4911     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-ixgbe"
4912       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-ixgbe"
4913       data: "plot-performance-trending-vpp-2n-dnv"
4914       include:
4915         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
4916         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4917         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
4918         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4919       layout: "plot-cpta"
4920
4921     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-ixgbe"
4922       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-ixgbe"
4923       data: "plot-performance-trending-vpp-2n-dnv"
4924       include:
4925         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
4926         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4927         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
4928         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4929       layout: "plot-cpta"
4930
4931 =======
4932 >>>>>>> CHANGE (51210b Trending: Update graphs - dnv)
4933     - title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
4934       output-file-name: "2n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
4935       data: "plot-performance-trending-vpp-2n-dnv"
4936       include:
4937         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
4938         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
4939         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
4940         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
4941         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
4942         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
4943       layout: "plot-cpta"
4944
4945     - title: "2n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
4946       output-file-name: "2n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
4947       data: "plot-performance-trending-vpp-2n-dnv"
4948       include:
4949         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
4950         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
4951         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
4952         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
4953         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
4954         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
4955       layout: "plot-cpta"
4956
4957     - title: "2n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
4958       output-file-name: "2n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
4959       data: "plot-performance-trending-vpp-2n-dnv"
4960       include:
4961         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
4962         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
4963         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
4964         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
4965         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
4966         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
4967       layout: "plot-cpta"
4968
4969     - title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-dpdk"
4970       output-file-name: "2n-skx-x710-64b-2t1c-l2-base-scale-avf-dpdk"
4971       data: "plot-performance-trending-vpp-2n-skx"
4972       include:
4973         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
4974         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
4975         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
4976         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
4977         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
4978         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
4979       layout: "plot-cpta"
4980
4981     - title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-dpdk"
4982       output-file-name: "2n-skx-x710-64b-4t2c-l2-base-scale-avf-dpdk"
4983       data: "plot-performance-trending-vpp-2n-skx"
4984       include:
4985         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
4986         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
4987         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
4988         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
4989         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
4990         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
4991       layout: "plot-cpta"
4992
4993     - title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-dpdk"
4994       output-file-name: "2n-skx-x710-64b-8t4c-l2-base-scale-avf-dpdk"
4995       data: "plot-performance-trending-vpp-2n-skx"
4996       include:
4997         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
4998         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
4999         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5000         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5001         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5002         - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5003       layout: "plot-cpta"
5004
5005     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf"
5006       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-avf"
5007       data: "plot-performance-trending-vpp-2n-skx"
5008       include:
5009         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
5010         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5011         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5012         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-2t1c-avf-eth-l2patch-mrr"
5013         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5014         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5015       layout: "plot-cpta"
5016
5017     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf"
5018       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-avf"
5019       data: "plot-performance-trending-vpp-2n-skx"
5020       include:
5021         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
5022         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5023         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5024         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-4t2c-avf-eth-l2patch-mrr"
5025         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5026         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5027       layout: "plot-cpta"
5028
5029     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf"
5030       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-avf"
5031       data: "plot-performance-trending-vpp-2n-skx"
5032       include:
5033         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
5034         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5035         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-gbp-mrr"
5036         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-mrr.64B-8t4c-avf-eth-l2patch-mrr"
5037         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5038         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5039       layout: "plot-cpta"
5040
5041     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk"
5042       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-dpdk"
5043       data: "plot-performance-trending-vpp-2n-skx"
5044       include:
5045         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-2t1c-dot1q-l2xcbase-mrr"
5046         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5047         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-mrr"
5048         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
5049         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
5050         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5051       layout: "plot-cpta"
5052
5053     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-dpdk"
5054       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-dpdk"
5055       data: "plot-performance-trending-vpp-2n-skx"
5056       include:
5057         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-4t2c-dot1q-l2xcbase-mrr"
5058         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5059         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-gbp-mrr"
5060         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
5061         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
5062         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5063       layout: "plot-cpta"
5064
5065     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-dpdk"
5066       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-dpdk"
5067       data: "plot-performance-trending-vpp-2n-skx"
5068       include:
5069         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-mrr.64B-8t4c-dot1q-l2xcbase-mrr"
5070         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5071         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-gbp-mrr"
5072         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
5073         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
5074         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5075       layout: "plot-cpta"
5076
5077     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
5078       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
5079       data: "plot-performance-trending-vpp-2n-skx"
5080       include:
5081         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5082         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
5083         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
5084         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5085       layout: "plot-cpta"
5086
5087     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
5088       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
5089       data: "plot-performance-trending-vpp-2n-skx"
5090       include:
5091         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5092         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
5093         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
5094         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5095       layout: "plot-cpta"
5096
5097     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
5098       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
5099       data: "plot-performance-trending-vpp-2n-skx"
5100       include:
5101         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5102         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
5103         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
5104         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5105       layout: "plot-cpta"
5106
5107     - title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
5108       output-file-name: "2n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
5109       data: "plot-performance-trending-vpp-2n-skx"
5110       include:
5111         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5112         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t1c-eth-l2bdscale10kmaclrn-mrr"
5113         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t1c-eth-l2bdscale100kmaclrn-mrr"
5114         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5115       layout: "plot-cpta"
5116
5117     - title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
5118       output-file-name: "2n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
5119       data: "plot-performance-trending-vpp-2n-skx"
5120       include:
5121         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5122         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t2c-eth-l2bdscale10kmaclrn-mrr"
5123         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t2c-eth-l2bdscale100kmaclrn-mrr"
5124         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5125       layout: "plot-cpta"
5126
5127     - title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5128       output-file-name: "2n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5129       data: "plot-performance-trending-vpp-2n-skx"
5130       include:
5131         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5132         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-mrr.64B-8t4c-eth-l2bdscale10kmaclrn-mrr"
5133         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-mrr.64B-8t4c-eth-l2bdscale100kmaclrn-mrr"
5134         - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5135       layout: "plot-cpta"
5136
5137     - title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe"
5138       output-file-name: "3n-dnv-x553-64b-1t1c-l2-base-scale-ixgbe"
5139       data: "plot-performance-trending-vpp-3n-dnv"
5140       include:
5141         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5142         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5143         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5144         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5145         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5146         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5147       layout: "plot-cpta"
5148
5149     - title: "3n-dnv-x553-64b-2t2c-l2switching-base-scale-ixgbe"
5150       output-file-name: "3n-dnv-x553-64b-2t2c-l2-base-scale-ixgbe"
5151       data: "plot-performance-trending-vpp-3n-dnv"
5152       include:
5153         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5154         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5155         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5156         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5157         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5158         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5159       layout: "plot-cpta"
5160
5161     - title: "3n-dnv-x553-64b-4t4c-l2switching-base-scale-ixgbe"
5162       output-file-name: "3n-dnv-x553-64b-4t4c-l2-base-scale-ixgbe"
5163       data: "plot-performance-trending-vpp-3n-dnv"
5164       include:
5165         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5166         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5167         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5168         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5169         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5170         - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5171       layout: "plot-cpta"
5172
5173     - title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk"
5174       output-file-name: "3n-hsw-xl710-64b-1t1c-l2-base-scale-dpdk"
5175       data: "plot-performance-trending-vpp-3n-hsw"
5176       include:
5177         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5178         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5179         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5180         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5181         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5182         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5183       layout: "plot-cpta"
5184
5185     - title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-dpdk"
5186       output-file-name: "3n-hsw-xl710-64b-2t2c-l2-base-scale-dpdk"
5187       data: "plot-performance-trending-vpp-3n-hsw"
5188       include:
5189         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5190         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5191         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5192         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5193         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5194         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5195       layout: "plot-cpta"
5196
5197     - title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-dpdk"
5198       output-file-name: "3n-hsw-xl710-64b-4t4c-l2-base-scale-dpdk"
5199       data: "plot-performance-trending-vpp-3n-hsw"
5200       include:
5201         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5202         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5203         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5204         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5205         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5206         - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5207       layout: "plot-cpta"
5208
5209     - title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf"
5210       output-file-name: "3n-skx-x710-64b-2t1c-l2-base-scale-avf"
5211       data: "plot-performance-trending-vpp-3n-skx"
5212       include:
5213         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5214         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
5215         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5216         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5217         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5218       layout: "plot-cpta"
5219
5220     - title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf"
5221       output-file-name: "3n-skx-x710-64b-4t2c-l2-base-scale-avf"
5222       data: "plot-performance-trending-vpp-3n-skx"
5223       include:
5224         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5225         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
5226         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5227         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5228         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5229       layout: "plot-cpta"
5230
5231     - title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf"
5232       output-file-name: "3n-skx-x710-64b-8t4c-l2-base-scale-avf"
5233       data: "plot-performance-trending-vpp-3n-skx"
5234       include:
5235         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5236         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
5237         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5238         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5239         - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5240       layout: "plot-cpta"
5241
5242     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf"
5243       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-avf"
5244       data: "plot-performance-trending-vpp-3n-skx"
5245       include:
5246         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-2t1c-avf-dot1q-l2xcbase-mrr"
5247         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-mrr"
5248         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-2t1c-avf-eth-l2patch-mrr"
5249         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-2t1c-avf-eth-l2xcbase-mrr"
5250         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5251       layout: "plot-cpta"
5252
5253     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf"
5254       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-avf"
5255       data: "plot-performance-trending-vpp-3n-skx"
5256       include:
5257         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-4t2c-avf-dot1q-l2xcbase-mrr"
5258         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-mrr"
5259         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-4t2c-avf-eth-l2patch-mrr"
5260         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-4t2c-avf-eth-l2xcbase-mrr"
5261         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5262       layout: "plot-cpta"
5263
5264     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf"
5265       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-avf"
5266       data: "plot-performance-trending-vpp-3n-skx"
5267       include:
5268         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Mrr.64B-8t4c-avf-dot1q-l2xcbase-mrr"
5269         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-mrr"
5270         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Mrr.64B-8t4c-avf-eth-l2patch-mrr"
5271         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Mrr.64B-8t4c-avf-eth-l2xcbase-mrr"
5272         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5273       layout: "plot-cpta"
5274
5275     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf"
5276       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-avf"
5277       data: "plot-performance-trending-vpp-3n-skx"
5278       include:
5279         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5280         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-mrr"
5281         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-mrr"
5282         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-mrr"
5283       layout: "plot-cpta"
5284
5285     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-avf"
5286       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-avf"
5287       data: "plot-performance-trending-vpp-3n-skx"
5288       include:
5289         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5290         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale10kmaclrn-mrr"
5291         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale100kmaclrn-mrr"
5292         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-4t2c-avf-eth-l2bdscale1mmaclrn-mrr"
5293       layout: "plot-cpta"
5294
5295     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-avf"
5296       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-avf"
5297       data: "plot-performance-trending-vpp-3n-skx"
5298       include:
5299         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5300         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale10kmaclrn-mrr"
5301         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale100kmaclrn-mrr"
5302         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Mrr.64B-8t4c-avf-eth-l2bdscale1mmaclrn-mrr"
5303       layout: "plot-cpta"
5304
5305     - title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk"
5306       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-base-scale-dpdk"
5307       data: "plot-performance-trending-vpp-3n-skx"
5308       include:
5309         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-2t1c-dot1q-l2xcbase-mrr"
5310         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-mrr"
5311         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-2t1c-eth-l2patch-mrr"
5312         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-2t1c-eth-l2xcbase-mrr"
5313         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5314         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t1c-eth-l2bdscale1mmaclrn-mrr"
5315       layout: "plot-cpta"
5316
5317     - title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-dpdk"
5318       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-base-scale-dpdk"
5319       data: "plot-performance-trending-vpp-3n-skx"
5320       include:
5321         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-4t2c-dot1q-l2xcbase-mrr"
5322         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-mrr"
5323         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-4t2c-eth-l2patch-mrr"
5324         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-4t2c-eth-l2xcbase-mrr"
5325         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5326         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t2c-eth-l2bdscale1mmaclrn-mrr"
5327       layout: "plot-cpta"
5328
5329     - title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-dpdk"
5330       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-base-scale-dpdk"
5331       data: "plot-performance-trending-vpp-3n-skx"
5332       include:
5333         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Mrr.64B-8t4c-dot1q-l2xcbase-mrr"
5334         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-mrr"
5335         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-mrr.64B-8t4c-eth-l2patch-mrr"
5336         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-mrr.64B-8t4c-eth-l2xcbase-mrr"
5337         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5338         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-mrr.64B-8t4c-eth-l2bdscale1mmaclrn-mrr"
5339       layout: "plot-cpta"
5340
5341     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf"
5342       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-avf"
5343       data: "plot-performance-trending-vpp-3n-skx"
5344       include:
5345         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-mrr"
5346         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5347         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5348         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5349         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5350         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5351       layout: "plot-cpta"
5352
5353     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-avf"
5354       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-avf"
5355       data: "plot-performance-trending-vpp-3n-skx"
5356       include:
5357         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-mrr"
5358         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5359         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5360         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5361         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5362         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5363       layout: "plot-cpta"
5364
5365     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-avf"
5366       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-avf"
5367       data: "plot-performance-trending-vpp-3n-skx"
5368       include:
5369         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-mrr"
5370         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5371         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5372         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5373         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5374         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5375       layout: "plot-cpta"
5376
5377     - title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk"
5378       output-file-name: "3n-skx-xxv710-64b-2t1c-l2-features-dpdk"
5379       data: "plot-performance-trending-vpp-3n-skx"
5380       include:
5381         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-2t1c-eth-l2bdbasemaclrn-mrr"
5382         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5383         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5384         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5385         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5386         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5387       layout: "plot-cpta"
5388
5389     - title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-dpdk"
5390       output-file-name: "3n-skx-xxv710-64b-4t2c-l2-features-dpdk"
5391       data: "plot-performance-trending-vpp-3n-skx"
5392       include:
5393         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-4t2c-eth-l2bdbasemaclrn-mrr"
5394         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5395         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5396         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5397         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5398         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5399       layout: "plot-cpta"
5400
5401     - title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-dpdk"
5402       output-file-name: "3n-skx-xxv710-64b-8t4c-l2-features-dpdk"
5403       data: "plot-performance-trending-vpp-3n-skx"
5404       include:
5405         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-mrr.64B-8t4c-eth-l2bdbasemaclrn-mrr"
5406         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5407         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5408         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5409         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5410         - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5411       layout: "plot-cpta"
5412
5413     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe"
5414       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-ixgbe"
5415       data: "plot-performance-trending-vpp-3n-tsh"
5416       include:
5417         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-1t1c-dot1q-l2xcbase-mrr"
5418         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-mrr"
5419         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-1t1c-eth-l2patch-mrr"
5420         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5421         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5422       layout: "plot-cpta"
5423
5424     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe"
5425       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-ixgbe"
5426       data: "plot-performance-trending-vpp-3n-tsh"
5427       include:
5428         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-2t2c-dot1q-l2xcbase-mrr"
5429         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-mrr"
5430         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-2t2c-eth-l2patch-mrr"
5431         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5432         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5433       layout: "plot-cpta"
5434
5435     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe"
5436       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-ixgbe"
5437       data: "plot-performance-trending-vpp-3n-tsh"
5438       include:
5439         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-mrr.64B-4t4c-dot1q-l2xcbase-mrr"
5440         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-mrr"
5441         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Mrr.64B-4t4c-eth-l2patch-mrr"
5442         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5443         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5444       layout: "plot-cpta"
5445
5446     - title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe"
5447       output-file-name: "3n-tsh-x520-64b-1t1c-l2-base-scale-ixgbe"
5448       data: "plot-performance-trending-vpp-3n-tsh"
5449       include:
5450         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-1t1c-eth-l2patch-mrr"
5451         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-1t1c-eth-l2xcbase-mrr"
5452         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5453         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-1t1c-eth-l2bdscale10kmaclrn-mrr"
5454         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-1t1c-eth-l2bdscale100kmaclrn-mrr"
5455         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-1t1c-eth-l2bdscale1mmaclrn-mrr"
5456       layout: "plot-cpta"
5457
5458     - title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe"
5459       output-file-name: "3n-tsh-x520-64b-2t2c-l2-base-scale-ixgbe"
5460       data: "plot-performance-trending-vpp-3n-tsh"
5461       include:
5462         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-2t2c-eth-l2patch-mrr"
5463         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-2t2c-eth-l2xcbase-mrr"
5464         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5465         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-2t2c-eth-l2bdscale10kmaclrn-mrr"
5466         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-2t2c-eth-l2bdscale100kmaclrn-mrr"
5467         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-2t2c-eth-l2bdscale1mmaclrn-mrr"
5468       layout: "plot-cpta"
5469
5470     - title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe"
5471       output-file-name: "3n-tsh-x520-64b-4t4c-l2-base-scale-ixgbe"
5472       data: "plot-performance-trending-vpp-3n-tsh"
5473       include:
5474         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-mrr.64B-4t4c-eth-l2patch-mrr"
5475         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-mrr.64B-4t4c-eth-l2xcbase-mrr"
5476         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5477         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-mrr.64B-4t4c-eth-l2bdscale10kmaclrn-mrr"
5478         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-mrr.64B-4t4c-eth-l2bdscale100kmaclrn-mrr"
5479         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-mrr.64B-4t4c-eth-l2bdscale1mmaclrn-mrr"
5480       layout: "plot-cpta"
5481
5482     - title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe"
5483       output-file-name: "3n-tsh-x520-64b-1t1c-l2-features-ixgbe"
5484       data: "plot-performance-trending-vpp-3n-tsh"
5485       include:
5486         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-1t1c-eth-l2bdbasemaclrn-mrr"
5487         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5488         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5489         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5490         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5491         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5492       layout: "plot-cpta"
5493
5494     - title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe"
5495       output-file-name: "3n-tsh-x520-64b-2t2c-l2-features-ixgbe"
5496       data: "plot-performance-trending-vpp-3n-tsh"
5497       include:
5498         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-2t2c-eth-l2bdbasemaclrn-mrr"
5499         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5500         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5501         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5502         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5503         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5504       layout: "plot-cpta"
5505
5506     - title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe"
5507       output-file-name: "3n-tsh-x520-64b-4t4c-l2-features-ixgbe"
5508       data: "plot-performance-trending-vpp-3n-tsh"
5509       include:
5510         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-mrr.64B-4t4c-eth-l2bdbasemaclrn-mrr"
5511         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-mrr"
5512         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-mrr"
5513         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-mrr"
5514         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-mrr"
5515         - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-mrr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-mrr"
5516       layout: "plot-cpta"
5517
5518     - title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk"
5519       output-file-name: "3n-hsw-xl710-78b-1t1c-srv6-base-dpdk"
5520       data: "plot-performance-trending-vpp-3n-hsw"
5521       include:
5522         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5523         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5524         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5525         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5526         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5527         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5528       layout: "plot-cpta"
5529
5530     - title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-dpdk"
5531       output-file-name: "3n-hsw-xl710-78b-2t2c-srv6-base-dpdk"
5532       data: "plot-performance-trending-vpp-3n-hsw"
5533       include:
5534         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5535         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5536         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5537         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5538         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5539         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5540       layout: "plot-cpta"
5541
5542     - title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-dpdk"
5543       output-file-name: "3n-hsw-xl710-78b-4t4c-srv6-base-dpdk"
5544       data: "plot-performance-trending-vpp-3n-hsw"
5545       include:
5546         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5547         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5548         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5549         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5550         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5551         - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5552       layout: "plot-cpta"
5553
5554     - title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-dpdk"
5555       output-file-name: "3n-skx-xxv710-78b-2t1c-srv6-base-avf-dpdk"
5556       data: "plot-performance-trending-vpp-3n-skx"
5557       include:
5558         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5559         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5560         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5561         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5562         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5563         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5564       layout: "plot-cpta"
5565
5566     - title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-avf-dpdk"
5567       output-file-name: "3n-skx-xxv710-78b-4t2c-srv6-base-avf-dpdk"
5568       data: "plot-performance-trending-vpp-3n-skx"
5569       include:
5570         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t2c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5571         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5572         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5573         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5574         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5575         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t2c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5576       layout: "plot-cpta"
5577
5578     - title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-avf-dpdk"
5579       output-file-name: "3n-skx-xxv710-78b-8t4c-srv6-base-avf-dpdk"
5580       data: "plot-performance-trending-vpp-3n-skx"
5581       include:
5582         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-8t4c-avf-ethip6ip6-ip6base-srv6enc1sid-mrr"
5583         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5584         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5585         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5586         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5587         - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-8t4c-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5588       layout: "plot-cpta"
5589
5590     - title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe"
5591       output-file-name: "3n-tsh-x520-78b-1t1c-srv6-base-ixgbe"
5592       data: "plot-performance-trending-vpp-3n-tsh"
5593       include:
5594         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5595         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5596         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5597         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5598         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5599         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5600       layout: "plot-cpta"
5601
5602     - title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe"
5603       output-file-name: "3n-tsh-x520-78b-2t2c-srv6-base-ixgbe"
5604       data: "plot-performance-trending-vpp-3n-tsh"
5605       include:
5606         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5607         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5608         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5609         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5610         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5611         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5612       layout: "plot-cpta"
5613
5614     - title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe"
5615       output-file-name: "3n-tsh-x520-78b-4t4c-srv6-base-ixgbe"
5616       data: "plot-performance-trending-vpp-3n-tsh"
5617       include:
5618         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-mrr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-mrr"
5619         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-mrr"
5620         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-mrr"
5621         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-mrr"
5622         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-mrr"
5623         - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-mrr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-mrr"
5624       layout: "plot-cpta"
5625
5626     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5627       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5628       data: "plot-performance-trending-vpp-2n-clx"
5629       include:
5630         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5631         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5632         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5633         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5634       layout: "plot-cpta"
5635
5636     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5637       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5638       data: "plot-performance-trending-vpp-2n-clx"
5639       include:
5640         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5641         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5642         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5643         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5644       layout: "plot-cpta"
5645
5646     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5647       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5648       data: "plot-performance-trending-vpp-2n-clx"
5649       include:
5650         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5651         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5652         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5653         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5654       layout: "plot-cpta"
5655
5656     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5657       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5658       data: "plot-performance-trending-vpp-2n-clx"
5659       include:
5660         - "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"
5661         - "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"
5662         - "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"
5663         - "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"
5664       layout: "plot-cpta"
5665
5666     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5667       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5668       data: "plot-performance-trending-vpp-2n-clx"
5669       include:
5670         - "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"
5671         - "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"
5672         - "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"
5673         - "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"
5674       layout: "plot-cpta"
5675
5676     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5677       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5678       data: "plot-performance-trending-vpp-2n-clx"
5679       include:
5680         - "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"
5681         - "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"
5682         - "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"
5683         - "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"
5684       layout: "plot-cpta"
5685
5686     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5687       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5688       data: "plot-performance-trending-vpp-2n-clx"
5689       include:
5690         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5691         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5692         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5693         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5694       layout: "plot-cpta"
5695
5696     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5697       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5698       data: "plot-performance-trending-vpp-2n-clx"
5699       include:
5700         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5701         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5702         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5703         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5704       layout: "plot-cpta"
5705
5706     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5707       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5708       data: "plot-performance-trending-vpp-2n-clx"
5709       include:
5710         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5711         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5712         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5713         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5714       layout: "plot-cpta"
5715
5716     - title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5717       output-file-name: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5718       data: "plot-performance-trending-vpp-2n-clx"
5719       include:
5720         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5721         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5722         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5723         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5724       layout: "plot-cpta"
5725
5726     - title: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5727       output-file-name: "2n-clx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5728       data: "plot-performance-trending-vpp-2n-clx"
5729       include:
5730         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5731         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5732         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5733         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5734       layout: "plot-cpta"
5735
5736     - title: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5737       output-file-name: "2n-clx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5738       data: "plot-performance-trending-vpp-2n-clx"
5739       include:
5740         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5741         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5742         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5743         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5744       layout: "plot-cpta"
5745
5746 <<<<<<< HEAD   (d3ea22 Report: Add data)
5747     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5748       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-testpmd"
5749 =======
5750     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5751       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base"
5752       data: "plot-performance-trending-vpp-2n-clx"
5753       include:
5754         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5755         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5756         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5757         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5758       layout: "plot-cpta"
5759
5760     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5761       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base"
5762       data: "plot-performance-trending-vpp-2n-clx"
5763       include:
5764         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5765         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5766         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5767         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5768       layout: "plot-cpta"
5769
5770     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5771       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base"
5772       data: "plot-performance-trending-vpp-2n-clx"
5773       include:
5774         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5775         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5776         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5777         - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5778       layout: "plot-cpta"
5779
5780     - title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5781       output-file-name: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base"
5782       data: "plot-performance-trending-vpp-2n-clx"
5783       include:
5784         - "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"
5785         - "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"
5786         - "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"
5787         - "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"
5788       layout: "plot-cpta"
5789
5790     - title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5791       output-file-name: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base"
5792       data: "plot-performance-trending-vpp-2n-clx"
5793       include:
5794         - "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"
5795         - "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"
5796         - "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"
5797         - "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"
5798       layout: "plot-cpta"
5799
5800     - title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5801       output-file-name: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base"
5802       data: "plot-performance-trending-vpp-2n-clx"
5803       include:
5804         - "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"
5805         - "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"
5806         - "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"
5807         - "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"
5808       layout: "plot-cpta"
5809
5810     - title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5811       output-file-name: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
5812       data: "plot-performance-trending-vpp-2n-clx"
5813       include:
5814         - "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"
5815         - "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"
5816         - "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"
5817         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5818         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5819         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5820       layout: "plot-cpta"
5821
5822     - title: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5823       output-file-name: "2n-clx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
5824       data: "plot-performance-trending-vpp-2n-clx"
5825       include:
5826         - "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"
5827         - "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"
5828         - "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"
5829         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5830         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5831         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5832       layout: "plot-cpta"
5833
5834     - title: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5835       output-file-name: "2n-clx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
5836       data: "plot-performance-trending-vpp-2n-clx"
5837       include:
5838         - "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"
5839         - "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"
5840         - "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"
5841         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
5842         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
5843         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
5844       layout: "plot-cpta"
5845
5846     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5847       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
5848       data: "plot-performance-trending-vpp-2n-skx"
5849       include:
5850         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5851         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5852         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5853         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5854       layout: "plot-cpta"
5855
5856     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5857       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
5858       data: "plot-performance-trending-vpp-2n-skx"
5859       include:
5860         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5861         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5862         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5863         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5864       layout: "plot-cpta"
5865
5866     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5867       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
5868       data: "plot-performance-trending-vpp-2n-skx"
5869       include:
5870         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5871         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5872         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5873         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5874       layout: "plot-cpta"
5875
5876     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5877       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
5878       data: "plot-performance-trending-vpp-2n-skx"
5879       include:
5880         - "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"
5881         - "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"
5882         - "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"
5883         - "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"
5884       layout: "plot-cpta"
5885
5886     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5887       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
5888       data: "plot-performance-trending-vpp-2n-skx"
5889       include:
5890         - "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"
5891         - "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"
5892         - "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"
5893         - "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"
5894       layout: "plot-cpta"
5895
5896     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5897       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
5898       data: "plot-performance-trending-vpp-2n-skx"
5899       include:
5900         - "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"
5901         - "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"
5902         - "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"
5903         - "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"
5904       layout: "plot-cpta"
5905
5906     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5907       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
5908 >>>>>>> CHANGE (b51708 Trending: Plots)
5909       data: "plot-performance-trending-vpp-2n-skx"
5910       include:
5911         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5912         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5913         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5914         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5915         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5916       layout: "plot-cpta"
5917
5918     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5919       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
5920       data: "plot-performance-trending-vpp-2n-skx"
5921       include:
5922         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5923         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5924         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5925         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5926         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5927       layout: "plot-cpta"
5928
5929     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5930       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
5931       data: "plot-performance-trending-vpp-2n-skx"
5932       include:
5933         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5934         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5935         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5936         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5937         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5938       layout: "plot-cpta"
5939
5940     - title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5941       output-file-name: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp"
5942       data: "plot-performance-trending-vpp-2n-skx"
5943       include:
5944         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5945         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5946         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5947         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5948         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5949       layout: "plot-cpta"
5950
5951     - title: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5952       output-file-name: "2n-skx-xxv710-64b-4t2c-vhost-base-dpdk-vpp"
5953       data: "plot-performance-trending-vpp-2n-skx"
5954       include:
5955         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5956         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5957         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5958         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5959         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5960       layout: "plot-cpta"
5961
5962     - title: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5963       output-file-name: "2n-skx-xxv710-64b-8t4c-vhost-base-dpdk-vpp"
5964       data: "plot-performance-trending-vpp-2n-skx"
5965       include:
5966         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5967         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5968         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5969         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
5970         - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
5971       layout: "plot-cpta"
5972
5973     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
5974       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-testpmd"
5975       data: "plot-performance-trending-vpp-3n-hsw"
5976       include:
5977         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5978         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5979         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5980         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5981         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5982       layout: "plot-cpta"
5983
5984     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
5985       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-testpmd"
5986       data: "plot-performance-trending-vpp-3n-hsw"
5987       include:
5988         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5989         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5990         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
5991         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
5992         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
5993       layout: "plot-cpta"
5994
5995     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
5996       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-testpmd"
5997       data: "plot-performance-trending-vpp-3n-hsw"
5998       include:
5999         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6000         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6001         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6002         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6003         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6004       layout: "plot-cpta"
6005
6006     - title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
6007       output-file-name: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp"
6008       data: "plot-performance-trending-vpp-3n-hsw"
6009       include:
6010         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6011         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6012         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6013         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6014         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6015       layout: "plot-cpta"
6016
6017     - title: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
6018       output-file-name: "3n-hsw-xl710-64b-2t2c-vhost-base-dpdk-vpp"
6019       data: "plot-performance-trending-vpp-3n-hsw"
6020       include:
6021         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6022         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6023         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6024         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6025         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6026       layout: "plot-cpta"
6027
6028     - title: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
6029       output-file-name: "3n-hsw-xl710-64b-4t4c-vhost-base-dpdk-vpp"
6030       data: "plot-performance-trending-vpp-3n-hsw"
6031       include:
6032         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6033         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6034         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6035         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6036         - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-mrr"
6037       layout: "plot-cpta"
6038
6039     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6040       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6041       data: "plot-performance-trending-vpp-3n-skx"
6042       include:
6043         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6044         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6045       layout: "plot-cpta"
6046
6047     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6048       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6049       data: "plot-performance-trending-vpp-3n-skx"
6050       include:
6051         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6052         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6053       layout: "plot-cpta"
6054
6055     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6056       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6057       data: "plot-performance-trending-vpp-3n-skx"
6058       include:
6059         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6060         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6061       layout: "plot-cpta"
6062
6063     - title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6064       output-file-name: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6065       data: "plot-performance-trending-vpp-3n-skx"
6066       include:
6067         - "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"
6068         - "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"
6069       layout: "plot-cpta"
6070
6071     - title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6072       output-file-name: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6073       data: "plot-performance-trending-vpp-3n-skx"
6074       include:
6075         - "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"
6076         - "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"
6077       layout: "plot-cpta"
6078
6079     - title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6080       output-file-name: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6081       data: "plot-performance-trending-vpp-3n-skx"
6082       include:
6083         - "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"
6084         - "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"
6085       layout: "plot-cpta"
6086
6087     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6088       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-testpmd"
6089       data: "plot-performance-trending-vpp-3n-skx"
6090       include:
6091         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6092         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6093         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6094         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6095         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6096         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6097       layout: "plot-cpta"
6098
6099     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6100       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-dpdk-testpmd"
6101       data: "plot-performance-trending-vpp-3n-skx"
6102       include:
6103         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6104         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6105         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6106         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6107         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6108         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6109       layout: "plot-cpta"
6110
6111     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6112       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-dpdk-testpmd"
6113       data: "plot-performance-trending-vpp-3n-skx"
6114       include:
6115         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6116         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6117         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6118         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6119         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6120         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6121       layout: "plot-cpta"
6122
6123     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6124       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-testpmd"
6125       data: "plot-performance-trending-vpp-3n-skx"
6126       include:
6127         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6128         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6129         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6130         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6131         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6132         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6133       layout: "plot-cpta"
6134
6135     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6136       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-testpmd"
6137       data: "plot-performance-trending-vpp-3n-skx"
6138       include:
6139         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6140         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6141         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6142         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6143         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6144         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6145       layout: "plot-cpta"
6146
6147     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6148       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-testpmd"
6149       data: "plot-performance-trending-vpp-3n-skx"
6150       include:
6151         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6152         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6153         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6154         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6155         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6156         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6157       layout: "plot-cpta"
6158
6159     - title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6160       output-file-name: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp"
6161       data: "plot-performance-trending-vpp-3n-skx"
6162       include:
6163         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6164         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6165         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6166         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6167         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6168         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6169       layout: "plot-cpta"
6170
6171     - title: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6172       output-file-name: "3n-skx-xxv710-64b-4t2c-vhost-base-avf-vpp"
6173       data: "plot-performance-trending-vpp-3n-skx"
6174       include:
6175         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6176         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6177         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6178         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6179         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6180         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t2c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6181       layout: "plot-cpta"
6182
6183     - title: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6184       output-file-name: "3n-skx-xxv710-64b-8t4c-vhost-base-avf-vpp"
6185       data: "plot-performance-trending-vpp-3n-skx"
6186       include:
6187         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6188         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6189         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6190         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6191         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6192         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-8t4c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6193       layout: "plot-cpta"
6194
6195     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6196       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-testpmd"
6197       data: "plot-performance-trending-vpp-3n-skx"
6198       include:
6199         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6200         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6201       layout: "plot-cpta"
6202
6203     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6204       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-testpmd"
6205       data: "plot-performance-trending-vpp-3n-skx"
6206       include:
6207         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6208         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t2c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6209       layout: "plot-cpta"
6210
6211     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6212       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-testpmd"
6213       data: "plot-performance-trending-vpp-3n-skx"
6214       include:
6215         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6216         - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-8t4c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6217       layout: "plot-cpta"
6218
6219     - title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6220       output-file-name: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp"
6221       data: "plot-performance-trending-vpp-3n-skx"
6222       include:
6223         - "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"
6224         - "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"
6225       layout: "plot-cpta"
6226
6227     - title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6228       output-file-name: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-avf-vpp"
6229       data: "plot-performance-trending-vpp-3n-skx"
6230       include:
6231         - "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"
6232         - "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"
6233       layout: "plot-cpta"
6234
6235     - title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6236       output-file-name: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-avf-vpp"
6237       data: "plot-performance-trending-vpp-3n-skx"
6238       include:
6239         - "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"
6240         - "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"
6241       layout: "plot-cpta"
6242
6243     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-testpmd"
6244       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-testpmd"
6245       data: "plot-performance-trending-vpp-3n-tsh"
6246       include:
6247         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6248         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6249         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6250         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6251         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6252         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6253       layout: "plot-cpta"
6254
6255     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-testpmd"
6256       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-testpmd"
6257       data: "plot-performance-trending-vpp-3n-tsh"
6258       include:
6259         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6260         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6261         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6262         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6263         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6264         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6265       layout: "plot-cpta"
6266
6267     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-testpmd"
6268       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-testpmd"
6269       data: "plot-performance-trending-vpp-3n-tsh"
6270       include:
6271         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6272         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6273         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-mrr"
6274         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6275         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-mrr"
6276         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-mrr"
6277       layout: "plot-cpta"
6278
6279     - title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vpp"
6280       output-file-name: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vpp"
6281       data: "plot-performance-trending-vpp-3n-tsh"
6282       include:
6283         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6284         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6285         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6286         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6287         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6288         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6289       layout: "plot-cpta"
6290
6291     - title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-vpp"
6292       output-file-name: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-vpp"
6293       data: "plot-performance-trending-vpp-3n-tsh"
6294       include:
6295         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6296         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6297         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6298         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6299         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6300         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6301       layout: "plot-cpta"
6302
6303     - title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-vpp"
6304       output-file-name: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-vpp"
6305       data: "plot-performance-trending-vpp-3n-tsh"
6306       include:
6307         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6308         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6309         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6310         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6311         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6312         - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr"
6313       layout: "plot-cpta"
6314
6315     - title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
6316       output-file-name: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-avf-dpdk"
6317       data: "plot-performance-trending-vpp-2n-skx"
6318       include:
6319         - "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"
6320         - "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"
6321         - "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"
6322         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6323         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6324         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6325       layout: "plot-cpta"
6326
6327     - title: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6328       output-file-name: "2n-skx-xxv710-114b-4t2c-vts-l2switching-base-avf-dpdk"
6329       data: "plot-performance-trending-vpp-2n-skx"
6330       include:
6331         - "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"
6332         - "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"
6333         - "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"
6334         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6335         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6336         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6337       layout: "plot-cpta"
6338
6339     - title: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6340       output-file-name: "2n-skx-xxv710-114b-8t4c-vts-l2switching-base-avf-dpdk"
6341       data: "plot-performance-trending-vpp-2n-skx"
6342       include:
6343         - "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"
6344         - "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"
6345         - "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"
6346         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-mrr"
6347         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-mrr"
6348         - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-mrr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-mrr"
6349       layout: "plot-cpta"
6350
6351     - title: "2n-skx-x710-64b-2t1c-dpdk"
6352       output-file-name: "2n-skx-x710-64b-2t1c-dpdk"
6353       data: "plot-performance-trending-dpdk-2n-skx"
6354       include:
6355         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6356         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6357       layout: "plot-cpta"
6358
6359     - title: "2n-skx-x710-64b-4t2c-dpdk"
6360       output-file-name: "2n-skx-x710-64b-4t2c-dpdk"
6361       data: "plot-performance-trending-dpdk-2n-skx"
6362       include:
6363         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6364         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6365       layout: "plot-cpta"
6366
6367     - title: "2n-skx-x710-64b-8t4c-dpdk"
6368       output-file-name: "2n-skx-x710-64b-8t4c-dpdk"
6369       data: "plot-performance-trending-dpdk-2n-skx"
6370       include:
6371         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6372         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6373       layout: "plot-cpta"
6374
6375     - title: "2n-skx-xxv710-64b-2t1c-dpdk"
6376       output-file-name: "2n-skx-xxv710-64b-2t1c-dpdk"
6377       data: "plot-performance-trending-dpdk-2n-skx"
6378       include:
6379         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6380         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6381       layout: "plot-cpta"
6382
6383     - title: "2n-skx-xxv710-64b-4t2c-dpdk"
6384       output-file-name: "2n-skx-xxv710-64b-4t2c-dpdk"
6385       data: "plot-performance-trending-dpdk-2n-skx"
6386       include:
6387         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6388         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6389       layout: "plot-cpta"
6390
6391     - title: "2n-skx-xxv710-64b-8t4c-dpdk"
6392       output-file-name: "2n-skx-xxv710-64b-8t4c-dpdk"
6393       data: "plot-performance-trending-dpdk-2n-skx"
6394       include:
6395         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6396         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6397       layout: "plot-cpta"
6398
6399 <<<<<<< HEAD   (d3ea22 Report: Add data)
6400 =======
6401     - title: "2n-clx-x710-64b-2t1c-dpdk"
6402       output-file-name: "2n-clx-x710-64b-2t1c-dpdk"
6403       data: "plot-performance-trending-dpdk-2n-clx"
6404       include:
6405         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6406         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6407       layout: "plot-cpta"
6408
6409     - title: "2n-clx-x710-64b-4t2c-dpdk"
6410       output-file-name: "2n-clx-x710-64b-4t2c-dpdk"
6411       data: "plot-performance-trending-dpdk-2n-clx"
6412       include:
6413         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6414         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6415       layout: "plot-cpta"
6416
6417     - title: "2n-clx-x710-64b-8t4c-dpdk"
6418       output-file-name: "2n-clx-x710-64b-8t4c-dpdk"
6419       data: "plot-performance-trending-dpdk-2n-clx"
6420       include:
6421         - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6422         - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6423       layout: "plot-cpta"
6424
6425     - title: "2n-clx-xxv710-64b-2t1c-dpdk"
6426       output-file-name: "2n-clx-xxv710-64b-2t1c-dpdk"
6427       data: "plot-performance-trending-dpdk-2n-clx"
6428       include:
6429         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6430         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6431       layout: "plot-cpta"
6432
6433     - title: "2n-clx-xxv710-64b-4t2c-dpdk"
6434       output-file-name: "2n-clx-xxv710-64b-4t2c-dpdk"
6435       data: "plot-performance-trending-dpdk-2n-clx"
6436       include:
6437         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6438         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6439       layout: "plot-cpta"
6440
6441     - title: "2n-clx-xxv710-64b-8t4c-dpdk"
6442       output-file-name: "2n-clx-xxv710-64b-8t4c-dpdk"
6443       data: "plot-performance-trending-dpdk-2n-clx"
6444       include:
6445         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6446         - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6447       layout: "plot-cpta"
6448
6449
6450 >>>>>>> CHANGE (b51708 Trending: Plots)
6451     - title: "3n-hsw-x710-64b-1t1c-dpdk"
6452       output-file-name: "3n-hsw-x710-64b-1t1c-dpdk"
6453       data: "plot-performance-trending-dpdk-3n-hsw"
6454       include:
6455         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6456         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6457       layout: "plot-cpta"
6458
6459     - title: "3n-hsw-x710-64b-2t2c-dpdk"
6460       output-file-name: "3n-hsw-x710-64b-2t2c-dpdk"
6461       data: "plot-performance-trending-dpdk-3n-hsw"
6462       include:
6463         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6464         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6465       layout: "plot-cpta"
6466
6467     - title: "3n-hsw-x710-64b-4t4c-dpdk"
6468       output-file-name: "3n-hsw-x710-64b-4t4c-dpdk"
6469       data: "plot-performance-trending-dpdk-3n-hsw"
6470       include:
6471         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6472         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6473       layout: "plot-cpta"
6474
6475     - title: "3n-hsw-xl710-64b-1t1c-dpdk"
6476       output-file-name: "3n-hsw-xl710-64b-1t1c-dpdk"
6477       data: "plot-performance-trending-dpdk-3n-hsw"
6478       include:
6479         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-1t1c-eth-l2xcbase-testpmd-mrr"
6480         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-1t1c-ethip4-ip4base-l3fwd-mrr"
6481       layout: "plot-cpta"
6482
6483     - title: "3n-hsw-xl710-64b-2t2c-dpdk"
6484       output-file-name: "3n-hsw-xl710-64b-2t2c-dpdk"
6485       data: "plot-performance-trending-dpdk-3n-hsw"
6486       include:
6487         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-2t2c-eth-l2xcbase-testpmd-mrr"
6488         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-2t2c-ethip4-ip4base-l3fwd-mrr"
6489       layout: "plot-cpta"
6490
6491     - title: "3n-hsw-xl710-64b-4t4c-dpdk"
6492       output-file-name: "3n-hsw-xl710-64b-4t4c-dpdk"
6493       data: "plot-performance-trending-dpdk-3n-hsw"
6494       include:
6495         - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-mrr.64b-4t4c-eth-l2xcbase-testpmd-mrr"
6496         - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-mrr.64b-4t4c-ethip4-ip4base-l3fwd-mrr"
6497       layout: "plot-cpta"
6498
6499     - title: "3n-skx-x710-64b-2t1c-dpdk"
6500       output-file-name: "3n-skx-x710-64b-2t1c-dpdk"
6501       data: "plot-performance-trending-dpdk-3n-skx"
6502       include:
6503         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6504         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6505       layout: "plot-cpta"
6506
6507     - title: "3n-skx-x710-64b-4t2c-dpdk"
6508       output-file-name: "3n-skx-x710-64b-4t2c-dpdk"
6509       data: "plot-performance-trending-dpdk-3n-skx"
6510       include:
6511         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6512         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6513       layout: "plot-cpta"
6514
6515     - title: "3n-skx-x710-64b-8t4c-dpdk"
6516       output-file-name: "3n-skx-x710-64b-8t4c-dpdk"
6517       data: "plot-performance-trending-dpdk-3n-skx"
6518       include:
6519         - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6520         - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6521       layout: "plot-cpta"
6522
6523     - title: "3n-skx-xxv710-64b-2t1c-dpdk"
6524       output-file-name: "3n-skx-xxv710-64b-2t1c-dpdk"
6525       data: "plot-performance-trending-dpdk-3n-skx"
6526       include:
6527         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-2t1c-eth-l2xcbase-testpmd-mrr"
6528         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-2t1c-ethip4-ip4base-l3fwd-mrr"
6529       layout: "plot-cpta"
6530
6531     - title: "3n-skx-xxv710-64b-4t2c-dpdk"
6532       output-file-name: "3n-skx-xxv710-64b-4t2c-dpdk"
6533       data: "plot-performance-trending-dpdk-3n-skx"
6534       include:
6535         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-4t2c-eth-l2xcbase-testpmd-mrr"
6536         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-4t2c-ethip4-ip4base-l3fwd-mrr"
6537       layout: "plot-cpta"
6538
6539     - title: "3n-skx-xxv710-64b-8t4c-dpdk"
6540       output-file-name: "3n-skx-xxv710-64b-8t4c-dpdk"
6541       data: "plot-performance-trending-dpdk-3n-skx"
6542       include:
6543         - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-8t4c-eth-l2xcbase-testpmd-mrr"
6544         - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-8t4c-ethip4-ip4base-l3fwd-mrr"
6545       layout: "plot-cpta"