neykov commented on this pull request.


> +   }
+
+   @Override
+   protected Set<String> getIso3166Codes() {
+      return ImmutableSet.of();
+   }
+
+   @Test
+   @Override
+   public void testDefaultTemplateBuilder() throws IOException {
+      Template defaultTemplate = 
view.getComputeService().templateBuilder().build();
+      
assertEquals(defaultTemplate.getImage().getOperatingSystem().getFamily(), 
UBUNTU);
+      assertEquals(defaultTemplate.getImage().getOperatingSystem().is64Bit(), 
true);
+      assertEquals(defaultTemplate.getHardware().getName(), "micro");
+      assertEquals(getCores(defaultTemplate.getHardware()), 1.0d);
+   }

Do you mean this particular test or the class altogether?
Seems there are useful tests in there that still apply to this provider. For 
example all of the testAuto* methods. I think it's worth keeping it.

-- 
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/160

Reply via email to