Skip to content

Commit

Permalink
Merge pull request #986 from openshift-cherrypick-robot/cherry-pick-9…
Browse files Browse the repository at this point in the history
…80-to-release-4.9

[release-4.9] Bug 2010225: UPSTREAM: 104865: e2e iperf2 change threshold to 10MBps = 80 Mbps
  • Loading branch information
openshift-merge-robot committed Oct 14, 2021
2 parents 894a78b + 15a90d8 commit ef241fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/network/networking_perf.go
Expand Up @@ -39,8 +39,9 @@ import (
const (
// use this timeout for larger clusters
largeClusterTimeout = 400 * time.Second
// iperf2BaselineBandwidthMegabytesPerSecond sets a baseline for iperf2 bandwidth of 90 MB/s
iperf2BaselineBandwidthMegabytesPerSecond = 90
// iperf2BaselineBandwidthMegabytesPerSecond sets a baseline for iperf2 bandwidth of 10 MBps = 80 Mbps
// this limits is chosen in order to support small devices with 100 mbps cards.
iperf2BaselineBandwidthMegabytesPerSecond = 10
// iperf2Port selects an arbitrary, unique port to run iperf2's client and server on
iperf2Port = 6789
// labelKey is used as a key for selectors
Expand Down

0 comments on commit ef241fd

Please sign in to comment.