-
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
Add rhel10 support in registration tests #17181
base: master
Are you sure you want to change the base?
Conversation
151cc1f
to
d9f74a8
Compare
trigger: test-robottelo |
PRT Result
|
PRT Result
|
PRT Result
|
trigger: test-robottelo |
PRT Result
|
d9f74a8
to
0492582
Compare
trigger: test-robottelo |
PRT Result
|
2ed2fb4
to
e99dd03
Compare
trigger: test-robottelo |
PRT Result
|
@@ -140,7 +140,7 @@ def test_positive_facts_end_to_end( | |||
), f'Assertion failed: {fact} (expected: {expected_value}, actual: {actual_value})' | |||
|
|||
|
|||
@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version]) | |||
@pytest.mark.rhel_ver_match('N-1') |
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.
IIRC, N-1 means parametrizing tests for EL9 and EL10, I don't understand why we're including so many tests for EL10, which imo could make our tests redundant, so could you please evaluate it again which tests needs to be parametrized?
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.
Most of the updated tests are relevant for RHEL10 so I added that. I have removed rhel 10 paraameterization from couple of tests. Please re-review it.
e99dd03
to
44f02a9
Compare
44f02a9
to
1ebb5d8
Compare
trigger: test-robottelo |
PRT Result
|
Problem Statement
Missing support for RHEL10 for Registration and Facts
Solution
Added support of RHEL10
Related Issues