Project

General

Profile

action #75328

Updated by riafarov over 3 years ago

tests/console/sle15_workarounds.pm lived for too long as initially was added as a temporary solution. 

 We still have useful step of disabling packagekit which might randomly start checking for updates and lock zypper. 

 There are modules like `system_prepare` which are perfect place for this call, but in case there are issues to move it there, we should at least rename this method to e.g. `quite_packagekit` to make it clear what method does. call. 

 As module is used in many scenarios, we should test it against QAM, staging and migration tests too. 

Back