> +              .dataCenterId(testNic.dataCenterId())
> +              .serverId(testServer.id())
> +              .id(testNic.id())
> +              .name("apache-nic")
> +              .build());
> +
> +      assertNicAvailable(testNic);
> +      
> +      Nic nic = nicApi().getNic(dataCenter.id(), testServer.id(), 
> testNic.id());
> +      
> +      assertEquals(nic.properties().name(), "apache-nic");
> +   }
> +   
> +
> +   @Test(dependsOnMethods = "testUpdateNic")
> +   public void testDeleteNic() {

But if the update test fails, we don't consider the tests passing? Also I'd 
still have to wait since I don't really want to update and delete at the same 
time.

---
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/249/files/a17eac2160481358b8735aab30ecf12d672b341b#r56998364

Reply via email to