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
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