Merge "Test that IpNeighborMonitor is stopped when IpServer stops."

This commit is contained in:
Treehugger Robot
2020-06-19 02:36:06 +00:00
committed by Gerrit Code Review

View File

@@ -859,6 +859,7 @@ public class IpServerTest {
verify(mBpfCoordinator).tetherOffloadRuleClear(mIpServer);
verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighA, macA));
verify(mNetd).tetherOffloadRuleRemove(matches(UPSTREAM_IFINDEX, neighB, macB));
verify(mIpNeighborMonitor).stop();
resetNetdAndBpfCoordinator();
}