-
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
host: inherit LCE & CV with nested hostgroup #14925
base: master
Are you sure you want to change the base?
Conversation
This PR is currently waiting for PRT verification once https://bugzilla.redhat.com/2266432 is ON_QA (currently ON_DEV). |
BZ2266432 is ON_QA now |
c546a33
to
c0aeca1
Compare
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
c0aeca1
to
88a5d3f
Compare
PRT Result
|
Bugzilla: https://bugzilla.redhat.com/2266432 Expanding test tests/foreman/api/test_host.py::test_positive_create_inherit_lce_cv to include also a nested hostgroup.
88a5d3f
to
49c801f
Compare
trigger: test-robottelo |
PRT Result
|
@pnovotny I'm converting this pr to draft for now, please mark it ready for review once you're done with changes/addressing the comments. |
@pnovotny Are you planning to continue this work or should this PR be closed? |
I know it has been on the back burner for some time, but I plan to continue to work on this. Please do not close. |
Problem Statement
Nested inheritance of hostgroup is not honored for LCE & CV.
(https://bugzilla.redhat.com/2266432)
Solution
Include a nested hostgroup in existing test
tests/foreman/api/test_host.py::test_positive_create_inherit_lce_cv
.