mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
more fixes in live tests
more debug logging
This commit is contained in:
parent
9916285ae7
commit
006d5e0eed
@ -159,7 +159,8 @@ public class NovaComputeServiceLiveTest extends ComputeBase {
|
|||||||
//TODO runJavaInstallationScriptWithCreds(group, os, new Credentials("root", keyPair.get("private")));
|
//TODO runJavaInstallationScriptWithCreds(group, os, new Credentials("root", keyPair.get("private")));
|
||||||
//TODO no response? if os is null (ZYPPER)
|
//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")
|
@SuppressWarnings("unused")
|
||||||
Credentials good = node.getCredentials();
|
Credentials good = node.getCredentials();
|
||||||
|
@ -56,7 +56,7 @@ public class ServiceActionsLiveTest extends ComputeBase {
|
|||||||
//testGetNodeMetadata();
|
//testGetNodeMetadata();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test //Suspend is not supported by the provider yet
|
||||||
public void testSuspendResume() throws Exception {
|
public void testSuspendResume() throws Exception {
|
||||||
getDefaultNodeImmediately(group);
|
getDefaultNodeImmediately(group);
|
||||||
computeService.suspendNodesMatching(inGroup(group));
|
computeService.suspendNodesMatching(inGroup(group));
|
||||||
|
@ -12,4 +12,7 @@
|
|||||||
</root>
|
</root>
|
||||||
|
|
||||||
<logger name="org.jclouds" level="debug" />
|
<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>
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user