Skip to content

Commit 94b8aa0

Browse files
updateDownloadReportCliTest
1 parent b63db29 commit 94b8aa0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/foreman/cli/test_rhcloud_inventory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ def test_positive_generate_reports_job_cli_disconnected(
435435
assert expected == result['output']
436436

437437

438+
@pytest.mark.rhel_ver_match('N-2')
438439
def test_positive_download_reports_job_cli_disconnected(
439440
rhcloud_manifest_org, module_target_sat, rhcloud_registered_hosts
440441
):
@@ -448,7 +449,7 @@ def test_positive_download_reports_job_cli_disconnected(
448449
449450
:expectedresults: Reports download works as expected.
450451
451-
:BlockedBy: SAT-41462
452+
:Verifies: SAT-41462
452453
"""
453454
org = rhcloud_manifest_org
454455
generate_report(org, module_target_sat, disconnected=True)

0 commit comments

Comments
 (0)