> @@ -78,7 +79,11 @@ public void
> testCreateNodeWithGroupEncodedIntoNameThenStoreCredentials() {
> String group = "foo";
> String name = "node" + new Random().nextInt();
>
> - Template template = templateBuilder.build();
> + Template template = templateBuilder.minRam(3)
> +
> //.osFamily(OsFamily.UBUNTU).os64Bit(true).osVersionMatches("1[012].[01][04]")
> + //.hardwareId("2228,2236,13899")/*
Remove commented-out code?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r5494079