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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue