test/api: add test case for RHEL 9.0

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-07-27 09:03:21 +02:00 committed by Ondřej Budai
parent 1516c1987e
commit 91dd6e3346

View file

@ -387,6 +387,10 @@ else
fi
case $(set +x; . /etc/os-release; echo "$ID-$VERSION_ID") in
"rhel-9.0")
DISTRO="rhel-90"
SSH_USER="cloud-user"
;;
"rhel-8.5")
DISTRO="rhel-85"
if [[ "$CLOUD_PROVIDER" == "$CLOUD_PROVIDER_AWS" ]]; then