test/cases: add centos-8 as support to test scripts
Add centos-8 as a supported distro in ostree test scripts. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
a180c06fc4
commit
63fd590fc2
3 changed files with 3 additions and 3 deletions
|
|
@ -101,7 +101,7 @@ case "${ID}-${VERSION_ID}" in
|
|||
USER_IN_UPGRADE_BP="true"
|
||||
INSTALLER_PATH="/ostree/repo"
|
||||
;;
|
||||
"rhel-8.5" | "rhel-8.6")
|
||||
"rhel-8.5" | "rhel-8.6" | "centos-8")
|
||||
CONTAINER_TYPE=edge-container
|
||||
CONTAINER_FILENAME=container.tar
|
||||
INSTALLER_TYPE=edge-installer
|
||||
|
|
|
|||
|
|
@ -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.5" | "rhel-8.6" | "rhel-9.0")
|
||||
"rhel-8.5" | "rhel-8.6" | "centos-8" | "rhel-9.0")
|
||||
CONTAINER_TYPE=edge-container
|
||||
CONTAINER_FILENAME=container.tar
|
||||
INSTALLER_TYPE=edge-raw-image
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ SSH_KEY=${SSH_DATA_DIR}/id_rsa
|
|||
SSH_KEY_PUB=$(cat "${SSH_KEY}".pub)
|
||||
|
||||
case "${ID}-${VERSION_ID}" in
|
||||
"rhel-8.5" | "rhel-8.6" | "rhel-9.0")
|
||||
"rhel-8.5" | "rhel-8.6" | "centos-8" | "rhel-9.0")
|
||||
CONTAINER_TYPE=edge-container
|
||||
CONTAINER_FILENAME=container.tar
|
||||
INSTALLER_TYPE=edge-simplified-installer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue