test/api: add RHEL 8.5 case

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-07-14 15:52:26 +02:00 committed by Ondřej Budai
parent 9e4052e0e6
commit fba77534fd

View file

@ -331,6 +331,10 @@ else
fi
case $(set +x; . /etc/os-release; echo "$ID-$VERSION_ID") in
"rhel-8.5")
DISTRO="rhel-85"
SSH_USER="cloud-user"
;;
"rhel-8.4")
DISTRO="rhel-84"
SSH_USER="cloud-user"