Test #4146
Test 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
Associated revisions
History
#1
Updated by kersom about 2 years ago
- Related to Story #4049: As a user, I can know if an RPM is modular or not added
#2
Updated by kersom about 2 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
#3
Updated by Anonymous about 2 years ago
- Status changed from NEW to MODIFIED
Applied in changeset pulp-2-tests|a0442f64da62084e089bca3588ff67e18ec725d1.
#4
Updated by kersom about 2 years ago
- Status changed from MODIFIED to CLOSED - COMPLETE
#5
Updated by kersom about 2 years ago
- Assignee set to ragbalak
#6
Updated by bmbouter almost 2 years ago
- Tags Pulp 2 added
Please register to edit this issue
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