Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f31d2466 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Merge "Speed up the DHCP roaming tests." am: b2ff3ca8 am: 1ac60eb3 am:...

Merge "Speed up the DHCP roaming tests." am: b2ff3ca8 am: 1ac60eb3 am: eb2e1a63 am: 31aef150

Change-Id: Ie60e3db8f28b553ff684f0021cb3e37abcbed26f
parents ae1f82d1 31aef150
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1956,6 +1956,9 @@ public class IpClientIntegrationTest {
        doAnswer(invocation -> {
            // we don't rely on the Init-Reboot state to renew previous cached IP lease.
            // Just return null and force state machine enter INIT state.
            final String l2Key = invocation.getArgument(0);
            ((OnNetworkAttributesRetrievedListener) invocation.getArgument(1))
                    .onNetworkAttributesRetrieved(new Status(SUCCESS), l2Key, null);
            return null;
        }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());