test/cases: use correct OS_VARIANT for CentOS Stream 9

Correct name is 'centos-stream9'
See 'osinfo-query os'
This commit is contained in:
Achilleas Koutsou 2022-01-06 21:16:15 +01:00 committed by Tom Gundersen
parent ff992e00f2
commit a087fc5c86
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ case "${ID}-${VERSION_ID}" in
"centos-9")
IMAGE_TYPE=edge-commit
OSTREE_REF="centos/9/${ARCH}/edge"
OS_VARIANT="centos9"
OS_VARIANT="centos-stream9"
USER_IN_COMMIT="true"
# This should be changed once we get centos-9 runners
BOOT_LOCATION="${COMPOSE_URL:-}/compose/BaseOS/x86_64/os/"