summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 01:07:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-23 01:07:34 +0000
commit19df35e1c4c32f92dd0af3aebd2947396628aaed (patch)
tree17b742dfb058b7509edce18edf53ed58ee9a30bf
parente58413fa7378b50dfae33115bb73f7dbc5b8f782 (diff)
parente9bda53308a56f7c0bf493bfdcdf94a4ad036f8b (diff)
downloadtests-19df35e1c4c32f92dd0af3aebd2947396628aaed.tar.gz
Snap for 7482982 from e9bda53308a56f7c0bf493bfdcdf94a4ad036f8b to sc-d1-release
Change-Id: Idd435d76d35619d1388522d0711b1578f44b9b77
-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)