test/api.sh: remove parts related to Fedora 33

We no longer test Cloud API on Fedora and Fedora 33 is EOL anyway.
Remove all Fedora 33 related lines from the test case.

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2022-02-07 11:07:57 +01:00 committed by Ondřej Budai
parent 2c04329645
commit 617572ad6c

View file

@ -467,10 +467,6 @@ case "$ID-$VERSION_ID" in
SSH_USER="cloud-user"
fi
;;
"fedora-33")
DISTRO="fedora-33"
SSH_USER="fedora"
;;
"centos-8")
DISTRO="centos-8"
if [[ "$CLOUD_PROVIDER" == "$CLOUD_PROVIDER_AWS" ]]; then