Skip to content

Commit

Permalink
test: update test Vagrantfiles to F25
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Nov 26, 2016
1 parent e8d7279 commit acfdc0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/libvirt/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/misc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/virtualbox/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acfdc0f

Please sign in to comment.