Skip to content

Commit

Permalink
IPU: support in place upgrade from RHEL9 to RHEL10
Browse files Browse the repository at this point in the history
Signed-off-by: Miriam Deng <mdeng@redhat.com>
  • Loading branch information
MiriamDeng committed Nov 15, 2024
1 parent 9a57983 commit a3da8f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions qemu/tests/cfg/in_place_upgrade.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
- upstream_install:
com_install = "no"
variants:
- without_rhsm:
rhsm_type = "no_rhsm"
- with_rhsm:
rhsm_type = "rhsm"
- without_rhsm_rhel8_to_rhel9:
rhsm_type = "no_rhsm"
pre_upgrade_no_rhsm = "leapp preupgrade --debug --no-rhsm"
Expand Down
2 changes: 1 addition & 1 deletion qemu/tests/in_place_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(test, params, env):
pre_release = params.get("pre_release")
release_chk = params.get("release_check")
if pre_release not in upgrade_test.run_guest_cmd(release_chk):
test.cancel("your image is not for rhel 8 product, please check")
test.cancel("your image is not for rhel %s, please check" % pre_release)
post_release = params.get("post_release")
# create an assistant user
upgrade_test.create_ipuser(test)
Expand Down

0 comments on commit a3da8f2

Please sign in to comment.