mirror of https://github.com/apache/jclouds.git
Issue 384: fixed vbox guest additions download location
This commit is contained in:
parent
e3a960e270
commit
04dde80bd4
|
@ -148,8 +148,7 @@ public class VirtualboxAdministrationKickstartLiveTest {
|
||||||
gaIsoName = System.getProperty("test." + provider + ".gaIsoName", "VBoxGuestAdditions_" + majorVersion
|
gaIsoName = System.getProperty("test." + provider + ".gaIsoName", "VBoxGuestAdditions_" + majorVersion
|
||||||
+ "-update-" + minorVersion + ".iso");
|
+ "-update-" + minorVersion + ".iso");
|
||||||
gaIsoUrl = URI.create(System.getProperty("test." + provider + ".gaIsoUrl",
|
gaIsoUrl = URI.create(System.getProperty("test." + provider + ".gaIsoUrl",
|
||||||
"http://download.virtualbox.org/virtualbox/" + majorVersion + "/VBoxGuestAdditions_" + majorVersion
|
"http://download.virtualbox.org/virtualbox/" + majorVersion + "/VBoxGuestAdditions_" + majorVersion + ".iso"));
|
||||||
+ "-update-" + minorVersion + ".iso"));
|
|
||||||
|
|
||||||
distroIsoName = System.getProperty("test." + provider + ".distroIsoName", "ubuntu-11.04-server-i386.iso");
|
distroIsoName = System.getProperty("test." + provider + ".distroIsoName", "ubuntu-11.04-server-i386.iso");
|
||||||
distroIsoUrl = URI.create(System.getProperty("test." + provider + ".distroIsoUrl",
|
distroIsoUrl = URI.create(System.getProperty("test." + provider + ".distroIsoUrl",
|
||||||
|
|
Loading…
Reference in New Issue