From d637af34421fffe61417bb16e45a7105aae118b9 Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Wed, 9 Mar 2016 15:48:59 +0100 Subject: DropRateSearch library - linear search - t-rex DropRateSearch implementation - long perf bridge_domain test - introduced PERFORMANCE_SHORT, PERFORMANCE_LONG test tags Change-Id: I497b72f3e6d58a67ca5a386403d1e84dcf433ec4 Signed-off-by: Miroslav Miklus --- tests/suites/performance/short_xconnect.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/suites/performance/short_xconnect.robot') diff --git a/tests/suites/performance/short_xconnect.robot b/tests/suites/performance/short_xconnect.robot index 7c33d4f545..7eff81cdce 100644 --- a/tests/suites/performance/short_xconnect.robot +++ b/tests/suites/performance/short_xconnect.robot @@ -19,7 +19,7 @@ | Library | resources.libraries.python.TrafficGenerator | Library | resources.libraries.python.InterfaceUtil | Library | resources.libraries.python.NodePath -| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV +| Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV| PERFTEST_SHORT | Suite Setup | 3-node Performance Suite Setup | Suite Teardown | 3-node Performance Suite Teardown | Test Setup | Setup all DUTs before test @@ -57,7 +57,7 @@ | Traffic should pass with no loss | | [Arguments] | ${duration} | ${rate} | ${framesize} | ${topology_type} -| | Send traffic on | ${nodes} | ${duration} +| | Send traffic on | ${tg} | ${duration} | | ... | ${rate} | ${framesize} | ${topology_type} | | No traffic loss occured -- cgit 1.2.3-korg