test/cases: add RHEL 9.0 and CentOS 9 cases to test scripts

This commit is contained in:
Achilleas Koutsou 2021-10-27 16:05:00 +02:00 committed by Ondřej Budai
parent 1dd139e758
commit a025601b85
8 changed files with 38 additions and 18 deletions

View file

@ -85,7 +85,7 @@ SSH_KEY=${SSH_DATA_DIR}/id_rsa
SSH_KEY_PUB=$(cat "${SSH_KEY}".pub)
case "${ID}-${VERSION_ID}" in
"rhel-8.6" | "centos-8" | "rhel-9.0")
"rhel-8.6" | "centos-8" | "rhel-9.0" | "centos-9")
CONTAINER_TYPE=edge-container
CONTAINER_FILENAME=container.tar
INSTALLER_TYPE=edge-raw-image