> @@ -196,4 +190,11 @@ public void testNodeNames() {
> TemplateOptions options = nodeNames(nodeNames);
> assertTrue(options.getNodeNames().containsAll(nodeNames));
> }
> +
> + @Test
> + public void testNetworks() {
> + Set<String> networks = ImmutableSet.of("first-network",
> "second-network");
> + TemplateOptions options = networks(networks);
> + assertTrue(options.getNetworks().containsAll(networks));
As with the other PR...comment explaining this assertion, perhaps?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/249/files#r8742179