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.14.z] change in upgrade marks for hammer tests #12634

Merged
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
5 changes: 4 additions & 1 deletion tests/foreman/cli/test_hammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

HAMMER_COMMANDS = json.loads(DataFile.HAMMER_COMMANDS_JSON.read_text())

pytestmark = [pytest.mark.tier1, pytest.mark.upgrade]
pytestmark = [pytest.mark.tier1]


def fetch_command_info(command):
Expand Down Expand Up @@ -127,6 +127,7 @@ def test_positive_all_options(target_sat):
pytest.fail(format_commands_diff(differences))


@pytest.mark.upgrade
def test_positive_disable_hammer_defaults(request, function_product, target_sat):
"""Verify hammer disable defaults command.

Expand Down Expand Up @@ -166,6 +167,7 @@ def _finalize():
assert str(function_product.organization.id) not in result.stdout


@pytest.mark.upgrade
def test_positive_check_debug_log_levels(target_sat):
"""Enabling debug log level in candlepin via hammer logging

Expand Down Expand Up @@ -193,6 +195,7 @@ def test_positive_check_debug_log_levels(target_sat):


@pytest.mark.e2e
@pytest.mark.upgrade
def test_positive_hammer_shell(target_sat):
"""Verify that hammer shell runs a command when input is provided via interactive/bash

Expand Down