Skip to content

Commit

Permalink
Remove test_positive_insights_puppet_package_availability test
Browse files Browse the repository at this point in the history
  • Loading branch information
jameerpathan111 committed Jan 30, 2024
1 parent 14f5c99 commit 7bed693
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,6 @@ class TestCapsuleContentManagement:
interactions and use capsule.
"""

@pytest.mark.tier3
@pytest.mark.skip_if_not_set('capsule', 'clients', 'fake_manifest')
def test_positive_insights_puppet_package_availability(self, module_capsule_configured):
"""Check `redhat-access-insights-puppet` package availability for
capsule
:BZ: 1315844
:id: a31b0e21-aa5d-44e2-a408-5e01b79db3a1
:CaseComponent: RHCloud-Insights
:Team: Platform
:customerscenario: true
:expectedresults: `redhat-access-insights-puppet` package is delivered
in capsule repo and is available for installation on capsule via
yum
"""
package_name = 'redhat-access-insights-puppet'
result = module_capsule_configured.run(f'yum list {package_name} | grep @capsule')
if result.status != 0:
result = module_capsule_configured.run(f'yum list available | grep {package_name}')
assert result.status == 0

@pytest.mark.tier4
@pytest.mark.skip_if_not_set('capsule', 'clients', 'fake_manifest')
def test_positive_uploaded_content_library_sync(
Expand Down

0 comments on commit 7bed693

Please sign in to comment.