>
> + public void testGetKeyPair() throws Exception {
> for (String zoneId : api.getConfiguredZones()) {
> KeyPairApi keyPairApi =
> api.getKeyPairExtensionForZone(zoneId).get();
> KeyPair keyPair = null;
> try {
> keyPair = keyPairApi.createWithPublicKey(KEYPAIR_NAME,
> PUBLIC_KEY);
> assertNotNull(keyPair);
Remove this assertion - not relevant to this test? Or fail at this stage with
"unable to prepare test" or so?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/391/files#r13473416