Project

General

Profile

action #70552

Updated by riafarov over 3 years ago

Follow up on #69196 

 We got separate method implemented to verify some packages being preinstalled: 
 tests/console/validate_multipath.pm:sub verify_packages_installed 

  

 We duplicated functionality, and on top, with `rpm` it's more reliable to check that package is installed, whereas it doesn't validate that package is managed by zypper and was not installed by some other source, including manual build->install. 

 sub verify_software in lib/repo_tools 

 ## Acceptance criteria 
 1. Common method to validate installed software is used

Back