From c06117279212ec3f76762c633c0215c6d8a377e8 Mon Sep 17 00:00:00 2001 From: Oleg Fayans Date: Thu, 14 Apr 2016 16:39:10 +0200 Subject: Add test if replica is working after domain upgrade Corresponds to the testcase described in http://www.freeipa.org/page/V4/Replica_Promotion/Test_plan#Test_case: _Replica_created_using_old_workflow_is_functional_after_domain_upgrade https://fedorahosted.org/freeipa/ticket/5723 Reviewed-By: Martin Babinsky --- pylint_plugins.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pylint_plugins.py') diff --git a/pylint_plugins.py b/pylint_plugins.py index c3042f4a4..7a421abd3 100644 --- a/pylint_plugins.py +++ b/pylint_plugins.py @@ -230,6 +230,7 @@ ipa_class_members = { {'transport': ['put_file']}, 'put_file_contents', 'get_file_contents', + 'ldap_connect', ]}, 'replicas', 'clients', -- cgit