diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-07-11 09:36:44 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-12 13:20:21 +0000 |
commit | 1f2723170ac74555aa505ab3cb772ded76501362 (patch) | |
tree | 49000b6b1d1a7f6b6ef5d1efb778de8792fabf0f /tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot | |
parent | 33fb34665214bbbd0a4b3154169b21c2da01f69b (diff) |
VPPD: Cop, iACL, Policer
- Alignment with PERF
Change-Id: Id7b2cb91c88e44cf9265c3376330f6aa579abf7a
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot')
-rw-r--r-- | tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot b/tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot index 1fbd1c1a43..36d612c875 100644 --- a/tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot +++ b/tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot @@ -75,7 +75,18 @@ | | And Set Max Rate And Jumbo And Handle Multi Seg | | And Apply startup configuration on all VPP DUTs | | When Initialize IPv6 forwarding in circular topology -| | And Initialize IPv6 iAcl whitelist in 3-node circular topology +| | ${table_idx} | ${skip_n} | ${match_n}= | And Vpp Creates Classify Table L3 +| | ... | ${dut1} | ip6 | dst | 2001:2::2 +| | And Vpp Configures Classify Session L3 +| | ... | ${dut1} | permit | ${table_idx} | ip6 | dst | 2001:2::2 +| | And Vpp Enable Input Acl Interface +| | ... | ${dut1} | ${dut1_if1} | ip6 | ${table_idx} +| | ${table_idx} | ${skip_n} | ${match_n}= | And Vpp Creates Classify Table L3 +| | ... | ${dut2} | ip6 | dst | 2001:1::2 +| | And Vpp Configures Classify Session L3 +| | ... | ${dut2} | permit | ${table_idx} | ip6 | dst | 2001:1::2 +| | And Vpp Enable Input Acl Interface +| | ... | ${dut2} | ${dut2_if2} | ip6 | ${table_idx} | | Then Find NDR and PDR intervals using optimized search *** Test Cases *** |