-
Notifications
You must be signed in to change notification settings - Fork 247
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
tests: authentication, adding override_homedir tests #7682
base: master
Are you sure you want to change the base?
Conversation
danlavu
commented
Nov 4, 2024
- moving ad specific test out of authentication and to it's own file
69ddac9
to
1992951
Compare
1992951
to
4153ae3
Compare
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.
See inline comments
home_fmt, home_exp = home_map[home_key] | ||
client.sssd.domain["homedir_substring"] = "/home/homedir" | ||
client.sssd.domain["override_homedir"] = home_fmt | ||
client.sssd.stop() |
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.
We need a method to do stop/clear/start as we had in the old pytests.
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.
* moving ad specific test out of authentication and to it's own file
4153ae3
to
9d8dd09
Compare
The tests are going to fail, now this PR depends on SSSD/sssd-test-framework#136 |
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.