Project

General

Profile

action #33070

Updated by okurz about 6 years ago

Motivated by https://bugzilla.suse.com/show_bug.cgi?id=1082535 
 After discussion with Ladislav, we would like to at least check if packages are available in the module and can be installed. 

 To verify some real scenario, we should also run following commands: 
 > In installed system: 
 >  
 > - Run "git clone" to download some YaST package sources 
 > - Run "rake test:unit" to run the unit tests 
 > - Run "rake install" to install the package from sources 

 This will ensure that no dependencies are missing. 

 ## ** Acceptance criteria 
 * **AC1:** 1. Test verifies that packages and dependencies are available in Dev Tools module and are installable 
 * **AC2:** 2. Test verifies that rake commands work for some YaST module project

Back