Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -24,7 +24,6 @@ import unittest
|
||||
import os
|
||||
|
||||
import nose
|
||||
import pytest
|
||||
|
||||
from ipalib import api
|
||||
from ipalib import errors
|
||||
@@ -46,8 +45,6 @@ have occurred as expected.
|
||||
The DM password needs to be set in ~/.ipa/.dmpw
|
||||
"""
|
||||
|
||||
|
||||
@pytest.mark.tier0
|
||||
class test_update(unittest.TestCase):
|
||||
"""
|
||||
Test the LDAP updater.
|
||||
@@ -62,7 +59,7 @@ class test_update(unittest.TestCase):
|
||||
fp.close()
|
||||
else:
|
||||
raise nose.SkipTest("No directory manager password")
|
||||
self.updater = LDAPUpdate(dm_password=self.dm_password, sub_dict={})
|
||||
self.updater = LDAPUpdate(dm_password=self.dm_password, sub_dict={}, live_run=True)
|
||||
self.ld = ipaldap.IPAdmin(fqdn)
|
||||
self.ld.do_simple_bind(bindpw=self.dm_password)
|
||||
if ipautil.file_exists("0_reset.update"):
|
||||
|
||||
Reference in New Issue
Block a user