aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2017-01-19 10:53:19 +0100
committerPeter Mikus <pmikus@cisco.com>2017-01-19 10:39:23 +0000
commite951cf0d8f0316656b26d194ea8a40b3441b2fb5 (patch)
treeeacd25019be6cc8673c88775ba720f4b253a775a
parent3cbee5388afba9cf334776ab7e59f538ea22c18b (diff)
Fix: Adjust NDRCHK threshold values
Adjust treshold values in NDRCHK tests based on latest data. Change-Id: I10f39b9a1a071bf0b38c91f904361ad7f54ccc92 Signed-off-by: pmikus <pmikus@cisco.com> (cherry picked from commit 7661ed85d1080edf8d0c8711f1fffc5d484ebf06)
-rw-r--r--tests/perf/10ge2p1x520-ethip6-ip6scale200k-ndrchk.robot12
-rw-r--r--tests/perf/10ge2p1x520-ethip6-ip6scale2m-ndrchk.robot12
2 files changed, 12 insertions, 12 deletions
diff --git a/tests/perf/10ge2p1x520-ethip6-ip6scale200k-ndrchk.robot b/tests/perf/10ge2p1x520-ethip6-ip6scale200k-ndrchk.robot
index bc6e883498..4c2139cc90 100644
--- a/tests/perf/10ge2p1x520-ethip6-ip6scale200k-ndrchk.robot
+++ b/tests/perf/10ge2p1x520-ethip6-ip6scale200k-ndrchk.robot
@@ -48,11 +48,11 @@
| | [Documentation]
| | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
| | ... | 1 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte
-| | ... | frames using single trial throughput test at 2x 2.9mpps.
+| | ... | frames using single trial throughput test at 2x 2.3mpps.
| | [Tags] | 1T1C | STHREAD
| | ${framesize}= | Set Variable | 78
| | ${duration}= | Set Variable | 10
-| | ${rate}= | Set Variable | 2.9mpps
+| | ${rate}= | Set Variable | 2.3mpps
| | Given Add '1' worker threads and rxqueues '1' in 3-node single-link topo
| | And Add PCI devices to DUTs from 3-node single link topology
| | And Add No Multi Seg to all DUTs
@@ -104,11 +104,11 @@
| | [Documentation]
| | ... | [Cfg] DUT runs IPv6 routing config with 2 thread, 2 phy core, \
| | ... | 1 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte
-| | ... | frames using single trial throughput test at 2x 5.9mpps.
+| | ... | frames using single trial throughput test at 2x 4.8mpps.
| | [Tags] | 2T2C | MTHREAD
| | ${framesize}= | Set Variable | 78
| | ${duration}= | Set Variable | 10
-| | ${rate}= | Set Variable | 5.9mpps
+| | ${rate}= | Set Variable | 4.8mpps
| | Given Add '2' worker threads and rxqueues '1' in 3-node single-link topo
| | And Add PCI devices to DUTs from 3-node single link topology
| | And Add No Multi Seg to all DUTs
@@ -160,11 +160,11 @@
| | [Documentation]
| | ... | [Cfg] DUT runs IPv6 routing config with 4 thread, 4 phy core, \
| | ... | 2 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte
-| | ... | frames using single trial throughput test at 2x 10.3mpps.
+| | ... | frames using single trial throughput test at 2x 7.7mpps.
| | [Tags] | 4T4C | MTHREAD
| | ${framesize}= | Set Variable | 78
| | ${duration}= | Set Variable | 10
-| | ${rate}= | Set Variable | 10.3mpps
+| | ${rate}= | Set Variable | 7.7mpps
| | Given Add '4' worker threads and rxqueues '2' in 3-node single-link topo
| | And Add PCI devices to DUTs from 3-node single link topology
| | And Add No Multi Seg to all DUTs
diff --git a/tests/perf/10ge2p1x520-ethip6-ip6scale2m-ndrchk.robot b/tests/perf/10ge2p1x520-ethip6-ip6scale2m-ndrchk.robot
index 25e6d37a8c..8b163fb18a 100644
--- a/tests/perf/10ge2p1x520-ethip6-ip6scale2m-ndrchk.robot
+++ b/tests/perf/10ge2p1x520-ethip6-ip6scale2m-ndrchk.robot
@@ -48,11 +48,11 @@
| | [Documentation]
| | ... | [Cfg] DUT runs IPv6 routing config with 1 thread, 1 phy core, \
| | ... | 1 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte
-| | ... | frames using single trial throughput test at 2x 2.3mpps.
+| | ... | frames using single trial throughput test at 2x 1.8mpps.
| | [Tags] | 1T1C | STHREAD
| | ${framesize}= | Set Variable | 78
| | ${duration}= | Set Variable | 10
-| | ${rate}= | Set Variable | 2.3mpps
+| | ${rate}= | Set Variable | 1.8mpps
| | Given Add '1' worker threads and rxqueues '1' in 3-node single-link topo
| | And Add PCI devices to DUTs from 3-node single link topology
| | And Add No Multi Seg to all DUTs
@@ -104,11 +104,11 @@
| | [Documentation]
| | ... | [Cfg] DUT runs IPv6 routing config with 2 thread, 2 phy core, \
| | ... | 1 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte
-| | ... | frames using single trial throughput test at 2x 4.9mpps.
+| | ... | frames using single trial throughput test at 2x 4.0mpps.
| | [Tags] | 2T2C | MTHREAD
| | ${framesize}= | Set Variable | 78
| | ${duration}= | Set Variable | 10
-| | ${rate}= | Set Variable | 4.9mpps
+| | ${rate}= | Set Variable | 4.0mpps
| | Given Add '2' worker threads and rxqueues '1' in 3-node single-link topo
| | And Add PCI devices to DUTs from 3-node single link topology
| | And Add No Multi Seg to all DUTs
@@ -160,11 +160,11 @@
| | [Documentation]
| | ... | [Cfg] DUT runs IPv6 routing config with 4 thread, 4 phy core, \
| | ... | 2 receive queue per NIC port. [Ver] Verify ref-NDR for 78 Byte
-| | ... | frames using single trial throughput test at 2x 9.5mpps.
+| | ... | frames using single trial throughput test at 2x 6.8mpps.
| | [Tags] | 4T4C | MTHREAD
| | ${framesize}= | Set Variable | 78
| | ${duration}= | Set Variable | 10
-| | ${rate}= | Set Variable | 9.5mpps
+| | ${rate}= | Set Variable | 6.8mpps
| | Given Add '4' worker threads and rxqueues '2' in 3-node single-link topo
| | And Add PCI devices to DUTs from 3-node single link topology
| | And Add No Multi Seg to all DUTs