* @throws UnknownHostException
*/
@Test(groups = { "testNetworkEntity" }, dependsOnMethods = { "testInsert" })
public void testAllocFreeRandom() throws UnknownHostException {
final String portGroup = "VM Network " + Math.random();
final AllocType allocType = AllocType.IP_POOL;
final String netmask = "255.0.0.0";
final String gateway = "0.0.0.1";
final String dns1 = "8.8.8.8";
final String dns2 = null;