Skip to content

Commit

Permalink
PIT markers for interop, CapsuleContent
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Aug 15, 2024
1 parent 3b11719 commit 650bd55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def test_positive_checksum_sync(
@pytest.mark.skip_if_open("BZ:2025494")
@pytest.mark.e2e
@pytest.mark.tier4
@pytest.mark.pit_client
@pytest.mark.skip_if_not_set('capsule')
def test_positive_sync_updated_repo(
self,
Expand Down Expand Up @@ -355,6 +356,7 @@ def test_positive_sync_updated_repo(

@pytest.mark.e2e
@pytest.mark.tier4
@pytest.mark.pit_client
@pytest.mark.skip_if_not_set('capsule', 'fake_manifest')
def test_positive_capsule_sync(
self,
Expand Down Expand Up @@ -880,6 +882,7 @@ def test_positive_sync_kickstart_repo(

@pytest.mark.tier4
@pytest.mark.e2e
@pytest.mark.pit_client
@pytest.mark.skip_if_not_set('capsule')
def test_positive_sync_container_repo_end_to_end(
self,
Expand Down
2 changes: 2 additions & 0 deletions tests/foreman/cli/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def module_capsule_artifact_cleanup(
],
indirect=True,
)
@pytest.mark.pit_client
def test_positive_content_counts_for_mixed_cv(
target_sat,
module_capsule_configured,
Expand Down Expand Up @@ -281,6 +282,7 @@ def test_positive_content_counts_for_mixed_cv(
assert len(info['lifecycle-environments']) == 0, 'The LCE is still listed'


@pytest.mark.pit_client
def test_positive_update_counts(target_sat, module_capsule_configured):
"""Verify the update counts functionality
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/ui/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def capsule_default_org(module_target_sat, module_capsule_configured, default_or
],
indirect=True,
)
@pytest.mark.pit_client
def test_positive_content_counts_for_mixed_cv(
target_sat,
module_capsule_configured,
Expand Down

0 comments on commit 650bd55

Please sign in to comment.