> try {
> - keyPair = keyPairApi.create(KEYPAIR_NAME);
> - assertNotNull(keyPair);
> + createdKeyPair = keyPairApi.create(KEYPAIR_NAME);
> + assertNotNull(createdKeyPair);
> +
> + KeyPair keyPair = keyPairApi.get(KEYPAIR_NAME);Either that or break it up into multiple tests. But I don't think breaking it up will be better... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/391/files#r13993027
