diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-08-08 15:08:15 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-08-09 14:22:54 +0000 |
commit | 16e1ca7f3cd7b7ddd40bec6ea441eb407cddc0f2 (patch) | |
tree | e4ebac7d3f293d6f28204c8ebca5c045caf77b4c /tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot | |
parent | 7b22b241925b7593bcdd10b5bb46cce67da3b263 (diff) |
CSIT-767: Add acl 64B 4t4c perf tests
Change-Id: Id1b187c195c955d0e533d8d6864fff6a3fa8332e
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit 8c9bec21e04461742de8f45d8ec17046fe96ddd9)
Diffstat (limited to 'tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot')
-rw-r--r-- | tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot b/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot index a7eab01da3..b853b82df1 100644 --- a/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot +++ b/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl10sl-100kflows-ndrpdrdisc.robot @@ -145,3 +145,27 @@ | | ... | | [Template] | Discover NDR or PDR for L2 Bridge Domain with ACLs | | wt=2 | rxq=1 | framesize=${64} | min_rate=${100000} | search_type=PDR + +| tc05-64B-4t4c-eth-l2bdbasemaclrn-iacl10-stateless-flows100k-ndrdisc +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD switching config with ACL 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] | 64B | 4T4C | MTHREAD | NDRDISC +| | ... +| | [Template] | Discover NDR or PDR for L2 Bridge Domain with ACLs +| | wt=4 | rxq=2 | framesize=${64} | min_rate=${100000} | search_type=NDR + +| tc06-64B-4t4c-eth-l2bdbasemaclrn-iacl10-stateless-flows100k-pdrdisc +| | [Documentation] +| | ... | [Cfg] DUT runs L2BD switching config with ACL 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] | 64B | 4T4C | MTHREAD | PDRDISC | SKIP_PATCH +| | ... +| | [Template] | Discover NDR or PDR for L2 Bridge Domain with ACLs +| | wt=4 | rxq=2 | framesize=${64} | min_rate=${100000} | search_type=PDR |