We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fab4bf + 6b3fd52 commit 5705527Copy full SHA for 5705527
qemu/tests/cfg/in_place_upgrade.cfg
@@ -31,13 +31,13 @@
31
stop_yum_update = "rm -rf /var/run/yum.pid"
32
check_repo_list = "yum repolist enabled"
33
check_rhel_ver = "cut -f1-2 -d. /etc/redhat-release | sed 's/[^0-9]//g'"
34
- RHEL.8:
35
- rmmod_module = "rmmod ip_set;rmmod nft_compat"
+ rmmod_module = "rmmod ip_set"
+ x86_64:
36
+ RHEL.8:
37
+ rmmod_module += ";rmmod nft_compat"
38
s390,s390x:
39
# no need to check in host, and we don't support RHEL.7.9 as the
40
# host on s390x
- rmmod_module = "rmmod ip_set"
41
device_cio_free_check_cmd = "systemctl status device_cio_free"
42
# com_install = "yes" installing leapp from compose
43
# com_install = "no" installing leapp from upstream
0 commit comments