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:
Darragh Bailey
2021-09-28 13:17:22 +01:00
committed by GitHub
parent 605aabcd98
commit 5de17b0d01
4 changed files with 70 additions and 30 deletions

View File

@@ -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}