mirror of https://github.com/apache/jclouds.git
first commit
This commit is contained in:
parent
477466ca64
commit
5f6cc052ce
|
@ -26,7 +26,7 @@ public class ViComputeServiceContextBuilderTest {
|
||||||
@Test
|
@Test
|
||||||
public void testCanBuildWithComputeService() {
|
public void testCanBuildWithComputeService() {
|
||||||
ComputeServiceContext context = new ComputeServiceContextFactory()
|
ComputeServiceContext context = new ComputeServiceContextFactory()
|
||||||
.createContext(new ViComputeServiceContextSpec("https://10.38.102.196/sdk", "Administrator", "41.U17Sh"));
|
.createContext(new ViComputeServiceContextSpec("https://localhost/sdk", "Administrator", "password"));
|
||||||
context.getComputeService().listNodes();
|
context.getComputeService().listNodes();
|
||||||
context.close();
|
context.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue