X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fperf%2F40ge2p1xl710-ethip4-ip4base-ndrpdrdisc.robot;h=926f2547dfeb172b3165110a05c3c4bdae5b3840;hb=859157b5db45927c7b4bb0b2d575e68805777a86;hp=b73c7e9eb8a59be4bbcacb6e28be2d479b333c4a;hpb=430afafb4cadf503ccee99c09f6de7402f5404c7;p=csit.git diff --git a/tests/perf/40ge2p1xl710-ethip4-ip4base-ndrpdrdisc.robot b/tests/perf/40ge2p1xl710-ethip4-ip4base-ndrpdrdisc.robot index b73c7e9eb8..926f2547df 100644 --- a/tests/perf/40ge2p1xl710-ethip4-ip4base-ndrpdrdisc.robot +++ b/tests/perf/40ge2p1xl710-ethip4-ip4base-ndrpdrdisc.robot @@ -12,7 +12,7 @@ # limitations under the License. *** Settings *** -| Resource | resources/libraries/robot/performance.robot +| Resource | resources/libraries/robot/performance_setup.robot | Library | resources.libraries.python.topology.Topology | Library | resources.libraries.python.NodePath | Library | resources.libraries.python.InterfaceUtil @@ -29,8 +29,9 @@ | Suite Teardown | Tear down 3-node performance topology | ... | Test Setup | Set up performance test -| Test Teardown | Tear down performance discovery test | ${min_rate}pps | ${framesize} -| ... | ${traffic_profile} +| ... +| Test Teardown | Tear down performance discovery test | ${min_rate}pps +| ... | ${framesize} | ${traffic_profile} | ... | Documentation | *RFC2544: Pkt throughput IPv4 routing test cases* | ... @@ -203,7 +204,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '1' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs in 3-node single link topology | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And Initialize IPv4 forwarding in 3-node circular topology @@ -225,7 +226,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '2' worker threads and '1' rxqueues in 3-node single-link circular topology -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs in 3-node single link topology | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And Initialize IPv4 forwarding in 3-node circular topology @@ -247,7 +248,7 @@ | | ${binary_max}= | Set Variable | ${max_rate} | | ${threshold}= | Set Variable | ${min_rate} | | Given Add '4' worker threads and '2' rxqueues in 3-node single-link circular topology -| | And Add all PCI devices to all DUTs +| | And Add PCI devices to DUTs in 3-node single link topology | | And Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs | | And Initialize IPv4 forwarding in 3-node circular topology