summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:31:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 02:31:36 +0000
commit5d97b2b8143681d496da736321769da7de0d5900 (patch)
tree17b742dfb058b7509edce18edf53ed58ee9a30bf
parent958e0cb33ef594064086d2c1ef91144f85674531 (diff)
parent824fd1ff8c13139545b3d4daa49398856b4830df (diff)
downloadtests-5d97b2b8143681d496da736321769da7de0d5900.tar.gz
Snap for 7483611 from 824fd1ff8c13139545b3d4daa49398856b4830df to mainline-mediaprovider-release
Change-Id: I7964c470a48b5dbac6551dbbd35eae80d462182c
-rwxr-xr-xnet/test/sysctls_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/sysctls_test.py b/net/test/sysctls_test.py
index 4b71f39..cb608f6 100755
--- a/net/test/sysctls_test.py
+++ b/net/test/sysctls_test.py
@@ -23,7 +23,7 @@ class SysctlsTest(net_test.NetworkTest):
def check(self, f):
algs = open(f).readline().strip().split(' ')
- bad_algs = [a for a in algs if a not in ['bbr', 'bbr2', 'cubic', 'reno']]
+ bad_algs = [a for a in algs if a not in ['cubic', 'reno']]
msg = ("Obsolete TCP congestion control algorithm found. These "
"algorithms will decrease real-world networking performance for "
"users and must be disabled. Found: %s" % bad_algs)