-
Notifications
You must be signed in to change notification settings - Fork 259
Test: Add IPA ID view override test cases #7888
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
Conversation
d4c333a
to
83f752d
Compare
37d596c
to
3548ee9
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.
LGTM.
4b96d42
to
ad84d8d
Compare
9c17415
to
c6d6274
Compare
92e337b
to
e0468eb
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.
Everything else looks good, except I'm not seeing the nitpick changes. Let me know if it's on my end and I'll poke around some more.
I am sorry, I updated it, please do check again. |
a9eb345
to
2880b97
Compare
Added following test cases: 1. Verify an IPA ID view can override a user attribute on the client 2. Verify an IPA ID view can override a group attribute on the client 3. Verify members of a group and membership of user with override attributes 4. Verify that an ID view can append a user certificate 5. Verify ID view apply on server Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com>
|
Added following test cases:
1. Verify an IPA ID view can override a user attribute on the client
2. Verify an IPA ID view can override a group attribute on the client
3. Verify members of a group and membership of user with override attributes
4. Verify that an ID view can append a user certificate
5. Verify ID view apply on server.