> @@ -94,4 +94,17 @@ void testCreateKeyPair() {
>        assertEquals(listPair.getSha1OfPrivateKey(), 
> result.getSha1OfPrivateKey());
>     }
>  
> +   @AfterClass(groups = { "integration", "live" })
> +   @Override
> +   protected void tearDownContext() {
> +      String keyName = PREFIX + "1";
> +      try {
> +         client.deleteKeyPairInRegion(null, keyName);
> +      } catch (Exception e) {
> +

Again, add a log statement?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/154/files#r6591375

Reply via email to