Move the test of minimum supported keepalive slots to CTS
This change also enables log when keepalive is started.
Bug: 134352656
Test: 1. atest android.net.cts.ConnectivityManagerTest#testSocketKeepaliveLimitTelephony
2. atest FrameworksNetTests
Change-Id: I408750fa0bceb0c1c26afb5fead4e44fb824fbc1
This commit is contained in:
@@ -78,7 +78,6 @@ class KeepaliveUtilsTest {
|
||||
assertRunWithException(arrayOf("5"))
|
||||
|
||||
// Check resource with invalid slots value.
|
||||
assertRunWithException(arrayOf("2,2"))
|
||||
assertRunWithException(arrayOf("3,-1"))
|
||||
|
||||
// Check resource with invalid transport type.
|
||||
|
||||
Reference in New Issue
Block a user