diff options
author | pmikus <pmikus@cisco.com> | 2016-08-23 11:03:43 +0100 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-24 11:51:08 +0000 |
commit | e94852ebc0e22890d6812e1903c9514bf24453ba (patch) | |
tree | 97d797c2fccb84f8c4b586516e914828124661da /tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot | |
parent | 4f923a0947973620f9463f48c9b8de074c531981 (diff) |
SKIP_PATCH for all PDR tests instead of NDR
Main motivation for this change is the latency reporting
for jobs skipping SKIP_PATCH tests.
Change-Id: I529002549247e76309bd405550d48c35a21e1c01
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot')
-rw-r--r-- | tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot b/tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot index 113547b190..9cdb3a687a 100644 --- a/tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot +++ b/tests/perf/Long_Bridge_Domain_Intel-X520-DA2.robot @@ -322,7 +322,7 @@ | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, \ | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 64 Byte frames | | ... | using binary search start at 10GE linerate, step 100kpps. -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH +| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | | ${framesize}= | Set Variable | 64 | | ${min_rate}= | Set Variable | 100000 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_64B} @@ -368,7 +368,7 @@ | | ... | [Cfg] DUT runs L2BD switching config with 4 threads, 4 phy cores, \ | | ... | 2 receive queues per NIC port. [Ver] Find NDR for 1518 Byte frames | | ... | using binary search start at 10GE linerate, step 10kpps. -| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR +| | [Tags] | 4_THREAD_NOHTT_RXQUEUES_2 | MULTI_THREAD | NDR | SKIP_PATCH | | ${framesize}= | Set Variable | 1518 | | ${min_rate}= | Set Variable | 10000 | | ${max_rate}= | Set Variable | ${10Ge_linerate_pps_1518B} |