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 # TODO: Add 1904 data
134 csit-vpp-perf-verify-1904-3n-hsw:
143 plot-vpp-http-server-performance:
144 # TODO: Replace with 1904 data
145 # csit-vpp-perf-verify-1904-3n-hsw:
146 csit-vpp-perf-verify-1810-3n-hsw:
158 plot-ligato-throughput-lat-tsa-3n-hsw:
159 # TODO: Replace with 1904 data
160 # csit-ligato-perf-verify-1904-3n-hsw:
161 csit-ligato-perf-verify-1901-3n-hsw:
173 plot-dpdk-throughput-latency-3n-hsw:
174 csit-dpdk-perf-verify-1904-3n-hsw:
188 plot-vpp-throughput-lat-tsa-3n-skx:
189 csit-vpp-perf-verify-1904-3n-skx:
201 plot-dpdk-throughput-latency-3n-skx:
202 csit-dpdk-perf-verify-1904-3n-skx:
216 plot-vpp-throughput-lat-tsa-2n-skx:
217 csit-vpp-perf-verify-1904-2n-skx:
229 plot-vpp-soak-2n-skx:
230 # TODO: Replace with 1904 data
231 # csit-vpp-perf-verify-1904-2n-skx:
232 csit-vpp-perf-verify-1901-2n-skx:
235 plot-vpp-nfv-2n-skx-ndrpdr-64b:
236 # TODO: Add 1904 data
237 csit-vpp-perf-verify-1904-2n-skx:
238 - 9 # NFV NDRPDR - replace
240 plot-vpp-nfv-2n-skx-ndrpdr-imix:
241 # TODO: Add 1904 data
242 csit-vpp-perf-verify-1904-2n-skx:
243 - 9 # NFV NDRPDR - replace
245 plot-vpp-nfv-2n-skx-mrr-64b:
246 csit-vpp-perf-verify-1904-2n-skx:
253 plot-vpp-nfv-2n-skx-mrr-imix:
254 # TODO: Add 1904 data
255 csit-vpp-perf-verify-1904-2n-skx:
261 plot-dpdk-throughput-latency-2n-skx:
262 csit-dpdk-perf-verify-1904-2n-skx:
278 # TODO: Replace with 1904 data
279 # intel-dnv-vpp-release-1904:
280 intel-dnv-vpp-release-1901:
283 ###########################################################################
284 # Simple tables (only one data set):
288 vpp-nic-comparison-3n-hsw:
289 # TODO: Add 1904 data
290 csit-vpp-perf-verify-1904-3n-hsw:
299 vpp-nic-comparison-3n-skx:
300 csit-vpp-perf-verify-1904-3n-skx:
312 vpp-nic-comparison-2n-skx:
313 csit-vpp-perf-verify-1904-2n-skx:
325 vpp-nic-comparison-3n-hsw-mrr:
326 csit-vpp-perf-verify-1904-3n-hsw:
329 vpp-nic-comparison-3n-skx-mrr:
330 csit-vpp-perf-verify-1904-3n-skx:
333 vpp-nic-comparison-2n-skx-mrr:
334 csit-vpp-perf-verify-1904-2n-skx:
339 vpp-perf-results-3n-hsw:
340 # TODO: Replace with FULL 1904 data
341 csit-vpp-perf-verify-1904-3n-hsw:
344 vpp-perf-results-3n-skx:
345 # TODO: Replace with FULL 1904 data
346 csit-vpp-perf-verify-1904-3n-skx:
349 vpp-perf-results-2n-skx:
350 # TODO: Add FULL 1904 data
351 csit-vpp-perf-verify-1904-2n-skx:
355 vpp-mrr-results-3n-hsw:
356 csit-vpp-perf-verify-1904-3n-hsw:
359 vpp-mrr-results-3n-skx:
360 csit-vpp-perf-verify-1904-3n-skx:
363 vpp-mrr-results-2n-skx:
364 csit-vpp-perf-verify-1904-2n-skx:
367 vpp-func-results-ubuntu:
368 csit-vpp-functional-1904-ubuntu1604-virl:
371 vpp-func-results-centos:
372 csit-vpp-functional-1904-centos7-virl:
375 vpp-device-results-ubuntu:
376 csit-vpp-device-1904-ubuntu1804-1n-skx:
380 ligato-perf-results-3n-hsw:
381 # TODO: Replace with 1904 data
382 # csit-ligato-perf-verify-1904-3n-hsw:
383 csit-ligato-perf-verify-1901-3n-hsw:
386 dpdk-perf-results-3n-hsw:
387 csit-dpdk-perf-verify-1904-3n-hsw:
390 dpdk-perf-results-3n-skx:
391 csit-dpdk-perf-verify-1904-3n-skx:
394 dpdk-perf-results-2n-skx:
395 csit-dpdk-perf-verify-1904-2n-skx:
398 # HoneyComb Functional
400 csit-hc2vpp-verify-func-1904-ubuntu1604:
403 # # NSH SFC Functional
406 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
411 csit-dmm-functional-1904-ubuntu1604-virl:
414 ###########################################################################
415 # Tables (more than one data set)
417 # Performance changes
419 intel-dnv-vpp-changes-2n-dnv-h1:
420 intel-dnv-vpp-release-1810:
422 intel-dnv-vpp-changes-2n-dnv-ref:
423 intel-dnv-vpp-release-1901:
425 intel-dnv-vpp-changes-2n-dnv-cmp:
426 # TODO: Replace with 1904 data
427 # intel-dnv-vpp-release-1904:
428 intel-dnv-vpp-release-1901:
430 intel-dnv-vpp-changes-2n-dnv:
431 - "intel-dnv-vpp-changes-2n-dnv-h1"
432 - "intel-dnv-vpp-changes-2n-dnv-ref"
433 - "intel-dnv-vpp-changes-2n-dnv-cmp"
435 vpp-performance-changes-3n-hsw-h1:
436 csit-vpp-perf-verify-1810-3n-hsw:
447 vpp-performance-changes-3n-hsw-ref:
448 csit-vpp-perf-verify-1901-3n-hsw:
469 vpp-performance-changes-3n-hsw-cmp:
470 # TODO: Add 1904 data
471 csit-vpp-perf-verify-1904-3n-hsw:
479 vpp-performance-changes-3n-hsw:
480 - "vpp-performance-changes-3n-hsw-h1"
481 - "vpp-performance-changes-3n-hsw-ref"
482 - "vpp-performance-changes-3n-hsw-cmp"
484 vpp-performance-changes-3n-skx-h1:
485 csit-vpp-perf-verify-1810-3n-skx:
496 vpp-performance-changes-3n-skx-ref:
497 csit-vpp-perf-verify-1901-3n-skx:
518 vpp-performance-changes-3n-skx-cmp:
519 csit-vpp-perf-verify-1904-3n-skx:
530 vpp-performance-changes-3n-skx:
531 - "vpp-performance-changes-3n-skx-h1"
532 - "vpp-performance-changes-3n-skx-ref"
533 - "vpp-performance-changes-3n-skx-cmp"
535 vpp-performance-changes-2n-skx-h1:
536 csit-vpp-perf-verify-1810-2n-skx:
547 vpp-performance-changes-2n-skx-ref:
548 csit-vpp-perf-verify-1901-2n-skx:
559 vpp-performance-changes-2n-skx-cmp:
560 csit-vpp-perf-verify-1904-2n-skx:
571 vpp-performance-changes-2n-skx:
572 - "vpp-performance-changes-2n-skx-h1"
573 - "vpp-performance-changes-2n-skx-ref"
574 - "vpp-performance-changes-2n-skx-cmp"
576 vpp-performance-changes-3n-hsw-mrr-h1:
577 csit-vpp-perf-verify-1810-3n-hsw:
579 vpp-performance-changes-3n-hsw-mrr-ref:
580 csit-vpp-perf-verify-1901-3n-hsw:
582 vpp-performance-changes-3n-hsw-mrr-cmp:
583 csit-vpp-perf-verify-1904-3n-hsw:
585 vpp-performance-changes-3n-hsw-mrr:
586 - "vpp-performance-changes-3n-hsw-mrr-h1"
587 - "vpp-performance-changes-3n-hsw-mrr-ref"
588 - "vpp-performance-changes-3n-hsw-mrr-cmp"
590 vpp-performance-changes-3n-skx-mrr-h1:
591 csit-vpp-perf-verify-1810-3n-skx:
596 vpp-performance-changes-3n-skx-mrr-ref:
597 csit-vpp-perf-verify-1901-3n-skx:
599 vpp-performance-changes-3n-skx-mrr-cmp:
600 csit-vpp-perf-verify-1904-3n-skx:
602 vpp-performance-changes-3n-skx-mrr:
603 - "vpp-performance-changes-3n-skx-mrr-h1"
604 - "vpp-performance-changes-3n-skx-mrr-ref"
605 - "vpp-performance-changes-3n-skx-mrr-cmp"
607 vpp-performance-changes-2n-skx-mrr-h1:
608 csit-vpp-perf-verify-1810-2n-skx:
613 vpp-performance-changes-2n-skx-mrr-ref:
614 csit-vpp-perf-verify-1901-2n-skx:
616 vpp-performance-changes-2n-skx-mrr-cmp:
617 csit-vpp-perf-verify-1904-2n-skx:
619 vpp-performance-changes-2n-skx-mrr:
620 - "vpp-performance-changes-2n-skx-mrr-h1"
621 - "vpp-performance-changes-2n-skx-mrr-ref"
622 - "vpp-performance-changes-2n-skx-mrr-cmp"
624 dpdk-performance-changes-3n-hsw-h1:
625 csit-dpdk-perf-verify-1810-3n-hsw:
636 dpdk-performance-changes-3n-hsw-ref:
637 csit-dpdk-perf-verify-1901-3n-hsw:
648 dpdk-performance-changes-3n-hsw-cmp:
649 csit-dpdk-perf-verify-1904-3n-hsw:
660 dpdk-performance-changes-3n-hsw:
661 - "dpdk-performance-changes-3n-hsw-h1"
662 - "dpdk-performance-changes-3n-hsw-ref"
663 - "dpdk-performance-changes-3n-hsw-cmp"
665 dpdk-performance-changes-3n-skx-h1:
666 csit-dpdk-perf-verify-1810-3n-skx:
677 dpdk-performance-changes-3n-skx-ref:
678 csit-dpdk-perf-verify-1901-3n-skx:
689 dpdk-performance-changes-3n-skx-cmp:
690 csit-dpdk-perf-verify-1904-3n-skx:
701 dpdk-performance-changes-3n-skx:
702 - "dpdk-performance-changes-3n-skx-h1"
703 - "dpdk-performance-changes-3n-skx-ref"
704 - "dpdk-performance-changes-3n-skx-cmp"
706 dpdk-performance-changes-2n-skx-h1:
707 csit-dpdk-perf-verify-1810-2n-skx:
718 dpdk-performance-changes-2n-skx-ref:
719 csit-dpdk-perf-verify-1901-2n-skx:
730 dpdk-performance-changes-2n-skx-cmp:
731 csit-dpdk-perf-verify-1904-2n-skx:
742 dpdk-performance-changes-2n-skx:
743 - "dpdk-performance-changes-2n-skx-h1"
744 - "dpdk-performance-changes-2n-skx-ref"
745 - "dpdk-performance-changes-2n-skx-cmp"
749 vpp-compare-testbeds-ref:
750 # TODO: Add 1904 data
751 csit-vpp-perf-verify-1904-3n-hsw:
759 vpp-compare-testbeds-cmp:
760 csit-vpp-perf-verify-1904-3n-skx:
771 vpp-compare-testbeds:
772 - "vpp-compare-testbeds-ref"
773 - "vpp-compare-testbeds-cmp"
775 vpp-compare-testbeds-mrr-ref:
776 csit-vpp-perf-verify-1904-3n-hsw:
778 vpp-compare-testbeds-mrr-cmp:
779 csit-vpp-perf-verify-1904-3n-skx:
781 vpp-compare-testbeds-mrr:
782 - "vpp-compare-testbeds-mrr-ref"
783 - "vpp-compare-testbeds-mrr-cmp"
785 dpdk-compare-testbeds-ref:
786 csit-dpdk-perf-verify-1904-3n-hsw:
797 dpdk-compare-testbeds-cmp:
798 csit-dpdk-perf-verify-1904-3n-skx:
809 dpdk-compare-testbeds:
810 - "dpdk-compare-testbeds-ref"
811 - "dpdk-compare-testbeds-cmp"
815 vpp-compare-topologies-ref:
816 csit-vpp-perf-verify-1904-3n-skx:
827 vpp-compare-topologies-cmp:
828 csit-vpp-perf-verify-1904-2n-skx:
839 vpp-compare-topologies:
840 - "vpp-compare-topologies-ref"
841 - "vpp-compare-topologies-cmp"
843 vpp-compare-topologies-mrr-ref:
844 csit-vpp-perf-verify-1904-3n-skx:
846 vpp-compare-topologies-mrr-cmp:
847 csit-vpp-perf-verify-1904-2n-skx:
849 vpp-compare-topologies-mrr:
850 - "vpp-compare-topologies-mrr-ref"
851 - "vpp-compare-topologies-mrr-cmp"
853 dpdk-compare-topologies-ref:
854 csit-dpdk-perf-verify-1904-3n-skx:
865 dpdk-compare-topologies-cmp:
866 csit-dpdk-perf-verify-1904-2n-skx:
877 dpdk-compare-topologies:
878 - "dpdk-compare-topologies-ref"
879 - "dpdk-compare-topologies-cmp"
883 plot-soak-throughput:
887 title: "<b>Test Cases [Index]</b>"
892 gridcolor: "rgb(230, 230, 230)"
893 linecolor: "rgb(220, 220, 220)"
898 tickcolor: "rgb(220, 220, 220)"
904 title: "<b>Packet Throughput [Mpps]</b>"
907 gridcolor: "rgb(230, 230, 230)"
910 linecolor: "rgb(220, 220, 220)"
915 tickcolor: "rgb(220, 220, 220)"
934 plot-service-density:
943 showticklabels: False
949 autorange: "reversed"
952 showticklabels: False
966 title: "<b>Test Cases [Index]</b>"
971 gridcolor: "rgb(230, 230, 230)"
972 linecolor: "rgb(220, 220, 220)"
977 tickcolor: "rgb(220, 220, 220)"
983 title: "<b>Connections Per Second [cps]</b>"
986 gridcolor: "rgb(230, 230, 230)"
988 linecolor: "rgb(220, 220, 220)"
994 tickcolor: "rgb(220, 220, 220)"
1019 title: "<b>Test Cases [Index]</b>"
1024 gridcolor: "rgb(230, 230, 230)"
1025 linecolor: "rgb(220, 220, 220)"
1029 showticklabels: True
1030 tickcolor: "rgb(220, 220, 220)"
1036 title: "<b>Requests Per Second [rps]</b>"
1039 gridcolor: "rgb(230, 230, 230)"
1041 linecolor: "rgb(220, 220, 220)"
1046 showticklabels: True
1047 tickcolor: "rgb(230, 230, 230)"
1072 title: "<b>Test Cases [Index]</b>"
1077 gridcolor: "rgb(230, 230, 230)"
1078 linecolor: "rgb(220, 220, 220)"
1082 showticklabels: True
1083 tickcolor: "rgb(220, 220, 220)"
1089 title: "<b>Packet Throughput [Mpps]</b>"
1092 gridcolor: "rgb(230, 230, 230)"
1095 linecolor: "rgb(220, 220, 220)"
1099 showticklabels: True
1100 tickcolor: "rgb(220, 220, 220)"
1121 plot-throughput-speedup-analysis:
1125 title: "<b>Number of Cores [Qty]</b>"
1130 gridcolor: "rgb(230, 230, 230)"
1131 linecolor: "rgb(220, 220, 220)"
1135 showticklabels: True
1136 tickcolor: "rgb(238, 238, 238)"
1142 title: "<b>Packet Throughput [Mpps]</b>"
1146 gridcolor: "rgb(230, 230, 230)"
1148 linecolor: "rgb(220, 220, 220)"
1152 showticklabels: True
1153 tickcolor: "rgb(220, 220, 220)"
1168 bgcolor: "rgba(255, 255, 255, 0)"
1169 bordercolor: "rgba(255, 255, 255, 0)"
1170 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1194 family: "Consolas, Courier New",
1199 text: " Perfect Measured Limit",
1209 family: "Consolas, Courier New",
1219 title: "<b>Direction</b>"
1224 gridcolor: "rgb(230, 230, 230)"
1225 linecolor: "rgb(220, 220, 220)"
1229 showticklabels: False
1230 tickcolor: "rgb(220, 220, 220)"
1236 title: "<b>Packet Latency [uSec]</b>"
1240 gridcolor: "rgb(230, 230, 230)"
1242 linecolor: "rgb(220, 220, 220)"
1246 showticklabels: True
1247 tickcolor: "rgb(220, 220, 220)"
1257 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1271 src-path: "{DIR[RST]}"
1272 dst-path: "{DIR[WORKING,SRC]}"
1276 file-name: "robot-plugin.zip"
1278 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1279 extract: "robot-plugin/output.xml"
1282 # TODO: Add 1904 data
1283 # intel-dnv-vpp-release-1904:
1286 intel-dnv-vpp-release-1901:
1289 intel-dnv-vpp-release-1810:
1292 csit-vpp-perf-verify-1810-3n-hsw:
1314 csit-vpp-perf-verify-1901-3n-hsw:
1336 # TODO: Add 1904 Data
1337 csit-vpp-perf-verify-1904-3n-hsw:
1347 csit-vpp-perf-verify-1810-3n-skx:
1362 csit-vpp-perf-verify-1901-3n-skx:
1384 csit-vpp-perf-verify-1904-3n-skx:
1397 csit-vpp-perf-verify-1810-2n-skx:
1412 csit-vpp-perf-verify-1901-2n-skx:
1425 # TODO: Add 1904 data
1426 csit-vpp-perf-verify-1904-2n-skx:
1449 - 9 # NFV NDRPDR - replace
1452 csit-ligato-perf-verify-1901-3n-hsw:
1464 # TODO: Add 1904 data
1465 # csit-ligato-perf-verify-1904-3n-hsw:
1468 csit-dpdk-perf-verify-1810-3n-hsw:
1479 csit-dpdk-perf-verify-1901-3n-hsw:
1490 csit-dpdk-perf-verify-1904-3n-hsw:
1502 csit-dpdk-perf-verify-1810-3n-skx:
1513 csit-dpdk-perf-verify-1901-3n-skx:
1524 csit-dpdk-perf-verify-1904-3n-skx:
1536 csit-dpdk-perf-verify-1810-2n-skx:
1547 csit-dpdk-perf-verify-1901-2n-skx:
1558 csit-dpdk-perf-verify-1904-2n-skx:
1570 csit-vpp-functional-1904-ubuntu1604-virl:
1572 csit-vpp-functional-1904-centos7-virl:
1574 csit-vpp-device-1904-ubuntu1804-1n-skx:
1577 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1579 csit-dmm-functional-1904-ubuntu1604-virl:
1581 csit-hc2vpp-verify-func-1904-ubuntu1604:
1592 ################################################################################
1594 ################################################################################
1596 # VPP Compare NICs 3n-hsw 1t1c ndr
1598 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1599 algorithm: "table_nics_comparison"
1600 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1603 nic: "NIC_Intel-X520-DA2"
1606 nic: "NIC_Intel-X710"
1607 data: "vpp-nic-comparison-3n-hsw"
1608 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1609 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1616 # VPP Compare NICs 3n-hsw 2t2c ndr
1618 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1619 algorithm: "table_nics_comparison"
1620 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1623 nic: "NIC_Intel-X520-DA2"
1626 nic: "NIC_Intel-X710"
1627 data: "vpp-nic-comparison-3n-hsw"
1628 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1629 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1636 # VPP Compare NICs 3n-hsw 1t1c pdr
1638 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1639 algorithm: "table_nics_comparison"
1640 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1643 nic: "NIC_Intel-X520-DA2"
1646 nic: "NIC_Intel-X710"
1647 data: "vpp-nic-comparison-3n-hsw"
1648 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1649 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1656 # VPP Compare NICs 3n-hsw 2t2c pdr
1658 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1659 algorithm: "table_nics_comparison"
1660 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1663 nic: "NIC_Intel-X520-DA2"
1666 nic: "NIC_Intel-X710"
1667 data: "vpp-nic-comparison-3n-hsw"
1668 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1669 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1676 # VPP Compare NICs 3n-hsw 1t1c mrr
1678 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1679 algorithm: "table_nics_comparison"
1680 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1683 nic: "NIC_Intel-X520-DA2"
1686 nic: "NIC_Intel-X710"
1687 data: "vpp-nic-comparison-3n-hsw-mrr"
1688 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1689 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1696 # VPP Compare NICs 3n-hsw 2t2c mrr
1698 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1699 algorithm: "table_nics_comparison"
1700 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1703 nic: "NIC_Intel-X520-DA2"
1706 nic: "NIC_Intel-X710"
1707 data: "vpp-nic-comparison-3n-hsw-mrr"
1708 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1709 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1716 # VPP Compare NICs 3n-hsw 4t4c mrr
1718 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1719 algorithm: "table_nics_comparison"
1720 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1723 nic: "NIC_Intel-X520-DA2"
1726 nic: "NIC_Intel-X710"
1727 data: "vpp-nic-comparison-3n-hsw-mrr"
1728 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1729 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1736 # VPP Compare NICs 3n-skx 2t1c ndr
1738 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1739 algorithm: "table_nics_comparison"
1740 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1743 nic: "NIC_Intel-X710"
1745 title: "Intel-xxv710"
1746 nic: "NIC_Intel-XXV710"
1747 data: "vpp-nic-comparison-3n-skx"
1748 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1749 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1756 # VPP Compare NICs 3n-skx 4t2c ndr
1758 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1759 algorithm: "table_nics_comparison"
1760 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1763 nic: "NIC_Intel-X710"
1765 title: "Intel-xxv710"
1766 nic: "NIC_Intel-XXV710"
1767 data: "vpp-nic-comparison-3n-skx"
1768 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1769 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1776 # VPP Compare NICs 3n-skx 2t1c pdr
1778 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1779 algorithm: "table_nics_comparison"
1780 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1783 nic: "NIC_Intel-X710"
1785 title: "Intel-xxv710"
1786 nic: "NIC_Intel-XXV710"
1787 data: "vpp-nic-comparison-3n-skx"
1788 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1789 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1796 # VPP Compare NICs 3n-skx 4t2c pdr
1798 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1799 algorithm: "table_nics_comparison"
1800 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1803 nic: "NIC_Intel-X710"
1805 title: "Intel-xxv710"
1806 nic: "NIC_Intel-XXV710"
1807 data: "vpp-nic-comparison-3n-skx"
1808 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1809 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1816 # VPP Compare NICs 3n-skx 2t1c mrr
1818 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1819 algorithm: "table_nics_comparison"
1820 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1823 nic: "NIC_Intel-X710"
1825 title: "Intel-xxv710"
1826 nic: "NIC_Intel-XXV710"
1827 data: "vpp-nic-comparison-3n-skx-mrr"
1828 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1829 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1836 # VPP Compare NICs 3n-skx 4t2c mrr
1838 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1839 algorithm: "table_nics_comparison"
1840 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1843 nic: "NIC_Intel-X710"
1845 title: "Intel-xxv710"
1846 nic: "NIC_Intel-XXV710"
1847 data: "vpp-nic-comparison-3n-skx-mrr"
1848 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1849 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1856 # VPP Compare NICs 3n-skx 8t4c mrr
1858 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1859 algorithm: "table_nics_comparison"
1860 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1863 nic: "NIC_Intel-X710"
1865 title: "Intel-xxv710"
1866 nic: "NIC_Intel-XXV710"
1867 data: "vpp-nic-comparison-3n-skx-mrr"
1868 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1869 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1876 # VPP Compare NICs 2n-skx 2t1c ndr
1878 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1879 algorithm: "table_nics_comparison"
1880 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1883 nic: "NIC_Intel-X710"
1885 title: "Intel-xxv710"
1886 nic: "NIC_Intel-XXV710"
1887 data: "vpp-nic-comparison-2n-skx"
1888 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1889 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1896 # VPP Compare NICs 2n-skx 4t2c ndr
1898 title: "VPP Compare NICs 2n-skx 4t2c ndr"
1899 algorithm: "table_nics_comparison"
1900 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1903 nic: "NIC_Intel-X710"
1905 title: "Intel-xxv710"
1906 nic: "NIC_Intel-XXV710"
1907 data: "vpp-nic-comparison-2n-skx"
1908 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1909 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1916 # VPP Compare NICs 2n-skx 2t1c pdr
1918 title: "VPP Compare NICs 2n-skx 2t1c pdr"
1919 algorithm: "table_nics_comparison"
1920 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1923 nic: "NIC_Intel-X710"
1925 title: "Intel-xxv710"
1926 nic: "NIC_Intel-XXV710"
1927 data: "vpp-nic-comparison-2n-skx"
1928 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1929 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1936 # VPP Compare NICs 2n-skx 4t2c pdr
1938 title: "VPP Compare NICs 2n-skx 4t2c pdr"
1939 algorithm: "table_nics_comparison"
1940 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1943 nic: "NIC_Intel-X710"
1945 title: "Intel-xxv710"
1946 nic: "NIC_Intel-XXV710"
1947 data: "vpp-nic-comparison-2n-skx"
1948 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1949 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1956 # VPP Compare NICs 2n-skx 2t1c mrr
1958 title: "VPP Compare NICs 2n-skx 2t1c mrr"
1959 algorithm: "table_nics_comparison"
1960 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1963 nic: "NIC_Intel-X710"
1965 title: "Intel-xxv710"
1966 nic: "NIC_Intel-XXV710"
1967 data: "vpp-nic-comparison-2n-skx-mrr"
1968 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1969 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1976 # VPP Compare NICs 2n-skx 4t2c mrr
1978 title: "VPP Compare NICs 2n-skx 4t2c mrr"
1979 algorithm: "table_nics_comparison"
1980 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1983 nic: "NIC_Intel-X710"
1985 title: "Intel-xxv710"
1986 nic: "NIC_Intel-XXV710"
1987 data: "vpp-nic-comparison-2n-skx-mrr"
1988 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1989 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1996 # VPP Compare NICs 2n-skx 8t4c mrr
1998 title: "VPP Compare NICs 2n-skx 8t4c mrr"
1999 algorithm: "table_nics_comparison"
2000 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2003 nic: "NIC_Intel-X710"
2005 title: "Intel-xxv710"
2006 nic: "NIC_Intel-XXV710"
2007 data: "vpp-nic-comparison-2n-skx-mrr"
2008 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2009 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2016 ################################################################################
2019 # VPP Performance Changes 2n-dnv 1t1c pdr
2021 title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2022 algorithm: "table_performance_comparison"
2023 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2026 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2029 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2032 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2033 data: "intel-dnv-vpp-changes-2n-dnv"
2034 include-tests: "PDR"
2035 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2041 # VPP Performance Changes 2n-dnv 2t2c pdr
2043 title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2044 algorithm: "table_performance_comparison"
2045 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2048 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2051 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2054 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2055 data: "intel-dnv-vpp-changes-2n-dnv"
2056 include-tests: "PDR"
2057 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2063 # VPP Performance Changes 2n-dnv 1t1c ndr
2065 title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2066 algorithm: "table_performance_comparison"
2067 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2070 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2073 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2076 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2077 data: "intel-dnv-vpp-changes-2n-dnv"
2078 include-tests: "NDR"
2079 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2085 # VPP Performance Changes 2n-dnv 2t2c ndr
2087 title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2088 algorithm: "table_performance_comparison"
2089 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2092 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2095 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2098 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2099 data: "intel-dnv-vpp-changes-2n-dnv"
2100 include-tests: "NDR"
2101 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2107 # VPP Performance Changes 2n-dnv 1t1c MRR
2109 title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2110 algorithm: "table_performance_comparison"
2111 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2114 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2117 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2120 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2121 data: "intel-dnv-vpp-changes-2n-dnv"
2122 include-tests: "MRR"
2123 filter: "'1T1C' and 'MRR'"
2129 # VPP Performance Changes 2n-dnv 2t2c MRR
2131 title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2132 algorithm: "table_performance_comparison"
2133 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2136 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2139 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2142 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2143 data: "intel-dnv-vpp-changes-2n-dnv"
2144 include-tests: "MRR"
2145 filter: "'2T2C' and 'MRR'"
2151 # VPP Performance Changes 2n-dnv 4t4c MRR
2153 title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2154 algorithm: "table_performance_comparison"
2155 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2158 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2161 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2164 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2165 data: "intel-dnv-vpp-changes-2n-dnv"
2166 include-tests: "MRR"
2167 filter: "'4T4C' and 'MRR'"
2173 # VPP Performance Changes 3n-hsw 1t1c pdr
2175 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2176 algorithm: "table_performance_comparison"
2177 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2180 data: "vpp-performance-changes-3n-hsw-h1"
2183 data: "vpp-performance-changes-3n-hsw-ref"
2186 data: "vpp-performance-changes-3n-hsw-cmp"
2187 data: "vpp-performance-changes-3n-hsw"
2188 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2189 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2195 # VPP Performance Changes 3n-hsw 2t2c pdr
2197 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2198 algorithm: "table_performance_comparison"
2199 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2202 data: "vpp-performance-changes-3n-hsw-h1"
2205 data: "vpp-performance-changes-3n-hsw-ref"
2208 data: "vpp-performance-changes-3n-hsw-cmp"
2209 data: "vpp-performance-changes-3n-hsw"
2210 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2211 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2217 # VPP Performance Changes 3n-hsw 1t1c ndr
2219 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2220 algorithm: "table_performance_comparison"
2221 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2224 data: "vpp-performance-changes-3n-hsw-h1"
2227 data: "vpp-performance-changes-3n-hsw-ref"
2230 data: "vpp-performance-changes-3n-hsw-cmp"
2231 data: "vpp-performance-changes-3n-hsw"
2232 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2233 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2239 # VPP Performance Changes 3n-hsw 2t2c ndr
2241 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2242 algorithm: "table_performance_comparison"
2243 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2246 data: "vpp-performance-changes-3n-hsw-h1"
2249 data: "vpp-performance-changes-3n-hsw-ref"
2252 data: "vpp-performance-changes-3n-hsw-cmp"
2253 data: "vpp-performance-changes-3n-hsw"
2254 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2255 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2261 # VPP Performance Changes 3n-skx 2t1c pdr
2263 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2264 algorithm: "table_performance_comparison"
2265 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2268 data: "vpp-performance-changes-3n-skx-h1"
2271 data: "vpp-performance-changes-3n-skx-ref"
2274 data: "vpp-performance-changes-3n-skx-cmp"
2275 data: "vpp-performance-changes-3n-skx"
2276 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2277 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2283 # VPP Performance Changes 3n-skx 4t2c pdr
2285 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2286 algorithm: "table_performance_comparison"
2287 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2290 data: "vpp-performance-changes-3n-skx-h1"
2293 data: "vpp-performance-changes-3n-skx-ref"
2296 data: "vpp-performance-changes-3n-skx-cmp"
2297 data: "vpp-performance-changes-3n-skx"
2298 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2299 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2305 # VPP Performance Changes 3n-skx 2t1c ndr
2307 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2308 algorithm: "table_performance_comparison"
2309 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2312 data: "vpp-performance-changes-3n-skx-h1"
2315 data: "vpp-performance-changes-3n-skx-ref"
2318 data: "vpp-performance-changes-3n-skx-cmp"
2319 data: "vpp-performance-changes-3n-skx"
2320 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2321 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2327 # VPP Performance Changes 3n-skx 4t2c ndr
2329 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2330 algorithm: "table_performance_comparison"
2331 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2334 data: "vpp-performance-changes-3n-skx-h1"
2337 data: "vpp-performance-changes-3n-skx-ref"
2340 data: "vpp-performance-changes-3n-skx-cmp"
2341 data: "vpp-performance-changes-3n-skx"
2342 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2343 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2349 # VPP Performance Changes 2n-skx 2t1c pdr
2351 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2352 algorithm: "table_performance_comparison"
2353 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2356 data: "vpp-performance-changes-2n-skx-h1"
2359 data: "vpp-performance-changes-2n-skx-ref"
2362 data: "vpp-performance-changes-2n-skx-cmp"
2363 data: "vpp-performance-changes-2n-skx"
2364 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2365 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2371 # VPP Performance Changes 2n-skx 4t2c pdr
2373 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2374 algorithm: "table_performance_comparison"
2375 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2378 data: "vpp-performance-changes-2n-skx-h1"
2381 data: "vpp-performance-changes-2n-skx-ref"
2384 data: "vpp-performance-changes-2n-skx-cmp"
2385 data: "vpp-performance-changes-2n-skx"
2386 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2387 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2393 # VPP Performance Changes 2n-skx 2t1c ndr
2395 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2396 algorithm: "table_performance_comparison"
2397 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2400 data: "vpp-performance-changes-2n-skx-h1"
2403 data: "vpp-performance-changes-2n-skx-ref"
2406 data: "vpp-performance-changes-2n-skx-cmp"
2407 data: "vpp-performance-changes-2n-skx"
2408 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2409 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2415 # VPP Performance Changes 2n-skx 4t2c ndr
2417 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2418 algorithm: "table_performance_comparison"
2419 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2422 data: "vpp-performance-changes-2n-skx-h1"
2425 data: "vpp-performance-changes-2n-skx-ref"
2428 data: "vpp-performance-changes-2n-skx-cmp"
2429 data: "vpp-performance-changes-2n-skx"
2430 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2431 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2437 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2439 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2440 algorithm: "table_performance_comparison"
2441 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2444 data: "vpp-compare-testbeds-ref"
2447 data: "vpp-compare-testbeds-cmp"
2448 data: "vpp-compare-testbeds"
2449 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2450 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2456 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2458 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2459 algorithm: "table_performance_comparison"
2460 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2463 data: "vpp-compare-testbeds-ref"
2466 data: "vpp-compare-testbeds-cmp"
2467 data: "vpp-compare-testbeds"
2468 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2469 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2475 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2477 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2478 algorithm: "table_performance_comparison"
2479 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2482 data: "vpp-compare-testbeds-ref"
2485 data: "vpp-compare-testbeds-cmp"
2486 data: "vpp-compare-testbeds"
2487 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2488 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2494 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2496 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2497 algorithm: "table_performance_comparison"
2498 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2501 data: "vpp-compare-testbeds-ref"
2504 data: "vpp-compare-testbeds-cmp"
2505 data: "vpp-compare-testbeds"
2506 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2507 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2513 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2515 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2516 algorithm: "table_performance_comparison"
2517 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2520 data: "vpp-compare-topologies-ref"
2523 data: "vpp-compare-topologies-cmp"
2524 data: "vpp-compare-topologies"
2525 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2526 filter: "'NDRPDR' and '1C'"
2532 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2534 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2535 algorithm: "table_performance_comparison"
2536 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2539 data: "vpp-compare-topologies-ref"
2542 data: "vpp-compare-topologies-cmp"
2543 data: "vpp-compare-topologies"
2544 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2545 filter: "'NDRPDR' and '2C'"
2551 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2553 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2554 algorithm: "table_performance_comparison"
2555 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2558 data: "vpp-compare-topologies-ref"
2561 data: "vpp-compare-topologies-cmp"
2562 data: "vpp-compare-topologies"
2563 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2564 filter: "'NDRPDR' and '1C'"
2570 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2572 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2573 algorithm: "table_performance_comparison"
2574 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2577 data: "vpp-compare-topologies-ref"
2580 data: "vpp-compare-topologies-cmp"
2581 data: "vpp-compare-topologies"
2582 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2583 filter: "'NDRPDR' and '2C'"
2589 # VPP Performance Changes 3n-hsw 1t1c MRR
2591 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2592 algorithm: "table_performance_comparison"
2593 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2596 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2599 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2602 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2603 data: "vpp-performance-changes-3n-hsw-mrr"
2604 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2605 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2611 # VPP Performance Changes 3n-hsw 2t2c MRR
2613 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2614 algorithm: "table_performance_comparison"
2615 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2618 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2621 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2624 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2625 data: "vpp-performance-changes-3n-hsw-mrr"
2626 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2627 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2633 # VPP Performance Changes 3n-hsw 4t4c MRR
2635 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2636 algorithm: "table_performance_comparison"
2637 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2640 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2643 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2646 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2647 data: "vpp-performance-changes-3n-hsw-mrr"
2648 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2649 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2655 # VPP Performance Changes 3n-skx 2t1c MRR
2657 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2658 algorithm: "table_performance_comparison"
2659 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2662 data: "vpp-performance-changes-3n-skx-mrr-h1"
2665 data: "vpp-performance-changes-3n-skx-mrr-ref"
2668 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2669 data: "vpp-performance-changes-3n-skx-mrr"
2670 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2671 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2677 # VPP Performance Changes 3n-skx 4t2c MRR
2679 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2680 algorithm: "table_performance_comparison"
2681 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2684 data: "vpp-performance-changes-3n-skx-mrr-h1"
2687 data: "vpp-performance-changes-3n-skx-mrr-ref"
2690 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2691 data: "vpp-performance-changes-3n-skx-mrr"
2692 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2693 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2699 # VPP Performance Changes 3n-skx 8t4c MRR
2701 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2702 algorithm: "table_performance_comparison"
2703 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2706 data: "vpp-performance-changes-3n-skx-mrr-h1"
2709 data: "vpp-performance-changes-3n-skx-mrr-ref"
2712 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2713 data: "vpp-performance-changes-3n-skx-mrr"
2714 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2715 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2721 # VPP Performance Changes 2n-skx 2t1c MRR
2723 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2724 algorithm: "table_performance_comparison"
2725 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2728 data: "vpp-performance-changes-2n-skx-mrr-h1"
2731 data: "vpp-performance-changes-2n-skx-mrr-ref"
2734 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2735 data: "vpp-performance-changes-2n-skx-mrr"
2736 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2737 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2743 # VPP Performance Changes 2n-skx 4t2c MRR
2745 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2746 algorithm: "table_performance_comparison"
2747 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2750 data: "vpp-performance-changes-2n-skx-mrr-h1"
2753 data: "vpp-performance-changes-2n-skx-mrr-ref"
2756 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2757 data: "vpp-performance-changes-2n-skx-mrr"
2758 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2759 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2765 # VPP Performance Changes 2n-skx 8t4c MRR
2767 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2768 algorithm: "table_performance_comparison"
2769 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2772 data: "vpp-performance-changes-2n-skx-mrr-h1"
2775 data: "vpp-performance-changes-2n-skx-mrr-ref"
2778 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2779 data: "vpp-performance-changes-2n-skx-mrr"
2780 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2781 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2787 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2789 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2790 algorithm: "table_performance_comparison"
2791 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2794 data: "vpp-compare-testbeds-mrr-ref"
2797 data: "vpp-compare-testbeds-mrr-cmp"
2798 data: "vpp-compare-testbeds-mrr"
2799 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2806 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2808 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2809 algorithm: "table_performance_comparison"
2810 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2813 data: "vpp-compare-testbeds-mrr-ref"
2816 data: "vpp-compare-testbeds-mrr-cmp"
2817 data: "vpp-compare-testbeds-mrr"
2818 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2819 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2825 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2827 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2828 algorithm: "table_performance_comparison"
2829 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2832 data: "vpp-compare-testbeds-mrr-ref"
2835 data: "vpp-compare-testbeds-mrr-cmp"
2836 data: "vpp-compare-testbeds-mrr"
2837 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2838 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2844 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2846 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2847 algorithm: "table_performance_comparison"
2848 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2851 data: "vpp-compare-topologies-mrr-ref"
2854 data: "vpp-compare-topologies-mrr-cmp"
2855 data: "vpp-compare-topologies-mrr"
2856 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2857 filter: "'MRR' and '1C'"
2863 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2865 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2866 algorithm: "table_performance_comparison"
2867 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2870 data: "vpp-compare-topologies-mrr-ref"
2873 data: "vpp-compare-topologies-mrr-cmp"
2874 data: "vpp-compare-topologies-mrr"
2875 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2876 filter: "'MRR' and '2C'"
2882 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2884 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2885 algorithm: "table_performance_comparison"
2886 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2889 data: "vpp-compare-topologies-mrr-ref"
2892 data: "vpp-compare-topologies-mrr-cmp"
2893 data: "vpp-compare-topologies-mrr"
2894 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2895 filter: "'MRR' and '4C'"
2901 # Detailed Test Results - VPP Performance Results 3n-hsw
2903 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2904 algorithm: "table_merged_details"
2905 output-file-ext: ".csv"
2906 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2913 data: "vpp-perf-results-3n-hsw"
2914 filter: "not 'NDRCHK' and not 'PDRCHK'"
2920 # Detailed Test Results - VPP Performance Results 3n-skx
2922 title: "Detailed Test Results - VPP Performance Results 3n-skx"
2923 algorithm: "table_merged_details"
2924 output-file-ext: ".csv"
2925 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2932 data: "vpp-perf-results-3n-skx"
2933 filter: "not 'NDRCHK' and not 'PDRCHK'"
2939 # Detailed Test Results - VPP Performance Results 2n-skx
2941 title: "Detailed Test Results - VPP Performance Results 2n-skx"
2942 algorithm: "table_merged_details"
2943 output-file-ext: ".csv"
2944 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2951 data: "vpp-perf-results-2n-skx"
2952 filter: "not 'NDRCHK' and not 'PDRCHK'"
2958 # Detailed Test Results - VPP Performance Results 2n-dnv
2960 title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2961 algorithm: "table_details"
2962 output-file-ext: ".csv"
2963 output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2970 data: "intel-dnv-vpp"
2977 # Test configuration - VPP Performance Test Configs 3n-hsw
2979 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2980 algorithm: "table_merged_details"
2981 output-file-ext: ".csv"
2982 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2986 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2987 data: "data conf-history"
2989 data: "vpp-perf-results-3n-hsw"
2990 filter: "not 'NDRCHK' and not 'PDRCHK'"
2996 # Test configuration - VPP Performance Test Configs 3n-skx
2998 title: "Test configuration - VPP Performance Test Configs 3n-skx"
2999 algorithm: "table_merged_details"
3000 output-file-ext: ".csv"
3001 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3005 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3006 data: "data conf-history"
3008 data: "vpp-perf-results-3n-skx"
3009 filter: "not 'NDRCHK' and not 'PDRCHK'"
3015 # Test configuration - VPP Performance Test Configs 2n-skx
3017 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3018 algorithm: "table_merged_details"
3019 output-file-ext: ".csv"
3020 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3024 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3025 data: "data conf-history"
3027 data: "vpp-perf-results-2n-skx"
3028 filter: "not 'NDRCHK' and not 'PDRCHK'"
3034 # Test configuration - VPP Performance Test Configs 2n-dnv
3036 title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3037 algorithm: "table_details"
3038 output-file-ext: ".csv"
3039 output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3043 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3044 data: "data conf-history"
3046 data: "intel-dnv-vpp"
3053 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3055 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3056 algorithm: "table_merged_details"
3057 output-file-ext: ".csv"
3058 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3062 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3063 data: "data show-run"
3065 data: "vpp-perf-results-3n-hsw"
3066 filter: "not 'NDRCHK' and not 'PDRCHK'"
3072 # Test Operational Data - VPP Performance Operational Data 3n-skx
3074 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3075 algorithm: "table_merged_details"
3076 output-file-ext: ".csv"
3077 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3081 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3082 data: "data show-run"
3084 data: "vpp-perf-results-3n-skx"
3085 filter: "not 'NDRCHK' and not 'PDRCHK'"
3091 # Test Operational Data - VPP Performance Operational Data 2n-skx
3093 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3094 algorithm: "table_merged_details"
3095 output-file-ext: ".csv"
3096 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3100 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3101 data: "data show-run"
3103 data: "vpp-perf-results-2n-skx"
3104 filter: "not 'NDRCHK' and not 'PDRCHK'"
3110 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3112 title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3113 algorithm: "table_details"
3114 output-file-ext: ".csv"
3115 output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3119 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3120 data: "data show-run"
3122 data: "intel-dnv-vpp"
3129 # Detailed Test Results - VPP MRR Results 3n-hsw
3131 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3132 algorithm: "table_details"
3133 output-file-ext: ".csv"
3134 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3141 data: "vpp-mrr-results-3n-hsw"
3148 # Detailed Test Results - VPP MRR Results 3n-skx
3150 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3151 algorithm: "table_details"
3152 output-file-ext: ".csv"
3153 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3160 data: "vpp-mrr-results-3n-skx"
3167 # Detailed Test Results - VPP MRR Results 2n-skx
3169 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3170 algorithm: "table_details"
3171 output-file-ext: ".csv"
3172 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3179 data: "vpp-mrr-results-2n-skx"
3186 # Detailed Test Results - VPP MRR Results 2n-dnv
3188 title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3189 algorithm: "table_details"
3190 output-file-ext: ".csv"
3191 output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3198 data: "intel-dnv-vpp"
3205 # Test configuration - VPP MRR Test Configs 3n-hsw
3207 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3208 algorithm: "table_details"
3209 output-file-ext: ".csv"
3210 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3214 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3215 data: "data conf-history"
3217 data: "vpp-mrr-results-3n-hsw"
3224 # Test configuration - VPP MRR Test Configs 3n-skx
3226 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3227 algorithm: "table_details"
3228 output-file-ext: ".csv"
3229 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3233 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3234 data: "data conf-history"
3236 data: "vpp-mrr-results-3n-skx"
3243 # Test configuration - VPP MRR Test Configs 2n-skx
3245 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3246 algorithm: "table_details"
3247 output-file-ext: ".csv"
3248 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3252 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3253 data: "data conf-history"
3255 data: "vpp-mrr-results-2n-skx"
3262 # Test configuration - VPP MRR Test Configs 2n-dnv
3264 title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3265 algorithm: "table_details"
3266 output-file-ext: ".csv"
3267 output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3271 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3272 data: "data conf-history"
3274 data: "intel-dnv-vpp"
3281 # Detailed Test Results - VPP Functional Results - Ubuntu
3283 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3284 algorithm: "table_details"
3285 output-file-ext: ".csv"
3286 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3290 - title: "Documentation"
3295 data: "vpp-func-results-ubuntu"
3303 # Detailed Test Results - VPP Functional Results - CentOS
3305 title: "Detailed Test Results - VPP Functional Results - CentOS"
3306 algorithm: "table_details"
3307 output-file-ext: ".csv"
3308 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3312 - title: "Documentation"
3319 "vpp-func-results-centos"
3327 # Test configuration - VPP Functional Test Configs - Ubuntu
3329 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3330 algorithm: "table_details"
3331 output-file-ext: ".csv"
3332 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3336 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3337 data: "data conf-history"
3339 data: "vpp-func-results-ubuntu"
3346 # Test configuration - VPP Functional Test Configs - CentOS
3348 title: "Test configuration - VPP Functional Test Configs - CentOS"
3349 algorithm: "table_details"
3350 output-file-ext: ".csv"
3351 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3355 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3356 data: "data conf-history"
3358 data: "vpp-func-results-centos"
3365 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3367 title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3368 algorithm: "table_details"
3369 output-file-ext: ".csv"
3370 output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3377 data: "ligato-perf-results-3n-hsw"
3384 # Detailed Test Results - VPP Device Results - Ubuntu
3386 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3387 algorithm: "table_details"
3388 output-file-ext: ".csv"
3389 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3393 - title: "Documentation"
3398 data: "vpp-device-results-ubuntu"
3406 # Test configuration - VPP Device Test Configs - Ubuntu
3408 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3409 algorithm: "table_details"
3410 output-file-ext: ".csv"
3411 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3415 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3416 data: "data conf-history"
3418 data: "vpp-device-results-ubuntu"
3425 ################################################################################