danielestevez commented on this pull request.


> @@ -105,6 +105,12 @@ public void listNetworkInterfaceCards() {
       assertTrue(nicList.contains(api().get(nicName)));
    }
 
+   @Test(dependsOnMethods = "createNetworkInterfaceCard")
+   public void listAllNetworkInterfaceCards() {

Good catch, that test could definitely fail.

-- 
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/pull/1225#discussion_r201353467

Reply via email to