Skip to content

Commit

Permalink
Merge pull request #4096 from MiriamDeng/add_leapp_command
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulYuuu authored Aug 27, 2024
2 parents 1de0726 + ce1b39f commit 08bb1e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions qemu/tests/cfg/in_place_upgrade.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# this parameter should contain your upgraded system's repo files
# <pre_upgrade_no_rhsm>, <process_upgrade_no_rhsm>
# <pre_upgrade_rhsm>, <process_upgrade_rhsm>
# these paramters are for leapp preupgrade and upgrade command
# these paramters are for leapp preupgrade and upgrade
variants:
- compose_install:
com_install = "yes"
Expand All @@ -59,7 +59,9 @@
- without_rhsm_rhel8_to_rhel9:
rhsm_type = "no_rhsm"
pre_upgrade_no_rhsm = "leapp preupgrade --debug --no-rhsm"
process_upgrade_no_rhsm = "leapp upgrade --debug --no-rhsm"
process_upgrade_no_rhsm = "LEAPP_UNSUPPORTED=1 "
process_upgrade_no_rhsm += "LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE=1 "
process_upgrade_no_rhsm += "leapp upgrade --debug --no-rhsm"
disable_content = 'yum-config-manager --disable "*"'
enable_content = "yum-config-manager"
enable_content += " --enable "
Expand Down

0 comments on commit 08bb1e0

Please sign in to comment.