summaryrefslogtreecommitdiff
path: root/Tethering/tests/privileged/src/android/net/ip/RouterAdvertisementDaemonTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Deduplicate InterfaceParamsPatrick Rohr2022-03-041-1/+1
| | | | | | | | CS should use InterfaceParams from frameworks/libs/net. Test: builds Bug: 222448728 Change-Id: I1f45d3171b265461a8724b4be7b212c030b63fe9
* Move to f/l/n instead of RouteUtilsChalard Jean2021-10-291-2/+2
| | | | | Test: TetheringTests Change-Id: I35b36538463a7fc2f02e142719c898d1694b2d6b
* Improve RouterAdvertisementDaemonTest.Xiao Ma2021-04-081-12/+51
| | | | | | | | | | | | | Add separate testing for unicast and multicast RAs. Make the test more realistic by: - Enabling forwarding. This ensures that the daemon actually receives the RS. - Adding a link-local route. This ensures that the daemon is actually able to send a unicast response. Bug: 154669942 Test: atest TetheringPrivilegedTests Change-Id: Ibb1f51b5b1871657d7feff39335d3c71586cf64f
* Add test for RouterAdvertisementDaemon.markchien2021-03-151-0/+305
bug: 154669942 Test: atest TetheringPrivilegedTests Change-Id: I2bbea720c486d6bb47a8d86375847894e2b2f390