Extend ranges of binary search in ipv4 perf testing 18/1018/5
authorPeter Mikus <pmikus@cisco.com>
Fri, 6 May 2016 13:18:28 +0000 (15:18 +0200)
committerStefan Kobza <skobza@cisco.com>
Wed, 11 May 2016 10:39:07 +0000 (10:39 +0000)
- Extend ranges of binary search in Long IPv4 testing to reflect the
  performance variability

Change-Id: I7632bbda361cb278be0776ec31461554297fe852
Signed-off-by: Peter Mikus <pmikus@cisco.com>
tests/suites/performance/long_ipv4.robot

index 2faae14..91c77d6 100644 (file)
 | | ... | frames by using binary search with threshold 5,000pps
 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD
 | | ${framesize}= | Set Variable | 64
 | | ... | frames by using binary search with threshold 5,000pps
 | | [Tags] | 2_THREAD_NOHTT_RSS_1 | MULTI_THREAD
 | | ${framesize}= | Set Variable | 64
-| | ${binary_min}= | Set Variable | 8000000
-| | ${binary_max}= | Set Variable | 9000000
+| | ${binary_min}= | Set Variable | 6000000
+| | ${binary_max}= | Set Variable | 12000000
 | | ${min_rate}= | Set Variable | 100000
 | | ${max_rate}= | Set Variable | 14880952
 | | ${threshold}= | Set Variable | 5000
 | | ${min_rate}= | Set Variable | 100000
 | | ${max_rate}= | Set Variable | 14880952
 | | ${threshold}= | Set Variable | 5000
 | | ... | frames by using binary search with threshold 5,000pps
 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD
 | | ${framesize}= | Set Variable | 64
 | | ... | frames by using binary search with threshold 5,000pps
 | | [Tags] | 4_THREAD_NOHTT_RSS_2 | MULTI_THREAD
 | | ${framesize}= | Set Variable | 64
-| | ${binary_min}= | Set Variable | 8000000
-| | ${binary_max}= | Set Variable | 10000000
+| | ${binary_min}= | Set Variable | 6000000
+| | ${binary_max}= | Set Variable | 12000000
 | | ${min_rate}= | Set Variable | 100000
 | | ${max_rate}= | Set Variable | 14880952
 | | ${threshold}= | Set Variable | 5000
 | | ${min_rate}= | Set Variable | 100000
 | | ${max_rate}= | Set Variable | 14880952
 | | ${threshold}= | Set Variable | 5000
-| | Given Setup '2' worker threads and rss '1' without HTT on all DUTs
+| | Given Setup '4' worker threads and rss '2' without HTT on all DUTs
 | | AND   IPv4 forwarding initialized in a 3-node circular topology
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4
 | | AND   IPv4 forwarding initialized in a 3-node circular topology
 | | Then Find NDR using binary search and pps | ${framesize} | ${binary_min}
 | | ...                                       | ${binary_max} | 3-node-IPv4