Skip to content

Commit

Permalink
[6.16.z] delete subscription manifest so it can re imported again (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Dec 11, 2024
1 parent 704491e commit c585a07
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/foreman/api/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ def module_ak(module_sca_manifest_org, rh_repo, custom_repo, module_target_sat):
).create()


@pytest.mark.tier1
@pytest.mark.pit_server
def test_positive_create(module_sca_manifest, module_target_sat):
"""Upload a manifest.
:id: 6faf9d96-9b45-4bdc-afa9-ec3fbae83d41
:expectedresults: Manifest is uploaded successfully
:CaseImportance: Critical
"""
org = module_target_sat.api.Organization().create()
module_target_sat.upload_manifest(org.id, module_sca_manifest.content)


@pytest.mark.tier1
def test_positive_refresh(function_sca_manifest_org, request, target_sat):
"""Upload a manifest and refresh it afterwards.
Expand Down

0 comments on commit c585a07

Please sign in to comment.