-
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
[RFE] Check RHEL Lifecycle status in ContentHost UI #13162
Conversation
1f0e908
to
1edb42e
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
1edb42e
to
43738f9
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
43738f9
to
e4e0e0e
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
trigger: test-robottelo |
7f2aee9
to
d32ecd0
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
d32ecd0
to
220e3e7
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
220e3e7
to
aee1bf5
Compare
trigger: test-robottelo |
bb2058a
to
ba1f0b3
Compare
Build [4770]: Pass (1/1) |
is this ready for review? |
@Griffin-Sullivan Yes ready to review! |
ba1f0b3
to
3516ab0
Compare
trigger: test-robottelo |
3945b10
to
266b3b5
Compare
0dcddde
to
0cc4900
Compare
trigger: test-robottelo |
0cc4900
to
9d50327
Compare
trigger: test-robottelo |
9d50327
to
733525d
Compare
trigger: test-robottelo |
733525d
to
071c45c
Compare
trigger: test-robottelo |
071c45c
to
be6862e
Compare
trigger: test-robottelo |
* Check RHEL Lifecycle status in ContentHost UI * Finish extension for RHEL lifecycle status * Intermittent prt failures for search, errata install (cherry picked from commit 3fa442f)
* Check RHEL Lifecycle status in ContentHost UI * Finish extension for RHEL lifecycle status * Intermittent prt failures for search, errata install
Extend UI::test_contenthost.py::
test_positive_end_to_end
:'RHEL Lifecycle status'
of the rhel host, and checkhost status
.Two helper methods:
get_supported_rhel_versions()
: to get all supported rhel versions for contenthosts in satellite.get_rhel_lifecycle_support(rhel_version)
: to get expected RHEL Lifecycle status string,based on provided
rhel_version#
vs all supportedversions#
discovered.