X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fl2%2F10ge2p1x710-dot1ad-l2xcbase-ndrpdr.robot;h=960dfe129c206266dd97ed577e4cb317fba2fec9;hb=14a71b74b414df7616ccb5ada3d50ecb90d96bae;hp=dbaa9b5ddbf22e3b914f4fe3290caa107a9cf346;hpb=50ca85359a75da29371ea3b97d2bccf7653b99d6;p=csit.git diff --git a/tests/vpp/perf/l2/10ge2p1x710-dot1ad-l2xcbase-ndrpdr.robot b/tests/vpp/perf/l2/10ge2p1x710-dot1ad-l2xcbase-ndrpdr.robot index dbaa9b5ddb..960dfe129c 100644 --- a/tests/vpp/perf/l2/10ge2p1x710-dot1ad-l2xcbase-ndrpdr.robot +++ b/tests/vpp/perf/l2/10ge2p1x710-dot1ad-l2xcbase-ndrpdr.robot @@ -17,9 +17,10 @@ | | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDR | ... | NIC_Intel-X710 | L2XCFWD | BASE | DOT1AD | DRV_VFIO_PCI +| ... | RXQ_SIZE_0 | TXQ_SIZE_0 | ... | dot1ad-l2xcbase | -| 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 | Test Teardown | Tear down test | performance @@ -53,6 +54,10 @@ | ${crypto_type}= | ${None} | ${nic_name}= | Intel-X710 | ${nic_driver}= | vfio-pci +| ${nic_rxq_size}= | 0 +| ${nic_txq_size}= | 0 +| ${nic_pfs}= | 2 +| ${nic_vfs}= | 0 | ${osi_layer}= | L2 | ${overhead}= | ${8} | ${subid}= | 10 @@ -87,15 +92,15 @@ | | When Initialize layer driver | ${nic_driver} | | And Initialize layer interface | | When Initialize VLAN sub-interfaces in 3-node circular topology -| | ... | ${dut1} | ${dut1_if2} | ${dut2} | ${dut2_if1} | ${subid} +| | ... | ${dut1} | ${DUT1_${int}2}[0] | ${dut2} | ${DUT2_${int}1}[0] | ${subid} | | ... | ${outer_vlan_id} | ${inner_vlan_id} | ${type_subif} | | And Configure L2 tag rewrite method on interfaces | | ... | ${dut1} | ${subif_index_1} | ${dut2} | ${subif_index_2} | | ... | ${tag_rewrite} | | And Configure L2XC -| | ... | ${dut1} | ${dut1_if1} | ${subif_index_1} +| | ... | ${dut1} | ${DUT1_${int}1}[0] | ${subif_index_1} | | And Configure L2XC -| | ... | ${dut2} | ${dut2_if2} | ${subif_index_2} +| | ... | ${dut2} | ${DUT2_${int}2}[0] | ${subif_index_2} | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***