mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge branch '4.9'
This commit is contained in:
commit
08a5ef7ccf
@ -114,7 +114,5 @@ public class VmwareContextPoolTest {
|
|||||||
totalRegistrations += client.count();
|
totalRegistrations += client.count();
|
||||||
}
|
}
|
||||||
Mockito.verify(vmwareContextPool, Mockito.atLeast(totalRegistrations)).registerContext(Mockito.any(VmwareContext.class));
|
Mockito.verify(vmwareContextPool, Mockito.atLeast(totalRegistrations)).registerContext(Mockito.any(VmwareContext.class));
|
||||||
Assert.assertEquals(vmwareContextPool.composePoolKey(vmwareAddress, vmwareUsername),
|
|
||||||
vmwareContextPool.getContext(vmwareAddress, vmwareUsername).getPoolKey());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user