Merge pull request #104845 from aojea/iperf_threshold

e2e iperf2 change threshold to 10MBps = 80 Mbps
This commit is contained in:
Kubernetes Prow Robot 2021-09-08 12:03:56 -07:00 committed by GitHub
commit edc3a48f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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