test/cases: add RHEL 9.0 and CentOS 9 cases to test scripts
This commit is contained in:
parent
1dd139e758
commit
a025601b85
8 changed files with 38 additions and 18 deletions
|
|
@ -101,7 +101,7 @@ case "${ID}-${VERSION_ID}" in
|
|||
USER_IN_UPGRADE_BP="true"
|
||||
INSTALLER_PATH="/ostree/repo"
|
||||
;;
|
||||
"rhel-8.6" | "centos-8")
|
||||
"rhel-8.6" | "centos-8" | "rhel-9.0" | "centos-9")
|
||||
CONTAINER_TYPE=edge-container
|
||||
CONTAINER_FILENAME=container.tar
|
||||
INSTALLER_TYPE=edge-installer
|
||||
|
|
@ -109,13 +109,6 @@ case "${ID}-${VERSION_ID}" in
|
|||
USER_IN_UPGRADE_BP="false"
|
||||
INSTALLER_PATH="/run/install/repo/ostree/repo"
|
||||
;;
|
||||
"rhel-9.0")
|
||||
CONTAINER_TYPE=edge-container
|
||||
CONTAINER_FILENAME=container.tar
|
||||
INSTALLER_TYPE=edge-installer
|
||||
INSTALLER_FILENAME=installer.iso
|
||||
USER_IN_UPGRADE_BP="true"
|
||||
;;
|
||||
*)
|
||||
echo "unsupported distro: ${ID}-${VERSION_ID}"
|
||||
exit 1;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue