diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-03-09 15:48:59 +0100 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-03-17 09:02:15 +0100 |
commit | d637af34421fffe61417bb16e45a7105aae118b9 (patch) | |
tree | dbbdc08d179d2edc5eafe23863656c62fb5790cc /tests/suites/performance/short_ipv4.robot | |
parent | 04d4f8210c7ae2e6a7b51abd060b8f734eecd05a (diff) |
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 <mmiklus@cisco.com>
Diffstat (limited to 'tests/suites/performance/short_ipv4.robot')
-rw-r--r-- | tests/suites/performance/short_ipv4.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suites/performance/short_ipv4.robot b/tests/suites/performance/short_ipv4.robot index d89039e849..067646b4f8 100644 --- a/tests/suites/performance/short_ipv4.robot +++ b/tests/suites/performance/short_ipv4.robot @@ -22,7 +22,7 @@ | Library | resources.libraries.python.InterfaceUtil | Library | resources.libraries.python.IPv4Setup.Dut | ${nodes['DUT1']} | WITH NAME | dut1_v4 | Library | resources.libraries.python.IPv4Setup.Dut | ${nodes['DUT2']} | WITH NAME | dut2_v4 -| 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 @@ -78,7 +78,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 |