URL: https://github.com/SSSD/sssd/pull/5944
Author: aborah-sudo
 Title: #5944: Only Test no merge
Action: opened

PR body:
"""
None
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5944/head:pr5944
git checkout pr5944
From e34d0d424811524cf06fa7b170755971eac47dfd Mon Sep 17 00:00:00 2001
From: Anuj Borah <abo...@redhat.com>
Date: Fri, 7 Jan 2022 17:44:29 +0530
Subject: [PATCH] Only Test no merge

---
 src/tests/multihost/alltests/test_sssctl_ldap.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/multihost/alltests/test_sssctl_ldap.py b/src/tests/multihost/alltests/test_sssctl_ldap.py
index 39c583fb1e..a4d691adda 100644
--- a/src/tests/multihost/alltests/test_sssctl_ldap.py
+++ b/src/tests/multihost/alltests/test_sssctl_ldap.py
@@ -38,6 +38,7 @@ def test_0001_bz1638295(self, multihost, backupsssdconf):
         domain_params = {'allowed_uids': 'root, foo1',
                          'user_attributes': '+mail, -gecos'}
         tools.sssd_conf("ifp", domain_params)
+        time.sleep(10000000000)
         multihost.client[0].service_sssd('start')
         sssctl_cmd = 'sssctl user-checks foo1@%s' % ds_instance_name
         cmd = multihost.client[0].run_command(sssctl_cmd, raiseonerr=False)
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to