X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip6%2F2n1l-10ge2p1x710-ethip6-ip6base-iacldstbase-ndrpdr.robot;h=38d6a025676ad53a01a51ad50baedb271c9491a4;hp=f02f0db90a697c9ac8ad0d3984cb637649963b64;hb=14a71b74b414df7616ccb5ada3d50ecb90d96bae;hpb=8e601d0f37f715ca4ce55dded8bc27cadfe175c2 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 f02f0db90a..38d6a02567 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 @@ -19,7 +19,7 @@ | ... | RXQ_SIZE_0 | TXQ_SIZE_0 | ... | ethip6-ip6base-iacldstbase | -| Suite Setup | Setup suite single link | performance +| Suite Setup | Setup suite topology interfaces | performance | Suite Teardown | Tear down suite | performance | Test Setup | Setup test | performance | performance | Test Teardown | Tear down test | performance | classify @@ -54,6 +54,8 @@ | ${nic_driver}= | vfio-pci | ${nic_rxq_size}= | 0 | ${nic_txq_size}= | 0 +| ${nic_pfs}= | 2 +| ${nic_vfs}= | 0 | ${osi_layer}= | L3 | ${overhead}= | ${0} # Traffic profile: @@ -89,12 +91,12 @@ | | ... | ${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} +| | ... | ${dut1} | ${DUT1_${int}1}[0] | 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} +| | ... | ${dut1} | ${DUT1_${int}2}[0] | ip6 | ${table_idx} | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***