test/api: add RHEL 8.5 case
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
9e4052e0e6
commit
fba77534fd
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue