summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipaserver
diff options
context:
space:
mode:
authorLenka Doudova <ldoudova@redhat.com>2016-09-09 11:24:01 +0200
committerMartin Babinsky <mbabinsk@redhat.com>2016-09-13 15:37:52 +0200
commit8c6f677a166d01a120e6b2a9361d7e5d3888c1c7 (patch)
tree026c1f4b64596b8d3d073c2d7c4932eeaef5baa9 /ipatests/test_ipaserver
parentb8240133866bb8fabd3962b44789a0315f2e7dd8 (diff)
downloadfreeipa-8c6f677a166d01a120e6b2a9361d7e5d3888c1c7.tar.gz
freeipa-8c6f677a166d01a120e6b2a9361d7e5d3888c1c7.tar.xz
freeipa-8c6f677a166d01a120e6b2a9361d7e5d3888c1c7.zip
Tests: Fix failing ldap.backend test
Test ipatests/test_ipaserver/test_ldap::test_Backend fails claiming service cannot be found. Fixing this by not using api with in_tree parameter. https://fedorahosted.org/freeipa/ticket/6312 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipatests/test_ipaserver')
-rw-r--r--ipatests/test_ipaserver/test_ldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_ipaserver/test_ldap.py b/ipatests/test_ipaserver/test_ldap.py
index a92c50374..9616913d1 100644
--- a/ipatests/test_ipaserver/test_ldap.py
+++ b/ipatests/test_ipaserver/test_ldap.py
@@ -115,7 +115,7 @@ class test_ldap(object):
# a client-only api. Then we register in the commands and objects
# we need for the test.
myapi = create_api(mode=None)
- myapi.bootstrap(context='cli', in_server=True, in_tree=True)
+ myapi.bootstrap(context='cli', in_server=True)
myapi.finalize()
pwfile = api.env.dot_ipa + os.sep + ".dmpw"