Actions
Test #4547
closedTest #4543: Test newly described definitions of recursive and recursive_conservative flags
Ensure rich_weak_deps test includes --recursive and --recursive_conservative cases
Version:
Platform Release:
Tags:
Pulp 2
Sprint:
Quarter:
Description
Parent Tickets¶
Affected File(s)¶
- test_rich_weak_dependencies.py::CopyRecursiveUnitsTestCase
Update¶
- Ensure rich_weak_deps test includes --recursive and --recursive_conservative cases
- Ensure that latest RPM copy test case is included in rick and weak logic
Notes¶
Milan created the following fixture for this test case:
The fixture seems to follow the same missing logic as other tests before documentation was provided:
- Check if there is an older RPM on the remote REPO, if --recursive is used, the newer RPM is copied as wlel
- If both flags are used, ensure only conservative logic works (does not upload the latest RPM)
- If modules are included in the fixture, ensure all modules and erratum are copied. RPMS still obey the flags logic
Actions