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