Skip to content

Commit 18df3b5

Browse files
committed
update test for enable/disable recommendations (IoP) (SatelliteQE#20520)
* update test for enable disable iop * Fix failing tests and fixture * pre-commit * update pytest marker * add enable functionality to iop * update pytest marker * update test with new entity * update to rhel 10 for recommendations (cherry picked from commit 0b9ef3c)
1 parent 43d67a6 commit 18df3b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/foreman/ui/test_rhcloud_iop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,15 @@ def test_rhcloud_inventory_disabled_local_insights(module_target_sat_insights):
330330

331331
@pytest.mark.e2e
332332
@pytest.mark.no_containers
333-
@pytest.mark.rhel_ver_match(r'^(?![78]).*')
333+
@pytest.mark.rhel_ver_match('10')
334334
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
335335
def test_iop_recommendations_remediation_type_and_status(
336336
rhel_insights_vm,
337337
rhcloud_manifest_org,
338338
module_target_sat_insights,
339339
):
340340
"""Set up Satellite with iop enabled, verify recommendations remediation type,
341-
and test filtering recommendations by status.
341+
disable the recommendation, check status, then re-enable the recommendation.
342342
343343
:id: 62834698-b4b8-4218-855c-2b2aa584b364
344344

0 commit comments

Comments
 (0)