SatelliteQE / robottelo

Robottelo is a test suite that exercises The Foreman.
GNU General Public License v3.0
61 stars 114 forks source link

On demand download policy is supported for deb #16961

Closed dosas closed 5 days ago

dosas commented 1 week ago

Problem Statement

deb repos allow on_deman download policy

Solution

Exclude deb repo from negative test This was alread fixed in cli tests https://github.com/SatelliteQE/robottelo/blob/master/tests/foreman/cli/test_repository.py#L662

Related Issues

relevant tests tests/foreman/api/test_repository.py::TestRepository::test_negative_create_repos_with_download_policy

Satellite-QE commented 1 week ago

Can one of the admins verify this patch?