SatelliteQE / robottelo

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

UI - ContentHost - test_positive_search_by_subscription_status - insufficient subscriptions attached to the host #5223

Closed rplevka closed 5 years ago

rplevka commented 7 years ago

This test never passes as we do not provide the rhel-server subscription to the host, so it never receives the subscriptions for all the installed products.

We assert for the 'valid' subscription status, however our setup guarantees 'partially subscribed' at the most.

There's also 1 more thing that can be done - we install katello-agent and we don't need it as we do not use it in the test at all.

rplevka commented 7 years ago

please note, that i'm marking this as high because the test is critical and we do not seem to test this in any other test (in different endpoints)

ldjebran commented 7 years ago

We have to back port to 6.2 and 6.1 PR https://github.com/SatelliteQE/robottelo/pull/5168 that fix this issue

svtkachenko commented 6 years ago

Backported to 6.2 in #5355

ntkathole commented 5 years ago

Please feel free to re-open, if this still needs fixing.