diff --git a/src/tests/system/requirements.txt b/src/tests/system/requirements.txt index 788c9285d55..1e63ec7608f 100644 --- a/src/tests/system/requirements.txt +++ b/src/tests/system/requirements.txt @@ -5,4 +5,5 @@ git+https://github.com/next-actions/pytest-mh git+https://github.com/next-actions/pytest-ticket git+https://github.com/next-actions/pytest-tier git+https://github.com/next-actions/pytest-output -git+https://github.com/SSSD/sssd-test-framework +#git+https://github.com/SSSD/sssd-test-framework +git+https://github.com/madhuriupadhye/sssd-test-framework@subid diff --git a/src/tests/system/tests/test_ipa.py b/src/tests/system/tests/test_ipa.py index fddf92c7702..1061c7f954d 100644 --- a/src/tests/system/tests/test_ipa.py +++ b/src/tests/system/tests/test_ipa.py @@ -1104,9 +1104,13 @@ def test_ipa__subids_configured(client: Client, ipa: IPA, config: str): f"uid=admin,cn=users,cn=accounts,{ipa.naming_context}", "Secret123", subids=True, + check_config=False, ) - client.sssd.common.subid() - client.sssd.start() + client.sssd.common.subid() + client.sssd.start(check_config=False) + else: + client.sssd.common.subid() + client.sssd.start() subuid = client.tools.getsubid("user1") assert subuid is not None, "Found no subuids for User1!"