Actions
Test #4146
closedTest is_modular flag in RPM units
Version:
Platform Release:
Tags:
Pulp 2
Sprint:
Quarter:
Description
*Create and sync a modular rpm repo
*Check whether all the rpms synced from the modular repo contains the is_modular flag
Related issues
Updated by kersom about 6 years ago
- Related to Story #4049: As a user, I can know if an RPM is modular or not added
Updated by kersom about 6 years ago
- Tracker changed from Issue to Test
- Subject changed from Check is_modular flag in RPM units to Test is_modular flag in RPM units
Added by ragabala about 6 years ago
Updated by Anonymous about 6 years ago
- Status changed from NEW to MODIFIED
Applied in changeset pulp-2-tests|a0442f64da62084e089bca3588ff67e18ec725d1.
Updated by kersom about 6 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
Actions
Test whether the is_modular flag is available in the rpm headers.
The
is_modular
flags are added in the rpms to check whether an rpm is modular or not. This commit checks whether the number of rpms having is_modular asFalse
matches the number of non_modular rpms in an repo and similarly the number of rpms with is_modularTrue
are equaling number of modular rpms.Closes #4146