diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-08-08 15:08:15 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-08-09 13:32:26 +0000 |
commit | 8c9bec21e04461742de8f45d8ec17046fe96ddd9 (patch) | |
tree | ef6a18eb69542230ecac2f72fafa0ab65b6bdcfc /tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-ndrpdrdisc.robot | |
parent | c38cb34d13ba01386cbcc6302dce854506eda8a0 (diff) |
CSIT-767: Add acl 64B 4t4c perf tests
Change-Id: Id1b187c195c955d0e533d8d6864fff6a3fa8332e
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-ndrpdrdisc.robot')
-rw-r--r-- | tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-ndrpdrdisc.robot | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-ndrpdrdisc.robot b/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-ndrpdrdisc.robot index c8603fdf1c..50421d4674 100644 --- a/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-ndrpdrdisc.robot +++ b/tests/vpp/perf/l2/10ge2p1x520-eth-l2bdbasemaclrn-iacl50sf-100flows-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-iacl50-stateful-flows100-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-iacl50-stateful-flows100-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 |