image-tests: Add RHEL-8.4 test cases for all architectures
Add RHEL-8.4 image test case manifests for all architectures. The set of image types per architecture is based on what is currently available for RHEL-8.3. The image test case for RHEL-8.4 tar image on s390x is not added yet because of Issue #1220. Fixes #1167 Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
31eb215699
commit
220c77e37f
9 changed files with 71991 additions and 1 deletions
|
|
@ -64,6 +64,21 @@
|
|||
"qcow2-customize",
|
||||
"vhd",
|
||||
"vmdk"
|
||||
],
|
||||
"aarch64": [
|
||||
"ami",
|
||||
"openstack",
|
||||
"qcow2",
|
||||
"rhel-edge-commit",
|
||||
"tar"
|
||||
],
|
||||
"ppc64le": [
|
||||
"qcow2",
|
||||
"tar"
|
||||
],
|
||||
"s390x": [
|
||||
"qcow2",
|
||||
"tar"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue