test: Add Fedora 36 and 37 and remove 35 test for ostree.sh

This commit is contained in:
Xiaofeng Wang 2022-09-16 09:13:11 +08:00 committed by Jakub Rusz
parent d9cfbea399
commit 989c64040c
2 changed files with 2 additions and 12 deletions

View file

@ -15,14 +15,6 @@ fi
# Set os-variant and boot location used by virt-install.
case "${ID}-${VERSION_ID}" in
"fedora-35")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/35/${ARCH}/iot"
OS_VARIANT="fedora35"
USER_IN_COMMIT="false"
BOOT_LOCATION="https://mirrors.rit.edu/fedora/fedora/linux/releases/35/Everything/x86_64/os/"
EMBEDED_CONTAINER="false"
;;
"fedora-36")
IMAGE_TYPE=iot-commit
OSTREE_REF="fedora/36/${ARCH}/iot"