fix(test): packer hcl & uefi path

This commit is contained in:
Alexandre Pujol 2024-10-07 12:16:42 +01:00
parent 03b777340d
commit 31af758639
Failed to generate hash of commit
2 changed files with 1 additions and 3 deletions

2
tests/Vagrantfile vendored
View file

@ -53,7 +53,7 @@ Vagrant.configure("2") do |config|
libvirt.redirdev :type => "spicevmc"
end
if instance.fetch('uefi', default['uefi'])
libvirt.loader = '/usr/share/edk2-ovmf/x64/OVMF_CODE.fd'
libvirt.loader = '/usr/share/edk2/x64/OVMF_CODE.fd'
end
end

View file

@ -99,5 +99,3 @@ variable "release" {
}
}
}
}