mirror of https://github.com/apache/jclouds.git
add virtualbox support issue 384
This commit is contained in:
parent
64605cd744
commit
4070a7d689
|
@ -183,6 +183,8 @@ public class VirtualboxAdministrationKickstartTest {
|
||||||
.getProperty("test." + provider + ".distroIsoUrl",
|
.getProperty("test." + provider + ".distroIsoUrl",
|
||||||
"http://releases.ubuntu.com/11.04/ubuntu-11.04-server-i386.iso");
|
"http://releases.ubuntu.com/11.04/ubuntu-11.04-server-i386.iso");
|
||||||
|
|
||||||
|
installVboxOse = System.getProperty("test." + provider + ".installvboxose", "sudo -S apt-get --yes install virtualbox-ose");
|
||||||
|
|
||||||
originalDisk = workingDir
|
originalDisk = workingDir
|
||||||
+ File.separator
|
+ File.separator
|
||||||
+ "VDI"
|
+ "VDI"
|
||||||
|
|
Loading…
Reference in New Issue