X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fperf%2F10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrdisc.robot;h=d83fbc4142c5ead7ad1d37eabe8ce00ee9e545e7;hb=fe29ca4b7e6c412c69f1c56404513a33236aa617;hp=6f3500b89c478cf79f7a25b02c465cd41c058b05;hpb=45ed57bba6aa83f75e892df423ceb2ec61d47395;p=csit.git diff --git a/tests/perf/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrdisc.robot b/tests/perf/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrdisc.robot index 6f3500b89c..d83fbc4142 100644 --- a/tests/perf/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrdisc.robot +++ b/tests/perf/10ge2p1x520-ethip4vxlan-l2bdbasemaclrn-ndrdisc.robot @@ -13,18 +13,18 @@ *** Settings *** | Resource | resources/libraries/robot/performance.robot -| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | PERFTEST_LONG -| ... | NIC_Intel-X520-DA2 +| ... +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC +| ... | NIC_Intel-X520-DA2 | L2BDMACLRN | ENCAP | VXLAN | L2OVRLAY | IP4UNRLAY +| ... | Suite Setup | 3-node Performance Suite Setup with DUT's NIC model | ... | L2 | Intel-X520-DA2 | Suite Teardown | 3-node Performance Suite Teardown -| Test Setup | Setup all DUTs before test -| Test Teardown | Run Keywords -| ... | Run Keyword If Test Failed -| ... | Traffic should pass with no loss | 10 | ${min_rate}pps | ${framesize} -| ... | 3-node-bridge | fail_on_loss=${False} -| ... | AND | Remove startup configuration of VPP from all DUTs -| ... | AND | Show vpp trace dump on all DUTs +| ... +| Test Setup | Performance test setup +| Test Teardown | Performance test teardown | ${min_rate}pps | ${framesize} +| ... | 3-node-bridge +| ... | Documentation | *RFC2544: Packet throughput L2BD with VXLANoIPv4 test cases* | ... | ... | *[Top] Network Topologies:* TG-DUT1-DUT2-TG 3-node circular topology @@ -54,14 +54,14 @@ | ${vxlan_overhead} | ${50} *** Test Cases *** -| TC01: 64B NDR binary search - DUT L2BD with VXLANoIPv4 - 1thread 1core 1rxq +| tc01-64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ | | ... | linerate, step 100kpps. | | ... -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR +| | [Tags] | 1T1C | STHREAD | NDRDISC | | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} @@ -78,14 +78,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC02: 64B PDR binary search - DUT L2BD with VXLANoIPv4 - 1thread 1core 1rxq +| tc02-64B-1t1c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ | | ... | linerate, step 100kpps, LT=0.5%. | | ... -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH +| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} @@ -100,16 +100,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC03: 1518B NDR binary search - DUT L2BD with VXLANoIPv4 - 1thread 1core 1rxq +| tc03-1518B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ | | ... | linerate, step 10kpps. | | ... -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR +| | [Tags] | 1T1C | STHREAD | NDRDISC | | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} @@ -125,14 +126,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC04: 1518B PDR binary search - DUT L2BD with VXLANoIPv4 - 1thread 1core 1rxq +| tc04-1518B-1t1c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ | | ... | linerate, step 10kpps, LT=0.5%. | | ... -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH +| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} @@ -146,16 +147,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC05: 9000B NDR binary search - DUT L2BD with VXLANoIPv4 - 1thread 1core 1rxq +| tc05-9000B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\ | | ... | linerate, step 5kpps. | | ... -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | NDR +| | [Tags] | 1T1C | STHREAD | NDRDISC | | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} @@ -171,14 +173,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC06: 9000B PDR binary search - DUT L2BD with VXLANoIPv4 - 1thread 1core 1rxq +| tc06-9000B-1t1c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 1 thread, 1 phy core,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE\ | | ... | linerate, step 5kpps, LT=0.5%. | | ... -| | [Tags] | 1_THREAD_NOHTT_RXQUEUES_1 | SINGLE_THREAD | PDR | SKIP_PATCH +| | [Tags] | 1T1C | STHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} @@ -192,16 +194,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC07: 64B NDR binary search - DUT L2BD with VXLANoIPv4 - 2threads 2cores 1rxq +| tc07-64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ | | ... | linerate, step 100kpps. | | ... -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR +| | [Tags] | 2T2C | MTHREAD | NDRDISC | | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} @@ -218,14 +221,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC08: 64B PDR binary search - DUT L2BD with VXLANoIPv4 - 2threads 2cores 1rxq +| tc08-64B-2t2c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ | | ... | linerate, step 100kpps, LT=0.5%. | | ... -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH +| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} @@ -240,16 +243,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC09: 1518B NDR binary search - DUT L2BD with VXLANoIPv4 - 2threads 2cores 1rxq +| tc09-1518B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ | | ... | linerate, step 10kpps. | | ... -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | SKIP_PATCH +| | [Tags] | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} @@ -265,14 +269,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC10: 1518B PDR binary search - DUT L2BD with VXLANoIPv4 - 2threads 2cores 1rxq +| tc10-1518B-2t2c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ | | ... | linerate, step 10kpps, LT=0.5%. | | ... -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH +| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} @@ -286,16 +290,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC11: 9000B NDR binary search - DUT L2BD with VXLANoIPv4 - 2threads 2cores 1rxq +| tc11-9000B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\ | | ... | linerate, step 5kpps. | | ... -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | NDR | SKIP_PATCH +| | [Tags] | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} @@ -311,14 +316,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC12: 9000B PDR binary search - DUT L2BD with VXLANoIPv4 - 2threads 2cores 1rxq +| tc12-9000B-2t2c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 2 threads, 2 phy cores,\ | | ... | 1 receive queue per NIC port. | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE\ | | ... | linerate, step 5kpps, LT=0.5%. | | ... -| | [Tags] | 2_THREAD_NOHTT_RXQUEUES_1 | MULTI_THREAD | PDR | SKIP_PATCH +| | [Tags] | 2T2C | MTHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} @@ -332,16 +337,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC13: 64B NDR binary search - DUT L2BD with VXLANoIPv4 - 4threads 4cores 2rxq +| tc13-64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Find NDR for 64 Byte frames using binary search start at 10GE\ | | ... | linerate, step 100kpps. | | ... -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR +| | [Tags] | 4T4C | MTHREAD | NDRDISC | | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} @@ -358,14 +364,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC14: 64B PDR binary search - DUT L2BD with VXLANoIPv4 - 4threads 4cores 2rxq +| tc14-64B-4t4c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Find PDR for 64 Byte frames using binary search start at 10GE\ | | ... | linerate, step 100kpps, LT=0.5%. | | ... -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH +| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${64} | | ${min_rate}= | Set Variable | ${100000} @@ -380,16 +386,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC15: 1518B NDR binary search - DUT L2BD with VXLANoIPv4 - 4threads 4cores 2rxq +| tc15-1518B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Find NDR for 1518 Byte frames using binary search start at 10GE\ | | ... | linerate, step 10kpps. | | ... -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH +| | [Tags] | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} @@ -405,14 +412,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC16: 1518B PDR binary search - DUT L2BD with VXLANoIPv4 - 4threads 4cores 2rxq +| tc16-1518B-4t4c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Find PDR for 1518 Byte frames using binary search start at 10GE\ | | ... | linerate, step 10kpps, LT=0.5%. | | ... -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH +| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${10000} @@ -426,16 +433,17 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type} -| TC17: 9000B NDR binary search - DUT L2BD with VXLANoIPv4 - 4threads 4cores 2rxq +| tc17-9000B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Find NDR for 9000 Byte frames using binary search start at 10GE\ | | ... | linerate, step 5kpps. | | ... -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH +| | [Tags] | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} @@ -451,14 +459,14 @@ | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} | | ... | ${threshold} -| TC18: 9000B PDR binary search - DUT L2BD with VXLANoIPv4 - 4threads 4cores 2rxq +| tc18-9000B-4t4c-ethip4vxlan-l2bdbasemaclrn-pdrdisc | | [Documentation] | | ... | [Cfg] DUT runs L2BD forwarding config with 4 threads, 4 phy cores,\ | | ... | 2 receive queues per NIC port. | | ... | [Ver] Find PDR for 9000 Byte frames using binary search start at 10GE\ | | ... | linerate, step 5kpps, LT=0.5%. | | ... -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | PDR | SKIP_PATCH +| | [Tags] | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH | | ... | | ${framesize}= | Set Variable | ${9000} | | ${min_rate}= | Set Variable | ${10000} @@ -472,4 +480,5 @@ | | And L2 bridge domain with VXLANoIPv4 initialized in a 3-node circular topology | | Then Find PDR using binary search and pps | ${framesize} | ${binary_min} | | ... | ${binary_max} | 3-node-bridge | ${min_rate} | ${max_rate} -| | ... | ${threshold} | ${glob_loss_acceptance} | ${glob_loss_acceptance_type} +| | ... | ${threshold} | ${perf_pdr_loss_acceptance} +| | ... | ${perf_pdr_loss_acceptance_type}