tools/libvirt_test.sh: add fedora support

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2023-06-06 13:48:07 +02:00 committed by Achilleas Koutsou
parent 6b1f1848e4
commit 6e756eb76b

View file

@ -292,6 +292,11 @@ else
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
OS_VARIANT="centos-stream9"
;;
"fedora"*)
MIN_RAM="1536"
NVRAM_TEMPLATE=""
OS_VARIANT="fedora-unknown"
;;
*)
echo "unsupported distro: ${ID}-${VERSION_ID}"
exit 1;;