Merge "Ensure MTU is set for new interfaces."

This commit is contained in:
Maciej Żenczykowski
2022-12-20 14:51:33 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 10 deletions

View File

@@ -17155,7 +17155,6 @@ public class ConnectivityServiceTest {
mWiFiNetworkAgent.sendLinkProperties(new LinkProperties(lp2));
waitForIdle();
// TODO(b/246398088): the MTU should be set on the new interface.
verify(mMockNetd, never()).interfaceSetMtu(eq(ifaceName2), eq(mtu));
verify(mMockNetd).interfaceSetMtu(eq(ifaceName2), eq(mtu));
}
}