andreaturli commented on this pull request.


> +      checkTagsInNodeEquals(node, tags);
+
+      getAnonymousLogger().info(
+              format("<< available node(%s) os(%s) in %ss", node.getId(), 
node.getOperatingSystem(), createSeconds));
+
+      watch.reset().start();
+
+      client.runScriptOnNode(nodeId, 
AdminAccess.builder().adminUsername("web").build(), nameTask("admin-web"));
+
+      long configureSeconds = watch.elapsed(TimeUnit.SECONDS);
+
+      getAnonymousLogger().info(
+              format(
+                      "<< configured node(%s) in %ss",
+                      nodeId,
+                      configureSeconds));

Ill remove the override as I think we can accept to have this test broken until 
we fix the BaseComputeServiceLiveTest

-- 
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/443#discussion_r209217688

Reply via email to