mirror of https://github.com/apache/jclouds.git
parent
9916285ae7
commit
006d5e0eed
|
@ -159,7 +159,8 @@ public class NovaComputeServiceLiveTest extends ComputeBase {
|
|||
//TODO runJavaInstallationScriptWithCreds(group, os, new Credentials("root", keyPair.get("private")));
|
||||
//TODO no response? if os is null (ZYPPER)
|
||||
|
||||
checkNodes(Sets.<NodeMetadata>newHashSet(node), group);
|
||||
node = computeService.getNodeMetadata(node.getId());
|
||||
checkNodes(Sets.newHashSet(node), group);
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
Credentials good = node.getCredentials();
|
||||
|
|
|
@ -56,7 +56,7 @@ public class ServiceActionsLiveTest extends ComputeBase {
|
|||
//testGetNodeMetadata();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test //Suspend is not supported by the provider yet
|
||||
public void testSuspendResume() throws Exception {
|
||||
getDefaultNodeImmediately(group);
|
||||
computeService.suspendNodesMatching(inGroup(group));
|
||||
|
|
|
@ -12,4 +12,7 @@
|
|||
</root>
|
||||
|
||||
<logger name="org.jclouds" level="debug" />
|
||||
<logger name="jclouds.wire" level="debug" />
|
||||
<logger name="jclouds.headers" level="debug" />
|
||||
<logger name="jclouds.ssh" level="debug" />
|
||||
</configuration>
|
Loading…
Reference in New Issue