Loading tests/integration/src/android/net/ip/IpClientIntegrationTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -1179,6 +1179,7 @@ public class IpClientIntegrationTest { true /* shouldAbortPreconnection */); } @Test public void testDhcpDecline_conflictByArpReply() throws Exception { doIpAddressConflictDetectionTest(true /* causeIpAddressConflict */, false /* isDhcpRapidCommitEnabled */, true /* isDhcpIpConflictDetectEnabled */, Loading tests/unit/src/android/net/ip/IpClientTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,7 @@ public class IpClientTest { doDefaultDualStackProvisioningConfigurationTest(false /* avoidBadWifi */); } @Test public void testProvisioningWithInitialConfiguration() throws Exception { final String iface = TEST_IFNAME; final IpClient ipc = makeIpClient(iface); Loading tests/unit/src/com/android/server/connectivity/ipmemorystore/IpMemoryStoreServiceTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import libcore.io.Streams; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -769,6 +770,8 @@ public class IpMemoryStoreServiceTest { }))); } @Test @Ignore public void testTasksAreSerial() { final long sleepTimeMs = 1000; final long startTime = System.currentTimeMillis(); Loading Loading
tests/integration/src/android/net/ip/IpClientIntegrationTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -1179,6 +1179,7 @@ public class IpClientIntegrationTest { true /* shouldAbortPreconnection */); } @Test public void testDhcpDecline_conflictByArpReply() throws Exception { doIpAddressConflictDetectionTest(true /* causeIpAddressConflict */, false /* isDhcpRapidCommitEnabled */, true /* isDhcpIpConflictDetectEnabled */, Loading
tests/unit/src/android/net/ip/IpClientTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,7 @@ public class IpClientTest { doDefaultDualStackProvisioningConfigurationTest(false /* avoidBadWifi */); } @Test public void testProvisioningWithInitialConfiguration() throws Exception { final String iface = TEST_IFNAME; final IpClient ipc = makeIpClient(iface); Loading
tests/unit/src/com/android/server/connectivity/ipmemorystore/IpMemoryStoreServiceTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ import libcore.io.Streams; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -769,6 +770,8 @@ public class IpMemoryStoreServiceTest { }))); } @Test @Ignore public void testTasksAreSerial() { final long sleepTimeMs = 1000; final long startTime = System.currentTimeMillis(); Loading