Project

Profile

Help

Test #6789

Updated by ipanova@redhat.com about 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 repositoryA repository and populate it with content 
 - create new repositoryB repository and populate it with some content which can be satisfactory for package from first repoA remote 
 - use copy pointing on one package with depsolving=True 
 - check that package has been copied and only part if new repository contains some of the dependencies that missed in repoB were copied for the package 
 - ensure repoB has the check that already present package with all it's needed deps satisfactory version was kept and not copied

Back