mirror of https://github.com/apache/jclouds.git
issue 384: tests passed but still connection problem to guest with bridged NIC - fix
This commit is contained in:
parent
ba8b26d90e
commit
900f019e80
|
@ -316,6 +316,7 @@ public class VirtualboxAdministrationKickstartLiveTest {
|
|||
manager.cleanup();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCreateVirtualMachine() {
|
||||
IMachine newVM = manager.getVBox().createMachine(settingsFile, vmName,
|
||||
osTypeId, vmId, forceOverwrite);
|
||||
|
|
Loading…
Reference in New Issue