> +      assertNodeAvailable(currentServer);
> +      currentPrivateNetwork = 
> privateNetworkApi().create(PrivateNetwork.CreatePrivateNetwork.builder()
> +              .name("jclouds privatenetwork")
> +              .networkAddress("192.168.1.0")
> +              .subnetMask("255.255.255.0")
> +              .build());
> +   }
> +
> +   @Test
> +   public void testList() {
> +      privateNetworks = privateNetworkApi().list();
> +
> +      Assert.assertTrue(privateNetworks.size() > 0);
> +   }
> +
> +   @Test(dependsOnMethods = "testList")

There is no need for this dependency.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/315/files/aec0775e803138e2a965a03a6035af54ad5e098f#r77631232

Reply via email to