mirror of https://github.com/apache/jclouds.git
added test dependency
This commit is contained in:
parent
563462e46b
commit
cfe91f9817
|
@ -131,7 +131,7 @@ public class VMClientLiveTest extends BaseVPDCClientLiveTest {
|
|||
// conditionallyCheckSSH();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(dependsOnMethods="testCloneVApp")
|
||||
public void testZCreateMultipleVMs() throws Exception {
|
||||
billingSiteId = restContext.getApi().getBrowsingClient().getOrg(null).getId();// default
|
||||
vpdcId = Iterables.find(restContext.getApi().getBrowsingClient().getOrg(billingSiteId).getVDCs(),
|
||||
|
|
Loading…
Reference in New Issue