X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fl2%2F10ge2p1x710-avf-eth-l2bdbasemaclrn-ndrpdr.robot;h=d7c182dafed126b14faac8c11a4c257767d409c7;hb=fcc77752111a4fbe8caa341cf5249efbad305a2a;hp=1d87ecdeb8c6e40b16cbb7482224239316e1f714;hpb=065313317117200ae456d1462be8af7898c5302e;p=csit.git diff --git a/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2bdbasemaclrn-ndrpdr.robot b/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2bdbasemaclrn-ndrpdr.robot index 1d87ecdeb8..d7c182dafe 100644 --- a/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2bdbasemaclrn-ndrpdr.robot +++ b/tests/vpp/perf/l2/10ge2p1x710-avf-eth-l2bdbasemaclrn-ndrpdr.robot @@ -12,18 +12,14 @@ # limitations under the License. *** Settings *** -| Resource | resources/libraries/robot/performance/performance_setup.robot +| Resource | resources/libraries/robot/shared/default.robot | ... | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDR | ... | NIC_Intel-X710 | ETH | L2BDMACLRN | BASE | DRV_AVF | ... -| Suite Setup | Run Keywords -| ... | Set up SRIOV 3-node performance topology with DUT's NIC model -| ... | L2 | ${nic_name} | AVF -| ... | AND | Set up performance test suite with AVF driver -| Suite Teardown | Tear down suite | performance -| ... -| Test Setup | Set up performance test +| Suite Setup | Setup suite single link | performance_avf +| Suite Teardown | Tear down suite | performance | vifs +| Test Setup | Setup test | Test Teardown | Tear down test | performance | ... | Test Template | Local template @@ -34,8 +30,8 @@ | ... | with single links between nodes. | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for L2 bridge-domain. | ... | *[Cfg] DUT configuration:* DUT1 and DUT2 are configured with L2 bridge-\ -| ... | domain and MAC learning enabled. DUT1 and DUT2 tested with ${nic_name} -| ... | with VF enabled.\ +| ... | domain and MAC learning enabled. DUT1 and DUT2 tested with ${nic_name}\ +| ... | with VF enabled. | ... | *[Ver] TG verification:* TG finds and reports throughput NDR (Non Drop\ | ... | Rate) with zero packet loss tolerance and throughput PDR (Partial Drop\ | ... | Rate) with non-zero packet loss tolerance (LT) expressed in percentage\ @@ -50,7 +46,10 @@ | ... | *[Ref] Applicable standard specifications:* RFC2544. *** Variables *** +| @{plugins_to_enable}= | dpdk_plugin.so | avf_plugin.so +| ${osi_layer}= | L2 | ${nic_name}= | Intel-X710 +| ${nic_driver}= | avf | ${overhead}= | ${0} # Traffic profile: | ${traffic_profile}= | trex-sl-3n-ethip4-ip4src254 @@ -73,10 +72,11 @@ | | ... | | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} | | And Add DPDK no PCI to all DUTs -| | Set Max Rate And Jumbo +| | And Set Max Rate And Jumbo | | And Apply startup configuration on all VPP DUTs -| | When Initialize AVF interfaces -| | And Initialize L2 bridge domain in circular topology +| | When Initialize layer driver | ${nic_driver} +| | And Initialize layer interface +| | And Initialize L2 bridge domain | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***