mirror of
https://github.com/apache/jclouds.git
synced 2025-02-08 19:15:24 +00:00
fixed the method signature
This commit is contained in:
parent
66538e4676
commit
56eff0f10d
@ -70,7 +70,7 @@ public class EC2ComputeServiceLiveTest extends BaseComputeServiceLiveTest {
|
||||
Map<String, ? extends NodeMetadata> map = client.getNodesWithTag("ec2");
|
||||
map.values().iterator().next();
|
||||
Credentials creds = new Credentials("ubuntu", keyPair.get("public"));
|
||||
client.runScriptOnNodesWithTag("ec2", creds, "mkdir ~/ahha; sleep 3".getBytes());
|
||||
client.runScriptOnNodesWithTag("ec2", "mkdir ~/ahha; sleep 3".getBytes());
|
||||
client.destroyNodesWithTag("ec2");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user