-
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: Add support for IPA IPA Trust #7517
base: master
Are you sure you want to change the base?
Tests: Add support for IPA IPA Trust #7517
Conversation
596880a
to
fd8ef2f
Compare
8abd754
to
644678a
Compare
|
||
@pytest.mark.importance("low") | ||
@pytest.mark.topology(KnownTopologyGroup.AnyIPATrust) | ||
def test_ipa_trusts__ipa_server_trusted_user_lookup(ipa: IPA, trusted: IPA): |
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.
I think a better name would be
test_ipa_trusts__on_the_ipa_master_lookup_a_trusted_user"
Just to make it a little clearer that the test doesn't use a client.
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.
I changed this to test_ipa_trusts__ipa_master_lookup_trusted_user
, just to be a bit more concise.
|
||
@pytest.mark.importance("low") | ||
@pytest.mark.topology(KnownTopology.IPATrustIPA) | ||
def test_ipa_trusts__ipa_client_trusted_user_lookup(client: Client, ipa: IPA, trusted: IPA): |
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.
Like all the other tests, we can assume it uses the client.
test_ipa_trusts__lookup_a_trusted_user
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.
Changed to test_ipa_trusts__lookup_trusted_user
d92d5a9
to
c2ef19c
Compare
Hi, I added blocked label since I think we should not merge it until new IPA is released. We should also add conditional skip based on feature detection. |
c2ef19c
to
38cf052
Compare
Updated |
38cf052
to
f32ac30
Compare
f32ac30
to
7a3115d
Compare
7a3115d
to
d9f952d
Compare
Add tests for new IPA Trust topologies in SSSD test framework.
Linked PRs:
SSSD/sssd-ci-containers#106
SSSD/sssd-test-framework#119