diff options
Diffstat (limited to 'tests/vpp/perf/ip6/40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot')
-rw-r--r-- | tests/vpp/perf/ip6/40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/vpp/perf/ip6/40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot b/tests/vpp/perf/ip6/40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot index 80cf495047..a78019ab5c 100644 --- a/tests/vpp/perf/ip6/40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot +++ b/tests/vpp/perf/ip6/40ge2p1xl710-ethip6-ip6base-ndrpdrdisc.robot @@ -58,10 +58,10 @@ *** Test Cases *** | tc01-78B-1t1c-ethip6-ip6base-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \ +| | ... | [Cfg] DUT runs IPv6 routing config with 1 phy core, \ | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames | | ... | using binary search start at 18.75Mpps rate, step 50kpps. -| | [Tags] | 78B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 78B | 1C | NDRDISC | | ${framesize}= | Set Variable | ${78} | | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Set Variable | ${s_18.75Mpps} @@ -81,10 +81,10 @@ | tc03-1518B-1t1c-ethip6-ip6base-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \ +| | ... | [Cfg] DUT runs IPv6 routing config with 1 phy core, \ | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames | | ... | using binary search start at 24.5G rate, step 50kpps. -| | [Tags] | 1518B | 1T1C | STHREAD | NDRDISC +| | [Tags] | 1518B | 1C | NDRDISC | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${framesize} @@ -104,10 +104,10 @@ | tc07-78B-2t2c-ethip6-ip6base-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \ +| | ... | [Cfg] DUT runs IPv6 routing config with 2 phy cores, \ | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 78 Byte frames | | ... | using binary search start at 18.75Mpps rate, step 50kpps. -| | [Tags] | 78B | 2T2C | MTHREAD | NDRDISC +| | [Tags] | 78B | 2C | NDRDISC | | ${framesize}= | Set Variable | ${78} | | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Set Variable | ${s_18.75Mpps} @@ -127,10 +127,10 @@ | tc09-1518B-2t2c-ethip6-ip6base-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv6 routing config with 2 threads, 2 phy cores, \ +| | ... | [Cfg] DUT runs IPv6 routing config with 2 phy cores, \ | | ... | 1 receive queue per NIC port. [Ver] Find NDR for 1518 Byte frames | | ... | using binary search start at 24.5G rate, step 50kpps. -| | [Tags] | 1518B | 2T2C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 2C | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${framesize} @@ -150,10 +150,10 @@ | tc13-78B-4t4c-ethip6-ip6base-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \ +| | ... | [Cfg] DUT runs IPv6 routing config with 4 phy cores, \ | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 78 Byte frames | | ... | using binary search start at 18.75Mpps rate, step 50kpps. -| | [Tags] | 78B | 4T4C | MTHREAD | NDRDISC +| | [Tags] | 78B | 4C | NDRDISC | | ${framesize}= | Set Variable | ${78} | | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Set Variable | ${s_18.75Mpps} @@ -173,10 +173,10 @@ | tc15-1518B-4t4c-ethip6-ip6base-ndrdisc | | [Documentation] -| | ... | [Cfg] DUT runs IPv6 routing config with 4 threads, 4 phy cores, \ +| | ... | [Cfg] DUT runs IPv6 routing config with 4 phy cores, \ | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames | | ... | using binary search start at 24.5G rate, step 50kpps. -| | [Tags] | 1518B | 4T4C | MTHREAD | NDRDISC | SKIP_PATCH +| | [Tags] | 1518B | 4C | NDRDISC | SKIP_PATCH | | ${framesize}= | Set Variable | ${1518} | | ${min_rate}= | Set Variable | ${50000} | | ${max_rate}= | Calculate pps | ${s_24.5G} | ${framesize} |