5 # Top level directories:
9 DIR[BUILD,HTML]: "_build"
10 DIR[BUILD,LATEX]: "_build_latex"
13 DIR[RST]: "../../../docs/report"
16 ## Input data files (.zip, .xml)
17 DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18 ## Static source files from git
19 DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20 DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
23 DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24 DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25 DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26 DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
28 # Detailed test results
29 DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30 DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31 DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32 DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33 DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34 DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35 DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36 DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37 DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38 DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39 DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40 DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41 DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42 DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43 DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44 DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45 DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46 DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47 DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48 DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
50 # Detailed test configurations
51 DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52 DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53 DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54 DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55 DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56 DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57 DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58 DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59 DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60 DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61 DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62 DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
64 # Detailed tests operational data
65 DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66 DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67 DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68 DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69 DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
71 # .css patch file to fix tables generated by Sphinx
72 DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73 DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
76 URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77 URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78 URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79 # URL[VIRL,DNV]: "http://download.it/from/nexus"
80 URL[NEXUS]: "https://docs.fd.io/csit"
81 DIR[NEXUS]: "report/_static/archive"
84 # List the directories which are created while preparing the environment.
85 # All directories MUST be defined in "paths" section.
92 - "DIR[WORKING,SRC,STATIC]"
95 # List the directories which are deleted while cleaning the environment.
96 # All directories MUST be defined in "paths" section.
101 # List the directories where the results (build) is stored.
102 # All directories MUST be defined in "paths" section.
107 type: "configuration"
124 pci-g3-x8: 74404761.90
125 pci-g3-x16: 148809523.81
129 ###########################################################################
134 plot-vpp-throughput-latency-3n-hsw:
135 csit-vpp-perf-verify-1901-3n-hsw:
156 - 72 # 1901.1 NDRPDR sel
157 - 78 # 1901.1 NDRPDR sel
159 plot-throughput-speedup-analysis-3n-hsw:
160 csit-vpp-perf-verify-1901-3n-hsw:
181 - 72 # 1901.1 NDRPDR sel
182 - 78 # 1901.1 NDRPDR sel
184 plot-vpp-http-server-performance:
185 # TODO: Replace with new data
186 # csit-vpp-perf-verify-1901-3n-hsw:
187 csit-vpp-perf-verify-1810-3n-hsw:
199 plot-ligato-throughput-latency-3n-hsw:
200 csit-ligato-perf-verify-1901-3n-hsw:
212 plot-ligato-throughput-speedup-analysis-3n-hsw:
213 csit-ligato-perf-verify-1901-3n-hsw:
225 plot-dpdk-throughput-latency-3n-hsw:
226 csit-dpdk-perf-verify-1901-3n-hsw:
240 plot-vpp-throughput-latency-3n-skx:
241 csit-vpp-perf-verify-1901-3n-skx:
262 - 68 # 1901.1 NDRPDR sel
264 plot-throughput-speedup-analysis-3n-skx:
265 csit-vpp-perf-verify-1901-3n-skx:
286 - 68 # 1901.1 NDRPDR sel
288 plot-dpdk-throughput-latency-3n-skx:
289 csit-dpdk-perf-verify-1901-3n-skx:
303 plot-vpp-throughput-latency-2n-skx:
304 csit-vpp-perf-verify-1901-2n-skx:
315 - 64 # 1901.1 NDRPDR sel
317 plot-throughput-speedup-analysis-2n-skx:
318 csit-vpp-perf-verify-1901-2n-skx:
329 - 64 # 1901.1 NDRPDR sel
331 plot-vpp-soak-2n-skx:
332 csit-vpp-perf-verify-1901-2n-skx:
336 csit-vpp-perf-verify-1901-2n-skx:
343 plot-vpp-nfv-2n-skx-mrr:
344 csit-vpp-perf-verify-1901-2n-skx:
351 plot-dpdk-throughput-latency-2n-skx:
352 csit-dpdk-perf-verify-1901-2n-skx:
369 intel-dnv-vpp-release-1810:
372 ###########################################################################
373 # Simple tables (only one data set):
377 vpp-nic-comparison-3n-hsw:
378 csit-vpp-perf-verify-1901-3n-hsw:
399 - 72 # 1901.1 NDRPDR sel
400 - 78 # 1901.1 NDRPDR sel
402 vpp-nic-comparison-3n-skx:
403 csit-vpp-perf-verify-1901-3n-skx:
424 - 68 # 1901.1 NDRPDR sel
426 vpp-nic-comparison-2n-skx:
427 csit-vpp-perf-verify-1901-2n-skx:
438 - 64 # 1901.1 NDRPDR sel
440 vpp-nic-comparison-3n-hsw-mrr:
441 csit-vpp-perf-verify-1901-3n-hsw:
443 - 73 # 1901.1 MRR sel
444 - 77 # 1901.1 MRR sel
446 vpp-nic-comparison-3n-skx-mrr:
447 csit-vpp-perf-verify-1901-3n-skx:
449 - 69 # 1901.1 MRR sel
451 vpp-nic-comparison-2n-skx-mrr:
452 csit-vpp-perf-verify-1901-2n-skx:
454 - 65 # 1901.1 MRR sel
458 vpp-perf-results-3n-hsw:
459 csit-vpp-perf-verify-1901-3n-hsw:
464 - 72 # 1901.1 NDRPDR sel
465 - 78 # 1901.1 NDRPDR sel
467 vpp-perf-results-3n-skx:
468 csit-vpp-perf-verify-1901-3n-skx:
473 - 68 # 1901.1 NDRPDR sel
475 vpp-perf-results-2n-skx:
476 csit-vpp-perf-verify-1901-2n-skx:
481 - 64 # 1901.1 NDRPDR sel
483 vpp-mrr-results-3n-hsw:
484 csit-vpp-perf-verify-1901-3n-hsw:
486 - 73 # 1901.1 MRR sel
487 - 77 # 1901.1 MRR sel
489 vpp-mrr-results-3n-skx:
490 csit-vpp-perf-verify-1901-3n-skx:
492 - 69 # 1901.1 MRR sel
494 vpp-mrr-results-2n-skx:
495 csit-vpp-perf-verify-1901-2n-skx:
497 - 65 # 1901.1 MRR sel
499 vpp-func-results-ubuntu:
500 csit-vpp-functional-1901-ubuntu1604-virl:
503 vpp-func-results-centos:
504 csit-vpp-functional-1901-centos7-virl:
507 vpp-device-results-ubuntu:
508 csit-vpp-device-1901-ubuntu1804-1n-skx:
512 ligato-perf-results-3n-hsw:
513 csit-ligato-perf-verify-1901-3n-hsw:
516 dpdk-perf-results-3n-hsw:
517 csit-dpdk-perf-verify-1901-3n-hsw:
520 dpdk-perf-results-3n-skx:
521 csit-dpdk-perf-verify-1901-3n-skx:
524 dpdk-perf-results-2n-skx:
525 csit-dpdk-perf-verify-1901-2n-skx:
528 # HoneyComb Functional
530 csit-hc2vpp-verify-func-1901-ubuntu1604:
536 csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
541 csit-dmm-functional-1901-ubuntu1604-virl:
544 ###########################################################################
545 # Tables (more than one data set)
547 # Performance changes
549 vpp-performance-changes-3n-hsw-h1:
550 csit-vpp-perf-verify-1807-3n-hsw:
564 vpp-performance-changes-3n-hsw-ref:
565 csit-vpp-perf-verify-1810-3n-hsw:
576 vpp-performance-changes-3n-hsw-cmp:
577 csit-vpp-perf-verify-1901-3n-hsw:
598 - 72 # 1901.1 NDRPDR sel
599 - 78 # 1901.1 NDRPDR sel
600 vpp-performance-changes-3n-hsw:
601 - "vpp-performance-changes-3n-hsw-h1"
602 - "vpp-performance-changes-3n-hsw-ref"
603 - "vpp-performance-changes-3n-hsw-cmp"
605 vpp-performance-changes-3n-skx-h1:
606 csit-vpp-perf-verify-1807-3n-skx:
617 vpp-performance-changes-3n-skx-ref:
618 csit-vpp-perf-verify-1810-3n-skx:
629 vpp-performance-changes-3n-skx-cmp:
630 csit-vpp-perf-verify-1901-3n-skx:
651 - 68 # 1901.1 NDRPDR sel
652 vpp-performance-changes-3n-skx:
653 - "vpp-performance-changes-3n-skx-h1"
654 - "vpp-performance-changes-3n-skx-ref"
655 - "vpp-performance-changes-3n-skx-cmp"
657 vpp-performance-changes-2n-skx-h1:
658 csit-vpp-perf-verify-1807-2n-skx:
669 vpp-performance-changes-2n-skx-ref:
670 csit-vpp-perf-verify-1810-2n-skx:
681 vpp-performance-changes-2n-skx-cmp:
682 csit-vpp-perf-verify-1901-2n-skx:
693 - 64 # 1901.1 NDRPDR sel
694 vpp-performance-changes-2n-skx:
695 - "vpp-performance-changes-2n-skx-h1"
696 - "vpp-performance-changes-2n-skx-ref"
697 - "vpp-performance-changes-2n-skx-cmp"
699 vpp-performance-changes-3n-hsw-mrr-h1:
700 csit-vpp-perf-verify-1807-3n-hsw:
710 vpp-performance-changes-3n-hsw-mrr-ref:
711 csit-vpp-perf-verify-1810-3n-hsw:
713 vpp-performance-changes-3n-hsw-mrr-cmp:
714 csit-vpp-perf-verify-1901-3n-hsw:
716 - 73 # 1901.1 MRR sel
717 - 77 # 1901.1 MRR sel
718 vpp-performance-changes-3n-hsw-mrr:
719 - "vpp-performance-changes-3n-hsw-mrr-h1"
720 - "vpp-performance-changes-3n-hsw-mrr-ref"
721 - "vpp-performance-changes-3n-hsw-mrr-cmp"
723 vpp-performance-changes-3n-skx-mrr-h1:
724 csit-vpp-perf-verify-1807-3n-skx:
735 vpp-performance-changes-3n-skx-mrr-ref:
736 csit-vpp-perf-verify-1810-3n-skx:
741 vpp-performance-changes-3n-skx-mrr-cmp:
742 csit-vpp-perf-verify-1901-3n-skx:
744 - 69 # 1901.1 MRR sel
745 vpp-performance-changes-3n-skx-mrr:
746 - "vpp-performance-changes-3n-skx-mrr-h1"
747 - "vpp-performance-changes-3n-skx-mrr-ref"
748 - "vpp-performance-changes-3n-skx-mrr-cmp"
750 vpp-performance-changes-2n-skx-mrr-h1:
751 csit-vpp-perf-verify-1807-2n-skx:
762 vpp-performance-changes-2n-skx-mrr-ref:
763 csit-vpp-perf-verify-1810-2n-skx:
768 vpp-performance-changes-2n-skx-mrr-cmp:
769 csit-vpp-perf-verify-1901-2n-skx:
771 - 65 # 1901.1 MRR sel
772 vpp-performance-changes-2n-skx-mrr:
773 - "vpp-performance-changes-2n-skx-mrr-h1"
774 - "vpp-performance-changes-2n-skx-mrr-ref"
775 - "vpp-performance-changes-2n-skx-mrr-cmp"
777 dpdk-performance-changes-3n-hsw-h1:
778 csit-dpdk-perf-verify-1807-3n-hsw:
789 dpdk-performance-changes-3n-hsw-ref:
790 csit-dpdk-perf-verify-1810-3n-hsw:
801 dpdk-performance-changes-3n-hsw-cmp:
802 csit-dpdk-perf-verify-1901-3n-hsw:
813 dpdk-performance-changes-3n-hsw:
814 - "dpdk-performance-changes-3n-hsw-h1"
815 - "dpdk-performance-changes-3n-hsw-ref"
816 - "dpdk-performance-changes-3n-hsw-cmp"
818 dpdk-performance-changes-3n-skx-h1:
819 csit-dpdk-perf-verify-1807-3n-skx:
830 dpdk-performance-changes-3n-skx-ref:
831 csit-dpdk-perf-verify-1810-3n-skx:
842 dpdk-performance-changes-3n-skx-cmp:
843 csit-dpdk-perf-verify-1901-3n-skx:
854 dpdk-performance-changes-3n-skx:
855 - "dpdk-performance-changes-3n-skx-h1"
856 - "dpdk-performance-changes-3n-skx-ref"
857 - "dpdk-performance-changes-3n-skx-cmp"
859 dpdk-performance-changes-2n-skx-ref:
860 csit-dpdk-perf-verify-1810-2n-skx:
871 dpdk-performance-changes-2n-skx-cmp:
872 csit-dpdk-perf-verify-1901-2n-skx:
883 dpdk-performance-changes-2n-skx:
884 - "dpdk-performance-changes-2n-skx-ref"
885 - "dpdk-performance-changes-2n-skx-cmp"
889 vpp-compare-testbeds-ref:
890 csit-vpp-perf-verify-1901-3n-hsw:
911 - 72 # 1901.1 NDRPDR sel
912 - 78 # 1901.1 NDRPDR sel
913 vpp-compare-testbeds-cmp:
914 csit-vpp-perf-verify-1901-3n-skx:
935 - 68 # 1901.1 NDRPDR sel
936 vpp-compare-testbeds:
937 - "vpp-compare-testbeds-ref"
938 - "vpp-compare-testbeds-cmp"
940 vpp-compare-testbeds-mrr-ref:
941 csit-vpp-perf-verify-1901-3n-hsw:
943 - 73 # 1901.1 MRR sel
944 - 77 # 1901.1 MRR sel
945 vpp-compare-testbeds-mrr-cmp:
946 csit-vpp-perf-verify-1901-3n-skx:
948 - 69 # 1901.1 MRR sel
949 vpp-compare-testbeds-mrr:
950 - "vpp-compare-testbeds-mrr-ref"
951 - "vpp-compare-testbeds-mrr-cmp"
953 dpdk-compare-testbeds-ref:
954 csit-dpdk-perf-verify-1901-3n-hsw:
965 dpdk-compare-testbeds-cmp:
966 csit-dpdk-perf-verify-1901-3n-skx:
977 dpdk-compare-testbeds:
978 - "dpdk-compare-testbeds-ref"
979 - "dpdk-compare-testbeds-cmp"
983 vpp-compare-topologies-ref:
984 csit-vpp-perf-verify-1901-3n-skx:
1005 - 68 # 1901.1 NDRPDR sel
1006 vpp-compare-topologies-cmp:
1007 csit-vpp-perf-verify-1901-2n-skx:
1018 - 64 # 1901.1 NDRPDR sel
1019 vpp-compare-topologies:
1020 - "vpp-compare-topologies-ref"
1021 - "vpp-compare-topologies-cmp"
1023 vpp-compare-topologies-mrr-ref:
1024 csit-vpp-perf-verify-1901-3n-skx:
1026 - 69 # 1901.1 MRR sel
1027 vpp-compare-topologies-mrr-cmp:
1028 csit-vpp-perf-verify-1901-2n-skx:
1030 - 65 # 1901.1 MRR sel
1031 vpp-compare-topologies-mrr:
1032 - "vpp-compare-topologies-mrr-ref"
1033 - "vpp-compare-topologies-mrr-cmp"
1035 dpdk-compare-topologies-ref:
1036 csit-dpdk-perf-verify-1901-3n-skx:
1047 dpdk-compare-topologies-cmp:
1048 csit-dpdk-perf-verify-1901-2n-skx:
1059 dpdk-compare-topologies:
1060 - "dpdk-compare-topologies-ref"
1061 - "dpdk-compare-topologies-cmp"
1065 plot-soak-throughput:
1069 title: "<b>Test Cases [Index]</b>"
1074 gridcolor: "rgb(230, 230, 230)"
1075 linecolor: "rgb(220, 220, 220)"
1079 showticklabels: True
1080 tickcolor: "rgb(220, 220, 220)"
1086 title: "<b>Packet Throughput [Mpps]</b>"
1089 gridcolor: "rgb(230, 230, 230)"
1092 linecolor: "rgb(220, 220, 220)"
1096 showticklabels: True
1097 tickcolor: "rgb(220, 220, 220)"
1116 plot-service-density:
1125 showticklabels: False
1131 autorange: "reversed"
1134 showticklabels: False
1148 title: "<b>Test Cases [Index]</b>"
1153 gridcolor: "rgb(230, 230, 230)"
1154 linecolor: "rgb(220, 220, 220)"
1158 showticklabels: True
1159 tickcolor: "rgb(220, 220, 220)"
1165 title: "<b>Connections Per Second [cps]</b>"
1168 gridcolor: "rgb(230, 230, 230)"
1170 linecolor: "rgb(220, 220, 220)"
1175 showticklabels: True
1176 tickcolor: "rgb(220, 220, 220)"
1201 title: "<b>Test Cases [Index]</b>"
1206 gridcolor: "rgb(230, 230, 230)"
1207 linecolor: "rgb(220, 220, 220)"
1211 showticklabels: True
1212 tickcolor: "rgb(220, 220, 220)"
1218 title: "<b>Requests Per Second [rps]</b>"
1221 gridcolor: "rgb(230, 230, 230)"
1223 linecolor: "rgb(220, 220, 220)"
1228 showticklabels: True
1229 tickcolor: "rgb(230, 230, 230)"
1254 title: "<b>Test Cases [Index]</b>"
1259 gridcolor: "rgb(230, 230, 230)"
1260 linecolor: "rgb(220, 220, 220)"
1264 showticklabels: True
1265 tickcolor: "rgb(220, 220, 220)"
1271 title: "<b>Packet Throughput [Mpps]</b>"
1274 gridcolor: "rgb(230, 230, 230)"
1277 linecolor: "rgb(220, 220, 220)"
1281 showticklabels: True
1282 tickcolor: "rgb(220, 220, 220)"
1303 plot-throughput-speedup-analysis:
1307 title: "<b>Number of Cores [Qty]</b>"
1312 gridcolor: "rgb(230, 230, 230)"
1313 linecolor: "rgb(220, 220, 220)"
1317 showticklabels: True
1318 tickcolor: "rgb(238, 238, 238)"
1324 title: "<b>Packet Throughput [Mpps]</b>"
1328 gridcolor: "rgb(230, 230, 230)"
1330 linecolor: "rgb(220, 220, 220)"
1334 showticklabels: True
1335 tickcolor: "rgb(220, 220, 220)"
1350 bgcolor: "rgba(255, 255, 255, 0)"
1351 bordercolor: "rgba(255, 255, 255, 0)"
1352 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1376 family: "Consolas, Courier New",
1381 text: " Perfect Measured Limit",
1391 family: "Consolas, Courier New",
1401 title: "<b>Direction</b>"
1406 gridcolor: "rgb(230, 230, 230)"
1407 linecolor: "rgb(220, 220, 220)"
1411 showticklabels: False
1412 tickcolor: "rgb(220, 220, 220)"
1418 title: "<b>Packet Latency [uSec]</b>"
1422 gridcolor: "rgb(230, 230, 230)"
1424 linecolor: "rgb(220, 220, 220)"
1428 showticklabels: True
1429 tickcolor: "rgb(220, 220, 220)"
1439 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1454 src-path: "{DIR[RST]}"
1455 dst-path: "{DIR[WORKING,SRC]}"
1460 file-name: "robot-plugin.zip"
1462 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1463 extract: "robot-plugin/output.xml"
1468 intel-dnv-vpp-release-1810:
1471 csit-vpp-perf-verify-1807-3n-hsw:
1481 - 11 # NDRPDR full 1
1482 - 22 # NDRPDR full 2
1483 - 45 # NDRPDR full 3
1484 - 46 # NDRPDR full 4
1494 csit-vpp-perf-verify-1810-3n-hsw:
1520 csit-vpp-perf-verify-1901-3n-hsw:
1522 # - 38 # NDRPDR full
1523 # - 43 # NDRPDR full
1524 # - 45 # NDRPDR full
1525 # - 49 # NDRPDR full
1546 - 72 # 1901.1 NDRPDR sel
1547 - 78 # 1901.1 NDRPDR sel
1548 - 73 # 1901.1 MRR sel
1549 - 77 # 1901.1 MRR sel
1550 csit-vpp-perf-verify-1807-3n-skx:
1562 - 40 # NDRPDR full 1
1563 - 41 # NDRPDR full 2
1574 csit-vpp-perf-verify-1810-3n-skx:
1591 csit-vpp-perf-verify-1901-3n-skx:
1593 # - 37 # NDRPDR full
1594 # - 39 # NDRPDR full
1595 # - 40 # NDRPDR full
1596 # - 49 # NDRPDR full
1617 - 68 # 1901.1 NDRPDR sel
1618 - 69 # 1901.1 MRR sel
1619 csit-vpp-perf-verify-1807-2n-skx:
1642 csit-vpp-perf-verify-1810-2n-skx:
1659 csit-vpp-perf-verify-1901-2n-skx:
1661 # - 25 # NDRPDR full
1662 # - 30 # NDRPDR full
1663 # - 33 # NDRPDR full
1664 # - 44 # NDRPDR full
1686 - 64 # 1901.1 NDRPDR sel
1687 - 65 # 1901.1 MRR sel
1688 csit-ligato-perf-verify-1901-3n-hsw:
1700 csit-dpdk-perf-verify-1807-3n-hsw:
1711 csit-dpdk-perf-verify-1810-3n-hsw:
1722 csit-dpdk-perf-verify-1901-3n-hsw:
1733 csit-dpdk-perf-verify-1807-3n-skx:
1744 csit-dpdk-perf-verify-1810-3n-skx:
1755 csit-dpdk-perf-verify-1901-3n-skx:
1766 csit-dpdk-perf-verify-1810-2n-skx:
1777 csit-dpdk-perf-verify-1901-2n-skx:
1788 csit-vpp-functional-1901-ubuntu1604-virl:
1790 csit-vpp-functional-1901-centos7-virl:
1792 csit-vpp-device-1901-ubuntu1804-1n-skx:
1795 csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1797 csit-dmm-functional-1901-ubuntu1604-virl:
1799 csit-hc2vpp-verify-func-1901-ubuntu1604:
1811 ################################################################################
1813 ################################################################################
1815 # VPP Compare NICs 3n-hsw 1t1c ndr
1818 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1819 algorithm: "table_nics_comparison"
1820 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1823 nic: "NIC_Intel-X520-DA2"
1826 nic: "NIC_Intel-X710"
1827 data: "vpp-nic-comparison-3n-hsw"
1828 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1829 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1836 # VPP Compare NICs 3n-hsw 2t2c ndr
1839 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1840 algorithm: "table_nics_comparison"
1841 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1844 nic: "NIC_Intel-X520-DA2"
1847 nic: "NIC_Intel-X710"
1848 data: "vpp-nic-comparison-3n-hsw"
1849 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1850 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1857 # VPP Compare NICs 3n-hsw 1t1c pdr
1860 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1861 algorithm: "table_nics_comparison"
1862 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1865 nic: "NIC_Intel-X520-DA2"
1868 nic: "NIC_Intel-X710"
1869 data: "vpp-nic-comparison-3n-hsw"
1870 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1871 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1878 # VPP Compare NICs 3n-hsw 2t2c pdr
1881 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1882 algorithm: "table_nics_comparison"
1883 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1886 nic: "NIC_Intel-X520-DA2"
1889 nic: "NIC_Intel-X710"
1890 data: "vpp-nic-comparison-3n-hsw"
1891 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1892 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1899 # VPP Compare NICs 3n-hsw 1t1c mrr
1902 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1903 algorithm: "table_nics_comparison"
1904 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1907 nic: "NIC_Intel-X520-DA2"
1910 nic: "NIC_Intel-X710"
1911 data: "vpp-nic-comparison-3n-hsw-mrr"
1912 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1913 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1920 # VPP Compare NICs 3n-hsw 2t2c mrr
1923 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1924 algorithm: "table_nics_comparison"
1925 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1928 nic: "NIC_Intel-X520-DA2"
1931 nic: "NIC_Intel-X710"
1932 data: "vpp-nic-comparison-3n-hsw-mrr"
1933 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1934 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1941 # VPP Compare NICs 3n-hsw 4t4c mrr
1944 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1945 algorithm: "table_nics_comparison"
1946 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1949 nic: "NIC_Intel-X520-DA2"
1952 nic: "NIC_Intel-X710"
1953 data: "vpp-nic-comparison-3n-hsw-mrr"
1954 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1955 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1962 # VPP Compare NICs 3n-skx 2t1c ndr
1965 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1966 algorithm: "table_nics_comparison"
1967 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1970 nic: "NIC_Intel-X710"
1972 title: "Intel-xxv710"
1973 nic: "NIC_Intel-XXV710"
1974 data: "vpp-nic-comparison-3n-skx"
1975 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1976 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1983 # VPP Compare NICs 3n-skx 4t2c ndr
1986 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1987 algorithm: "table_nics_comparison"
1988 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1991 nic: "NIC_Intel-X710"
1993 title: "Intel-xxv710"
1994 nic: "NIC_Intel-XXV710"
1995 data: "vpp-nic-comparison-3n-skx"
1996 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1997 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2004 # VPP Compare NICs 3n-skx 2t1c pdr
2007 title: "VPP Compare NICs 3n-skx 2t1c pdr"
2008 algorithm: "table_nics_comparison"
2009 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2012 nic: "NIC_Intel-X710"
2014 title: "Intel-xxv710"
2015 nic: "NIC_Intel-XXV710"
2016 data: "vpp-nic-comparison-3n-skx"
2017 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2018 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2025 # VPP Compare NICs 3n-skx 4t2c pdr
2028 title: "VPP Compare NICs 3n-skx 4t2c pdr"
2029 algorithm: "table_nics_comparison"
2030 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2033 nic: "NIC_Intel-X710"
2035 title: "Intel-xxv710"
2036 nic: "NIC_Intel-XXV710"
2037 data: "vpp-nic-comparison-3n-skx"
2038 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2039 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2046 # VPP Compare NICs 3n-skx 2t1c mrr
2049 title: "VPP Compare NICs 3n-skx 2t1c mrr"
2050 algorithm: "table_nics_comparison"
2051 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2054 nic: "NIC_Intel-X710"
2056 title: "Intel-xxv710"
2057 nic: "NIC_Intel-XXV710"
2058 data: "vpp-nic-comparison-3n-skx-mrr"
2059 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2060 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2067 # VPP Compare NICs 3n-skx 4t2c mrr
2070 title: "VPP Compare NICs 3n-skx 4t2c mrr"
2071 algorithm: "table_nics_comparison"
2072 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2075 nic: "NIC_Intel-X710"
2077 title: "Intel-xxv710"
2078 nic: "NIC_Intel-XXV710"
2079 data: "vpp-nic-comparison-3n-skx-mrr"
2080 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2081 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2088 # VPP Compare NICs 3n-skx 8t4c mrr
2091 title: "VPP Compare NICs 3n-skx 8t4c mrr"
2092 algorithm: "table_nics_comparison"
2093 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2096 nic: "NIC_Intel-X710"
2098 title: "Intel-xxv710"
2099 nic: "NIC_Intel-XXV710"
2100 data: "vpp-nic-comparison-3n-skx-mrr"
2101 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2102 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2109 # VPP Compare NICs 2n-skx 2t1c ndr
2112 title: "VPP Compare NICs 2n-skx 2t1c ndr"
2113 algorithm: "table_nics_comparison"
2114 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2117 nic: "NIC_Intel-X710"
2119 title: "Intel-xxv710"
2120 nic: "NIC_Intel-XXV710"
2121 data: "vpp-nic-comparison-2n-skx"
2122 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2123 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2130 # VPP Compare NICs 2n-skx 4t2c ndr
2133 title: "VPP Compare NICs 2n-skx 4t2c ndr"
2134 algorithm: "table_nics_comparison"
2135 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2138 nic: "NIC_Intel-X710"
2140 title: "Intel-xxv710"
2141 nic: "NIC_Intel-XXV710"
2142 data: "vpp-nic-comparison-2n-skx"
2143 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2144 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2151 # VPP Compare NICs 2n-skx 2t1c pdr
2154 title: "VPP Compare NICs 2n-skx 2t1c pdr"
2155 algorithm: "table_nics_comparison"
2156 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2159 nic: "NIC_Intel-X710"
2161 title: "Intel-xxv710"
2162 nic: "NIC_Intel-XXV710"
2163 data: "vpp-nic-comparison-2n-skx"
2164 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2165 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2172 # VPP Compare NICs 2n-skx 4t2c pdr
2175 title: "VPP Compare NICs 2n-skx 4t2c pdr"
2176 algorithm: "table_nics_comparison"
2177 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2180 nic: "NIC_Intel-X710"
2182 title: "Intel-xxv710"
2183 nic: "NIC_Intel-XXV710"
2184 data: "vpp-nic-comparison-2n-skx"
2185 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2186 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2193 # VPP Compare NICs 2n-skx 2t1c mrr
2196 title: "VPP Compare NICs 2n-skx 2t1c mrr"
2197 algorithm: "table_nics_comparison"
2198 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2201 nic: "NIC_Intel-X710"
2203 title: "Intel-xxv710"
2204 nic: "NIC_Intel-XXV710"
2205 data: "vpp-nic-comparison-2n-skx-mrr"
2206 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2207 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2214 # VPP Compare NICs 2n-skx 4t2c mrr
2217 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2218 algorithm: "table_nics_comparison"
2219 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2222 nic: "NIC_Intel-X710"
2224 title: "Intel-xxv710"
2225 nic: "NIC_Intel-XXV710"
2226 data: "vpp-nic-comparison-2n-skx-mrr"
2227 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2228 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2235 # VPP Compare NICs 2n-skx 8t4c mrr
2238 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2239 algorithm: "table_nics_comparison"
2240 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2243 nic: "NIC_Intel-X710"
2245 title: "Intel-xxv710"
2246 nic: "NIC_Intel-XXV710"
2247 data: "vpp-nic-comparison-2n-skx-mrr"
2248 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2249 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2256 ################################################################################
2259 # VPP Performance Changes 3n-hsw 1t1c pdr
2262 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2263 algorithm: "table_performance_comparison"
2264 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2268 data: "vpp-performance-changes-3n-hsw-h1"
2271 data: "vpp-performance-changes-3n-hsw-ref"
2274 data: "vpp-performance-changes-3n-hsw-cmp"
2275 data: "vpp-performance-changes-3n-hsw"
2276 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2277 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2283 # VPP Performance Changes 3n-hsw 2t2c pdr
2286 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2287 algorithm: "table_performance_comparison"
2288 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2292 data: "vpp-performance-changes-3n-hsw-h1"
2295 data: "vpp-performance-changes-3n-hsw-ref"
2298 data: "vpp-performance-changes-3n-hsw-cmp"
2299 data: "vpp-performance-changes-3n-hsw"
2300 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2301 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2307 # VPP Performance Changes 3n-hsw 1t1c ndr
2310 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2311 algorithm: "table_performance_comparison"
2312 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2316 data: "vpp-performance-changes-3n-hsw-h1"
2319 data: "vpp-performance-changes-3n-hsw-ref"
2322 data: "vpp-performance-changes-3n-hsw-cmp"
2323 data: "vpp-performance-changes-3n-hsw"
2324 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2325 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2331 # VPP Performance Changes 3n-hsw 2t2c ndr
2334 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2335 algorithm: "table_performance_comparison"
2336 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2340 data: "vpp-performance-changes-3n-hsw-h1"
2343 data: "vpp-performance-changes-3n-hsw-ref"
2346 data: "vpp-performance-changes-3n-hsw-cmp"
2347 data: "vpp-performance-changes-3n-hsw"
2348 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2349 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2355 # VPP Performance Changes 3n-skx 2t1c pdr
2358 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2359 algorithm: "table_performance_comparison"
2360 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2364 data: "vpp-performance-changes-3n-skx-h1"
2367 data: "vpp-performance-changes-3n-skx-ref"
2370 data: "vpp-performance-changes-3n-skx-cmp"
2371 data: "vpp-performance-changes-3n-skx"
2372 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2373 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2379 # VPP Performance Changes 3n-skx 4t2c pdr
2382 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2383 algorithm: "table_performance_comparison"
2384 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2388 data: "vpp-performance-changes-3n-skx-h1"
2391 data: "vpp-performance-changes-3n-skx-ref"
2394 data: "vpp-performance-changes-3n-skx-cmp"
2395 data: "vpp-performance-changes-3n-skx"
2396 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2397 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2403 # VPP Performance Changes 3n-skx 2t1c ndr
2406 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2407 algorithm: "table_performance_comparison"
2408 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2412 data: "vpp-performance-changes-3n-skx-h1"
2415 data: "vpp-performance-changes-3n-skx-ref"
2418 data: "vpp-performance-changes-3n-skx-cmp"
2419 data: "vpp-performance-changes-3n-skx"
2420 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2421 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2427 # VPP Performance Changes 3n-skx 4t2c ndr
2430 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2431 algorithm: "table_performance_comparison"
2432 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2436 data: "vpp-performance-changes-3n-skx-h1"
2439 data: "vpp-performance-changes-3n-skx-ref"
2442 data: "vpp-performance-changes-3n-skx-cmp"
2443 data: "vpp-performance-changes-3n-skx"
2444 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2445 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451 # VPP Performance Changes 2n-skx 2t1c pdr
2454 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2455 algorithm: "table_performance_comparison"
2456 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2460 data: "vpp-performance-changes-2n-skx-h1"
2463 data: "vpp-performance-changes-2n-skx-ref"
2466 data: "vpp-performance-changes-2n-skx-cmp"
2467 data: "vpp-performance-changes-2n-skx"
2468 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2469 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2475 # VPP Performance Changes 2n-skx 4t2c pdr
2478 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2479 algorithm: "table_performance_comparison"
2480 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2483 data: "vpp-performance-changes-2n-skx-h1"
2486 data: "vpp-performance-changes-2n-skx-ref"
2489 data: "vpp-performance-changes-2n-skx-cmp"
2490 data: "vpp-performance-changes-2n-skx"
2491 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2492 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2498 # VPP Performance Changes 2n-skx 2t1c ndr
2501 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2502 algorithm: "table_performance_comparison"
2503 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2506 data: "vpp-performance-changes-2n-skx-h1"
2509 data: "vpp-performance-changes-2n-skx-ref"
2512 data: "vpp-performance-changes-2n-skx-cmp"
2513 data: "vpp-performance-changes-2n-skx"
2514 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2515 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2521 # VPP Performance Changes 2n-skx 4t2c ndr
2524 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2525 algorithm: "table_performance_comparison"
2526 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2529 data: "vpp-performance-changes-2n-skx-h1"
2532 data: "vpp-performance-changes-2n-skx-ref"
2535 data: "vpp-performance-changes-2n-skx-cmp"
2536 data: "vpp-performance-changes-2n-skx"
2537 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2538 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2544 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2547 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2548 algorithm: "table_performance_comparison"
2549 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2552 data: "vpp-compare-testbeds-ref"
2555 data: "vpp-compare-testbeds-cmp"
2556 data: "vpp-compare-testbeds"
2557 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2558 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2564 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2567 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2568 algorithm: "table_performance_comparison"
2569 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2572 data: "vpp-compare-testbeds-ref"
2575 data: "vpp-compare-testbeds-cmp"
2576 data: "vpp-compare-testbeds"
2577 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2578 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2584 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2587 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2588 algorithm: "table_performance_comparison"
2589 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2592 data: "vpp-compare-testbeds-ref"
2595 data: "vpp-compare-testbeds-cmp"
2596 data: "vpp-compare-testbeds"
2597 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2598 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2604 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2607 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2608 algorithm: "table_performance_comparison"
2609 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2612 data: "vpp-compare-testbeds-ref"
2615 data: "vpp-compare-testbeds-cmp"
2616 data: "vpp-compare-testbeds"
2617 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2618 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2624 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2627 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2628 algorithm: "table_performance_comparison"
2629 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2632 data: "vpp-compare-topologies-ref"
2635 data: "vpp-compare-topologies-cmp"
2636 data: "vpp-compare-topologies"
2637 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2638 filter: "'NDRPDR' and '1C'"
2644 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2647 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2648 algorithm: "table_performance_comparison"
2649 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2652 data: "vpp-compare-topologies-ref"
2655 data: "vpp-compare-topologies-cmp"
2656 data: "vpp-compare-topologies"
2657 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2658 filter: "'NDRPDR' and '2C'"
2664 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2667 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2668 algorithm: "table_performance_comparison"
2669 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2672 data: "vpp-compare-topologies-ref"
2675 data: "vpp-compare-topologies-cmp"
2676 data: "vpp-compare-topologies"
2677 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2678 filter: "'NDRPDR' and '1C'"
2684 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2687 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2688 algorithm: "table_performance_comparison"
2689 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2692 data: "vpp-compare-topologies-ref"
2695 data: "vpp-compare-topologies-cmp"
2696 data: "vpp-compare-topologies"
2697 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2698 filter: "'NDRPDR' and '2C'"
2704 # VPP Performance Changes 3n-hsw 1t1c MRR
2707 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2708 algorithm: "table_performance_comparison"
2709 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2713 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2716 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2719 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2720 data: "vpp-performance-changes-3n-hsw-mrr"
2721 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2722 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2728 # VPP Performance Changes 3n-hsw 2t2c MRR
2731 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2732 algorithm: "table_performance_comparison"
2733 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2737 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2740 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2743 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2744 data: "vpp-performance-changes-3n-hsw-mrr"
2745 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2746 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2752 # VPP Performance Changes 3n-hsw 4t4c MRR
2755 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2756 algorithm: "table_performance_comparison"
2757 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2761 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2764 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2767 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2768 data: "vpp-performance-changes-3n-hsw-mrr"
2769 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2770 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2776 # VPP Performance Changes 3n-skx 2t1c MRR
2779 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2780 algorithm: "table_performance_comparison"
2781 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2785 data: "vpp-performance-changes-3n-skx-mrr-h1"
2788 data: "vpp-performance-changes-3n-skx-mrr-ref"
2791 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2792 data: "vpp-performance-changes-3n-skx-mrr"
2793 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2794 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2800 # VPP Performance Changes 3n-skx 4t2c MRR
2803 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2804 algorithm: "table_performance_comparison"
2805 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2809 data: "vpp-performance-changes-3n-skx-mrr-h1"
2812 data: "vpp-performance-changes-3n-skx-mrr-ref"
2815 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2816 data: "vpp-performance-changes-3n-skx-mrr"
2817 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2818 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2824 # VPP Performance Changes 3n-skx 8t4c MRR
2827 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2828 algorithm: "table_performance_comparison"
2829 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2833 data: "vpp-performance-changes-3n-skx-mrr-h1"
2836 data: "vpp-performance-changes-3n-skx-mrr-ref"
2839 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2840 data: "vpp-performance-changes-3n-skx-mrr"
2841 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2842 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2848 # VPP Performance Changes 2n-skx 2t1c MRR
2851 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2852 algorithm: "table_performance_comparison"
2853 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-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: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2872 # VPP Performance Changes 2n-skx 4t2c MRR
2875 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2876 algorithm: "table_performance_comparison"
2877 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2881 data: "vpp-performance-changes-2n-skx-mrr-h1"
2884 data: "vpp-performance-changes-2n-skx-mrr-ref"
2887 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2888 data: "vpp-performance-changes-2n-skx-mrr"
2889 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2896 # VPP Performance Changes 2n-skx 8t4c MRR
2899 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2900 algorithm: "table_performance_comparison"
2901 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2905 data: "vpp-performance-changes-2n-skx-mrr-h1"
2908 data: "vpp-performance-changes-2n-skx-mrr-ref"
2911 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2912 data: "vpp-performance-changes-2n-skx-mrr"
2913 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2914 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2920 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2923 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2924 algorithm: "table_performance_comparison"
2925 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2928 data: "vpp-compare-testbeds-mrr-ref"
2931 data: "vpp-compare-testbeds-mrr-cmp"
2932 data: "vpp-compare-testbeds-mrr"
2933 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2934 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2940 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2943 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2944 algorithm: "table_performance_comparison"
2945 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2948 data: "vpp-compare-testbeds-mrr-ref"
2951 data: "vpp-compare-testbeds-mrr-cmp"
2952 data: "vpp-compare-testbeds-mrr"
2953 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2954 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2960 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2963 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2964 algorithm: "table_performance_comparison"
2965 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2968 data: "vpp-compare-testbeds-mrr-ref"
2971 data: "vpp-compare-testbeds-mrr-cmp"
2972 data: "vpp-compare-testbeds-mrr"
2973 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2974 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2980 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2983 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2984 algorithm: "table_performance_comparison"
2985 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2988 data: "vpp-compare-topologies-mrr-ref"
2991 data: "vpp-compare-topologies-mrr-cmp"
2992 data: "vpp-compare-topologies-mrr"
2993 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2994 filter: "'MRR' and '1C'"
3000 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3003 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3004 algorithm: "table_performance_comparison"
3005 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3008 data: "vpp-compare-topologies-mrr-ref"
3011 data: "vpp-compare-topologies-mrr-cmp"
3012 data: "vpp-compare-topologies-mrr"
3013 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3014 filter: "'MRR' and '2C'"
3020 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3023 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3024 algorithm: "table_performance_comparison"
3025 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3028 data: "vpp-compare-topologies-mrr-ref"
3031 data: "vpp-compare-topologies-mrr-cmp"
3032 data: "vpp-compare-topologies-mrr"
3033 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3034 filter: "'MRR' and '4C'"
3040 # Detailed Test Results - VPP Performance Results 3n-hsw
3043 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3044 algorithm: "table_merged_details"
3045 output-file-ext: ".csv"
3046 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3055 data: "vpp-perf-results-3n-hsw"
3056 filter: "not 'NDRCHK' and not 'PDRCHK'"
3062 # Detailed Test Results - VPP Performance Results 3n-skx
3065 title: "Detailed Test Results - VPP Performance Results 3n-skx"
3066 algorithm: "table_merged_details"
3067 output-file-ext: ".csv"
3068 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3077 data: "vpp-perf-results-3n-skx"
3078 filter: "not 'NDRCHK' and not 'PDRCHK'"
3084 # Detailed Test Results - VPP Performance Results 2n-skx
3087 title: "Detailed Test Results - VPP Performance Results 2n-skx"
3088 algorithm: "table_merged_details"
3089 output-file-ext: ".csv"
3090 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3099 data: "vpp-perf-results-2n-skx"
3100 filter: "not 'NDRCHK' and not 'PDRCHK'"
3106 # Detailed Test Results - VPP Performance Results 2n-dnv
3109 title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3110 algorithm: "table_details"
3111 output-file-ext: ".csv"
3112 output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3121 data: "intel-dnv-vpp"
3128 # Test configuration - VPP Performance Test Configs 3n-hsw
3131 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3132 algorithm: "table_merged_details"
3133 output-file-ext: ".csv"
3134 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3140 title: "VPP API Test Commands History - Commands Used Per Test Case"
3141 data: "data conf-history"
3143 data: "vpp-perf-results-3n-hsw"
3144 filter: "not 'NDRCHK' and not 'PDRCHK'"
3150 # Test configuration - VPP Performance Test Configs 3n-skx
3153 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3154 algorithm: "table_merged_details"
3155 output-file-ext: ".csv"
3156 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3162 title: "VPP API Test Commands History - Commands Used Per Test Case"
3163 data: "data conf-history"
3165 data: "vpp-perf-results-3n-skx"
3166 filter: "not 'NDRCHK' and not 'PDRCHK'"
3172 # Test configuration - VPP Performance Test Configs 2n-skx
3175 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3176 algorithm: "table_merged_details"
3177 output-file-ext: ".csv"
3178 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3184 title: "VPP API Test Commands History - Commands Used Per Test Case"
3185 data: "data conf-history"
3187 data: "vpp-perf-results-2n-skx"
3188 filter: "not 'NDRCHK' and not 'PDRCHK'"
3194 # Test configuration - VPP Performance Test Configs 2n-dnv
3197 title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3198 algorithm: "table_details"
3199 output-file-ext: ".csv"
3200 output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3206 title: "VPP API Test Commands History - Commands Used Per Test Case"
3207 data: "data conf-history"
3209 data: "intel-dnv-vpp"
3216 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3219 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3220 algorithm: "table_merged_details"
3221 output-file-ext: ".csv"
3222 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3228 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3229 data: "data show-run"
3231 data: "vpp-perf-results-3n-hsw"
3232 filter: "not 'NDRCHK' and not 'PDRCHK'"
3238 # Test Operational Data - VPP Performance Operational Data 3n-skx
3241 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3242 algorithm: "table_merged_details"
3243 output-file-ext: ".csv"
3244 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3250 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3251 data: "data show-run"
3253 data: "vpp-perf-results-3n-skx"
3254 filter: "not 'NDRCHK' and not 'PDRCHK'"
3260 # Test Operational Data - VPP Performance Operational Data 2n-skx
3263 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3264 algorithm: "table_merged_details"
3265 output-file-ext: ".csv"
3266 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3272 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3273 data: "data show-run"
3275 data: "vpp-perf-results-2n-skx"
3276 filter: "not 'NDRCHK' and not 'PDRCHK'"
3282 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3285 title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3286 algorithm: "table_details"
3287 output-file-ext: ".csv"
3288 output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3294 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3295 data: "data show-run"
3297 data: "intel-dnv-vpp"
3304 # Detailed Test Results - VPP MRR Results 3n-hsw
3307 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3308 algorithm: "table_details"
3309 output-file-ext: ".csv"
3310 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3319 data: "vpp-mrr-results-3n-hsw"
3326 # Detailed Test Results - VPP MRR Results 3n-skx
3329 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3330 algorithm: "table_details"
3331 output-file-ext: ".csv"
3332 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3341 data: "vpp-mrr-results-3n-skx"
3348 # Detailed Test Results - VPP MRR Results 2n-skx
3351 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3352 algorithm: "table_details"
3353 output-file-ext: ".csv"
3354 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3363 data: "vpp-mrr-results-2n-skx"
3370 # Detailed Test Results - VPP MRR Results 2n-dnv
3373 title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3374 algorithm: "table_details"
3375 output-file-ext: ".csv"
3376 output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3385 data: "intel-dnv-vpp"
3392 # Test configuration - VPP MRR Test Configs 3n-hsw
3395 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3396 algorithm: "table_details"
3397 output-file-ext: ".csv"
3398 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3404 title: "VPP API Test Commands History - Commands Used Per Test Case"
3405 data: "data conf-history"
3407 data: "vpp-mrr-results-3n-hsw"
3414 # Test configuration - VPP MRR Test Configs 3n-skx