X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip6%2F2n1l-10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot;h=8d9335e74770ea679419a63f9dd802397332a260;hb=ae3d6241590b521cfec350dfa73c78f043466938;hp=2bc668fcb23d5be04ac2f4f072c801a5707c3e03;hpb=1f2723170ac74555aa505ab3cb772ded76501362;p=csit.git diff --git a/tests/vpp/perf/ip6/2n1l-10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot b/tests/vpp/perf/ip6/2n1l-10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot index 2bc668fcb2..8d9335e747 100644 --- a/tests/vpp/perf/ip6/2n1l-10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot +++ b/tests/vpp/perf/ip6/2n1l-10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot @@ -20,7 +20,7 @@ | Suite Setup | Setup suite single link | performance | Suite Teardown | Tear down suite | performance | Test Setup | Setup test -| Test Teardown | Tear down test | performance +| Test Teardown | Tear down test | performance | classify | ... | Test Template | Local Template | ... @@ -76,11 +76,17 @@ | | And Apply startup configuration on all VPP DUTs | | 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 +| | ... | ${dut1} | ip6 | dst | ffff:ffff:ffff:ffff:ffff:ffff:ffff:0 | | And Vpp Configures Classify Session L3 -| | ... | ${dut1} | permit | ${table_idx} | ip6 | dst | 2001:2::2 +| | ... | ${dut1} | permit | ${table_idx} | ${skip_n} | ${match_n} | ip6 | dst +| | ... | 2001:2::0 | | And Vpp Enable Input Acl Interface | | ... | ${dut1} | ${dut1_if1} | ip6 | ${table_idx} +| | And Vpp Configures Classify Session L3 +| | ... | ${dut1} | permit | ${table_idx} | ${skip_n} | ${match_n} | ip6 | dst +| | ... | 2001:1::0 +| | And Vpp Enable Input Acl Interface +| | ... | ${dut1} | ${dut1_if2} | ip6 | ${table_idx} | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***