Skip to content

Commit

Permalink
IPU: adjust steps for getting rhsm pool id while doing IPU with rhsm
Browse files Browse the repository at this point in the history
Signed-off-by: MiriamDeng <[email protected]>
  • Loading branch information
MiriamDeng committed Mar 21, 2023
1 parent 1f6d484 commit f4c375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu/tests/in_place_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ def run(test, params, env):
# process upgrade
upgrade_test.upgrade_process(params.get("process_upgrade_no_rhsm"))
elif params.get("rhsm_type") == "rhsm":
upgrade_test.rhsm(test)
if params.get("com_install") == "yes":
upgrade_test.run_guest_cmd(params.get("ins_leapp_cmd"))
upgrade_test.run_guest_cmd(params.get("prepare_env"))
upgrade_test.run_guest_cmd(params.get("get_answer_files_source"))
upgrade_test.run_guest_cmd(params.get("get_answer_files"))
upgrade_test.rhsm(test)
upgrade_test.session = vm.reboot(upgrade_test.session)
upgrade_test.pre_upgrade_whitelist(test)
upgrade_test.run_guest_cmd(params.get("pre_upgrade_rhsm"))
Expand Down

0 comments on commit f4c375d

Please sign in to comment.