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
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
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" {
}
}
}
}