mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Refactor create domain tests (#1364)
Adjust create domain tests to exercise both with a box defined and undefined. Switch the default vagrantfile definition to have a box defined as it is the expected behaviour.
This commit is contained in:
@@ -9,6 +9,7 @@ shared_context 'unit' do
|
||||
let(:vagrantfile) do
|
||||
<<-EOF
|
||||
Vagrant.configure('2') do |config|
|
||||
config.vm.box = "vagrant-libvirt/test"
|
||||
config.vm.define :test
|
||||
config.vm.provider :libvirt do |libvirt|
|
||||
#{vagrantfile_providerconfig}
|
||||
|
||||
Reference in New Issue
Block a user