X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fl2%2F10ge2p1x710-avf-eth-l2bdbasemaclrn-ndrpdr.robot;h=81b0b9a515b065d0ffdfd2c65b39f4c3a8e9dd98;hb=a0a1bdba6245c685898bab5007de28452bbd2d27;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..81b0b9a515 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,6 +46,8 @@ | ... | *[Ref] Applicable standard specifications:* RFC2544. *** Variables *** +| @{plugins_to_enable}= | dpdk_plugin.so | avf_plugin.so +| ${osi_layer}= | L2 | ${nic_name}= | Intel-X710 | ${overhead}= | ${0} # Traffic profile: @@ -73,10 +71,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 +| | And Initialize layer interface +| | And Initialize L2 bridge domain | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***