diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-06-14 09:12:56 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-06-20 07:03:29 +0000 |
commit | 086f3a5065d744e00fe10289eb2f090b7bde208e (patch) | |
tree | 27257fcc3e70ebd23e50343a7e0e3d14c12e9c48 /tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot | |
parent | f22e850f38ad5a1630271d020b2078c1580c99c0 (diff) |
CSIT-678: Re-organize L2 libraries - performance
Change-Id: Ic4e37df31fbc10f15351e3671b541e6f047405bc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot')
-rw-r--r-- | tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot b/tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot index a5a46eb604..3cc908ad3d 100644 --- a/tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-ndrpdrdisc.robot +++ b/tests/perf/40ge2p1vic1385-eth-l2bdbasemaclrn-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.NodePath | ... | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDRDISC @@ -293,7 +293,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 L2 bridge domain in 3-node circular topology @@ -318,7 +318,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 L2 bridge domain in 3-node circular topology @@ -343,7 +343,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 L2 bridge domain in 3-node circular topology |