diff --git a/test/libvirt/Vagrantfile b/test/libvirt/Vagrantfile index 754a219..6ec3258 100644 --- a/test/libvirt/Vagrantfile +++ b/test/libvirt/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config| end host = 'viv-libvirt' # vagrant in vagrant - to test libvirt - box = 'fedora/24-cloud-base' + box = 'fedora/25-cloud-base' config.vm.define host do | tmp | tmp.vm.hostname = host diff --git a/test/misc/Vagrantfile b/test/misc/Vagrantfile index a189a2d..bed010d 100644 --- a/test/misc/Vagrantfile +++ b/test/misc/Vagrantfile @@ -22,7 +22,7 @@ Vagrant.configure(2) do |config| config.vm.synced_folder "/tmp/reverse_mount_etc/", "/etc", type: "sshfs", reverse: true host = 'vagrant-sshfs-tests' - box = 'fedora/24-cloud-base' + box = 'fedora/25-cloud-base' config.vm.define host do | tmp | tmp.vm.hostname = host diff --git a/test/virtualbox/Vagrantfile b/test/virtualbox/Vagrantfile index 2d05f9d..def5bce 100644 --- a/test/virtualbox/Vagrantfile +++ b/test/virtualbox/Vagrantfile @@ -16,7 +16,7 @@ Vagrant.configure(2) do |config| end host = 'viv-virtbox' # vagrant in vagrant - to test virtbox - box = 'fedora/24-cloud-base' + box = 'fedora/25-cloud-base' config.vm.define host do | tmp | tmp.vm.hostname = host