X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip6%2F10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot;h=36d612c8753fb120967904217fb2e701ec2e2ab4;hb=329e0acee1cf31c6524883e15560993af76f0fad;hp=aebc5b02e3a0dc5314cfbdaa7700d0d3a5368dda;hpb=1577123a3c27541181097cb4186aa8855f20b1cc;p=csit.git 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 aebc5b02e3..36d612c875 100644 --- a/tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot +++ b/tests/vpp/perf/ip6/10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot @@ -74,8 +74,19 @@ | | And Add PCI devices to all DUTs | | And Set Max Rate And Jumbo And Handle Multi Seg | | And Apply startup configuration on all VPP DUTs -| | When Initialize IPv6 forwarding in 3-node circular topology -| | And Initialize IPv6 iAcl whitelist in 3-node circular topology +| | When Initialize IPv6 forwarding in 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 ***