mirror of https://github.com/apache/jclouds.git
another fix of signature
This commit is contained in:
parent
56eff0f10d
commit
02695e8ad8
|
@ -99,9 +99,9 @@ public class GoGridComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
||||||
|
|
||||||
assertEquals(service.getNodeMetadata(nodeMetadata).getState(), NodeState.RUNNING);
|
assertEquals(service.getNodeMetadata(nodeMetadata).getState(), NodeState.RUNNING);
|
||||||
|
|
||||||
client.runScriptOnNodesWithTag("gogrid", null/*no credentials*/,
|
client.runScriptOnNodesWithTag("gogrid",
|
||||||
"mkdir ~/ahha; sleep 3".getBytes(),
|
"mkdir ~/ahha; sleep 3".getBytes(),
|
||||||
new RunScriptOptions.Builder().overrideCredentials(false).build());
|
new RunScriptOptions.Builder().overrideCredentials(new Credentials("root", null)).build());
|
||||||
|
|
||||||
service.destroyNodesWithTag("gogrid");
|
service.destroyNodesWithTag("gogrid");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue