Test with rhel-9.6 nightly
This commit is contained in:
parent
ff2660ef00
commit
d8295ea2ea
25 changed files with 237968 additions and 40 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# This test case verifies that distributions can be specified with and without
|
||||
# the dot to sepratae the major and minor version (true for RHEL-8 and RHEL-9).
|
||||
# It also verifies the behavior of distro name aliases
|
||||
# (e.g. "rhel-9" -> "rhel-9.5"). This is done by building a SAP image and
|
||||
# (e.g. "rhel-9" -> "rhel-9.6"). This is done by building a SAP image and
|
||||
# inspecting it using guestfish. Specifically, the SAP image contains DNF VAR
|
||||
# config /etc/dnf/vars/releasever, which contains value "X.Y", which should be
|
||||
# the same as the distro release that the alias points to.
|
||||
|
|
@ -46,7 +46,7 @@ cat <<EOF | tee "${EXTRA_COMPOSER_CONF}"
|
|||
# overrides the default rhel-8 alias
|
||||
[distro_aliases]
|
||||
rhel-8 = "rhel-8.8"
|
||||
rhel-9 = "rhel-9.5"
|
||||
rhel-9 = "rhel-9.6"
|
||||
EOF
|
||||
|
||||
# Provision the software under test.
|
||||
|
|
|
|||
15143
test/data/manifests/rhel_9.6-aarch64-azure_rhui-boot.json
Normal file
15143
test/data/manifests/rhel_9.6-aarch64-azure_rhui-boot.json
Normal file
File diff suppressed because it is too large
Load diff
12569
test/data/manifests/rhel_9.6-aarch64-minimal_raw-boot.json
Normal file
12569
test/data/manifests/rhel_9.6-aarch64-minimal_raw-boot.json
Normal file
File diff suppressed because it is too large
Load diff
11712
test/data/manifests/rhel_9.6-aarch64-openstack-boot.json
Normal file
11712
test/data/manifests/rhel_9.6-aarch64-openstack-boot.json
Normal file
File diff suppressed because it is too large
Load diff
11974
test/data/manifests/rhel_9.6-aarch64-qcow2-boot.json
Normal file
11974
test/data/manifests/rhel_9.6-aarch64-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
12690
test/data/manifests/rhel_9.6-aarch64-qcow2_customize-boot.json
Normal file
12690
test/data/manifests/rhel_9.6-aarch64-qcow2_customize-boot.json
Normal file
File diff suppressed because it is too large
Load diff
4848
test/data/manifests/rhel_9.6-aarch64-tar-boot.json
Normal file
4848
test/data/manifests/rhel_9.6-aarch64-tar-boot.json
Normal file
File diff suppressed because it is too large
Load diff
13621
test/data/manifests/rhel_9.6-ppc64le-qcow2-boot.json
Normal file
13621
test/data/manifests/rhel_9.6-ppc64le-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
14320
test/data/manifests/rhel_9.6-ppc64le-qcow2_customize-boot.json
Normal file
14320
test/data/manifests/rhel_9.6-ppc64le-qcow2_customize-boot.json
Normal file
File diff suppressed because it is too large
Load diff
4887
test/data/manifests/rhel_9.6-ppc64le-tar-boot.json
Normal file
4887
test/data/manifests/rhel_9.6-ppc64le-tar-boot.json
Normal file
File diff suppressed because it is too large
Load diff
13138
test/data/manifests/rhel_9.6-s390x-qcow2-boot.json
Normal file
13138
test/data/manifests/rhel_9.6-s390x-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
13875
test/data/manifests/rhel_9.6-s390x-qcow2_customize-boot.json
Normal file
13875
test/data/manifests/rhel_9.6-s390x-qcow2_customize-boot.json
Normal file
File diff suppressed because it is too large
Load diff
4848
test/data/manifests/rhel_9.6-s390x-tar-boot.json
Normal file
4848
test/data/manifests/rhel_9.6-s390x-tar-boot.json
Normal file
File diff suppressed because it is too large
Load diff
15818
test/data/manifests/rhel_9.6-x86_64-azure_rhui-boot.json
Normal file
15818
test/data/manifests/rhel_9.6-x86_64-azure_rhui-boot.json
Normal file
File diff suppressed because it is too large
Load diff
19403
test/data/manifests/rhel_9.6-x86_64-azure_sap_rhui-boot.json
Normal file
19403
test/data/manifests/rhel_9.6-x86_64-azure_sap_rhui-boot.json
Normal file
File diff suppressed because it is too large
Load diff
12839
test/data/manifests/rhel_9.6-x86_64-minimal_raw-boot.json
Normal file
12839
test/data/manifests/rhel_9.6-x86_64-minimal_raw-boot.json
Normal file
File diff suppressed because it is too large
Load diff
12604
test/data/manifests/rhel_9.6-x86_64-oci-boot.json
Normal file
12604
test/data/manifests/rhel_9.6-x86_64-oci-boot.json
Normal file
File diff suppressed because it is too large
Load diff
12615
test/data/manifests/rhel_9.6-x86_64-openstack-boot.json
Normal file
12615
test/data/manifests/rhel_9.6-x86_64-openstack-boot.json
Normal file
File diff suppressed because it is too large
Load diff
12625
test/data/manifests/rhel_9.6-x86_64-qcow2-boot.json
Normal file
12625
test/data/manifests/rhel_9.6-x86_64-qcow2-boot.json
Normal file
File diff suppressed because it is too large
Load diff
13323
test/data/manifests/rhel_9.6-x86_64-qcow2_customize-boot.json
Normal file
13323
test/data/manifests/rhel_9.6-x86_64-qcow2_customize-boot.json
Normal file
File diff suppressed because it is too large
Load diff
4869
test/data/manifests/rhel_9.6-x86_64-tar-boot.json
Normal file
4869
test/data/manifests/rhel_9.6-x86_64-tar-boot.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue