From 086f3a5065d744e00fe10289eb2f090b7bde208e Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 14 Jun 2017 09:12:56 +0200 Subject: CSIT-678: Re-organize L2 libraries - performance Change-Id: Ic4e37df31fbc10f15351e3671b541e6f047405bc Signed-off-by: Tibor Frank --- tests/perf/10ge2p1x520-eth-l2xcbase-ndrpdrdisc.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/perf/10ge2p1x520-eth-l2xcbase-ndrpdrdisc.robot') diff --git a/tests/perf/10ge2p1x520-eth-l2xcbase-ndrpdrdisc.robot b/tests/perf/10ge2p1x520-eth-l2xcbase-ndrpdrdisc.robot index 51bf909c2a..13f7b12111 100644 --- a/tests/perf/10ge2p1x520-eth-l2xcbase-ndrpdrdisc.robot +++ b/tests/perf/10ge2p1x520-eth-l2xcbase-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.InterfaceUtil | Library | resources.libraries.python.NodePath | ... @@ -451,7 +451,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 xconnect in 3-node circular topology @@ -473,7 +473,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 xconnect in 3-node circular topology -- cgit 1.2.3-korg