e2ceb15ca1
- Add ipa-idrange-fix Resolves: RHEL-56920 - Unconditionally add MS-PAC to global config on update Resolves: RHEL-49437 - ipatests: Update ipa-adtrust-install test Resolves: RHEL-40894 - Require python-qrcode version 5.3 or later Related: RHEL-15090 Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From f6645ebe5c0c0c030ec2e62e007d8dacd1b4e4cf Mon Sep 17 00:00:00 2001
|
|
From: Erik Belko <ebelko@redhat.com>
|
|
Date: Sep 03 2024 12:54:30 +0000
|
|
Subject: ipatests: Update ipa-adtrust-install test
|
|
|
|
|
|
update test_user_connects_smb_share_if_locked_specific_group with wait
|
|
for SSSD to be online after ipa-adtrust-install command
|
|
|
|
Related: https://pagure.io/freeipa/issue/9655
|
|
|
|
Signed-off-by: Erik Belko <ebelko@redhat.com>
|
|
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
|
|
|
|
---
|
|
|
|
diff --git a/ipatests/test_integration/test_adtrust_install.py b/ipatests/test_integration/test_adtrust_install.py
|
|
index 72e8d87..de252db 100644
|
|
--- a/ipatests/test_integration/test_adtrust_install.py
|
|
+++ b/ipatests/test_integration/test_adtrust_install.py
|
|
@@ -853,6 +853,8 @@ class TestIpaAdTrustInstall(IntegrationTest):
|
|
self.master.config.admin_password,
|
|
"-U"]
|
|
)
|
|
+ # Wait for SSSD to become online before doing any other check
|
|
+ tasks.wait_for_sssd_domain_status_online(self.master)
|
|
self.master.run_command(["mkdir", "/freeipa4234"])
|
|
self.master.run_command(
|
|
["chcon", "-t", "samba_share_t",
|
|
|