Skip to content

Commit

Permalink
In_place_upgrade_8to9:remove get data step for rhel8torhel9
Browse files Browse the repository at this point in the history
Signed-off-by: MiriamDeng <[email protected]>
  • Loading branch information
MiriamDeng committed Jul 4, 2023
1 parent c8c818f commit e8f84ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qemu/tests/in_place_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def run(test, params, env):
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"))
vm_arch = params.get("vm_arch_name")
enable_content = params.get("enable_content")
params["enable_content"] = enable_content.format(vm_arch, vm_arch)
Expand All @@ -72,7 +71,6 @@ def run(test, params, env):
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.yum_update_no_rhsm(test, old_custom_repo)
upgrade_test.session = vm.reboot(upgrade_test.session)
# please specify the new_internal_repo in the cfg in advance
Expand Down

0 comments on commit e8f84ea

Please sign in to comment.