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
9583
test/data/manifests/rhel_84-aarch64-ami-boot.json
Normal file
9583
test/data/manifests/rhel_84-aarch64-ami-boot.json
Normal file
File diff suppressed because it is too large
Load diff
10188
test/data/manifests/rhel_84-aarch64-openstack-boot.json
Normal file
10188
test/data/manifests/rhel_84-aarch64-openstack-boot.json
Normal file
File diff suppressed because it is too large
Load diff
10099
test/data/manifests/rhel_84-aarch64-qcow2-boot.json
Normal file
10099
test/data/manifests/rhel_84-aarch64-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
8981
test/data/manifests/rhel_84-aarch64-rhel_edge_commit-boot.json
Normal file
8981
test/data/manifests/rhel_84-aarch64-rhel_edge_commit-boot.json
Normal file
File diff suppressed because it is too large
Load diff
5686
test/data/manifests/rhel_84-aarch64-tar-boot.json
Normal file
5686
test/data/manifests/rhel_84-aarch64-tar-boot.json
Normal file
File diff suppressed because it is too large
Load diff
10875
test/data/manifests/rhel_84-ppc64le-qcow2-boot.json
Normal file
10875
test/data/manifests/rhel_84-ppc64le-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
5789
test/data/manifests/rhel_84-ppc64le-tar-boot.json
Normal file
5789
test/data/manifests/rhel_84-ppc64le-tar-boot.json
Normal file
File diff suppressed because it is too large
Load diff
10774
test/data/manifests/rhel_84-s390x-qcow2-boot.json
Normal file
10774
test/data/manifests/rhel_84-s390x-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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