File tree Expand file tree Collapse file tree
suse_migration_services/units Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ def perform(self):
7979 '--no-selfupdate' ,
8080 '--auto-agree-with-licenses' ,
8181 '--allow-vendor-change' ,
82+ '--download' ,
83+ 'in-advance' ,
8284 '--strict-errors-dist-migration' ,
8385 '--replacefiles' ,
8486 '--product' ,
Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ def test_main_zypper_migration_plugin(
141141 '--no-selfupdate' ,
142142 '--auto-agree-with-licenses' ,
143143 '--allow-vendor-change' ,
144+ '--download' ,
145+ 'in-advance' ,
144146 '--strict-errors-dist-migration' ,
145147 '--replacefiles' ,
146148 '--product' ,
@@ -182,6 +184,8 @@ def test_main_zypper_migration_plugin_verbose(
182184 '--no-selfupdate' ,
183185 '--auto-agree-with-licenses' ,
184186 '--allow-vendor-change' ,
187+ '--download' ,
188+ 'in-advance' ,
185189 '--strict-errors-dist-migration' ,
186190 '--replacefiles' ,
187191 '--product' ,
@@ -223,6 +227,8 @@ def test_main_zypper_migration_plugin_solver_case(
223227 '--no-selfupdate' ,
224228 '--auto-agree-with-licenses' ,
225229 '--allow-vendor-change' ,
230+ '--download' ,
231+ 'in-advance' ,
226232 '--strict-errors-dist-migration' ,
227233 '--replacefiles' ,
228234 '--product' ,
You can’t perform that action at this time.
0 commit comments