URL: https://github.com/SSSD/sssd/pull/5895
Author: aborah-sudo
 Title: #5895: Only test no merge
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5895/head:pr5895
git checkout pr5895
From 08b4f48419bae5ff066834bab8087daaff1d0985 Mon Sep 17 00:00:00 2001
From: Anuj Borah <abo...@redhat.com>
Date: Mon, 29 Nov 2021 21:28:06 +0530
Subject: [PATCH] Only test no merge

---
 src/tests/multihost/ipa/conftest.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tests/multihost/ipa/conftest.py b/src/tests/multihost/ipa/conftest.py
index 4bf9061c58..bf36473d50 100644
--- a/src/tests/multihost/ipa/conftest.py
+++ b/src/tests/multihost/ipa/conftest.py
@@ -22,7 +22,7 @@
 def pytest_configure():
     """ Namespace hook to add below dict in the pytest namespace """
     pytest.num_masters = 1
-    pytest.num_ad = 1
+    pytest.num_ad = 0
     pytest.num_atomic = 0
     pytest.num_replicas = 0
     pytest.num_clients = 1
@@ -176,6 +176,7 @@ def environment_setup(session_multihost, request):
                        "--enablerepo=rhel-CRB install"
                        " -y shadow-utils*")
     client.run_command("yum install -y gcc")
+    client.run_command("yum install -y sssd*")
     with pytest.raises(subprocess.CalledProcessError):
         client.run_command(f"grep subid /etc/nsswitch.conf")
     file_location = "/src/tests/multihost/ipa/data/list_subid_ranges.c"
_______________________________________________
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