test: Fix UEFI parameters error

Fix error "loader attribute 'readonly' cannot be specified when
firmware autoselection is enabled"
This commit is contained in:
Xiaofeng Wang 2022-09-27 08:02:20 +08:00 committed by Christian Kellner
parent 6e74ae33bf
commit 9eab01874a

View file

@ -569,7 +569,7 @@ sudo virt-install --name="${IMAGE_KEY}-uefi"\
--os-type linux \
--os-variant ${OS_VARIANT} \
--cdrom "/var/lib/libvirt/images/${ISO_FILENAME}" \
--boot uefi,loader_ro=yes,loader_type=pflash,nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.fd,loader_secure=no \
--boot uefi \
--nographics \
--noautoconsole \
--wait=-1 \