Skip to content

Commit

Permalink
IPU:add stream installation way for leapp tool
Browse files Browse the repository at this point in the history
ID:2634

Signed-off-by: Miriam Deng <mdeng@redhat.com>
  • Loading branch information
MiriamDeng committed Aug 13, 2024
1 parent 92a34c8 commit 48f9979
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -53,6 +53,10 @@
- compose_install:
com_install = "yes"
com_ins_leapp = "yum install leapp-upgrade -y"
- stream_install:
# Please modify the build in the internal cfg
# an example
# com_ins_leapp = "yum install leapp-upgrade"
- upstream_install:
com_install = "no"
variants:
Expand Down
1 change: 0 additions & 1 deletion qemu/tests/in_place_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def run(test, params, env):
upgrade_test.create_ipuser(test)
# prepare ipu test env and execute leapp tool
if not params.get_boolean("com_install"):
upgrade_test.run_guest_cmd(params.get("repo_leapp"))
upgrade_test.run_guest_cmd(params.get("com_ins_leapp"))
upgrade_test.run_guest_cmd(params.get("prepare_env"))
upgrade_test.run_guest_cmd(params.get("get_answer_files_source"))
Expand Down

0 comments on commit 48f9979

Please sign in to comment.