X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip4%2F2n1l-10ge2p1x710-ethip4-ip4base-iacldstbase-ndrpdr.robot;fp=tests%2Fvpp%2Fperf%2Fip4%2F2n1l-10ge2p1x710-ethip4-ip4base-iacldstbase-ndrpdr.robot;h=b1ce401f2a660d7ee5939e337d8058155626f887;hb=7b73d46872db5adfc8f4603a9ca783be7d3fa323;hp=4888d0221522e4947c381450fc7b2238d8c76e4f;hpb=f7d43390a6ce60284f54cad4e66b66d1ecd4a166;p=csit.git diff --git a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4-ip4base-iacldstbase-ndrpdr.robot b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4-ip4base-iacldstbase-ndrpdr.robot index 4888d02215..b1ce401f2a 100644 --- a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4-ip4base-iacldstbase-ndrpdr.robot +++ b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4-ip4base-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 IPv4 forwarding in circular topology | | ${table_idx} | ${skip_n} | ${match_n}= | And Vpp Creates Classify Table L3 -| | ... | ${dut1} | ip4 | dst | 20.20.20.2 +| | ... | ${dut1} | ip4 | dst | 255.255.255.0 | | And Vpp Configures Classify Session L3 -| | ... | ${dut1} | permit | ${table_idx} | ip4 | dst | 20.20.20.2 +| | ... | ${dut1} | permit | ${table_idx} | ${skip_n} | ${match_n} | ip4 | dst +| | ... | 20.20.20.0 | | And Vpp Enable Input Acl Interface | | ... | ${dut1} | ${dut1_if1} | ip4 | ${table_idx} +| | And Vpp Configures Classify Session L3 +| | ... | ${dut1} | permit | ${table_idx} | ${skip_n} | ${match_n} | ip4 | dst +| | ... | 10.10.10.0 +| | And Vpp Enable Input Acl Interface +| | ... | ${dut1} | ${dut1_if2} | ip4 | ${table_idx} | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***