Bug #33797
closedIncremental update requirement is not detected
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2013093
Description of problem:
Incremental update requirement is not detected
Version-Release number of selected component (if applicable):
Katello 4.1
How reproducible:
Every time we run test:
https://github.com/SatelliteQE/robottelo/blob/892ead298b6026df51306c2c668372178eff8ef0/tests/foreman/api/test_errata.py#L732
Steps to Reproduce:
1. Create VM as Content Host, registering to CV with custom errata
2. Install package in VM so it needs one erratum
3. Apply a filter to the CV so errata will be applicable but not installable
4. Publish the new version
5. Promote the new version into the same LCE
6. Check if incremental_updates required:
POST /api/hosts/bulk/available_incremental_updates
Actual results:
No incremental update is suggested
Expected results:
incremental update is suggested