-
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
Refactor IPA users and groups, make the data structure make sense #16536
Refactor IPA users and groups, make the data structure make sense #16536
Conversation
trigger: test-robottelo |
PRT failed with:
|
Yes, I'm waiting for a config PR merge |
|
|
PRT Result
|
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.
LGTM
default_ipa_host.add_user_to_usergroup(idm_users[1], sat_users[0]) | ||
yield | ||
default_ipa_host.remove_user_from_usergroup(idm_users[1], sat_users[0]) |
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.
Isn't it required now to add satuser_01
in the satadmin
group? If not, would you mind describing why?
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.
User satadmin
is in satusers
group, that is stable and doesn't need to be done everytime. I don't see why satuser
should be in satadmins
.
Although you made me realise that one of the users in tests should actually be satadmin
for the test to cover what it should cover, so thanks for this question!
Also, I will rerun PRT.
|
PRT Result
|
This has been open since september, can someone please click the green button? |
@lhellebr With these newly merged changes, locally (6.16.0) I am now seeing at start of test session |
@damoore044 do you have your config up to date? Config PR 1501. |
No description provided.