more fixes in live tests

more debug logging
This commit is contained in:
Dmitri Babaev 2011-06-02 23:21:14 +04:00
parent 9916285ae7
commit 006d5e0eed
3 changed files with 6 additions and 2 deletions

View File

@ -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();

View File

@ -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));

View File

@ -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>