4 # Top level directories:
8 DIR[BUILD,HTML]: "_build"
9 DIR[BUILD,LATEX]: "_build_latex"
12 DIR[RST]: "../../../docs/report"
15 ## Input data files (.zip, .xml)
16 DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17 ## Static source files from git
18 DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19 DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
22 DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23 DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24 DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25 DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27 # Detailed test results
28 DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29 DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30 DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31 DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32 DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33 DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34 DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35 DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36 DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37 DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38 DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39 DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40 DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41 DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42 DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43 DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44 DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45 DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46 DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47 DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49 # Detailed test configurations
50 DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51 DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52 DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53 DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54 DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55 DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56 DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57 DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58 DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59 DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60 DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61 DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63 # Detailed tests operational data
64 DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65 DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66 DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67 DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68 DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70 # .css patch file to fix tables generated by Sphinx
71 DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72 DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
75 URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76 URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77 URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78 # URL[VIRL,DNV]: "http://download.it/from/nexus"
79 URL[NEXUS]: "https://docs.fd.io/csit"
80 DIR[NEXUS]: "report/_static/archive"
83 # List the directories which are created while preparing the environment.
84 # All directories MUST be defined in "paths" section.
91 - "DIR[WORKING,SRC,STATIC]"
94 # List the directories which are deleted while cleaning the environment.
95 # All directories MUST be defined in "paths" section.
100 # List the directories where the results (build) is stored.
101 # All directories MUST be defined in "paths" section.
105 - type: "configuration"
122 pci-g3-x8: 74404761.90
123 pci-g3-x16: 148809523.81
127 ###########################################################################
132 plot-vpp-throughput-lat-tsa-3n-hsw:
133 csit-vpp-perf-verify-1904-3n-hsw:
145 # plot-vpp-http-server-performance:
146 # # TODO: Replace with 1904 data
147 # # csit-vpp-perf-verify-1904-3n-hsw:
148 # csit-vpp-perf-verify-1810-3n-hsw:
160 # plot-ligato-throughput-lat-tsa-3n-hsw:
161 # # TODO: Replace with 1904 data
162 # # csit-ligato-perf-verify-1904-3n-hsw:
163 # csit-ligato-perf-verify-1901-3n-hsw:
175 plot-dpdk-throughput-latency-3n-hsw:
176 csit-dpdk-perf-verify-1904-3n-hsw:
190 plot-vpp-throughput-lat-tsa-3n-skx:
191 csit-vpp-perf-verify-1904-3n-skx:
203 plot-dpdk-throughput-latency-3n-skx:
204 csit-dpdk-perf-verify-1904-3n-skx:
218 plot-vpp-throughput-lat-tsa-2n-skx:
219 csit-vpp-perf-verify-1904-2n-skx:
231 plot-vpp-soak-2n-skx:
232 # TODO: Add 1904 data
233 csit-vpp-perf-verify-1904-2n-skx:
237 plot-vpp-nfv-2n-skx-ndrpdr-64b:
238 csit-vpp-perf-verify-1904-2n-skx:
239 - 56 # NFV NDRPDR 64b
240 - 59 # NFV NDRPDR 64b
241 - 60 # NFV NDRPDR 64b
242 - 65 # NFV NDRPDR 64b
243 - 68 # NFV NDRPDR 64b
245 plot-vpp-nfv-2n-skx-ndrpdr-imix:
246 # TODO: Add 1904 data
247 csit-vpp-perf-verify-1904-2n-skx:
248 - 66 # NFV NDRPDR IMIX
249 - 67 # NFV NDRPDR IMIX
250 - 69 # NFV NDRPDR IMIX
252 plot-vpp-nfv-2n-skx-mrr-64b:
253 csit-vpp-perf-verify-1904-2n-skx:
260 plot-vpp-nfv-2n-skx-mrr-imix:
261 csit-vpp-perf-verify-1904-2n-skx:
268 plot-dpdk-throughput-latency-2n-skx:
269 csit-dpdk-perf-verify-1904-2n-skx:
285 # # TODO: Replace with 1904 data
286 # # intel-dnv-vpp-release-1904:
287 # intel-dnv-vpp-release-1901:
290 ###########################################################################
291 # Simple tables (only one data set):
295 vpp-nic-comparison-3n-hsw:
296 csit-vpp-perf-verify-1904-3n-hsw:
308 vpp-nic-comparison-3n-skx:
309 csit-vpp-perf-verify-1904-3n-skx:
321 vpp-nic-comparison-2n-skx:
322 csit-vpp-perf-verify-1904-2n-skx:
334 vpp-nic-comparison-3n-hsw-mrr:
335 csit-vpp-perf-verify-1904-3n-hsw:
338 vpp-nic-comparison-3n-skx-mrr:
339 csit-vpp-perf-verify-1904-3n-skx:
342 vpp-nic-comparison-2n-skx-mrr:
343 csit-vpp-perf-verify-1904-2n-skx:
348 vpp-perf-results-3n-hsw:
349 # TODO: Replace with FULL 1904 data
350 csit-vpp-perf-verify-1904-3n-hsw:
353 vpp-perf-results-3n-skx:
354 csit-vpp-perf-verify-1904-3n-skx:
360 vpp-perf-results-2n-skx:
361 csit-vpp-perf-verify-1904-2n-skx:
367 vpp-mrr-results-3n-hsw:
368 csit-vpp-perf-verify-1904-3n-hsw:
371 vpp-mrr-results-3n-skx:
372 csit-vpp-perf-verify-1904-3n-skx:
375 vpp-mrr-results-2n-skx:
376 csit-vpp-perf-verify-1904-2n-skx:
379 vpp-func-results-ubuntu:
380 csit-vpp-functional-1904-ubuntu1604-virl:
383 vpp-func-results-centos:
384 csit-vpp-functional-1904-centos7-virl:
387 vpp-device-results-ubuntu:
388 csit-vpp-device-1904-ubuntu1804-1n-skx:
392 # ligato-perf-results-3n-hsw:
393 # # TODO: Replace with 1904 data
394 # # csit-ligato-perf-verify-1904-3n-hsw:
395 # csit-ligato-perf-verify-1901-3n-hsw:
398 dpdk-perf-results-3n-hsw:
399 csit-dpdk-perf-verify-1904-3n-hsw:
402 dpdk-perf-results-3n-skx:
403 csit-dpdk-perf-verify-1904-3n-skx:
406 dpdk-perf-results-2n-skx:
407 csit-dpdk-perf-verify-1904-2n-skx:
410 # HoneyComb Functional
412 csit-hc2vpp-verify-func-1904-ubuntu1604:
415 # # NSH SFC Functional
418 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
423 csit-dmm-functional-1904-ubuntu1604-virl:
426 ###########################################################################
427 # Tables (more than one data set)
429 # Performance changes
431 # intel-dnv-vpp-changes-2n-dnv-h1:
432 # intel-dnv-vpp-release-1810:
434 # intel-dnv-vpp-changes-2n-dnv-ref:
435 # intel-dnv-vpp-release-1901:
437 # intel-dnv-vpp-changes-2n-dnv-cmp:
438 # # TODO: Replace with 1904 data
439 # # intel-dnv-vpp-release-1904:
440 # intel-dnv-vpp-release-1901:
442 # intel-dnv-vpp-changes-2n-dnv:
443 # - "intel-dnv-vpp-changes-2n-dnv-h1"
444 # - "intel-dnv-vpp-changes-2n-dnv-ref"
445 # - "intel-dnv-vpp-changes-2n-dnv-cmp"
447 vpp-performance-changes-3n-hsw-h1:
448 csit-vpp-perf-verify-1810-3n-hsw:
459 vpp-performance-changes-3n-hsw-ref:
460 csit-vpp-perf-verify-1901-3n-hsw:
481 vpp-performance-changes-3n-hsw-cmp:
482 csit-vpp-perf-verify-1904-3n-hsw:
493 vpp-performance-changes-3n-hsw:
494 - "vpp-performance-changes-3n-hsw-h1"
495 - "vpp-performance-changes-3n-hsw-ref"
496 - "vpp-performance-changes-3n-hsw-cmp"
498 vpp-performance-changes-3n-skx-h1:
499 csit-vpp-perf-verify-1810-3n-skx:
510 vpp-performance-changes-3n-skx-ref:
511 csit-vpp-perf-verify-1901-3n-skx:
532 vpp-performance-changes-3n-skx-cmp:
533 csit-vpp-perf-verify-1904-3n-skx:
544 vpp-performance-changes-3n-skx:
545 - "vpp-performance-changes-3n-skx-h1"
546 - "vpp-performance-changes-3n-skx-ref"
547 - "vpp-performance-changes-3n-skx-cmp"
549 vpp-performance-changes-2n-skx-h1:
550 csit-vpp-perf-verify-1810-2n-skx:
561 vpp-performance-changes-2n-skx-ref:
562 csit-vpp-perf-verify-1901-2n-skx:
573 vpp-performance-changes-2n-skx-cmp:
574 csit-vpp-perf-verify-1904-2n-skx:
585 vpp-performance-changes-2n-skx:
586 - "vpp-performance-changes-2n-skx-h1"
587 - "vpp-performance-changes-2n-skx-ref"
588 - "vpp-performance-changes-2n-skx-cmp"
590 vpp-soak-vs-ndr-2n-skx-ref:
591 csit-vpp-perf-verify-1904-2n-skx:
602 vpp-soak-vs-ndr-2n-skx-cmp:
603 csit-vpp-perf-verify-1904-2n-skx:
606 vpp-soak-vs-ndr-2n-skx:
607 csit-vpp-perf-verify-1904-2n-skx:
621 vpp-performance-changes-3n-hsw-mrr-h1:
622 csit-vpp-perf-verify-1810-3n-hsw:
624 vpp-performance-changes-3n-hsw-mrr-ref:
625 csit-vpp-perf-verify-1901-3n-hsw:
627 vpp-performance-changes-3n-hsw-mrr-cmp:
628 csit-vpp-perf-verify-1904-3n-hsw:
630 vpp-performance-changes-3n-hsw-mrr:
631 - "vpp-performance-changes-3n-hsw-mrr-h1"
632 - "vpp-performance-changes-3n-hsw-mrr-ref"
633 - "vpp-performance-changes-3n-hsw-mrr-cmp"
635 vpp-performance-changes-3n-skx-mrr-h1:
636 csit-vpp-perf-verify-1810-3n-skx:
641 vpp-performance-changes-3n-skx-mrr-ref:
642 csit-vpp-perf-verify-1901-3n-skx:
644 vpp-performance-changes-3n-skx-mrr-cmp:
645 csit-vpp-perf-verify-1904-3n-skx:
647 vpp-performance-changes-3n-skx-mrr:
648 - "vpp-performance-changes-3n-skx-mrr-h1"
649 - "vpp-performance-changes-3n-skx-mrr-ref"
650 - "vpp-performance-changes-3n-skx-mrr-cmp"
652 vpp-performance-changes-2n-skx-mrr-h1:
653 csit-vpp-perf-verify-1810-2n-skx:
658 vpp-performance-changes-2n-skx-mrr-ref:
659 csit-vpp-perf-verify-1901-2n-skx:
661 vpp-performance-changes-2n-skx-mrr-cmp:
662 csit-vpp-perf-verify-1904-2n-skx:
664 vpp-performance-changes-2n-skx-mrr:
665 - "vpp-performance-changes-2n-skx-mrr-h1"
666 - "vpp-performance-changes-2n-skx-mrr-ref"
667 - "vpp-performance-changes-2n-skx-mrr-cmp"
669 dpdk-performance-changes-3n-hsw-h1:
670 csit-dpdk-perf-verify-1810-3n-hsw:
681 dpdk-performance-changes-3n-hsw-ref:
682 csit-dpdk-perf-verify-1901-3n-hsw:
693 dpdk-performance-changes-3n-hsw-cmp:
694 csit-dpdk-perf-verify-1904-3n-hsw:
705 dpdk-performance-changes-3n-hsw:
706 - "dpdk-performance-changes-3n-hsw-h1"
707 - "dpdk-performance-changes-3n-hsw-ref"
708 - "dpdk-performance-changes-3n-hsw-cmp"
710 dpdk-performance-changes-3n-skx-h1:
711 csit-dpdk-perf-verify-1810-3n-skx:
722 dpdk-performance-changes-3n-skx-ref:
723 csit-dpdk-perf-verify-1901-3n-skx:
734 dpdk-performance-changes-3n-skx-cmp:
735 csit-dpdk-perf-verify-1904-3n-skx:
746 dpdk-performance-changes-3n-skx:
747 - "dpdk-performance-changes-3n-skx-h1"
748 - "dpdk-performance-changes-3n-skx-ref"
749 - "dpdk-performance-changes-3n-skx-cmp"
751 dpdk-performance-changes-2n-skx-h1:
752 csit-dpdk-perf-verify-1810-2n-skx:
763 dpdk-performance-changes-2n-skx-ref:
764 csit-dpdk-perf-verify-1901-2n-skx:
775 dpdk-performance-changes-2n-skx-cmp:
776 csit-dpdk-perf-verify-1904-2n-skx:
787 dpdk-performance-changes-2n-skx:
788 - "dpdk-performance-changes-2n-skx-h1"
789 - "dpdk-performance-changes-2n-skx-ref"
790 - "dpdk-performance-changes-2n-skx-cmp"
794 vpp-compare-testbeds-ref:
795 csit-vpp-perf-verify-1904-3n-hsw:
806 vpp-compare-testbeds-cmp:
807 csit-vpp-perf-verify-1904-3n-skx:
818 vpp-compare-testbeds:
819 - "vpp-compare-testbeds-ref"
820 - "vpp-compare-testbeds-cmp"
822 vpp-compare-testbeds-mrr-ref:
823 csit-vpp-perf-verify-1904-3n-hsw:
825 vpp-compare-testbeds-mrr-cmp:
826 csit-vpp-perf-verify-1904-3n-skx:
828 vpp-compare-testbeds-mrr:
829 - "vpp-compare-testbeds-mrr-ref"
830 - "vpp-compare-testbeds-mrr-cmp"
832 dpdk-compare-testbeds-ref:
833 csit-dpdk-perf-verify-1904-3n-hsw:
844 dpdk-compare-testbeds-cmp:
845 csit-dpdk-perf-verify-1904-3n-skx:
856 dpdk-compare-testbeds:
857 - "dpdk-compare-testbeds-ref"
858 - "dpdk-compare-testbeds-cmp"
862 vpp-compare-topologies-ref:
863 csit-vpp-perf-verify-1904-3n-skx:
874 vpp-compare-topologies-cmp:
875 csit-vpp-perf-verify-1904-2n-skx:
886 vpp-compare-topologies:
887 - "vpp-compare-topologies-ref"
888 - "vpp-compare-topologies-cmp"
890 vpp-compare-topologies-mrr-ref:
891 csit-vpp-perf-verify-1904-3n-skx:
893 vpp-compare-topologies-mrr-cmp:
894 csit-vpp-perf-verify-1904-2n-skx:
896 vpp-compare-topologies-mrr:
897 - "vpp-compare-topologies-mrr-ref"
898 - "vpp-compare-topologies-mrr-cmp"
900 dpdk-compare-topologies-ref:
901 csit-dpdk-perf-verify-1904-3n-skx:
912 dpdk-compare-topologies-cmp:
913 csit-dpdk-perf-verify-1904-2n-skx:
924 dpdk-compare-topologies:
925 - "dpdk-compare-topologies-ref"
926 - "dpdk-compare-topologies-cmp"
930 plot-soak-throughput:
934 title: "<b>Test Cases [Index]</b>"
939 gridcolor: "rgb(230, 230, 230)"
940 linecolor: "rgb(220, 220, 220)"
945 tickcolor: "rgb(220, 220, 220)"
951 title: "<b>Packet Throughput [Mpps]</b>"
954 gridcolor: "rgb(230, 230, 230)"
957 linecolor: "rgb(220, 220, 220)"
962 tickcolor: "rgb(220, 220, 220)"
981 plot-service-density:
990 showticklabels: False
996 autorange: "reversed"
999 showticklabels: False
1013 title: "<b>Test Cases [Index]</b>"
1018 gridcolor: "rgb(230, 230, 230)"
1019 linecolor: "rgb(220, 220, 220)"
1023 showticklabels: True
1024 tickcolor: "rgb(220, 220, 220)"
1030 title: "<b>Connections Per Second [cps]</b>"
1033 gridcolor: "rgb(230, 230, 230)"
1035 linecolor: "rgb(220, 220, 220)"
1040 showticklabels: True
1041 tickcolor: "rgb(220, 220, 220)"
1066 title: "<b>Test Cases [Index]</b>"
1071 gridcolor: "rgb(230, 230, 230)"
1072 linecolor: "rgb(220, 220, 220)"
1076 showticklabels: True
1077 tickcolor: "rgb(220, 220, 220)"
1083 title: "<b>Requests Per Second [rps]</b>"
1086 gridcolor: "rgb(230, 230, 230)"
1088 linecolor: "rgb(220, 220, 220)"
1093 showticklabels: True
1094 tickcolor: "rgb(230, 230, 230)"
1119 title: "<b>Test Cases [Index]</b>"
1124 gridcolor: "rgb(230, 230, 230)"
1125 linecolor: "rgb(220, 220, 220)"
1129 showticklabels: True
1130 tickcolor: "rgb(220, 220, 220)"
1136 title: "<b>Packet Throughput [Mpps]</b>"
1139 gridcolor: "rgb(230, 230, 230)"
1142 linecolor: "rgb(220, 220, 220)"
1146 showticklabels: True
1147 tickcolor: "rgb(220, 220, 220)"
1168 plot-throughput-speedup-analysis:
1172 title: "<b>Number of Cores [Qty]</b>"
1177 gridcolor: "rgb(230, 230, 230)"
1178 linecolor: "rgb(220, 220, 220)"
1182 showticklabels: True
1183 tickcolor: "rgb(238, 238, 238)"
1189 title: "<b>Packet Throughput [Mpps]</b>"
1193 gridcolor: "rgb(230, 230, 230)"
1195 linecolor: "rgb(220, 220, 220)"
1199 showticklabels: True
1200 tickcolor: "rgb(220, 220, 220)"
1215 bgcolor: "rgba(255, 255, 255, 0)"
1216 bordercolor: "rgba(255, 255, 255, 0)"
1217 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1241 family: "Consolas, Courier New",
1246 text: " Perfect Measured Limit",
1256 family: "Consolas, Courier New",
1266 title: "<b>Direction</b>"
1271 gridcolor: "rgb(230, 230, 230)"
1272 linecolor: "rgb(220, 220, 220)"
1276 showticklabels: False
1277 tickcolor: "rgb(220, 220, 220)"
1283 title: "<b>Packet Latency [uSec]</b>"
1287 gridcolor: "rgb(230, 230, 230)"
1289 linecolor: "rgb(220, 220, 220)"
1293 showticklabels: True
1294 tickcolor: "rgb(220, 220, 220)"
1304 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1318 src-path: "{DIR[RST]}"
1319 dst-path: "{DIR[WORKING,SRC]}"
1323 file-name: "robot-plugin.zip"
1325 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1326 extract: "robot-plugin/output.xml"
1329 # # TODO: Add 1904 data
1330 ## intel-dnv-vpp-release-1904:
1333 # intel-dnv-vpp-release-1901:
1336 # intel-dnv-vpp-release-1810:
1339 csit-vpp-perf-verify-1810-3n-hsw:
1361 csit-vpp-perf-verify-1901-3n-hsw:
1383 # TODO: Add 1904 Data
1384 csit-vpp-perf-verify-1904-3n-hsw:
1397 csit-vpp-perf-verify-1810-3n-skx:
1412 csit-vpp-perf-verify-1901-3n-skx:
1434 csit-vpp-perf-verify-1904-3n-skx:
1451 csit-vpp-perf-verify-1810-2n-skx:
1466 csit-vpp-perf-verify-1901-2n-skx:
1478 # TODO: Add 1904 data
1479 csit-vpp-perf-verify-1904-2n-skx:
1505 - 56 # NFV NDRPDR 64b
1506 - 59 # NFV NDRPDR 64b
1507 - 60 # NFV NDRPDR 64b
1508 - 65 # NFV NDRPDR 64b
1509 - 68 # NFV NDRPDR 64b
1510 - 66 # NFV NDRPDR IMIX
1511 - 67 # NFV NDRPDR IMIX
1512 - 69 # NFV NDRPDR IMIX
1516 # csit-ligato-perf-verify-1901-3n-hsw:
1517 # - 10 # NDRPDR full
1528 # # TODO: Add 1904 data
1529 ## csit-ligato-perf-verify-1904-3n-hsw:
1532 csit-dpdk-perf-verify-1810-3n-hsw:
1543 csit-dpdk-perf-verify-1901-3n-hsw:
1554 csit-dpdk-perf-verify-1904-3n-hsw:
1566 csit-dpdk-perf-verify-1810-3n-skx:
1577 csit-dpdk-perf-verify-1901-3n-skx:
1588 csit-dpdk-perf-verify-1904-3n-skx:
1600 csit-dpdk-perf-verify-1810-2n-skx:
1611 csit-dpdk-perf-verify-1901-2n-skx:
1622 csit-dpdk-perf-verify-1904-2n-skx:
1634 csit-vpp-functional-1904-ubuntu1604-virl:
1636 csit-vpp-functional-1904-centos7-virl:
1638 csit-vpp-device-1904-ubuntu1804-1n-skx:
1641 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1643 csit-dmm-functional-1904-ubuntu1604-virl:
1645 csit-hc2vpp-verify-func-1904-ubuntu1604:
1656 ################################################################################
1658 ################################################################################
1662 title: "VPP Soak vs NDR 2n-skx"
1663 algorithm: "table_soak_vs_ndr"
1664 output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1667 data: "vpp-soak-vs-ndr-2n-skx-ref"
1670 data: "vpp-soak-vs-ndr-2n-skx-cmp"
1671 data: "vpp-soak-vs-ndr-2n-skx"
1672 include-tests: "NDR"
1673 filter: "('NDRPDR' or 'SOAK')"
1679 ################################################################################
1681 # VPP Compare NICs 3n-hsw 1t1c ndr
1683 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1684 algorithm: "table_nics_comparison"
1685 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1688 nic: "NIC_Intel-X520-DA2"
1691 nic: "NIC_Intel-X710"
1692 data: "vpp-nic-comparison-3n-hsw"
1693 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1701 # VPP Compare NICs 3n-hsw 2t2c ndr
1703 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1704 algorithm: "table_nics_comparison"
1705 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1708 nic: "NIC_Intel-X520-DA2"
1711 nic: "NIC_Intel-X710"
1712 data: "vpp-nic-comparison-3n-hsw"
1713 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1714 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1721 # VPP Compare NICs 3n-hsw 1t1c pdr
1723 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1724 algorithm: "table_nics_comparison"
1725 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1728 nic: "NIC_Intel-X520-DA2"
1731 nic: "NIC_Intel-X710"
1732 data: "vpp-nic-comparison-3n-hsw"
1733 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1741 # VPP Compare NICs 3n-hsw 2t2c pdr
1743 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1744 algorithm: "table_nics_comparison"
1745 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1748 nic: "NIC_Intel-X520-DA2"
1751 nic: "NIC_Intel-X710"
1752 data: "vpp-nic-comparison-3n-hsw"
1753 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1761 # VPP Compare NICs 3n-hsw 1t1c mrr
1763 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1764 algorithm: "table_nics_comparison"
1765 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1768 nic: "NIC_Intel-X520-DA2"
1771 nic: "NIC_Intel-X710"
1772 data: "vpp-nic-comparison-3n-hsw-mrr"
1773 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1774 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1781 # VPP Compare NICs 3n-hsw 2t2c mrr
1783 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1784 algorithm: "table_nics_comparison"
1785 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1788 nic: "NIC_Intel-X520-DA2"
1791 nic: "NIC_Intel-X710"
1792 data: "vpp-nic-comparison-3n-hsw-mrr"
1793 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1794 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1801 # VPP Compare NICs 3n-hsw 4t4c mrr
1803 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1804 algorithm: "table_nics_comparison"
1805 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1808 nic: "NIC_Intel-X520-DA2"
1811 nic: "NIC_Intel-X710"
1812 data: "vpp-nic-comparison-3n-hsw-mrr"
1813 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1821 # VPP Compare NICs 3n-skx 2t1c ndr
1823 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1824 algorithm: "table_nics_comparison"
1825 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1828 nic: "NIC_Intel-X710"
1830 title: "Intel-xxv710"
1831 nic: "NIC_Intel-XXV710"
1832 data: "vpp-nic-comparison-3n-skx"
1833 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1834 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1841 # VPP Compare NICs 3n-skx 4t2c ndr
1843 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1844 algorithm: "table_nics_comparison"
1845 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1848 nic: "NIC_Intel-X710"
1850 title: "Intel-xxv710"
1851 nic: "NIC_Intel-XXV710"
1852 data: "vpp-nic-comparison-3n-skx"
1853 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1854 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1861 # VPP Compare NICs 3n-skx 2t1c pdr
1863 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1864 algorithm: "table_nics_comparison"
1865 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1868 nic: "NIC_Intel-X710"
1870 title: "Intel-xxv710"
1871 nic: "NIC_Intel-XXV710"
1872 data: "vpp-nic-comparison-3n-skx"
1873 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1874 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1881 # VPP Compare NICs 3n-skx 4t2c pdr
1883 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1884 algorithm: "table_nics_comparison"
1885 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1888 nic: "NIC_Intel-X710"
1890 title: "Intel-xxv710"
1891 nic: "NIC_Intel-XXV710"
1892 data: "vpp-nic-comparison-3n-skx"
1893 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1894 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1901 # VPP Compare NICs 3n-skx 2t1c mrr
1903 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1904 algorithm: "table_nics_comparison"
1905 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1908 nic: "NIC_Intel-X710"
1910 title: "Intel-xxv710"
1911 nic: "NIC_Intel-XXV710"
1912 data: "vpp-nic-comparison-3n-skx-mrr"
1913 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1914 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1921 # VPP Compare NICs 3n-skx 4t2c mrr
1923 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1924 algorithm: "table_nics_comparison"
1925 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1928 nic: "NIC_Intel-X710"
1930 title: "Intel-xxv710"
1931 nic: "NIC_Intel-XXV710"
1932 data: "vpp-nic-comparison-3n-skx-mrr"
1933 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1941 # VPP Compare NICs 3n-skx 8t4c mrr
1943 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1944 algorithm: "table_nics_comparison"
1945 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1948 nic: "NIC_Intel-X710"
1950 title: "Intel-xxv710"
1951 nic: "NIC_Intel-XXV710"
1952 data: "vpp-nic-comparison-3n-skx-mrr"
1953 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1954 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1961 # VPP Compare NICs 2n-skx 2t1c ndr
1963 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1964 algorithm: "table_nics_comparison"
1965 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1968 nic: "NIC_Intel-X710"
1970 title: "Intel-xxv710"
1971 nic: "NIC_Intel-XXV710"
1972 data: "vpp-nic-comparison-2n-skx"
1973 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1974 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1981 # VPP Compare NICs 2n-skx 4t2c ndr
1983 title: "VPP Compare NICs 2n-skx 4t2c ndr"
1984 algorithm: "table_nics_comparison"
1985 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1988 nic: "NIC_Intel-X710"
1990 title: "Intel-xxv710"
1991 nic: "NIC_Intel-XXV710"
1992 data: "vpp-nic-comparison-2n-skx"
1993 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1994 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001 # VPP Compare NICs 2n-skx 2t1c pdr
2003 title: "VPP Compare NICs 2n-skx 2t1c pdr"
2004 algorithm: "table_nics_comparison"
2005 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2008 nic: "NIC_Intel-X710"
2010 title: "Intel-xxv710"
2011 nic: "NIC_Intel-XXV710"
2012 data: "vpp-nic-comparison-2n-skx"
2013 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2021 # VPP Compare NICs 2n-skx 4t2c pdr
2023 title: "VPP Compare NICs 2n-skx 4t2c pdr"
2024 algorithm: "table_nics_comparison"
2025 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2028 nic: "NIC_Intel-X710"
2030 title: "Intel-xxv710"
2031 nic: "NIC_Intel-XXV710"
2032 data: "vpp-nic-comparison-2n-skx"
2033 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2034 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2041 # VPP Compare NICs 2n-skx 2t1c mrr
2043 title: "VPP Compare NICs 2n-skx 2t1c mrr"
2044 algorithm: "table_nics_comparison"
2045 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2048 nic: "NIC_Intel-X710"
2050 title: "Intel-xxv710"
2051 nic: "NIC_Intel-XXV710"
2052 data: "vpp-nic-comparison-2n-skx-mrr"
2053 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2054 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2061 # VPP Compare NICs 2n-skx 4t2c mrr
2063 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2064 algorithm: "table_nics_comparison"
2065 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2068 nic: "NIC_Intel-X710"
2070 title: "Intel-xxv710"
2071 nic: "NIC_Intel-XXV710"
2072 data: "vpp-nic-comparison-2n-skx-mrr"
2073 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2074 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2081 # VPP Compare NICs 2n-skx 8t4c mrr
2083 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2084 algorithm: "table_nics_comparison"
2085 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2088 nic: "NIC_Intel-X710"
2090 title: "Intel-xxv710"
2091 nic: "NIC_Intel-XXV710"
2092 data: "vpp-nic-comparison-2n-skx-mrr"
2093 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2094 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2101 ################################################################################
2104 ## VPP Performance Changes 2n-dnv 1t1c pdr
2106 # title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2107 # algorithm: "table_performance_comparison"
2108 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2110 # - title: "rls1810"
2111 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2114 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2117 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2118 # data: "intel-dnv-vpp-changes-2n-dnv"
2119 # include-tests: "PDR"
2120 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2126 ## VPP Performance Changes 2n-dnv 2t2c pdr
2128 # title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2129 # algorithm: "table_performance_comparison"
2130 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2132 # - title: "rls1810"
2133 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2136 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2139 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2140 # data: "intel-dnv-vpp-changes-2n-dnv"
2141 # include-tests: "PDR"
2142 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2148 ## VPP Performance Changes 2n-dnv 1t1c ndr
2150 # title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2151 # algorithm: "table_performance_comparison"
2152 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2154 # - title: "rls1810"
2155 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2158 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2161 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2162 # data: "intel-dnv-vpp-changes-2n-dnv"
2163 # include-tests: "NDR"
2164 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2170 ## VPP Performance Changes 2n-dnv 2t2c ndr
2172 # title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2173 # algorithm: "table_performance_comparison"
2174 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2176 # - title: "rls1810"
2177 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2180 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2183 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2184 # data: "intel-dnv-vpp-changes-2n-dnv"
2185 # include-tests: "NDR"
2186 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2192 ## VPP Performance Changes 2n-dnv 1t1c MRR
2194 # title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2195 # algorithm: "table_performance_comparison"
2196 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2198 # - title: "rls1810"
2199 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2202 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2205 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2206 # data: "intel-dnv-vpp-changes-2n-dnv"
2207 # include-tests: "MRR"
2208 # filter: "'1T1C' and 'MRR'"
2214 ## VPP Performance Changes 2n-dnv 2t2c MRR
2216 # title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2217 # algorithm: "table_performance_comparison"
2218 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2220 # - title: "rls1810"
2221 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2224 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2227 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2228 # data: "intel-dnv-vpp-changes-2n-dnv"
2229 # include-tests: "MRR"
2230 # filter: "'2T2C' and 'MRR'"
2236 ## VPP Performance Changes 2n-dnv 4t4c MRR
2238 # title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2239 # algorithm: "table_performance_comparison"
2240 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2242 # - title: "rls1810"
2243 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2246 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2249 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2250 # data: "intel-dnv-vpp-changes-2n-dnv"
2251 # include-tests: "MRR"
2252 # filter: "'4T4C' and 'MRR'"
2258 # VPP Performance Changes 3n-hsw 1t1c pdr
2260 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2261 algorithm: "table_performance_comparison"
2262 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2265 data: "vpp-performance-changes-3n-hsw-h1"
2268 data: "vpp-performance-changes-3n-hsw-ref"
2271 data: "vpp-performance-changes-3n-hsw-cmp"
2272 data: "vpp-performance-changes-3n-hsw"
2273 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2274 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2280 # VPP Performance Changes 3n-hsw 2t2c pdr
2282 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2283 algorithm: "table_performance_comparison"
2284 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2287 data: "vpp-performance-changes-3n-hsw-h1"
2290 data: "vpp-performance-changes-3n-hsw-ref"
2293 data: "vpp-performance-changes-3n-hsw-cmp"
2294 data: "vpp-performance-changes-3n-hsw"
2295 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2296 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2302 # VPP Performance Changes 3n-hsw 1t1c ndr
2304 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2305 algorithm: "table_performance_comparison"
2306 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2309 data: "vpp-performance-changes-3n-hsw-h1"
2312 data: "vpp-performance-changes-3n-hsw-ref"
2315 data: "vpp-performance-changes-3n-hsw-cmp"
2316 data: "vpp-performance-changes-3n-hsw"
2317 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2318 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2324 # VPP Performance Changes 3n-hsw 2t2c ndr
2326 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2327 algorithm: "table_performance_comparison"
2328 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2331 data: "vpp-performance-changes-3n-hsw-h1"
2334 data: "vpp-performance-changes-3n-hsw-ref"
2337 data: "vpp-performance-changes-3n-hsw-cmp"
2338 data: "vpp-performance-changes-3n-hsw"
2339 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2340 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2346 # VPP Performance Changes 3n-skx 2t1c pdr
2348 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2349 algorithm: "table_performance_comparison"
2350 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2353 data: "vpp-performance-changes-3n-skx-h1"
2356 data: "vpp-performance-changes-3n-skx-ref"
2359 data: "vpp-performance-changes-3n-skx-cmp"
2360 data: "vpp-performance-changes-3n-skx"
2361 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2362 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2368 # VPP Performance Changes 3n-skx 4t2c pdr
2370 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2371 algorithm: "table_performance_comparison"
2372 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2375 data: "vpp-performance-changes-3n-skx-h1"
2378 data: "vpp-performance-changes-3n-skx-ref"
2381 data: "vpp-performance-changes-3n-skx-cmp"
2382 data: "vpp-performance-changes-3n-skx"
2383 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2384 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2390 # VPP Performance Changes 3n-skx 2t1c ndr
2392 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2393 algorithm: "table_performance_comparison"
2394 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2397 data: "vpp-performance-changes-3n-skx-h1"
2400 data: "vpp-performance-changes-3n-skx-ref"
2403 data: "vpp-performance-changes-3n-skx-cmp"
2404 data: "vpp-performance-changes-3n-skx"
2405 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2406 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2412 # VPP Performance Changes 3n-skx 4t2c ndr
2414 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2415 algorithm: "table_performance_comparison"
2416 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2419 data: "vpp-performance-changes-3n-skx-h1"
2422 data: "vpp-performance-changes-3n-skx-ref"
2425 data: "vpp-performance-changes-3n-skx-cmp"
2426 data: "vpp-performance-changes-3n-skx"
2427 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2434 # VPP Performance Changes 2n-skx 2t1c pdr
2436 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2437 algorithm: "table_performance_comparison"
2438 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2441 data: "vpp-performance-changes-2n-skx-h1"
2444 data: "vpp-performance-changes-2n-skx-ref"
2447 data: "vpp-performance-changes-2n-skx-cmp"
2448 data: "vpp-performance-changes-2n-skx"
2449 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2450 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2456 # VPP Performance Changes 2n-skx 4t2c pdr
2458 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2459 algorithm: "table_performance_comparison"
2460 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2463 data: "vpp-performance-changes-2n-skx-h1"
2466 data: "vpp-performance-changes-2n-skx-ref"
2469 data: "vpp-performance-changes-2n-skx-cmp"
2470 data: "vpp-performance-changes-2n-skx"
2471 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2472 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2478 # VPP Performance Changes 2n-skx 2t1c ndr
2480 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2481 algorithm: "table_performance_comparison"
2482 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2485 data: "vpp-performance-changes-2n-skx-h1"
2488 data: "vpp-performance-changes-2n-skx-ref"
2491 data: "vpp-performance-changes-2n-skx-cmp"
2492 data: "vpp-performance-changes-2n-skx"
2493 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2500 # VPP Performance Changes 2n-skx 4t2c ndr
2502 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2503 algorithm: "table_performance_comparison"
2504 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2507 data: "vpp-performance-changes-2n-skx-h1"
2510 data: "vpp-performance-changes-2n-skx-ref"
2513 data: "vpp-performance-changes-2n-skx-cmp"
2514 data: "vpp-performance-changes-2n-skx"
2515 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2516 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2524 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2525 algorithm: "table_performance_comparison"
2526 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2529 data: "vpp-compare-testbeds-ref"
2532 data: "vpp-compare-testbeds-cmp"
2533 data: "vpp-compare-testbeds"
2534 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2535 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2541 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2543 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2544 algorithm: "table_performance_comparison"
2545 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2548 data: "vpp-compare-testbeds-ref"
2551 data: "vpp-compare-testbeds-cmp"
2552 data: "vpp-compare-testbeds"
2553 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2562 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2563 algorithm: "table_performance_comparison"
2564 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2567 data: "vpp-compare-testbeds-ref"
2570 data: "vpp-compare-testbeds-cmp"
2571 data: "vpp-compare-testbeds"
2572 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2573 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2579 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2581 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2582 algorithm: "table_performance_comparison"
2583 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2586 data: "vpp-compare-testbeds-ref"
2589 data: "vpp-compare-testbeds-cmp"
2590 data: "vpp-compare-testbeds"
2591 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2592 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2598 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2600 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2601 algorithm: "table_performance_comparison"
2602 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2605 data: "vpp-compare-topologies-ref"
2608 data: "vpp-compare-topologies-cmp"
2609 data: "vpp-compare-topologies"
2610 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2611 filter: "'NDRPDR' and '1C'"
2617 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2619 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2620 algorithm: "table_performance_comparison"
2621 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2624 data: "vpp-compare-topologies-ref"
2627 data: "vpp-compare-topologies-cmp"
2628 data: "vpp-compare-topologies"
2629 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2630 filter: "'NDRPDR' and '2C'"
2636 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2638 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2639 algorithm: "table_performance_comparison"
2640 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2643 data: "vpp-compare-topologies-ref"
2646 data: "vpp-compare-topologies-cmp"
2647 data: "vpp-compare-topologies"
2648 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2649 filter: "'NDRPDR' and '1C'"
2655 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2657 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2658 algorithm: "table_performance_comparison"
2659 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2662 data: "vpp-compare-topologies-ref"
2665 data: "vpp-compare-topologies-cmp"
2666 data: "vpp-compare-topologies"
2667 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668 filter: "'NDRPDR' and '2C'"
2674 # VPP Performance Changes 3n-hsw 1t1c MRR
2676 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2677 algorithm: "table_performance_comparison"
2678 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2681 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2684 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2687 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2688 data: "vpp-performance-changes-3n-hsw-mrr"
2689 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2690 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2696 # VPP Performance Changes 3n-hsw 2t2c MRR
2698 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2699 algorithm: "table_performance_comparison"
2700 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2703 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2706 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2709 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2710 data: "vpp-performance-changes-3n-hsw-mrr"
2711 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2712 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2718 # VPP Performance Changes 3n-hsw 4t4c MRR
2720 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2721 algorithm: "table_performance_comparison"
2722 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2725 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2728 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2731 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2732 data: "vpp-performance-changes-3n-hsw-mrr"
2733 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2740 # VPP Performance Changes 3n-skx 2t1c MRR
2742 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2743 algorithm: "table_performance_comparison"
2744 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2747 data: "vpp-performance-changes-3n-skx-mrr-h1"
2750 data: "vpp-performance-changes-3n-skx-mrr-ref"
2753 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2754 data: "vpp-performance-changes-3n-skx-mrr"
2755 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2762 # VPP Performance Changes 3n-skx 4t2c MRR
2764 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2765 algorithm: "table_performance_comparison"
2766 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2769 data: "vpp-performance-changes-3n-skx-mrr-h1"
2772 data: "vpp-performance-changes-3n-skx-mrr-ref"
2775 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2776 data: "vpp-performance-changes-3n-skx-mrr"
2777 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2784 # VPP Performance Changes 3n-skx 8t4c MRR
2786 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2787 algorithm: "table_performance_comparison"
2788 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2791 data: "vpp-performance-changes-3n-skx-mrr-h1"
2794 data: "vpp-performance-changes-3n-skx-mrr-ref"
2797 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2798 data: "vpp-performance-changes-3n-skx-mrr"
2799 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2806 # VPP Performance Changes 2n-skx 2t1c MRR
2808 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2809 algorithm: "table_performance_comparison"
2810 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2813 data: "vpp-performance-changes-2n-skx-mrr-h1"
2816 data: "vpp-performance-changes-2n-skx-mrr-ref"
2819 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2820 data: "vpp-performance-changes-2n-skx-mrr"
2821 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2828 # VPP Performance Changes 2n-skx 4t2c MRR
2830 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2831 algorithm: "table_performance_comparison"
2832 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2835 data: "vpp-performance-changes-2n-skx-mrr-h1"
2838 data: "vpp-performance-changes-2n-skx-mrr-ref"
2841 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2842 data: "vpp-performance-changes-2n-skx-mrr"
2843 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2850 # VPP Performance Changes 2n-skx 8t4c MRR
2852 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2853 algorithm: "table_performance_comparison"
2854 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2857 data: "vpp-performance-changes-2n-skx-mrr-h1"
2860 data: "vpp-performance-changes-2n-skx-mrr-ref"
2863 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864 data: "vpp-performance-changes-2n-skx-mrr"
2865 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2872 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2874 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2875 algorithm: "table_performance_comparison"
2876 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2879 data: "vpp-compare-testbeds-mrr-ref"
2882 data: "vpp-compare-testbeds-mrr-cmp"
2883 data: "vpp-compare-testbeds-mrr"
2884 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2885 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2891 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2893 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2894 algorithm: "table_performance_comparison"
2895 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2898 data: "vpp-compare-testbeds-mrr-ref"
2901 data: "vpp-compare-testbeds-mrr-cmp"
2902 data: "vpp-compare-testbeds-mrr"
2903 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2904 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2912 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2913 algorithm: "table_performance_comparison"
2914 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2917 data: "vpp-compare-testbeds-mrr-ref"
2920 data: "vpp-compare-testbeds-mrr-cmp"
2921 data: "vpp-compare-testbeds-mrr"
2922 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2923 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2929 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2931 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2932 algorithm: "table_performance_comparison"
2933 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2936 data: "vpp-compare-topologies-mrr-ref"
2939 data: "vpp-compare-topologies-mrr-cmp"
2940 data: "vpp-compare-topologies-mrr"
2941 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942 filter: "'MRR' and '1C'"
2948 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2950 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2951 algorithm: "table_performance_comparison"
2952 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2955 data: "vpp-compare-topologies-mrr-ref"
2958 data: "vpp-compare-topologies-mrr-cmp"
2959 data: "vpp-compare-topologies-mrr"
2960 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2961 filter: "'MRR' and '2C'"
2967 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2969 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2970 algorithm: "table_performance_comparison"
2971 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2974 data: "vpp-compare-topologies-mrr-ref"
2977 data: "vpp-compare-topologies-mrr-cmp"
2978 data: "vpp-compare-topologies-mrr"
2979 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2980 filter: "'MRR' and '4C'"
2986 # Detailed Test Results - VPP Performance Results 3n-hsw
2988 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2989 algorithm: "table_merged_details"
2990 output-file-ext: ".csv"
2991 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2998 data: "vpp-perf-results-3n-hsw"
2999 filter: "not 'NDRCHK' and not 'PDRCHK'"
3005 # Detailed Test Results - VPP Performance Results 3n-skx
3007 title: "Detailed Test Results - VPP Performance Results 3n-skx"
3008 algorithm: "table_merged_details"
3009 output-file-ext: ".csv"
3010 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3017 data: "vpp-perf-results-3n-skx"
3018 filter: "not 'CFS_OPT'"
3024 # Detailed Test Results - VPP Performance Results 2n-skx
3026 title: "Detailed Test Results - VPP Performance Results 2n-skx"
3027 algorithm: "table_merged_details"
3028 output-file-ext: ".csv"
3029 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3036 data: "vpp-perf-results-2n-skx"
3037 filter: "not 'CFS_OPT'"
3043 ## Detailed Test Results - VPP Performance Results 2n-dnv
3045 # title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3046 # algorithm: "table_details"
3047 # output-file-ext: ".csv"
3048 # output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3055 # data: "intel-dnv-vpp"
3056 # filter: "'NDRPDR'"
3062 # Test configuration - VPP Performance Test Configs 3n-hsw
3064 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3065 algorithm: "table_merged_details"
3066 output-file-ext: ".csv"
3067 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3071 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3072 data: "data conf-history"
3074 data: "vpp-perf-results-3n-hsw"
3075 filter: "not 'NDRCHK' and not 'PDRCHK'"
3081 # Test configuration - VPP Performance Test Configs 3n-skx
3083 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3084 algorithm: "table_merged_details"
3085 output-file-ext: ".csv"
3086 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3090 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3091 data: "data conf-history"
3093 data: "vpp-perf-results-3n-skx"
3094 filter: "not 'CFS_OPT'"
3100 # Test configuration - VPP Performance Test Configs 2n-skx
3102 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3103 algorithm: "table_merged_details"
3104 output-file-ext: ".csv"
3105 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3109 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3110 data: "data conf-history"
3112 data: "vpp-perf-results-2n-skx"
3113 filter: "not 'CFS_OPT'"
3119 ## Test configuration - VPP Performance Test Configs 2n-dnv
3121 # title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3122 # algorithm: "table_details"
3123 # output-file-ext: ".csv"
3124 # output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3128 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3129 # data: "data conf-history"
3131 # data: "intel-dnv-vpp"
3132 # filter: "'NDRPDR'"
3138 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3140 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3141 algorithm: "table_merged_details"
3142 output-file-ext: ".csv"
3143 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3147 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3148 data: "data show-run"
3150 data: "vpp-perf-results-3n-hsw"
3151 filter: "not 'NDRCHK' and not 'PDRCHK'"
3157 # Test Operational Data - VPP Performance Operational Data 3n-skx
3159 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3160 algorithm: "table_merged_details"
3161 output-file-ext: ".csv"
3162 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3166 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3167 data: "data show-run"
3169 data: "vpp-perf-results-3n-skx"
3170 filter: "not 'CFS_OPT'"
3176 # Test Operational Data - VPP Performance Operational Data 2n-skx
3178 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3179 algorithm: "table_merged_details"
3180 output-file-ext: ".csv"
3181 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3185 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3186 data: "data show-run"
3188 data: "vpp-perf-results-2n-skx"
3189 filter: "not 'CFS_OPT'"
3195 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3197 # title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3198 # algorithm: "table_details"
3199 # output-file-ext: ".csv"
3200 # output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3204 # - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3205 # data: "data show-run"
3207 # data: "intel-dnv-vpp"
3208 # filter: "'NDRPDR'"
3214 # Detailed Test Results - VPP MRR Results 3n-hsw
3216 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3217 algorithm: "table_details"
3218 output-file-ext: ".csv"
3219 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3226 data: "vpp-mrr-results-3n-hsw"
3233 # Detailed Test Results - VPP MRR Results 3n-skx
3235 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3236 algorithm: "table_details"
3237 output-file-ext: ".csv"
3238 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3245 data: "vpp-mrr-results-3n-skx"
3252 # Detailed Test Results - VPP MRR Results 2n-skx
3254 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3255 algorithm: "table_details"
3256 output-file-ext: ".csv"
3257 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3264 data: "vpp-mrr-results-2n-skx"
3271 ## Detailed Test Results - VPP MRR Results 2n-dnv
3273 # title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3274 # algorithm: "table_details"
3275 # output-file-ext: ".csv"
3276 # output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3283 # data: "intel-dnv-vpp"
3290 # Test configuration - VPP MRR Test Configs 3n-hsw
3292 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3293 algorithm: "table_details"
3294 output-file-ext: ".csv"
3295 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3299 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3300 data: "data conf-history"
3302 data: "vpp-mrr-results-3n-hsw"
3309 # Test configuration - VPP MRR Test Configs 3n-skx
3311 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3312 algorithm: "table_details"
3313 output-file-ext: ".csv"
3314 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3318 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3319 data: "data conf-history"
3321 data: "vpp-mrr-results-3n-skx"
3328 # Test configuration - VPP MRR Test Configs 2n-skx
3330 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3331 algorithm: "table_details"
3332 output-file-ext: ".csv"
3333 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3337 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3338 data: "data conf-history"
3340 data: "vpp-mrr-results-2n-skx"
3347 ## Test configuration - VPP MRR Test Configs 2n-dnv
3349 # title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3350 # algorithm: "table_details"
3351 # output-file-ext: ".csv"
3352 # output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3356 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3357 # data: "data conf-history"
3359 # data: "intel-dnv-vpp"
3366 # Detailed Test Results - VPP Functional Results - Ubuntu
3368 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3369 algorithm: "table_details"
3370 output-file-ext: ".csv"
3371 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3375 - title: "Documentation"
3380 data: "vpp-func-results-ubuntu"
3388 # Detailed Test Results - VPP Functional Results - CentOS
3390 title: "Detailed Test Results - VPP Functional Results - CentOS"
3391 algorithm: "table_details"
3392 output-file-ext: ".csv"
3393 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3397 - title: "Documentation"
3404 "vpp-func-results-centos"
3412 # Test configuration - VPP Functional Test Configs - Ubuntu
3414 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3415 algorithm: "table_details"
3416 output-file-ext: ".csv"
3417 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"