History log of /frameworks/base/tests/net/java/android/net/netlink/NetlinkSocketTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84714bffa1a58fe1f6a114ae015f8e38be46f32d 19-May-2017 Erik Kline <ek@google.com> Refactor to IpNeighborMonitor and single-threaded semantics

IpReachabilityMonitor (and IpNeighborMonitor) are only accessed from
the IpManager StateMachine's thread. Consequently lots of locking can
now be removed.

Additionally:
- rename BlockingSocketReader to PacketReader
- incorporate IpReachabilityMonitor output in dump()

Test: as follows
- runtest frameworks-net passes
- "adb shell ip neigh change <address> dev wlan0 nud failed"
triggers wifi to disconnect
Bug: 62476366
Bug: 67013397
Change-Id: I18aca29ae0019a72a7e559c2832e0d9b0e33d81e
/frameworks/base/tests/net/java/android/net/netlink/NetlinkSocketTest.java
4a0c5d7ef7144280fe8a209a871bbd4ef90d6368 11-Oct-2017 Hugo Benichi <hugobenichi@google.com> Migrate most of core networking tests to junit4

This patch is a batch of mechanical changes to test classes to migrate
away from AndroidTestCase and TestCase.

Bug: 62918393
Test: runtest frameworks-net
Change-Id: I74134609e511f22c4d9ecd65780e981f9ba7ae3f
/frameworks/base/tests/net/java/android/net/netlink/NetlinkSocketTest.java
fa8a6f6220d1a0027ba7969c2d3f72690ddc6495 04-Nov-2016 Hugo Benichi <hugobenichi@google.com> frameworks-test: adding missing @SmallTest

This activates all frameworks-test tests in runs of the continuous
platform tests.

Test: $ runtest frameworks-net passes (expect Tether
Bug: 32561414
Change-Id: Ib42c4ab2d7214891cd451875ca4bf6db195538c1
/frameworks/base/tests/net/java/android/net/netlink/NetlinkSocketTest.java
ecc986d430f4b8158f177ed97d2edb741f11ff71 27-Oct-2016 Lorenzo Colitti <lorenzo@google.com> Move the connectivity tests to frameworks/base/tests/net.

This will give us a good place to put all the networking tests.

Fix: 31479480
Test: adb shell am instrument -w -e notClass com.android.server.connectivity.tethering.TetherInterfaceStateMachineTest 'com.android.frameworks.tests.net/android.support.test.runner.AndroidJUnitRunner' # PASS
Change-Id: I4b389f7f4e33a996885b38670f585e58ca66f777
/frameworks/base/tests/net/java/android/net/netlink/NetlinkSocketTest.java