Project

Profile

Help

Test #6789

Updated by ppicka almost 4 years ago

Test copy RPM package content with depsolving=True which should copy package and all its dependency. 

 test case 1 
 - create repository and populate it with content 
 - create new repository and leave it blank 
 - use copy pointing on one package with depsolving=True 
 - check if new repository contains package above and its dependencies 

 test case 2 
 - create repository and populate it with content 
 - create new repository and populate it with some content which can be satisfactory for package from first remote 
 - use copy pointing on one package with depsolving=True 
 - check if new repository contains some of the package above and its dependencies for the package 
 - check that already present package with satisfactory version was kept and not copied

Back