Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.15.z] Mark manifester tests that do not use manifester fixtures #15468

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/foreman/api/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test_positive_sync_upstream_repo_with_zst_compression(


@pytest.mark.tier1
@pytest.mark.manifester
def test_negative_upload_expired_manifest(module_org, target_sat):
"""Upload an expired manifest and attempt to refresh it

Expand Down
1 change: 1 addition & 0 deletions tests/upgrades/test_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def test_pre_subscription_scenario_auto_attach(

@pytest.mark.parametrize('pre_upgrade_data', ['rhel7', 'rhel8', 'rhel9'], indirect=True)
@pytest.mark.post_upgrade(depend_on=test_pre_subscription_scenario_auto_attach)
@pytest.mark.manifester
def test_post_subscription_scenario_auto_attach(self, request, target_sat, pre_upgrade_data):
"""Run subscription auto-attach on pre-upgrade content host registered
with Satellite.
Expand Down