-
Notifications
You must be signed in to change notification settings - Fork 115
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
removing attach and auto-attach related items from cli hosts #15607
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, but I have questions about two of the affected tests.
tests/foreman/cli/test_host.py
Outdated
@@ -2216,7 +1912,6 @@ def test_positive_unregister_host_subscription( | |||
res = rhel_contenthost.register(module_org, None, ak_with_subscription.name, target_sat) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this test? If so, shouldn't the activation key be one without subscriptions?
@pytest.mark.rhel_ver_match('7') | ||
@pytest.mark.cli_host_subscription | ||
@pytest.mark.tier3 | ||
def test_negative_without_attach_with_lce( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still seems like a valid test case to me, although I think it should be renamed to a positive test for 6.16+. Can you please explain your decision to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense, I brought it back with updated name
@pondrejk Do you really need Tier2 review here ? |
I'd guess no because this is a test change, not a framework change? |
ef4ac3a
to
22698f6
Compare
22698f6
to
b940cfe
Compare
@synkd Hi, sorry for delay, mind revisiting? |
Problem Statement
these tests no longer apply to 6.16 environment