tests/upgrade: gather more logs
Also disable firwalld AllowZoneDrifting because it's not supported in RHEL-9.
This commit is contained in:
parent
5d304d2957
commit
43bfcc5389
3 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ enabled=0
|
|||
gpgcheck=0
|
||||
EOF
|
||||
|
||||
# AllowZoneDrifting is disabled in RHEL-9, see rhbz#2054271 for more details
|
||||
sed -i "s/^AllowZoneDrifting=.*/AllowZoneDrifting=no/" /etc/firewalld/firewalld.conf
|
||||
|
||||
# check upgrade
|
||||
leapp preupgrade --debug --no-rhsm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue