tests: remove all disabling conditions for RHEL 9.0

RHEL 9.0 isn't yet in .gitlab-ci.yml so this actually doesn't change in test
runs but it should make enabling of the tests easier.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-07-27 12:31:53 +02:00 committed by Ondřej Budai
parent fa111f82a4
commit 7a298c838b
4 changed files with 1 additions and 22 deletions

View file

@ -9,12 +9,6 @@ function greenprint {
echo -e "\033[1;32m${1}\033[0m"
}
#TODO: Remove this once there is rhel9 support for AMI image type
if [[ $DISTRO_CODE == rhel_90 ]]; then
greenprint "Skipped"
exit 0
fi
# Provision the software under test.
/usr/libexec/osbuild-composer-test/provision.sh