report.html

Report generated on 30-Jun-2018 at 21:13:36 by pytest-html v1.19.0

Environment

389-ds-base 1.4.0.11-20180630gitd881a4c.fc28
Packages {'pytest': '3.6.2', 'py': '1.5.3', 'pluggy': '0.6.0'}
Platform Linux-4.16.12-300.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight
Plugins {'metadata': '1.7.0', 'html': '1.19.0'}
Python 3.6.5
cyrus-sasl 2.1.27-0.2rc7.fc28
nspr 4.19.0-1.fc28
nss 3.37.3-1.1.fc28
openldap 2.4.46-1.fc28

Summary

775 tests ran in 7034.79 seconds.

587 passed, 17 skipped, 184 failed, 3 errors, 4 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Error suites/replication/cleanallruv_test.py::test_abort_certify::teardown 57.48
def fin():
try:
cruv_task = CleanAllRUVTask(topology_m4.ms["master1"])
cruv_task.create(properties={
'replica-id': m4rid,
'replica-base-dn': DEFAULT_SUFFIX
})
cruv_task.wait()
except ldap.UNWILLING_TO_PERFORM:
# In some casse we already cleaned rid4, so if we fail, it's okay
pass
> restore_master4(topology_m4)

suites/replication/cleanallruv_test.py:158:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/replication/cleanallruv_test.py:128: in restore_master4
repl.join_master(topology_m4.ms["master1"], topology_m4.ms["master4"])
/usr/lib/python3.6/site-packages/lib389/replica.py:1528: in join_master
self.test_replication(to_instance, from_instance)
/usr/lib/python3.6/site-packages/lib389/replica.py:1892: in test_replication
self.wait_for_replication(from_instance, to_instance, timeout)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.replica.ReplicationManager object at 0x7f7ef867c668>
from_instance = <lib389.DirSrv object at 0x7f7ef86b11d0>
to_instance = <lib389.DirSrv object at 0x7f7ef867c2b0>, timeout = 20

def wait_for_replication(self, from_instance, to_instance, timeout=20):
"""Wait for a replication event to occur from instance to instance. This
shows some point of synchronisation has occured.

:param from_instance: The instance whos state we we want to check from
:type from_instance: lib389.DirSrv
:param to_instance: The instance whos state we want to check matches from.
:type to_instance: lib389.DirSrv
:param timeout: Fail after timeout seconds.
:type timeout: int

"""
# Touch something then wait_for_replication.
from_groups = Groups(from_instance, basedn=self._suffix, rdn=None)
to_groups = Groups(to_instance, basedn=self._suffix, rdn=None)
from_group = from_groups.get('replication_managers')
to_group = to_groups.get('replication_managers')

change = str(uuid.uuid4())

from_group.replace('description', change)

for i in range(0, timeout):
desc = to_group.get_attr_val_utf8('description')
if change == desc:
self._log.info("SUCCESS: Replication from %s to %s is working" % (from_instance.ldapuri, to_instance.ldapuri))
return True
time.sleep(1)
> raise Exception("Replication did not sync in time!")
E Exception: Replication did not sync in time!

/usr/lib/python3.6/site-packages/lib389/replica.py:1876: Exception
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_abort_certify... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: stop master 2 to freeze the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: add the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: abort the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: sleep for 5 seconds INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: start master 2 to allow the abort task to finish... CRITICAL:tests.suites.replication.cleanallruv_test:test_abort_certify: The abort CleanAllRUV task was not aborted ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 477 INFO Running test_abort_certify... cleanallruv_test.py 67 INFO test_abort_certify: remove all the agreements to master 4... cleanallruv_test.py 483 INFO test_abort_certify: stop master 2 to freeze the cleanAllRUV task... cleanallruv_test.py 487 INFO test_abort_certify: add the cleanAllRUV task... cleanallruv_test.py 497 INFO test_abort_certify: abort the cleanAllRUV task... cleanallruv_test.py 501 INFO test_abort_certify: sleep for 5 seconds cleanallruv_test.py 509 INFO test_abort_certify: start master 2 to allow the abort task to finish... cleanallruv_test.py 514 CRITICAL test_abort_certify: The abort CleanAllRUV task was not aborted--------------------------- Captured stderr teardown ---------------------------
INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39004 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working ---------------------------- Captured log teardown -----------------------------
replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39004 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working
Error suites/replication/cleanallruv_test.py::test_stress_clean::setup 29.15
request = <SubRequest 'm4rid' for <Function 'test_stress_clean'>>
topology_m4 = <lib389.topologies.TopologyMain object at 0x7f7ef8575f28>

@pytest.fixture()
def m4rid(request, topology_m4):
log.debug("-------------- BEGIN RESET of m4 -----------------")
repl = ReplicationManager(DEFAULT_SUFFIX)
> repl.test_replication_topology(topology_m4.ms.values())

suites/replication/cleanallruv_test.py:143:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/replica.py:1906: in test_replication_topology
self.test_replication(a, b, timeout)
/usr/lib/python3.6/site-packages/lib389/replica.py:1892: in test_replication
self.wait_for_replication(from_instance, to_instance, timeout)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.replica.ReplicationManager object at 0x7f7ef87c5c50>
from_instance = <lib389.DirSrv object at 0x7f7ef86b11d0>
to_instance = <lib389.DirSrv object at 0x7f7ef867c2b0>, timeout = 20

def wait_for_replication(self, from_instance, to_instance, timeout=20):
"""Wait for a replication event to occur from instance to instance. This
shows some point of synchronisation has occured.

:param from_instance: The instance whos state we we want to check from
:type from_instance: lib389.DirSrv
:param to_instance: The instance whos state we want to check matches from.
:type to_instance: lib389.DirSrv
:param timeout: Fail after timeout seconds.
:type timeout: int

"""
# Touch something then wait_for_replication.
from_groups = Groups(from_instance, basedn=self._suffix, rdn=None)
to_groups = Groups(to_instance, basedn=self._suffix, rdn=None)
from_group = from_groups.get('replication_managers')
to_group = to_groups.get('replication_managers')

change = str(uuid.uuid4())

from_group.replace('description', change)

for i in range(0, timeout):
desc = to_group.get_attr_val_utf8('description')
if change == desc:
self._log.info("SUCCESS: Replication from %s to %s is working" % (from_instance.ldapuri, to_instance.ldapuri))
return True
time.sleep(1)
> raise Exception("Replication did not sync in time!")
E Exception: Replication did not sync in time!

/usr/lib/python3.6/site-packages/lib389/replica.py:1876: Exception
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working
Error suites/replication/cleanallruv_test.py::test_multiple_tasks_with_force::setup 29.16
request = <SubRequest 'm4rid' for <Function 'test_multiple_tasks_with_force'>>
topology_m4 = <lib389.topologies.TopologyMain object at 0x7f7ef8575f28>

@pytest.fixture()
def m4rid(request, topology_m4):
log.debug("-------------- BEGIN RESET of m4 -----------------")
repl = ReplicationManager(DEFAULT_SUFFIX)
> repl.test_replication_topology(topology_m4.ms.values())

suites/replication/cleanallruv_test.py:143:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/replica.py:1906: in test_replication_topology
self.test_replication(a, b, timeout)
/usr/lib/python3.6/site-packages/lib389/replica.py:1892: in test_replication
self.wait_for_replication(from_instance, to_instance, timeout)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.replica.ReplicationManager object at 0x7f7ef8677438>
from_instance = <lib389.DirSrv object at 0x7f7ef86b11d0>
to_instance = <lib389.DirSrv object at 0x7f7ef867c2b0>, timeout = 20

def wait_for_replication(self, from_instance, to_instance, timeout=20):
"""Wait for a replication event to occur from instance to instance. This
shows some point of synchronisation has occured.

:param from_instance: The instance whos state we we want to check from
:type from_instance: lib389.DirSrv
:param to_instance: The instance whos state we want to check matches from.
:type to_instance: lib389.DirSrv
:param timeout: Fail after timeout seconds.
:type timeout: int

"""
# Touch something then wait_for_replication.
from_groups = Groups(from_instance, basedn=self._suffix, rdn=None)
to_groups = Groups(to_instance, basedn=self._suffix, rdn=None)
from_group = from_groups.get('replication_managers')
to_group = to_groups.get('replication_managers')

change = str(uuid.uuid4())

from_group.replace('description', change)

for i in range(0, timeout):
desc = to_group.get_attr_val_utf8('description')
if change == desc:
self._log.info("SUCCESS: Replication from %s to %s is working" % (from_instance.ldapuri, to_instance.ldapuri))
return True
time.sleep(1)
> raise Exception("Replication did not sync in time!")
E Exception: Replication did not sync in time!

/usr/lib/python3.6/site-packages/lib389/replica.py:1876: Exception
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working
Failed suites/ds_tools/replcheck_test.py::test_check_ruv 15.22
topo_tls_ldapi = <lib389.topologies.TopologyMain object at 0x7f7efc418f28>

def test_check_ruv(topo_tls_ldapi):
"""Check that the report has RUV

:id: 1cc6b28b-8a42-45fb-ab50-9552db0ac179
:setup: Two master replication
:steps:
1. Get RUV from master and replica
2. Generate the report
3. Check that the RUV is mentioned in the report
:expectedresults:
1. It should be successful
2. It should be successful
3. The RUV should be mentioned in the report
"""

m1 = topo_tls_ldapi.ms["master1"]

replicas_m1 = Replica(m1, DEFAULT_SUFFIX)
ruv_entries = replicas_m1.get_attr_vals_utf8('nsds50ruv')

for tool_cmd in replcheck_cmd_list(topo_tls_ldapi):
> result = subprocess.check_output(tool_cmd, encoding='utf-8')

suites/ds_tools/replcheck_test.py:167:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.6/subprocess.py:336: in check_output
**kwargs).stdout
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, timeout = None, check = True
popenargs = (['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', ...],)
kwargs = {'encoding': 'utf-8', 'stdout': -1}
process = <subprocess.Popen object at 0x7f7efc44d470>, stdout = ''
stderr = None, retcode = 1

def run(*popenargs, input=None, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

The other arguments are the same as for the Popen constructor.

If universal_newlines=True is passed, the "input" argument must be a
string and stdout/stderr in the returned object will be strings rather than
bytes.
"""
if input is not None:
if 'stdin' in kwargs:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired:
process.kill()
stdout, stderr = process.communicate()
raise TimeoutExpired(process.args, timeout, output=stdout,
stderr=stderr)
except:
process.kill()
process.wait()
raise
retcode = process.poll()
if check and retcode:
raise CalledProcessError(retcode, process.args,
> output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', 'password', '-l', '1', '-m', 'ldap://server.example.com:39001', '--conflict', '-r', 'ldap://server.example.com:39002']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:418: CalledProcessError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:replcheck_test:Export LDAPTLS_CACERTDIR env variable for ds-replcheck INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replcheck_test.py 99 INFO Export LDAPTLS_CACERTDIR env variable for ds-replcheck replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:24:11.446054318 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:24:11.543572020 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:24:11.547853645 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:24:11.548502285 -0400] - NOTICE - ldbm_back_start - found 7631912k available [30/Jun/2018:19:24:11.549029444 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:24:11.549540919 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:24:11.550396448 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:24:11.551310895 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master1.ldif [30/Jun/2018:19:24:11.559487680 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 15 entries (100%). [30/Jun/2018:19:24:11.663882554 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:24:14.056577879 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:24:17.980890923 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:24:18.076310001 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:24:18.080499682 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:24:18.081171682 -0400] - NOTICE - ldbm_back_start - found 7634736k available [30/Jun/2018:19:24:18.081785741 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:24:18.082329354 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:24:18.083103622 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:24:18.083870833 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master2.ldif [30/Jun/2018:19:24:18.092324413 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 15 entries (100%). [30/Jun/2018:19:24:18.196783950 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:24:20.590359891 -0400] - INFO - dblayer_pre_close - All database threads now stopped Traceback (most recent call last): File "/usr/bin/ds-replcheck", line 15, in <module> import ldap ImportError: No module named ldap
Failed suites/ds_tools/replcheck_test.py::test_missing_entries 14.64
topo_tls_ldapi = <lib389.topologies.TopologyMain object at 0x7f7efc418f28>

def test_missing_entries(topo_tls_ldapi):
"""Check that the report has missing entries

:id: bd27de78-0046-431c-8240-a93052df1cdc
:setup: Two master replication
:steps:
1. Pause replication between master and replica
2. Add two entries to master and two entries to replica
3. Generate the report
4. Check that the entries DN are mentioned in the report
:expectedresults:
1. It should be successful
2. It should be successful
3. It should be successful
4. The entries DN should be mentioned in the report
"""

m1 = topo_tls_ldapi.ms["master1"]
m2 = topo_tls_ldapi.ms["master2"]

try:
topo_tls_ldapi.pause_all_replicas()
users_m1 = UserAccounts(m1, DEFAULT_SUFFIX)
user0 = users_m1.create_test_user(1000)
user1 = users_m1.create_test_user(1001)
users_m2 = UserAccounts(m2, DEFAULT_SUFFIX)
user2 = users_m2.create_test_user(1002)
user3 = users_m2.create_test_user(1003)

for tool_cmd in replcheck_cmd_list(topo_tls_ldapi):
> result = subprocess.check_output(tool_cmd, encoding='utf-8').lower()

suites/ds_tools/replcheck_test.py:201:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.6/subprocess.py:336: in check_output
**kwargs).stdout
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, timeout = None, check = True
popenargs = (['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', ...],)
kwargs = {'encoding': 'utf-8', 'stdout': -1}
process = <subprocess.Popen object at 0x7f7efbce9898>, stdout = ''
stderr = None, retcode = 1

def run(*popenargs, input=None, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

The other arguments are the same as for the Popen constructor.

If universal_newlines=True is passed, the "input" argument must be a
string and stdout/stderr in the returned object will be strings rather than
bytes.
"""
if input is not None:
if 'stdin' in kwargs:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired:
process.kill()
stdout, stderr = process.communicate()
raise TimeoutExpired(process.args, timeout, output=stdout,
stderr=stderr)
except:
process.kill()
process.wait()
raise
retcode = process.poll()
if check and retcode:
raise CalledProcessError(retcode, process.args,
> output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', 'password', '-l', '1', '-m', 'ldap://server.example.com:39001', '--conflict', '-r', 'ldap://server.example.com:39002']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:418: CalledProcessError
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:24:26.177511514 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:24:26.276371639 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:24:26.280698894 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:24:26.281481452 -0400] - NOTICE - ldbm_back_start - found 7632328k available [30/Jun/2018:19:24:26.281990125 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:24:26.282478876 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:24:26.283272014 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:24:26.284051071 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master1.ldif [30/Jun/2018:19:24:26.293121637 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 17 entries (100%). [30/Jun/2018:19:24:26.396509971 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:24:28.790941940 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:24:32.747991696 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:24:32.846379891 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:24:32.850498568 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:24:32.851086773 -0400] - NOTICE - ldbm_back_start - found 7634376k available [30/Jun/2018:19:24:32.851608143 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:24:32.852028670 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:24:32.852913446 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:24:32.853682319 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master2.ldif [30/Jun/2018:19:24:32.862524201 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 17 entries (100%). [30/Jun/2018:19:24:32.966182451 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:24:35.359568456 -0400] - INFO - dblayer_pre_close - All database threads now stopped Traceback (most recent call last): File "/usr/bin/ds-replcheck", line 15, in <module> import ldap ImportError: No module named ldap
Failed suites/ds_tools/replcheck_test.py::test_tombstones 17.12
topo_tls_ldapi = <lib389.topologies.TopologyMain object at 0x7f7efc418f28>

def test_tombstones(topo_tls_ldapi):
"""Check that the report mentions right number of tombstones

:id: bd27de78-0046-431c-8240-a93052df1cdc
:setup: Two master replication
:steps:
1. Add an entry to master and wait for replication
2. Pause replication between master and replica
3. Delete the entry from master
4. Generate the report
5. Check that we have different number of tombstones in the report
:expectedresults:
1. It should be successful
2. It should be successful
3. It should be successful
4. It should be successful
5. It should be successful
"""

m1 = topo_tls_ldapi.ms["master1"]

try:
users_m1 = UserAccounts(m1, DEFAULT_SUFFIX)
user_m1 = users_m1.create(properties=TEST_USER_PROPERTIES)
time.sleep(1)
topo_tls_ldapi.pause_all_replicas()
user_m1.delete()
time.sleep(2)

for tool_cmd in replcheck_cmd_list(topo_tls_ldapi):
> result = subprocess.check_output(tool_cmd, encoding='utf-8').lower()

suites/ds_tools/replcheck_test.py:242:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.6/subprocess.py:336: in check_output
**kwargs).stdout
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, timeout = None, check = True
popenargs = (['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', ...],)
kwargs = {'encoding': 'utf-8', 'stdout': -1}
process = <subprocess.Popen object at 0x7f7efc429550>, stdout = ''
stderr = None, retcode = 1

def run(*popenargs, input=None, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

The other arguments are the same as for the Popen constructor.

If universal_newlines=True is passed, the "input" argument must be a
string and stdout/stderr in the returned object will be strings rather than
bytes.
"""
if input is not None:
if 'stdin' in kwargs:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired:
process.kill()
stdout, stderr = process.communicate()
raise TimeoutExpired(process.args, timeout, output=stdout,
stderr=stderr)
except:
process.kill()
process.wait()
raise
retcode = process.poll()
if check and retcode:
raise CalledProcessError(retcode, process.args,
> output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', 'password', '-l', '1', '-m', 'ldap://server.example.com:39001', '--conflict', '-r', 'ldap://server.example.com:39002']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:418: CalledProcessError
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:24:43.421491381 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:24:43.518620023 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:24:43.523052452 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:24:43.523834584 -0400] - NOTICE - ldbm_back_start - found 7629244k available [30/Jun/2018:19:24:43.524358486 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:24:43.525034430 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:24:43.525848567 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:24:43.526683122 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master1.ldif [30/Jun/2018:19:24:43.536390163 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 20 entries (100%). [30/Jun/2018:19:24:43.641240432 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:24:46.033663724 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:24:50.020821485 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:24:50.123120828 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:24:50.127916887 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:24:50.128872622 -0400] - NOTICE - ldbm_back_start - found 7634028k available [30/Jun/2018:19:24:50.129611182 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:24:50.130278498 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:24:50.131488339 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:24:50.132451137 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master2.ldif [30/Jun/2018:19:24:50.142199136 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 20 entries (100%). [30/Jun/2018:19:24:50.246289198 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:24:52.640838726 -0400] - INFO - dblayer_pre_close - All database threads now stopped Traceback (most recent call last): File "/usr/bin/ds-replcheck", line 15, in <module> import ldap ImportError: No module named ldap
Failed suites/ds_tools/replcheck_test.py::test_conflict_entries 24.58
topo_tls_ldapi = <lib389.topologies.TopologyMain object at 0x7f7efc418f28>

def test_conflict_entries(topo_tls_ldapi):
"""Check that the report has conflict entries

:id: c8fe3e84-b346-4969-8f5d-3462b643a1d2
:setup: Two master replication
:steps:
1. Pause replication between master and replica
2. Add two entries to master and two entries to replica
3. Delete first entry from master
4. Add a child to the first entry
5. Resume replication between master and replica
6. Generate the report
7. Check that the entries DN are mentioned in the report
:expectedresults:
1. It should be successful
2. It should be successful
3. It should be successful
4. It should be successful
5. It should be successful
6. It should be successful
7. The entries DN should be mentioned in the report
"""

m1 = topo_tls_ldapi.ms["master1"]
m2 = topo_tls_ldapi.ms["master2"]

topo_tls_ldapi.pause_all_replicas()

_create_container(m1, DEFAULT_SUFFIX, 'conflict_parent0')
_create_container(m2, DEFAULT_SUFFIX, 'conflict_parent0')
cont_p_m1 = _create_container(m1, DEFAULT_SUFFIX, 'conflict_parent1')
cont_p_m2 = _create_container(m2, DEFAULT_SUFFIX, 'conflict_parent1')
_delete_container(cont_p_m1)
_create_container(m2, cont_p_m2.dn, 'conflict_child0')

topo_tls_ldapi.resume_all_replicas()
time.sleep(5)

for tool_cmd in replcheck_cmd_list(topo_tls_ldapi):
> result = subprocess.check_output(tool_cmd, encoding='utf-8')

suites/ds_tools/replcheck_test.py:287:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.6/subprocess.py:336: in check_output
**kwargs).stdout
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, timeout = None, check = True
popenargs = (['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', ...],)
kwargs = {'encoding': 'utf-8', 'stdout': -1}
process = <subprocess.Popen object at 0x7f7efc0fe6d8>, stdout = ''
stderr = None, retcode = 1

def run(*popenargs, input=None, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

The other arguments are the same as for the Popen constructor.

If universal_newlines=True is passed, the "input" argument must be a
string and stdout/stderr in the returned object will be strings rather than
bytes.
"""
if input is not None:
if 'stdin' in kwargs:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired:
process.kill()
stdout, stderr = process.communicate()
raise TimeoutExpired(process.args, timeout, output=stdout,
stderr=stderr)
except:
process.kill()
process.wait()
raise
retcode = process.poll()
if check and retcode:
raise CalledProcessError(retcode, process.args,
> output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', 'password', '-l', '1', '-m', 'ldap://server.example.com:39001', '--conflict', '-r', 'ldap://server.example.com:39002']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:418: CalledProcessError
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:25:08.227464691 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:25:08.327342822 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:25:08.331871423 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:25:08.332651330 -0400] - NOTICE - ldbm_back_start - found 7628396k available [30/Jun/2018:19:25:08.333252160 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:25:08.333772095 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:25:08.334760238 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:25:08.335706692 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master1.ldif [30/Jun/2018:19:25:08.344871367 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 25 entries (100%). [30/Jun/2018:19:25:08.449119098 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:25:10.842469424 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:25:14.781271510 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:25:14.878986262 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:25:14.883400497 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:25:14.884064405 -0400] - NOTICE - ldbm_back_start - found 7633452k available [30/Jun/2018:19:25:14.884689633 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:25:14.885229526 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:25:14.886238148 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:25:14.887042234 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master2.ldif [30/Jun/2018:19:25:14.896636479 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 25 entries (100%). [30/Jun/2018:19:25:15.000361071 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:25:17.394775264 -0400] - INFO - dblayer_pre_close - All database threads now stopped Traceback (most recent call last): File "/usr/bin/ds-replcheck", line 15, in <module> import ldap ImportError: No module named ldap
Failed suites/ds_tools/replcheck_test.py::test_inconsistencies 17.13
topo_tls_ldapi = <lib389.topologies.TopologyMain object at 0x7f7efc418f28>

def test_inconsistencies(topo_tls_ldapi):
"""Check that the report mentions inconsistencies with attributes

:id: c8fe3e84-b346-4969-8f5d-3462b643a1d2
:setup: Two master replication
:steps:
1. Add an entry to master and wait for replication
2. Pause replication between master and replica
3. Set different description attr values to master and replica
4. Add telephoneNumber attribute to master and not to replica
5. Generate the report
6. Check that attribute values are mentioned in the report
7. Generate the report with -i option to ignore some attributes
8. Check that attribute values are mentioned in the report
:expectedresults:
1. It should be successful
2. It should be successful
3. It should be successful
4. It should be successful
5. It should be successful
6. The attribute values should be mentioned in the report
7. It should be successful
8. The attribute values should not be mentioned in the report
"""

m1 = topo_tls_ldapi.ms["master1"]
m2 = topo_tls_ldapi.ms["master2"]
attr_m1 = "m1_inconsistency"
attr_m2 = "m2_inconsistency"
attr_m1_only = "123123123"

try:
users_m1 = UserAccounts(m1, DEFAULT_SUFFIX)
users_m2 = UserAccounts(m2, DEFAULT_SUFFIX)
user_m1 = users_m1.create(properties=TEST_USER_PROPERTIES)
time.sleep(1)
user_m2 = users_m2.get(user_m1.rdn)
topo_tls_ldapi.pause_all_replicas()
user_m1.set("description", attr_m1)
user_m2.set("description", attr_m2)
user_m1.set("telephonenumber", attr_m1_only)
time.sleep(2)

for tool_cmd in replcheck_cmd_list(topo_tls_ldapi):
> result = subprocess.check_output(tool_cmd, encoding='utf-8').lower()

suites/ds_tools/replcheck_test.py:335:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.6/subprocess.py:336: in check_output
**kwargs).stdout
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

input = None, timeout = None, check = True
popenargs = (['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', ...],)
kwargs = {'encoding': 'utf-8', 'stdout': -1}
process = <subprocess.Popen object at 0x7f7efc418e80>, stdout = ''
stderr = None, retcode = 1

def run(*popenargs, input=None, timeout=None, check=False, **kwargs):
"""Run command with arguments and return a CompletedProcess instance.

The returned instance will have attributes args, returncode, stdout and
stderr. By default, stdout and stderr are not captured, and those attributes
will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.

If check is True and the exit code was non-zero, it raises a
CalledProcessError. The CalledProcessError object will have the return code
in the returncode attribute, and output & stderr attributes if those streams
were captured.

If timeout is given, and the process takes too long, a TimeoutExpired
exception will be raised.

There is an optional argument "input", allowing you to
pass a string to the subprocess's stdin. If you use this argument
you may not also use the Popen constructor's "stdin" argument, as
it will be used internally.

The other arguments are the same as for the Popen constructor.

If universal_newlines=True is passed, the "input" argument must be a
string and stdout/stderr in the returned object will be strings rather than
bytes.
"""
if input is not None:
if 'stdin' in kwargs:
raise ValueError('stdin and input arguments may not both be used.')
kwargs['stdin'] = PIPE

with Popen(*popenargs, **kwargs) as process:
try:
stdout, stderr = process.communicate(input, timeout=timeout)
except TimeoutExpired:
process.kill()
stdout, stderr = process.communicate()
raise TimeoutExpired(process.args, timeout, output=stdout,
stderr=stderr)
except:
process.kill()
process.wait()
raise
retcode = process.poll()
if check and retcode:
raise CalledProcessError(retcode, process.args,
> output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/usr/bin/ds-replcheck', '-b', 'dc=example,dc=com', '-D', 'cn=Directory Manager', '-w', 'password', '-l', '1', '-m', 'ldap://server.example.com:39001', '--conflict', '-r', 'ldap://server.example.com:39002']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:418: CalledProcessError
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:25:25.486687203 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:25:25.597095215 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:25:25.601847887 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:25:25.602459388 -0400] - NOTICE - ldbm_back_start - found 7631140k available [30/Jun/2018:19:25:25.602913853 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:25:25.603415651 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:25:25.604189581 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:25:25.604901285 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master1.ldif [30/Jun/2018:19:25:25.615068161 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 26 entries (100%). [30/Jun/2018:19:25:25.718667359 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:25:28.112884355 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:25:32.020253864 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:25:32.119242401 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:25:32.123916553 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:19:25:32.124755289 -0400] - NOTICE - ldbm_back_start - found 7633900k available [30/Jun/2018:19:25:32.125362737 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:19:25:32.125925337 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:19:25:32.126929410 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:19:25:32.127813630 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /tmp/export_master2.ldif [30/Jun/2018:19:25:32.137242426 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 26 entries (100%). [30/Jun/2018:19:25:32.241692975 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:19:25:34.634994885 -0400] - INFO - dblayer_pre_close - All database threads now stopped Traceback (most recent call last): File "/usr/bin/ds-replcheck", line 15, in <module> import ldap ImportError: No module named ldap
Failed suites/paged_results/paged_results_test.py::test_search_dns_ip_aci[ip = "10.8.248.123"] 3.21
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef8650518>
test_user = <lib389.idm.user.UserAccount object at 0x7f7ef8677cf8>
aci_subject = 'ip = "10.8.248.123"'

@pytest.mark.parametrize('aci_subject',
('dns = "{}"'.format(HOSTNAME),
'ip = "{}"'.format(IP_ADDRESS)))
def test_search_dns_ip_aci(topology_st, test_user, aci_subject):
"""Verify that after performing multiple simple paged searches
to completion on the suffix with DNS or IP based ACI

:id: bbfddc46-a8c8-49ae-8c90-7265d05b22a9
:setup: Standalone instance, test user for binding,
varying number of users for the search base
:steps:
1. Back up and remove all previous ACI from suffix
2. Add an anonymous ACI for DNS check
3. Bind as test user
4. Search through added users with a simple paged control
5. Perform steps 4 three times in a row
6. Return ACI to the initial state
7. Go through all steps once again, but use IP subject dn
instead of DNS
:expectedresults:
1. Operation should be successful
2. Anonymous ACI should be successfully added
3. Bind should be successful
4. No error happens, all users should be found and sorted
5. Results should remain the same
6. ACI should be successfully returned
7. Results should be the same with ACI with IP subject dn
"""

users_num = 100
page_size = 5
users_list = add_users(topology_st, users_num, DEFAULT_SUFFIX)
search_flt = r'(uid=test*)'
searchreq_attrlist = ['dn', 'sn']

try:
log.info('Back up current suffix ACI')
acis_bck = topology_st.standalone.aci.list(DEFAULT_SUFFIX, ldap.SCOPE_BASE)

log.info('Add test ACI')
ACI_TARGET = '(targetattr != "userPassword")'
ACI_ALLOW = '(version 3.0;acl "Anonymous access within domain"; allow (read,compare,search)'
ACI_SUBJECT = '(userdn = "ldap:///anyone") and (%s);)' % aci_subject
ACI_BODY = ensure_bytes(ACI_TARGET + ACI_ALLOW + ACI_SUBJECT)
topology_st.standalone.modify_s(DEFAULT_SUFFIX, [(ldap.MOD_REPLACE, 'aci', ACI_BODY)])
log.info('Set user bind')
conn = test_user.bind(TEST_USER_PWD)

log.info('Create simple paged results control instance')
req_ctrl = SimplePagedResultsControl(True, size=page_size, cookie='')
controls = [req_ctrl]

log.info('Initiate three searches with a paged results control')
for ii in range(3):
log.info('%d search' % (ii + 1))
all_results = paged_search(conn, DEFAULT_SUFFIX, controls,
search_flt, searchreq_attrlist)
log.info('%d results' % len(all_results))
> assert len(all_results) == len(users_list)
E assert 0 == 100
E + where 0 = len([])
E + and 100 = len([<lib389.idm.user.UserAccount object at 0x7f7ef85d4a20>, <lib389.idm.user.UserAccount object at 0x7f7ef85acbe0>, <lib3...>, <lib389.idm.user.UserAccount object at 0x7f7ef85d79b0>, <lib389.idm.user.UserAccount object at 0x7f7ef85e2b00>, ...])

suites/paged_results/paged_results_test.py:564: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 100 users INFO:tests.suites.paged_results.paged_results_test:Back up current suffix ACI INFO:tests.suites.paged_results.paged_results_test:Add test ACI INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate three searches with a paged results control INFO:tests.suites.paged_results.paged_results_test:1 search INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85b0470>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:0 results INFO:tests.suites.paged_results.paged_results_test:Restore ACI INFO:tests.suites.paged_results.paged_results_test:Deleting 100 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 100 users paged_results_test.py 542 INFO Back up current suffix ACI paged_results_test.py 545 INFO Add test ACI paged_results_test.py 551 INFO Set user bind paged_results_test.py 554 INFO Create simple paged results control instance paged_results_test.py 558 INFO Initiate three searches with a paged results control paged_results_test.py 560 INFO 1 search paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85b0470>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 563 INFO 0 results paged_results_test.py 568 INFO Restore ACI paged_results_test.py 153 INFO Deleting 100 users
Failed suites/replication/cleanallruv_test.py::test_abort_restart 13.75
topology_m4 = <lib389.topologies.TopologyMain object at 0x7f7ef8575f28>
m4rid = '5'

def test_abort_restart(topology_m4, m4rid):
"""Test the abort task can handle a restart, and then resume

:id: b66e33d4-fe85-4e1c-b882-75da80f70ab3
:setup: Replication setup with four masters
:steps:
1. Disable replication on master 4
2. Remove agreements to master 4 from other masters
3. Stop master 3
4. Run a cleanallruv task on master 1
5. Run a cleanallruv abort task on master 1
6. Restart master 1
7. Make sure that no crash happened
8. Start master 3
9. Check master 1 does not have the clean task running
10. Check that errors log doesn't have 'Aborting abort task' message
:expectedresults:
1. Replication on master 4 should be disabled
2. Agreements to master 4 should be removed
3. Master 3 should be stopped
4. Operation should be successful
5. Operation should be successful
6. Master 1 should be restarted
7. No crash should happened
8. Master 3 should be started
9. Check master 1 shouldn't have the clean task running
10. Errors log shouldn't have 'Aborting abort task' message
"""

log.info('Running test_abort_restart...')
# Remove the agreements from the other masters that point to master 4
remove_master4_agmts("test_abort", topology_m4)

# Stop master 3
log.info('test_abort_restart: stop master 3 to freeze the cleanAllRUV task...')
topology_m4.ms["master3"].stop()

# Run the task
log.info('test_abort_restart: add the cleanAllRUV task...')
cruv_task = CleanAllRUVTask(topology_m4.ms["master1"])
cruv_task.create(properties={
'replica-id': m4rid,
'replica-base-dn': DEFAULT_SUFFIX
})
# Wait a bit
time.sleep(2)

# Abort the task
abort_task = cruv_task.abort()

# Check master 1 does not have the clean task running
log.info('test_abort_abort: check master 1 no longer has a cleanAllRUV task...')
if not task_done(topology_m4, cruv_task.dn):
log.fatal('test_abort_restart: CleanAllRUV task was not aborted')
assert False

# Now restart master 1, and make sure the abort process completes
topology_m4.ms["master1"].restart()
if topology_m4.ms["master1"].detectDisorderlyShutdown():
log.fatal('test_abort_restart: Master 1 previously crashed!')
assert False

# Start master 3
topology_m4.ms["master3"].start()

# Check master 1 tried to run abort task. We expect the abort task to be aborted.
if not topology_m4.ms["master1"].searchErrorsLog('Aborting abort task'):
log.fatal('test_abort_restart: Abort task did not restart')
> assert False
E assert False

suites/replication/cleanallruv_test.py:453: AssertionError
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_abort_restart... INFO:tests.suites.replication.cleanallruv_test:test_abort: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_abort_restart: stop master 3 to freeze the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_restart: add the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_abort: check master 1 no longer has a cleanAllRUV task... CRITICAL:tests.suites.replication.cleanallruv_test:test_abort_restart: Abort task did not restart ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 414 INFO Running test_abort_restart... cleanallruv_test.py 67 INFO test_abort: remove all the agreements to master 4... cleanallruv_test.py 419 INFO test_abort_restart: stop master 3 to freeze the cleanAllRUV task... cleanallruv_test.py 423 INFO test_abort_restart: add the cleanAllRUV task... cleanallruv_test.py 436 INFO test_abort_abort: check master 1 no longer has a cleanAllRUV task... cleanallruv_test.py 452 CRITICAL test_abort_restart: Abort task did not restart
Failed suites/replication/cleanallruv_test.py::test_abort_certify 131.05
topology_m4 = <lib389.topologies.TopologyMain object at 0x7f7ef8575f28>
m4rid = '5'

def test_abort_certify(topology_m4, m4rid):
"""Test the abort task with a replica-certify-all option

:id: 78959966-d644-44a8-b98c-1fcf21b45eb0
:setup: Replication setup with four masters
:steps:
1. Disable replication on master 4
2. Remove agreements to master 4 from other masters
3. Stop master 2
4. Run a cleanallruv task on master 1
5. Run a cleanallruv abort task on master 1 with a replica-certify-all option
:expectedresults: No hanging tasks left
1. Replication on master 4 should be disabled
2. Agreements to master 4 should be removed
3. Master 2 should be stopped
4. Operation should be successful
5. Operation should be successful
"""

log.info('Running test_abort_certify...')

# Remove the agreements from the other masters that point to master 4
remove_master4_agmts("test_abort_certify", topology_m4)

# Stop master 2
log.info('test_abort_certify: stop master 2 to freeze the cleanAllRUV task...')
topology_m4.ms["master2"].stop()

# Run the task
log.info('test_abort_certify: add the cleanAllRUV task...')
cruv_task = CleanAllRUVTask(topology_m4.ms["master1"])
cruv_task.create(properties={
'replica-id': m4rid,
'replica-base-dn': DEFAULT_SUFFIX
})
# Wait a bit
time.sleep(2)

# Abort the task
log.info('test_abort_certify: abort the cleanAllRUV task...')
abort_task = cruv_task.abort(certify=True)

# Wait a while and make sure the abort task is still running
log.info('test_abort_certify: sleep for 5 seconds')
time.sleep(5)

if task_done(topology_m4, abort_task.dn, 60):
log.fatal('test_abort_certify: abort task incorrectly finished')
assert False

# Now start master 2 so it can be aborted
log.info('test_abort_certify: start master 2 to allow the abort task to finish...')
topology_m4.ms["master2"].start()

# Wait for the abort task to stop
if not task_done(topology_m4, abort_task.dn, 60):
log.fatal('test_abort_certify: The abort CleanAllRUV task was not aborted')
> assert False
E assert False

suites/replication/cleanallruv_test.py:515: AssertionError
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_abort_certify... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: stop master 2 to freeze the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: add the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: abort the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: sleep for 5 seconds INFO:tests.suites.replication.cleanallruv_test:test_abort_certify: start master 2 to allow the abort task to finish... CRITICAL:tests.suites.replication.cleanallruv_test:test_abort_certify: The abort CleanAllRUV task was not aborted ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 477 INFO Running test_abort_certify... cleanallruv_test.py 67 INFO test_abort_certify: remove all the agreements to master 4... cleanallruv_test.py 483 INFO test_abort_certify: stop master 2 to freeze the cleanAllRUV task... cleanallruv_test.py 487 INFO test_abort_certify: add the cleanAllRUV task... cleanallruv_test.py 497 INFO test_abort_certify: abort the cleanAllRUV task... cleanallruv_test.py 501 INFO test_abort_certify: sleep for 5 seconds cleanallruv_test.py 509 INFO test_abort_certify: start master 2 to allow the abort task to finish... cleanallruv_test.py 514 CRITICAL test_abort_certify: The abort CleanAllRUV task was not aborted
Failed suites/replication/encryption_cl5_test.py::test_algorithm_unhashed[AES] 2.32
topology_with_tls = <lib389.topologies.TopologyMain object at 0x7f7ef864eeb8>
encryption = 'AES'

@pytest.mark.parametrize("encryption", ["AES", "3DES"])
def test_algorithm_unhashed(topology_with_tls, encryption):
"""Check encryption algowithm AES and 3DES.
And check unhashed#user#password attribute for encryption.

:id: b7a37bf8-4b2e-4dbd-9891-70117d67558c
:setup: Replication with two masters and SSL configured.
:steps: 1. Enable changelog encrytion on master1 (try AES and 3DES).
2. Add a user to master1/master2
3. Run dbscan -f on m1 to check unhashed#user#password
attribute is encrypted.
4. Run dbscan -f on m2 to check unhashed#user#password
attribute is in cleartext.
5. Modify password in master2/master1
6. Run dbscan -f on m1 to check unhashed#user#password
attribute is encrypted.
7. Run dbscan -f on m2 to check unhashed#user#password
attribute is in cleartext.
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
"""

m1 = topology_with_tls.ms['master1']
m2 = topology_with_tls.ms['master2']
test_passw = 'm2Test199'

> _enable_changelog_encryption(m1, encryption)

suites/replication/encryption_cl5_test.py:107:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/replication/encryption_cl5_test.py:49: in _enable_changelog_encryption
inst.start()
/usr/lib/python3.6/site-packages/lib389/__init__.py:1197: in start
"dirsrv@%s" % self.serverid])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

popenargs = (['/usr/bin/systemctl', 'start', 'dirsrv@master1'],), kwargs = {}
retcode = 1, cmd = ['/usr/bin/systemctl', 'start', 'dirsrv@master1']

def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.

The arguments are the same as for the call function. Example:

check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E subprocess.CalledProcessError: Command '['/usr/bin/systemctl', 'start', 'dirsrv@master1']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:291: CalledProcessError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.encryption_cl5_test:Configuring changelog encryption:master1 for: AES Job for dirsrv@master1.service failed because the control process exited with error code. See "systemctl status dirsrv@master1.service" and "journalctl -xe" for details. ------------------------------ Captured log call -------------------------------
encryption_cl5_test.py 44 INFO Configuring changelog encryption:master1 for: AES
Failed suites/replication/encryption_cl5_test.py::test_algorithm_unhashed[3DES] 0.13
topology_with_tls = <lib389.topologies.TopologyMain object at 0x7f7ef864eeb8>
encryption = '3DES'

@pytest.mark.parametrize("encryption", ["AES", "3DES"])
def test_algorithm_unhashed(topology_with_tls, encryption):
"""Check encryption algowithm AES and 3DES.
And check unhashed#user#password attribute for encryption.

:id: b7a37bf8-4b2e-4dbd-9891-70117d67558c
:setup: Replication with two masters and SSL configured.
:steps: 1. Enable changelog encrytion on master1 (try AES and 3DES).
2. Add a user to master1/master2
3. Run dbscan -f on m1 to check unhashed#user#password
attribute is encrypted.
4. Run dbscan -f on m2 to check unhashed#user#password
attribute is in cleartext.
5. Modify password in master2/master1
6. Run dbscan -f on m1 to check unhashed#user#password
attribute is encrypted.
7. Run dbscan -f on m2 to check unhashed#user#password
attribute is in cleartext.
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
"""

m1 = topology_with_tls.ms['master1']
m2 = topology_with_tls.ms['master2']
test_passw = 'm2Test199'

> _enable_changelog_encryption(m1, encryption)

suites/replication/encryption_cl5_test.py:107:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/replication/encryption_cl5_test.py:49: in _enable_changelog_encryption
inst.start()
/usr/lib/python3.6/site-packages/lib389/__init__.py:1197: in start
"dirsrv@%s" % self.serverid])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

popenargs = (['/usr/bin/systemctl', 'start', 'dirsrv@master1'],), kwargs = {}
retcode = 1, cmd = ['/usr/bin/systemctl', 'start', 'dirsrv@master1']

def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.

The arguments are the same as for the call function. Example:

check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E subprocess.CalledProcessError: Command '['/usr/bin/systemctl', 'start', 'dirsrv@master1']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:291: CalledProcessError
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.encryption_cl5_test:Configuring changelog encryption:master1 for: 3DES Job for dirsrv@master1.service failed because the control process exited with error code. See "systemctl status dirsrv@master1.service" and "journalctl -xe" for details. ------------------------------ Captured log call -------------------------------
encryption_cl5_test.py 44 INFO Configuring changelog encryption:master1 for: 3DES
Failed suites/replication/tombstone_test.py::test_purge_success 0.02
topology_m1 = <lib389.topologies.TopologyMain object at 0x7f7eea7b1ac8>

def test_purge_success(topology_m1):
"""Verify that tombstones are created successfully

:id: adb86f50-ae76-4ed6-82b4-3cdc30ccab78
:setup: Standalone instance
:steps:
1. Enable replication to unexisting instance
2. Add an entry to the replicated suffix
3. Delete the entry
4. Check that tombstone entry exists (objectclass=nsTombstone)
:expectedresults: Tombstone entry exist
1. Operation should be successful
2. The entry should be successfully added
3. The entry should be successfully deleted
4. Tombstone entry should exist
"""
m1 = topology_m1.ms['master1']

users = UserAccounts(m1, DEFAULT_SUFFIX)
user = users.create(properties=TEST_USER_PROPERTIES)

tombstones = Tombstones(m1, DEFAULT_SUFFIX)

assert len(tombstones.list()) == 0

user.delete()

assert len(tombstones.list()) == 1
assert len(users.list()) == 0

ts = tombstones.get('testuser')
assert ts.exists()

if not ds_is_older('1.4.0'):
> ts.revive()

suites/replication/tombstone_test.py:52:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/tombstone.py:39: in revive
orig_dn = self.get_attr_val_utf8('nscpEntryDN')
/usr/lib/python3.6/site-packages/lib389/_mapped_object.py:528: in get_attr_val_utf8
return ensure_str(self.get_attr_val(key))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.tombstone.Tombstone object at 0x7f7eea7a49b0>
key = 'nscpEntryDN', use_json = False

def get_attr_val(self, key, use_json=False):
self._log.debug("%s getVal(%r)" % (self._dn, key))
# We might need to add a state check for NONE dn.
if self._instance.state != DIRSRV_STATE_ONLINE:
raise ValueError("Invalid state. Cannot get properties on instance that is not ONLINE")
# In the future, I plan to add a mode where if local == true, we
# can use get on dse.ldif to get values offline.
else:
> entry = self._instance.search_ext_s(self._dn, ldap.SCOPE_BASE, self._object_filter, attrlist=[key], serverctrls=self._server_controls, clientctrls=self._client_controls)[0]
E IndexError: list index out of range

/usr/lib/python3.6/site-packages/lib389/_mapped_object.py:494: IndexError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology.
Failed suites/sasl/regression_test.py::test_openldap_no_nss_crypto 46.94
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc60c160>

def test_openldap_no_nss_crypto(topology_m2):
"""Check that we allow usage of OpenLDAP libraries
that don't use NSS for crypto

:id: 0a622f3d-8ba5-4df2-a1de-1fb2237da40a
:setup: Replication with two masters:
master_1 ----- startTLS -----> master_2;
master_1 <-- TLS_clientAuth -- master_2;
nsslapd-extract-pemfiles set to 'on' on both masters
without specifying cert names
:steps:
1. Add 5 users to master 1 and 2
2. Check that the users were successfully replicated
3. Relocate PEM files on master 1
4. Check PEM files in master 1 config directory
5. Add 5 users more to master 1 and 2
6. Check that the users were successfully replicated
7. Export userRoot on master 1
:expectedresults:
1. Users should be successfully added
2. Users should be successfully replicated
3. Operation should be successful
4. PEM files should be found
5. Users should be successfully added
6. Users should be successfully replicated
7. Operation should be successful
"""

log.info("Ticket 47536 - Allow usage of OpenLDAP libraries that don't use NSS for crypto")

create_keys_certs(topology_m2)
> config_tls_agreements(topology_m2)

suites/sasl/regression_test.py:400:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
suites/sasl/regression_test.py:316: in config_tls_agreements
rentry = m1.search_s(replmgr, ldap.SCOPE_BASE, 'objectclass=*')
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:852: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:846: in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
/usr/lib/python3.6/site-packages/lib389/__init__.py:135: in inner
objtype, data = f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:738: in result
resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:742: in result2
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef87cb278>
func = <built-in method result4 of LDAP object at 0x7f7ef8705170>
args = (5, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_OBJECT: {'desc': 'No such object'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: NO_SUCH_OBJECT
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stdout call -----------------------------
Is this a CA certificate [y/N]? Enter the path length constraint, enter to skip [<0 for unlimited path]: > Is this a critical extension [y/N]? pk12util: PKCS12 EXPORT SUCCESSFUL pk12util: PKCS12 IMPORT SUCCESSFUL ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.sasl.regression_test:Ticket 47536 - Allow usage of OpenLDAP libraries that don't use NSS for crypto INFO:tests.suites.sasl.regression_test: ######################### Creating SSL Keys and Certs ###################### INFO:tests.suites.sasl.regression_test:##### Ensure that nsslapd-extract-pemfiles is 'off' on master1 INFO:tests.suites.sasl.regression_test:##### restart master1 INFO:tests.suites.sasl.regression_test:##### Ensure that nsslapd-extract-pemfiles is 'off' on master2 INFO:tests.suites.sasl.regression_test:##### restart master2 INFO:tests.suites.sasl.regression_test:##### shutdown master1 INFO:tests.suites.sasl.regression_test:##### Creating a password file INFO:tests.suites.sasl.regression_test:##### create the pin file INFO:tests.suites.sasl.regression_test:##### Creating a noise file INFO:tests.suites.sasl.regression_test:##### Create key3.db and cert8.db database (master1): ['certutil', '-N', '-d', '/etc/dirsrv/slapd-master1', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] INFO:tests.suites.sasl.regression_test: OUT: INFO:tests.suites.sasl.regression_test: ERR: INFO:tests.suites.sasl.regression_test:##### Creating encryption key for CA (master1): ['certutil', '-G', '-d', '/etc/dirsrv/slapd-master1', '-z', '/etc/dirsrv/slapd-master1/noise.txt', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] INFO:tests.suites.sasl.regression_test: OUT: INFO:tests.suites.sasl.regression_test: ERR: INFO:tests.suites.sasl.regression_test:##### Creating self-signed CA certificate (master1) -- nickname CAcertificate Generating key. This may take a few moments... INFO:tests.suites.sasl.regression_test:##### Creating Server certificate -- nickname Server-Cert1: ['certutil', '-S', '-n', 'Server-Cert1', '-s', 'CN=server.example.com,OU=389 Directory Server', '-c', 'CAcertificate', '-t', ',,', '-m', '1001', '-v', '120', '-d', '/etc/dirsrv/slapd-master1', '-z', '/etc/dirsrv/slapd-master1/noise.txt', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] INFO:tests.suites.sasl.regression_test: OUT: INFO:tests.suites.sasl.regression_test: ERR: INFO:tests.suites.sasl.regression_test:##### Creating Server certificate -- nickname Server-Cert2: ['certutil', '-S', '-n', 'Server-Cert2', '-s', 'CN=server.example.com,OU=390 Directory Server', '-c', 'CAcertificate', '-t', ',,', '-m', '1002', '-v', '120', '-d', '/etc/dirsrv/slapd-master1', '-z', '/etc/dirsrv/slapd-master1/noise.txt', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] INFO:tests.suites.sasl.regression_test: OUT: INFO:tests.suites.sasl.regression_test: ERR: INFO:tests.suites.sasl.regression_test:##### start master1 INFO:tests.suites.sasl.regression_test:##### enable SSL in master1 with all ciphers INFO:tests.suites.sasl.regression_test: ######################### Enabling SSL LDAPSPORT 41636 ###################### INFO:tests.suites.sasl.regression_test:##### Check the cert db: ['certutil', '-L', '-d', '/etc/dirsrv/slapd-master1'] INFO:tests.suites.sasl.regression_test: OUT: INFO:tests.suites.sasl.regression_test: INFO:tests.suites.sasl.regression_test: Certificate Nickname Trust Attributes INFO:tests.suites.sasl.regression_test: SSL,S/MIME,JAR/XPI INFO:tests.suites.sasl.regression_test: INFO:tests.suites.sasl.regression_test: CAcertificate CTu,u,u INFO:tests.suites.sasl.regression_test: Server-Cert1 u,u,u INFO:tests.suites.sasl.regression_test: Server-Cert2 u,u,u INFO:tests.suites.sasl.regression_test: ERR: INFO:tests.suites.sasl.regression_test:##### restart master1 INFO:tests.suites.sasl.regression_test:##### Check PEM files of master1 (before setting nsslapd-extract-pemfiles INFO:tests.suites.sasl.regression_test: ######################### Check PEM files (CAcertificate, Server-Cert1, Server-Cert1-Key) not in /etc/dirsrv/slapd-master1 ###################### INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master1/CAcertificate.pem is correctly not generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master1/Server-Cert1.pem is correctly not generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master1/Server-Cert1-Key.pem is correctly not generated. INFO:tests.suites.sasl.regression_test:##### Set on to nsslapd-extract-pemfiles INFO:tests.suites.sasl.regression_test:##### restart master1 INFO:tests.suites.sasl.regression_test:##### Check PEM files of master1 (after setting nsslapd-extract-pemfiles INFO:tests.suites.sasl.regression_test: ######################### Check PEM files (CAcertificate, Server-Cert1, Server-Cert1-Key) in /etc/dirsrv/slapd-master1 ###################### INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master1/CAcertificate.pem is successfully generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master1/Server-Cert1.pem is successfully generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master1/Server-Cert1-Key.pem is successfully generated. INFO:tests.suites.sasl.regression_test:##### Extract PK12 file for master2: pk12util -o /tmp/Server-Cert2.pk12 -n "Server-Cert2" -d /etc/dirsrv/slapd-master1 -w /etc/dirsrv/slapd-master1/pwdfile.txt -k /etc/dirsrv/slapd-master1/pwdfile.txt INFO:tests.suites.sasl.regression_test:##### Check PK12 files INFO:tests.suites.sasl.regression_test:/tmp/Server-Cert2.pk12 is successfully extracted. INFO:tests.suites.sasl.regression_test:##### stop master2 INFO:tests.suites.sasl.regression_test:##### Initialize Cert DB for master2 INFO:tests.suites.sasl.regression_test:##### Create key3.db and cert8.db database (master2): ['certutil', '-N', '-d', '/etc/dirsrv/slapd-master2', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] INFO:tests.suites.sasl.regression_test: OUT: INFO:tests.suites.sasl.regression_test: ERR: INFO:tests.suites.sasl.regression_test:##### Import certs to master2 INFO:tests.suites.sasl.regression_test:Importing CAcertificate INFO:tests.suites.sasl.regression_test:##### Importing Server-Cert2 to master2: pk12util -i /tmp/Server-Cert2.pk12 -n "Server-Cert2" -d /etc/dirsrv/slapd-master2 -w /etc/dirsrv/slapd-master1/pwdfile.txt -k /etc/dirsrv/slapd-master1/pwdfile.txt INFO:tests.suites.sasl.regression_test:copy /etc/dirsrv/slapd-master1/pin.txt to /etc/dirsrv/slapd-master2/pin.txt INFO:tests.suites.sasl.regression_test:##### start master2 INFO:tests.suites.sasl.regression_test:##### enable SSL in master2 with all ciphers INFO:tests.suites.sasl.regression_test: ######################### Enabling SSL LDAPSPORT 42636 ###################### INFO:tests.suites.sasl.regression_test:##### restart master2 INFO:tests.suites.sasl.regression_test:##### Check PEM files of master2 (before setting nsslapd-extract-pemfiles INFO:tests.suites.sasl.regression_test: ######################### Check PEM files (CAcertificate, Server-Cert2, Server-Cert2-Key) not in /etc/dirsrv/slapd-master2 ###################### INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master2/CAcertificate.pem is correctly not generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master2/Server-Cert2.pem is correctly not generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master2/Server-Cert2-Key.pem is correctly not generated. INFO:tests.suites.sasl.regression_test:##### Set on to nsslapd-extract-pemfiles INFO:tests.suites.sasl.regression_test:##### restart master2 INFO:tests.suites.sasl.regression_test:##### Check PEM files of master2 (after setting nsslapd-extract-pemfiles INFO:tests.suites.sasl.regression_test: ######################### Check PEM files (CAcertificate, Server-Cert2, Server-Cert2-Key) in /etc/dirsrv/slapd-master2 ###################### INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master2/CAcertificate.pem is successfully generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master2/Server-Cert2.pem is successfully generated. INFO:tests.suites.sasl.regression_test:/etc/dirsrv/slapd-master2/Server-Cert2-Key.pem is successfully generated. INFO:tests.suites.sasl.regression_test:##### restart master1 INFO:tests.suites.sasl.regression_test: ######################### Creating SSL Keys and Certs Done ###################### INFO:tests.suites.sasl.regression_test:######################### Configure SSL/TLS agreements ###################### INFO:tests.suites.sasl.regression_test:######################## master1 -- startTLS -> master2 ##################### INFO:tests.suites.sasl.regression_test:##################### master1 <- tls_clientAuth -- master2 ################## INFO:tests.suites.sasl.regression_test:##### Update the agreement of master1 INFO:tests.suites.sasl.regression_test:##### Add the cert to the repl manager on master1 INFO:tests.suites.sasl.regression_test:##### master2 Server Cert in base64 format: MIICxzCCAa+gAwIBAgICA+owDQYJKoZIhvcNAQELBQAwETEPMA0GA1UEAxMGQ0FjZXJ0MB4XDTE4MDcwMTAwMjkzN1oXDTI4MDcwMTAwMjkzN1owPDEdMBsGA1UECxMUMzkwIERpcmVjdG9yeSBTZXJ2ZXIxGzAZBgNVBAMTEnNlcnZlci5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALnMXM0LJlJi7IHjAyu16GUACpY9wjYShW8wOxqBb89EXaQ4AERLPgbl1VK5UIKIRDFb6XZJwhlzP/xSybZrZJxzxdUbUVBcf0m8EEgHJM7kVKAsqLmdinJ5vL9UozIQuawwuOSFZqovw8KMKqxSypZG7W2OMkiezgsn4QGIl9JmKuEbqQtdxOwqYfUCVDZT/kT2N+x1Jb8C+WbCJ2nIhCb0i3ckg9EFfl6g02v4nFGBFWRUWm/Wo2+bH0jzaXl4vfKlnNwhPgBNTANjUP2pztJaLErw487LNURSwWaEYhgFtM6jVVeFy6kelLAgKbXrVryJz/4f8cQpz/3Adejgys8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAeGFFCDYA/qwi55fpYkk+KNHd9YHYRIB8tFZ4FY/+tUTNJlTAkGkLZFiLCb9aLJRAYUqQGwbYmEQqKoNdxGymm9whMNGriwIoS7zQvf3zTFPuaM8xDcyycPIA4KPDk11m4H6mFgI7b/WGmacZ8uZ5m45e455YOxZbV8FEcfCFxVDFGTdYYH2Ch/hv2P1lmyC8IDMd9qy46CHZEfAHcpnFhzDYECN7tCzooipQbV+CK6P7mR/vIia0yMyN8jhpgezIEJP3jwxOABnBkRK6Oa00qmxWbuYlCHTCWkvX4B4Ml5Ly9VmCPkt2EUGEYQLUSLRvb0YiTfdVNfm3zOzlihFLig== ------------------------------ Captured log call -------------------------------
regression_test.py 397 INFO Ticket 47536 - Allow usage of OpenLDAP libraries that don't use NSS for crypto regression_test.py 127 INFO ######################### Creating SSL Keys and Certs ###################### regression_test.py 130 INFO ##### Ensure that nsslapd-extract-pemfiles is 'off' on master1 regression_test.py 132 INFO ##### restart master1 regression_test.py 130 INFO ##### Ensure that nsslapd-extract-pemfiles is 'off' on master2 regression_test.py 132 INFO ##### restart master2 regression_test.py 140 INFO ##### shutdown master1 regression_test.py 143 INFO ##### Creating a password file regression_test.py 152 INFO ##### create the pin file regression_test.py 163 INFO ##### Creating a noise file regression_test.py 172 INFO ##### Create key3.db and cert8.db database (master1): ['certutil', '-N', '-d', '/etc/dirsrv/slapd-master1', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] regression_test.py 111 INFO OUT: regression_test.py 117 INFO ERR: regression_test.py 176 INFO ##### Creating encryption key for CA (master1): ['certutil', '-G', '-d', '/etc/dirsrv/slapd-master1', '-z', '/etc/dirsrv/slapd-master1/noise.txt', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] regression_test.py 111 INFO OUT: regression_test.py 117 INFO ERR: regression_test.py 182 INFO ##### Creating self-signed CA certificate (master1) -- nickname CAcertificate regression_test.py 190 INFO ##### Creating Server certificate -- nickname Server-Cert1: ['certutil', '-S', '-n', 'Server-Cert1', '-s', 'CN=server.example.com,OU=389 Directory Server', '-c', 'CAcertificate', '-t', ',,', '-m', '1001', '-v', '120', '-d', '/etc/dirsrv/slapd-master1', '-z', '/etc/dirsrv/slapd-master1/noise.txt', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] regression_test.py 111 INFO OUT: regression_test.py 117 INFO ERR: regression_test.py 198 INFO ##### Creating Server certificate -- nickname Server-Cert2: ['certutil', '-S', '-n', 'Server-Cert2', '-s', 'CN=server.example.com,OU=390 Directory Server', '-c', 'CAcertificate', '-t', ',,', '-m', '1002', '-v', '120', '-d', '/etc/dirsrv/slapd-master1', '-z', '/etc/dirsrv/slapd-master1/noise.txt', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] regression_test.py 111 INFO OUT: regression_test.py 117 INFO ERR: regression_test.py 203 INFO ##### start master1 regression_test.py 206 INFO ##### enable SSL in master1 with all ciphers regression_test.py 46 INFO ######################### Enabling SSL LDAPSPORT 41636 ###################### regression_test.py 210 INFO ##### Check the cert db: ['certutil', '-L', '-d', '/etc/dirsrv/slapd-master1'] regression_test.py 111 INFO OUT: regression_test.py 116 INFO regression_test.py 116 INFO Certificate Nickname Trust Attributes regression_test.py 116 INFO SSL,S/MIME,JAR/XPI regression_test.py 116 INFO regression_test.py 116 INFO CAcertificate CTu,u,u regression_test.py 116 INFO Server-Cert1 u,u,u regression_test.py 116 INFO Server-Cert2 u,u,u regression_test.py 117 INFO ERR: regression_test.py 213 INFO ##### restart master1 regression_test.py 216 INFO ##### Check PEM files of master1 (before setting nsslapd-extract-pemfiles regression_test.py 66 INFO ######################### Check PEM files (CAcertificate, Server-Cert1, Server-Cert1-Key) not in /etc/dirsrv/slapd-master1 ###################### regression_test.py 80 INFO /etc/dirsrv/slapd-master1/CAcertificate.pem is correctly not generated. regression_test.py 93 INFO /etc/dirsrv/slapd-master1/Server-Cert1.pem is correctly not generated. regression_test.py 106 INFO /etc/dirsrv/slapd-master1/Server-Cert1-Key.pem is correctly not generated. regression_test.py 219 INFO ##### Set on to nsslapd-extract-pemfiles regression_test.py 222 INFO ##### restart master1 regression_test.py 225 INFO ##### Check PEM files of master1 (after setting nsslapd-extract-pemfiles regression_test.py 66 INFO ######################### Check PEM files (CAcertificate, Server-Cert1, Server-Cert1-Key) in /etc/dirsrv/slapd-master1 ###################### regression_test.py 71 INFO /etc/dirsrv/slapd-master1/CAcertificate.pem is successfully generated. regression_test.py 84 INFO /etc/dirsrv/slapd-master1/Server-Cert1.pem is successfully generated. regression_test.py 97 INFO /etc/dirsrv/slapd-master1/Server-Cert1-Key.pem is successfully generated. regression_test.py 232 INFO ##### Extract PK12 file for master2: pk12util -o /tmp/Server-Cert2.pk12 -n "Server-Cert2" -d /etc/dirsrv/slapd-master1 -w /etc/dirsrv/slapd-master1/pwdfile.txt -k /etc/dirsrv/slapd-master1/pwdfile.txt regression_test.py 235 INFO ##### Check PK12 files regression_test.py 237 INFO /tmp/Server-Cert2.pk12 is successfully extracted. regression_test.py 242 INFO ##### stop master2 regression_test.py 245 INFO ##### Initialize Cert DB for master2 regression_test.py 247 INFO ##### Create key3.db and cert8.db database (master2): ['certutil', '-N', '-d', '/etc/dirsrv/slapd-master2', '-f', '/etc/dirsrv/slapd-master1/pwdfile.txt'] regression_test.py 111 INFO OUT: regression_test.py 117 INFO ERR: regression_test.py 250 INFO ##### Import certs to master2 regression_test.py 251 INFO Importing CAcertificate regression_test.py 255 INFO ##### Importing Server-Cert2 to master2: pk12util -i /tmp/Server-Cert2.pk12 -n "Server-Cert2" -d /etc/dirsrv/slapd-master2 -w /etc/dirsrv/slapd-master1/pwdfile.txt -k /etc/dirsrv/slapd-master1/pwdfile.txt regression_test.py 257 INFO copy /etc/dirsrv/slapd-master1/pin.txt to /etc/dirsrv/slapd-master2/pin.txt regression_test.py 261 INFO ##### start master2 regression_test.py 264 INFO ##### enable SSL in master2 with all ciphers regression_test.py 46 INFO ######################### Enabling SSL LDAPSPORT 42636 ###################### regression_test.py 267 INFO ##### restart master2 regression_test.py 270 INFO ##### Check PEM files of master2 (before setting nsslapd-extract-pemfiles regression_test.py 66 INFO ######################### Check PEM files (CAcertificate, Server-Cert2, Server-Cert2-Key) not in /etc/dirsrv/slapd-master2 ###################### regression_test.py 80 INFO /etc/dirsrv/slapd-master2/CAcertificate.pem is correctly not generated. regression_test.py 93 INFO /etc/dirsrv/slapd-master2/Server-Cert2.pem is correctly not generated. regression_test.py 106 INFO /etc/dirsrv/slapd-master2/Server-Cert2-Key.pem is correctly not generated. regression_test.py 273 INFO ##### Set on to nsslapd-extract-pemfiles regression_test.py 276 INFO ##### restart master2 regression_test.py 279 INFO ##### Check PEM files of master2 (after setting nsslapd-extract-pemfiles regression_test.py 66 INFO ######################### Check PEM files (CAcertificate, Server-Cert2, Server-Cert2-Key) in /etc/dirsrv/slapd-master2 ###################### regression_test.py 71 INFO /etc/dirsrv/slapd-master2/CAcertificate.pem is successfully generated. regression_test.py 84 INFO /etc/dirsrv/slapd-master2/Server-Cert2.pem is successfully generated. regression_test.py 97 INFO /etc/dirsrv/slapd-master2/Server-Cert2-Key.pem is successfully generated. regression_test.py 282 INFO ##### restart master1 regression_test.py 285 INFO ######################### Creating SSL Keys and Certs Done ###################### regression_test.py 289 INFO ######################### Configure SSL/TLS agreements ###################### regression_test.py 290 INFO ######################## master1 -- startTLS -> master2 ##################### regression_test.py 291 INFO ##################### master1 <- tls_clientAuth -- master2 ################## regression_test.py 293 INFO ##### Update the agreement of master1 regression_test.py 299 INFO ##### Add the cert to the repl manager on master1 regression_test.py 313 INFO ##### master2 Server Cert in base64 format: MIICxzCCAa+gAwIBAgICA+owDQYJKoZIhvcNAQELBQAwETEPMA0GA1UEAxMGQ0FjZXJ0MB4XDTE4MDcwMTAwMjkzN1oXDTI4MDcwMTAwMjkzN1owPDEdMBsGA1UECxMUMzkwIERpcmVjdG9yeSBTZXJ2ZXIxGzAZBgNVBAMTEnNlcnZlci5leGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALnMXM0LJlJi7IHjAyu16GUACpY9wjYShW8wOxqBb89EXaQ4AERLPgbl1VK5UIKIRDFb6XZJwhlzP/xSybZrZJxzxdUbUVBcf0m8EEgHJM7kVKAsqLmdinJ5vL9UozIQuawwuOSFZqovw8KMKqxSypZG7W2OMkiezgsn4QGIl9JmKuEbqQtdxOwqYfUCVDZT/kT2N+x1Jb8C+WbCJ2nIhCb0i3ckg9EFfl6g02v4nFGBFWRUWm/Wo2+bH0jzaXl4vfKlnNwhPgBNTANjUP2pztJaLErw487LNURSwWaEYhgFtM6jVVeFy6kelLAgKbXrVryJz/4f8cQpz/3Adejgys8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAeGFFCDYA/qwi55fpYkk+KNHd9YHYRIB8tFZ4FY/+tUTNJlTAkGkLZFiLCb9aLJRAYUqQGwbYmEQqKoNdxGymm9whMNGriwIoS7zQvf3zTFPuaM8xDcyycPIA4KPDk11m4H6mFgI7b/WGmacZ8uZ5m45e455YOxZbV8FEcfCFxVDFGTdYYH2Ch/hv2P1lmyC8IDMd9qy46CHZEfAHcpnFhzDYECN7tCzooipQbV+CK6P7mR/vIia0yMyN8jhpgezIEJP3jwxOABnBkRK6Oa00qmxWbuYlCHTCWkvX4B4Ml5Ly9VmCPkt2EUGEYQLUSLRvb0YiTfdVNfm3zOzlihFLig==
Failed tickets/ticket47462_test.py::test_ticket47462 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc126f60>

def test_ticket47462(topology_m2):
"""
Test that AES properly replaces DES during an update/restart, and that
replication also works correctly.
"""

#
# First set config as if it's an older version. Set DES to use
# libdes-plugin, MMR to depend on DES, delete the existing AES plugin,
# and set a DES password for the replication agreement.
#
# Add an extra attribute to the DES plugin args
#
try:
topology_m2.ms["master1"].modify_s(DES_PLUGIN,
> [(ldap.MOD_REPLACE, 'nsslapd-pluginEnabled', 'on')])

tickets/ticket47462_test.py:47:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc174b70>
func = <built-in method modify_ext of LDAP object at 0x7f7efc37e9e0>
args = ('cn=DES,cn=Password Storage Schemes,cn=plugins,cn=config', [(2, 'nsslapd-pluginEnabled', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Failed tickets/ticket47560_test.py::test_ticket47560 0.01
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc60c0b8>

def test_ticket47560(topology_st):
"""
This test case does the following:
SETUP
- Create entry cn=group,SUFFIX
- Create entry cn=member,SUFFIX
- Update 'cn=member,SUFFIX' to add "memberOf: cn=group,SUFFIX"
- Enable Memberof Plugins

# Here the cn=member entry has a 'memberOf' but
# cn=group entry does not contain 'cn=member' in its member

TEST CASE
- start the fixupmemberof task
- read the cn=member entry
- check 'memberOf is now empty

TEARDOWN
- Delete entry cn=group,SUFFIX
- Delete entry cn=member,SUFFIX
- Disable Memberof Plugins
"""

def _enable_disable_mbo(value):
"""
Enable or disable mbo plugin depending on 'value' ('on'/'off')
"""
# enable/disable the mbo plugin
if value == 'on':
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
else:
topology_st.standalone.plugins.disable(name=PLUGIN_MEMBER_OF)

log.debug("-------------> _enable_disable_mbo(%s)" % value)

topology_st.standalone.stop(timeout=120)
time.sleep(1)
topology_st.standalone.start(timeout=120)
time.sleep(3)

# need to reopen a connection toward the instance
topology_st.standalone.open()

def _test_ticket47560_setup():
"""
- Create entry cn=group,SUFFIX
- Create entry cn=member,SUFFIX
- Update 'cn=member,SUFFIX' to add "memberOf: cn=group,SUFFIX"
- Enable Memberof Plugins
"""
log.debug("-------- > _test_ticket47560_setup\n")

#
# By default the memberof plugin is disabled create
# - create a group entry
# - create a member entry
# - set the member entry as memberof the group entry
#
entry = Entry(group_DN)
entry.setValues('objectclass', 'top', 'groupOfNames', 'inetUser')
entry.setValues('cn', 'group')
try:
topology_st.standalone.add_s(entry)
except ldap.ALREADY_EXISTS:
log.debug("Entry %s already exists" % (group_DN))

entry = Entry(member_DN)
entry.setValues('objectclass', 'top', 'person', 'organizationalPerson', 'inetorgperson', 'inetUser')
entry.setValues('uid', 'member')
entry.setValues('cn', 'member')
entry.setValues('sn', 'member')
try:
topology_st.standalone.add_s(entry)
except ldap.ALREADY_EXISTS:
log.debug("Entry %s already exists" % (member_DN))

replace = [(ldap.MOD_REPLACE, 'memberof', group_DN)]
topology_st.standalone.modify_s(member_DN, replace)

#
# enable the memberof plugin and restart the instance
#
_enable_disable_mbo('on')

#
# check memberof attribute is still present
#
filt = 'uid=member'
ents = topology_st.standalone.search_s(member_DN, ldap.SCOPE_BASE, filt)
assert len(ents) == 1
ent = ents[0]
# print ent
value = ent.getValue('memberof')
# print "memberof: %s" % (value)
assert value == group_DN

def _test_ticket47560_teardown():
"""
- Delete entry cn=group,SUFFIX
- Delete entry cn=member,SUFFIX
- Disable Memberof Plugins
"""
log.debug("-------- > _test_ticket47560_teardown\n")
# remove the entries group_DN and member_DN
try:
topology_st.standalone.delete_s(group_DN)
except:
log.warning("Entry %s fail to delete" % (group_DN))
try:
topology_st.standalone.delete_s(member_DN)
except:
log.warning("Entry %s fail to delete" % (member_DN))
#
# disable the memberof plugin and restart the instance
#
_enable_disable_mbo('off')

group_DN = "cn=group,%s" % (SUFFIX)
member_DN = "uid=member,%s" % (SUFFIX)

#
# Initialize the test case
#
> _test_ticket47560_setup()

tickets/ticket47560_test.py:145:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47560_test.py:99: in _test_ticket47560_setup
topology_st.standalone.modify_s(member_DN, replace)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea7b52b0>
func = <built-in method modify_ext of LDAP object at 0x7f7ef8505b48>
args = ('uid=member,dc=example,dc=com', [(2, 'memberof', 'cn=group,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
DEBUG:tests.tickets.ticket47560_test:-------- > _test_ticket47560_setup ------------------------------ Captured log call -------------------------------
ticket47560_test.py 72 DEBUG -------- > _test_ticket47560_setup
Failed tickets/ticket47573_test.py::test_ticket47573_one 0.00
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8>

def test_ticket47573_one(topology_m1c1):
"""
Summary: Add a custom OC with MUST and MAY
MUST = postalAddress $ preferredLocale
MAY = telexNumber $ postalCode $ street

Final state
- supplier +OCwithMayAttr
- consumer +OCwithMayAttr

"""
log.debug("test_ticket47573_one topology_m1c1 %r (master %r, consumer %r" % (
topology_m1c1, topology_m1c1.ms["master1"], topology_m1c1.cs["consumer1"]))
# update the schema of the supplier so that it is a superset of
# consumer. Schema should be pushed
new_oc = _oc_definition(2, 'OCwithMayAttr',
must=MUST_OLD,
may=MAY_OLD)
> topology_m1c1.ms["master1"].schema.add_schema('objectClasses', new_oc)

tickets/ticket47573_test.py:151:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/schema.py:102: in add_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_ADD, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc184be0>
func = <built-in method modify_ext of LDAP object at 0x7f7ef84ede18>
args = ('cn=schema', [(0, 'objectClasses', "( 1.2.3.4.5.6.7.8.9.10.2 NAME 'OCwithMayAttr' DESC 'To test ticket 47573' SUP person AUXILIARY MUST (postalAddress $ preferredLocale $ telexNumber) MAY (postalCode $ street) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
DEBUG:tests.tickets.ticket47573_test:test_ticket47573_one topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8> (master <lib389.DirSrv object at 0x7f7efc184be0>, consumer <lib389.DirSrv object at 0x7f7efbf6fc88> ------------------------------ Captured log call -------------------------------
ticket47573_test.py 145 DEBUG test_ticket47573_one topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8> (master <lib389.DirSrv object at 0x7f7efc184be0>, consumer <lib389.DirSrv object at 0x7f7efbf6fc88>
Failed tickets/ticket47573_test.py::test_ticket47573_two 0.00
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8>

def test_ticket47573_two(topology_m1c1):
"""
Summary: Change OCwithMayAttr to move a MAY attribute to a MUST attribute


Final state
- supplier OCwithMayAttr updated
- consumer OCwithMayAttr updated

"""

# Update the objectclass so that a MAY attribute is moved to MUST attribute
mod_OC(topology_m1c1.ms["master1"], 2, 'OCwithMayAttr', old_must=MUST_OLD, new_must=MUST_NEW, old_may=MAY_OLD,
> new_may=MAY_NEW)

tickets/ticket47573_test.py:181:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47573_test.py:82: in mod_OC
instance.schema.del_schema('objectClasses', old_oc)
/usr/lib/python3.6/site-packages/lib389/schema.py:109: in del_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_DELETE, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc184be0>
func = <built-in method modify_ext of LDAP object at 0x7f7ef84ede18>
args = ('cn=schema', [(1, 'objectClasses', "( 1.2.3.4.5.6.7.8.9.10.2 NAME 'OCwithMayAttr' DESC 'To test ticket 47573' SUP person AUXILIARY MUST (postalAddress $ preferredLocale $ telexNumber) MAY (postalCode $ street) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
Failed tickets/ticket47573_test.py::test_ticket47573_three 0.00
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8>

def test_ticket47573_three(topology_m1c1):
'''
Create a entry with OCwithMayAttr OC
'''
# Check replication is working fine
dn = "cn=ticket47573, %s" % SUFFIX
topology_m1c1.ms["master1"].add_s(Entry((dn,
{'objectclass': "top person OCwithMayAttr".split(),
'sn': 'test_repl',
'cn': 'test_repl',
'postalAddress': 'here',
'preferredLocale': 'en',
'telexNumber': '12$us$21',
> 'postalCode': '54321'})))

tickets/ticket47573_test.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc184be0>
func = <built-in method result4 of LDAP object at 0x7f7ef84ede18>
args = (45, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.OBJECT_CLASS_VIOLATION: {'desc': 'Object class violation', 'info': 'unknown object class "OCwithMayAttr"\n'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: OBJECT_CLASS_VIOLATION
Failed tickets/ticket47640_test.py::test_ticket47640 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b1cdd8>

def test_ticket47640(topology_st):
'''
Linked Attrs Plugins - verify that if the plugin fails to update the link entry
that the entire operation is aborted
'''

# Enable Dynamic plugins, and the linked Attrs plugin
try:
> topology_st.standalone.modify_s(DN_CONFIG, [(ldap.MOD_REPLACE, 'nsslapd-dynamic-plugins', 'on')])

tickets/ticket47640_test.py:31:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc36dfd0>
func = <built-in method modify_ext of LDAP object at 0x7f7efc33d0d0>
args = ('cn=config', [(2, 'nsslapd-dynamic-plugins', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket47653MMR_test.py::test_ticket47653_init 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc33acc0>

def test_ticket47653_init(topology_m2):
"""
It adds
- Objectclass with MAY 'member'
- an entry ('bind_entry') with which we bind to test the 'SELFDN' operation
It deletes the anonymous aci

"""

topology_m2.ms["master1"].log.info("Add %s that allows 'member' attribute" % OC_NAME)
new_oc = _oc_definition(2, OC_NAME, must=MUST, may=MAY)
> topology_m2.ms["master1"].schema.add_schema('objectClasses', new_oc)

tickets/ticket47653MMR_test.py:73:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/schema.py:102: in add_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_ADD, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc12f470>
func = <built-in method modify_ext of LDAP object at 0x7f7ef84e7ee0>
args = ('cn=schema', [(0, 'objectClasses', "( 1.2.3.4.5.6.7.8.9.10.2 NAME 'OCticket47653' DESC 'To test ticket 47490' SUP person AUXILIARY MUST (postalAddress $ postalCode) MAY (member $ street) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389:Add OCticket47653 that allows 'member' attribute ------------------------------ Captured log call -------------------------------
ticket47653MMR_test.py 71 INFO Add OCticket47653 that allows 'member' attribute
Failed tickets/ticket47653MMR_test.py::test_ticket47653_add 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc33acc0>

def test_ticket47653_add(topology_m2):
'''
This test ADD an entry on MASTER1 where 47653 is fixed. Then it checks that entry is replicated
on MASTER2 (even if on MASTER2 47653 is NOT fixed). Then update on MASTER2 and check the update on MASTER1

It checks that, bound as bind_entry,
- we can not ADD an entry without the proper SELFDN aci.
- with the proper ACI we can not ADD with 'member' attribute
- with the proper ACI and 'member' it succeeds to ADD
'''
topology_m2.ms["master1"].log.info("\n\n######################### ADD ######################\n")

# bind as bind_entry
topology_m2.ms["master1"].log.info("Bind as %s" % BIND_DN)
> topology_m2.ms["master1"].simple_bind_s(BIND_DN, BIND_PW)

tickets/ticket47653MMR_test.py:117:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:444: in simple_bind_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc12f470>
func = <built-in method result4 of LDAP object at 0x7f7ef84e7ee0>
args = (55, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INVALID_CREDENTIALS: {'desc': 'Invalid credentials'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: INVALID_CREDENTIALS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### ADD ###################### INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47653MMR_test.py 113 INFO ######################### ADD ###################### ticket47653MMR_test.py 116 INFO Bind as cn=bind_entry, dc=example,dc=com
Failed tickets/ticket47653MMR_test.py::test_ticket47653_modify 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc33acc0>

def test_ticket47653_modify(topology_m2):
'''
This test MOD an entry on MASTER1 where 47653 is fixed. Then it checks that update is replicated
on MASTER2 (even if on MASTER2 47653 is NOT fixed). Then update on MASTER2 (bound as BIND_DN).
This update may fail whether or not 47653 is fixed on MASTER2

It checks that, bound as bind_entry,
- we can not modify an entry without the proper SELFDN aci.
- adding the ACI, we can modify the entry
'''
# bind as bind_entry
topology_m2.ms["master1"].log.info("Bind as %s" % BIND_DN)
> topology_m2.ms["master1"].simple_bind_s(BIND_DN, BIND_PW)

tickets/ticket47653MMR_test.py:248:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:444: in simple_bind_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc12f470>
func = <built-in method result4 of LDAP object at 0x7f7ef84e7ee0>
args = (56, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INVALID_CREDENTIALS: {'desc': 'Invalid credentials'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: INVALID_CREDENTIALS
----------------------------- Captured stderr call -----------------------------
INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47653MMR_test.py 247 INFO Bind as cn=bind_entry, dc=example,dc=com
Failed tickets/ticket47676_test.py::test_ticket47676_init 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ee8b1c128>

def test_ticket47676_init(topology_m2):
"""
It adds
- Objectclass with MAY 'member'
- an entry ('bind_entry') with which we bind to test the 'SELFDN' operation
It deletes the anonymous aci

"""

topology_m2.ms["master1"].log.info("Add %s that allows 'member' attribute" % OC_NAME)
new_oc = _oc_definition(OC_OID_EXT, OC_NAME, must=MUST, may=MAY)
> topology_m2.ms["master1"].schema.add_schema('objectClasses', new_oc)

tickets/ticket47676_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/schema.py:102: in add_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_ADD, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea746898>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b2ac10>
args = ('cn=schema', [(0, 'objectClasses', "( 1.2.3.4.5.6.7.8.9.10.2 NAME 'OCticket47676' DESC 'To test ticket 47490' SUP person AUXILIARY MUST (postalAddress $ postalCode) MAY (member $ street) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389:Add OCticket47676 that allows 'member' attribute ------------------------------ Captured log call -------------------------------
ticket47676_test.py 81 INFO Add OCticket47676 that allows 'member' attribute
Failed tickets/ticket47676_test.py::test_ticket47676_skip_oc_at 0.11
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ee8b1c128>

def test_ticket47676_skip_oc_at(topology_m2):
'''
This test ADD an entry on MASTER1 where 47676 is fixed. Then it checks that entry is replicated
on MASTER2 (even if on MASTER2 47676 is NOT fixed). Then update on MASTER2.
If the schema has successfully been pushed, updating Master2 should succeed
'''
topology_m2.ms["master1"].log.info("\n\n######################### ADD ######################\n")

# bind as 'cn=Directory manager'
topology_m2.ms["master1"].log.info("Bind as %s and add the add the entry with specific oc" % DN_DM)
topology_m2.ms["master1"].simple_bind_s(DN_DM, PASSWORD)

# Prepare the entry with multivalued members
entry = Entry(ENTRY_DN)
entry.setValues('objectclass', 'top', 'person', 'OCticket47676')
entry.setValues('sn', ENTRY_NAME)
entry.setValues('cn', ENTRY_NAME)
entry.setValues('postalAddress', 'here')
entry.setValues('postalCode', '1234')
members = []
for cpt in range(MAX_OTHERS):
name = "%s%d" % (OTHER_NAME, cpt)
members.append("cn=%s,%s" % (name, SUFFIX))
members.append(BIND_DN)
entry.setValues('member', members)

topology_m2.ms["master1"].log.info("Try to add Add %s should be successful" % ENTRY_DN)
> topology_m2.ms["master1"].add_s(entry)

tickets/ticket47676_test.py:134:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea746898>
func = <built-in method result4 of LDAP object at 0x7f7ee8b2ac10>
args = (56, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.OBJECT_CLASS_VIOLATION: {'desc': 'Object class violation', 'info': 'unknown object class "OCticket47676"\n'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: OBJECT_CLASS_VIOLATION
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### ADD ###################### INFO:lib389:Bind as cn=Directory Manager and add the add the entry with specific oc INFO:lib389:Try to add Add cn=test_entry, dc=example,dc=com should be successful ------------------------------ Captured log call -------------------------------
ticket47676_test.py 113 INFO ######################### ADD ###################### ticket47676_test.py 116 INFO Bind as cn=Directory Manager and add the add the entry with specific oc ticket47676_test.py 133 INFO Try to add Add cn=test_entry, dc=example,dc=com should be successful
Failed tickets/ticket47676_test.py::test_ticket47676_reject_action 0.21
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ee8b1c128>

def test_ticket47676_reject_action(topology_m2):
topology_m2.ms["master1"].log.info("\n\n######################### REJECT ACTION ######################\n")

topology_m2.ms["master1"].simple_bind_s(DN_DM, PASSWORD)
topology_m2.ms["master2"].simple_bind_s(DN_DM, PASSWORD)

# make master1 to refuse to push the schema if OC_NAME is present in consumer schema
mod = [(ldap.MOD_ADD, 'schemaUpdateObjectclassReject', '%s' % (OC_NAME))] # ACL + REPL
> topology_m2.ms["master1"].modify_s(REPL_SCHEMA_POLICY_SUPPLIER, mod)

tickets/ticket47676_test.py:176:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea746898>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b2ac10>
args = ('cn=supplierUpdatePolicy,cn=replSchema,cn=config', [(0, 'schemaUpdateObjectclassReject', 'OCticket47676')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'O')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### REJECT ACTION ###################### ------------------------------ Captured log call -------------------------------
ticket47676_test.py 169 INFO ######################### REJECT ACTION ######################
Failed tickets/ticket47714_test.py::test_ticket47714_run_0 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b2dc88>

def test_ticket47714_run_0(topology_st):
"""
Check this change has no inpact to the existing functionality.
1. Set account policy config without the new attr alwaysRecordLoginAttr
2. Bind as a test user
3. Bind as the test user again and check the lastLoginTime is updated
4. Waint longer than the accountInactivityLimit time and bind as the test user,
which should fail with CONSTANT_VIOLATION.
"""
_header(topology_st, 'Account Policy - No new attr alwaysRecordLoginAttr in config')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

# Modify Account Policy config entry
topology_st.standalone.modify_s(ACCT_POLICY_CONFIG_DN, [(ldap.MOD_REPLACE, 'alwaysrecordlogin', 'yes'),
(ldap.MOD_REPLACE, 'stateattrname', 'lastLoginTime'),
(ldap.MOD_REPLACE, 'altstateattrname', 'createTimestamp'),
(ldap.MOD_REPLACE, 'specattrname', 'acctPolicySubentry'),
(ldap.MOD_REPLACE, 'limitattrname',
> 'accountInactivityLimit')])

tickets/ticket47714_test.py:88:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea7b57b8>
func = <built-in method modify_ext of LDAP object at 0x7f7efc474828>
args = ('cn=config,cn=Account Policy Plugin,cn=plugins,cn=config', [(2, 'alwaysrecordlogin', 'yes'), (2, 'stateattrname', 'la...ateTimestamp'), (2, 'specattrname', 'acctPolicySubentry'), (2, 'limitattrname', 'accountInactivityLimit')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'y')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Account Policy - No new attr alwaysRecordLoginAttr in config INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47714_test.py 37 INFO ############################################### ticket47714_test.py 38 INFO ####### ticket47714_test.py 39 INFO ####### Account Policy - No new attr alwaysRecordLoginAttr in config ticket47714_test.py 40 INFO ####### ticket47714_test.py 41 INFO ###############################################
Failed tickets/ticket47714_test.py::test_ticket47714_run_1 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b2dc88>

def test_ticket47714_run_1(topology_st):
"""
Verify a new config attr alwaysRecordLoginAttr
1. Set account policy config with the new attr alwaysRecordLoginAttr: lastLoginTime
Note: bogus attr is set to stateattrname.
altstateattrname type value is used for checking whether the account is idle or not.
2. Bind as a test user
3. Bind as the test user again and check the alwaysRecordLoginAttr: lastLoginTime is updated
"""
_header(topology_st, 'Account Policy - With new attr alwaysRecordLoginAttr in config')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(TEST_USER_DN, [(ldap.MOD_DELETE, 'lastLoginTime', None)])

tickets/ticket47714_test.py:161:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:602: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea7b57b8>
func = <built-in method result4 of LDAP object at 0x7f7efc474828>
args = (7, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_ATTRIBUTE: {'desc': 'No such attribute'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: NO_SUCH_ATTRIBUTE
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Account Policy - With new attr alwaysRecordLoginAttr in config INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47714_test.py 37 INFO ############################################### ticket47714_test.py 38 INFO ####### ticket47714_test.py 39 INFO ####### Account Policy - With new attr alwaysRecordLoginAttr in config ticket47714_test.py 40 INFO ####### ticket47714_test.py 41 INFO ###############################################
Failed tickets/ticket47721_test.py::test_ticket47721_init 0.03
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1917b8>

def test_ticket47721_init(topology_m2):
"""
It adds
- Objectclass with MAY 'member'
- an entry ('bind_entry') with which we bind to test the 'SELFDN' operation
It deletes the anonymous aci

"""

# entry used to bind with
topology_m2.ms["master1"].log.info("Add %s" % BIND_DN)
topology_m2.ms["master1"].add_s(Entry((BIND_DN, {
'objectclass': "top person".split(),
'sn': BIND_NAME,
'cn': BIND_NAME,
'userpassword': BIND_PW})))

# enable repl error logging
mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', str(8192))] # REPL logging
> topology_m2.ms["master1"].modify_s(DN_CONFIG, mod)

tickets/ticket47721_test.py:98:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ee8b1cd68>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b2aad0>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '8192')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '8')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389:Add cn=bind_entry, dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47721_test.py 89 INFO Add cn=bind_entry, dc=example,dc=com
Failed tickets/ticket47721_test.py::test_ticket47721_0 11.02
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1917b8>

def test_ticket47721_0(topology_m2):
dn = "cn=%s0,%s" % (OTHER_NAME, SUFFIX)
loop = 0
ent = None
while loop <= 10:
try:
ent = topology_m2.ms["master2"].getEntry(dn, ldap.SCOPE_BASE, "(objectclass=*)")
break
except ldap.NO_SUCH_OBJECT:
time.sleep(1)
loop += 1
if ent is None:
> assert False
E assert False

tickets/ticket47721_test.py:122: AssertionError
Failed tickets/ticket47721_test.py::test_ticket47721_1 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1917b8>

def test_ticket47721_1(topology_m2):
log.info('Running test 1...')
# topology_m2.ms["master1"].log.info("Attach debugger\n\n")
# time.sleep(30)

new = _add_custom_at_definition()
topology_m2.ms["master1"].log.info("Add (M2) %s " % new)
> topology_m2.ms["master2"].schema.add_schema('attributetypes', new)

tickets/ticket47721_test.py:132:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/schema.py:102: in add_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_ADD, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc191438>
func = <built-in method modify_ext of LDAP object at 0x7f7efc5054e0>
args = ('cn=schema', [(0, 'attributetypes', "( ATticket47721-oid NAME 'ATticket47721' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47721_test:Running test 1... INFO:lib389:Add (M2) ( ATticket47721-oid NAME 'ATticket47721' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) ) ------------------------------ Captured log call -------------------------------
ticket47721_test.py 126 INFO Running test 1... ticket47721_test.py 131 INFO Add (M2) ( ATticket47721-oid NAME 'ATticket47721' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )
Failed tickets/ticket47721_test.py::test_ticket47721_2 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1917b8>

def test_ticket47721_2(topology_m2):
log.info('Running test 2...')

mod = [(ldap.MOD_REPLACE, 'description', 'Hello world 2')]
dn = "cn=%s0,%s" % (OTHER_NAME, SUFFIX)
> topology_m2.ms["master1"].modify_s(dn, mod)

tickets/ticket47721_test.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ee8b1cd68>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b2aad0>
args = ('cn=other_entry0,dc=example,dc=com', [(2, 'description', 'Hello world 2')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'H')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47721_test:Running test 2... ------------------------------ Captured log call -------------------------------
ticket47721_test.py 169 INFO Running test 2...
Failed tickets/ticket47721_test.py::test_ticket47721_3 5.11
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1917b8>

def test_ticket47721_3(topology_m2):
'''
Check that the supplier can update its schema from consumer schema
Update M2 schema, then trigger a replication M1->M2
'''
log.info('Running test 3...')

# stop RA M2->M1, so that M1 can only learn being a supplier
ents = topology_m2.ms["master2"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1
topology_m2.ms["master2"].agreement.pause(ents[0].dn)

new = _add_custom_at_definition('ATtest3')
topology_m2.ms["master1"].log.info("Update schema (M2) %s " % new)
> topology_m2.ms["master2"].schema.add_schema('attributetypes', new)

tickets/ticket47721_test.py:217:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/schema.py:102: in add_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_ADD, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc191438>
func = <built-in method modify_ext of LDAP object at 0x7f7efc5054e0>
args = ('cn=schema', [(0, 'attributetypes', "( ATtest3-oid NAME 'ATtest3' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47721_test:Running test 3... INFO:lib389:Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Update schema (M2) ( ATtest3-oid NAME 'ATtest3' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) ) ------------------------------ Captured log call -------------------------------
ticket47721_test.py 208 INFO Running test 3... agreement.py 830 INFO Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config ticket47721_test.py 216 INFO Update schema (M2) ( ATtest3-oid NAME 'ATtest3' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )
Failed tickets/ticket47721_test.py::test_ticket47721_4 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1917b8>

def test_ticket47721_4(topology_m2):
'''
Here M2->M1 agreement is disabled.
with test_ticket47721_3, M1 schema and M2 should be identical BUT
the nsschemacsn is M2>M1. But as the RA M2->M1 is disabled, M1 keeps its schemacsn.
Update schema on M2 (nsschemaCSN update), update M2. Check they have the same schemacsn
'''
log.info('Running test 4...')

new = _add_custom_at_definition('ATtest4')
topology_m2.ms["master1"].log.info("Update schema (M1) %s " % new)
> topology_m2.ms["master1"].schema.add_schema('attributetypes', new)

tickets/ticket47721_test.py:269:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/schema.py:102: in add_schema
self.conn.modify_s(DN_SCHEMA, [(ldap.MOD_ADD, attr, val)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ee8b1cd68>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b2aad0>
args = ('cn=schema', [(0, 'attributetypes', "( ATtest4-oid NAME 'ATtest4' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47721_test:Running test 4... INFO:lib389:Update schema (M1) ( ATtest4-oid NAME 'ATtest4' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) ) ------------------------------ Captured log call -------------------------------
ticket47721_test.py 265 INFO Running test 4... ticket47721_test.py 268 INFO Update schema (M1) ( ATtest4-oid NAME 'ATtest4' DESC 'test AT ticket 47721' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN ( 'Test 47721' 'user defined' ) )
Failed tickets/ticket47781_test.py::test_ticket47781 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc123198>

def test_ticket47781(topology_st):
"""
Testing for a deadlock after doing an online import of an LDIF with
replication data. The replication agreement should be invalid.
"""

log.info('Testing Ticket 47781 - Testing for deadlock after importing LDIF with replication data')

#
# Setup Replication
#
log.info('Setting up replication...')
topology_st.standalone.replica.enableReplication(suffix=DEFAULT_SUFFIX, role=ReplicaRole.MASTER,
> replicaId=REPLICAID_MASTER_1)

tickets/ticket47781_test.py:36:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/replica.py:560: in enableReplication
self.conn.changelog.create()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc387588>, name = 'changelog'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'changelog'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47781_test:Testing Ticket 47781 - Testing for deadlock after importing LDIF with replication data INFO:tests.tickets.ticket47781_test:Setting up replication... INFO:lib389:List backend with suffix=dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47781_test.py 29 INFO Testing Ticket 47781 - Testing for deadlock after importing LDIF with replication data ticket47781_test.py 34 INFO Setting up replication... backend.py 71 INFO List backend with suffix=dc=example,dc=com
Failed tickets/ticket47787_test.py::test_ticket47787_init 0.04
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1429e8>

def test_ticket47787_init(topology_m2):
"""
Creates
- a staging DIT
- a production DIT
- add accounts in staging DIT

"""

topology_m2.ms["master1"].log.info("\n\n######################### INITIALIZATION ######################\n")

# entry used to bind with
topology_m2.ms["master1"].log.info("Add %s" % BIND_DN)
topology_m2.ms["master1"].add_s(Entry((BIND_DN, {
'objectclass': "top person".split(),
'sn': BIND_CN,
'cn': BIND_CN,
'userpassword': BIND_PW})))

# DIT for staging
topology_m2.ms["master1"].log.info("Add %s" % STAGING_DN)
topology_m2.ms["master1"].add_s(Entry((STAGING_DN, {
'objectclass': "top organizationalRole".split(),
'cn': STAGING_CN,
'description': "staging DIT"})))

# DIT for production
topology_m2.ms["master1"].log.info("Add %s" % PRODUCTION_DN)
topology_m2.ms["master1"].add_s(Entry((PRODUCTION_DN, {
'objectclass': "top organizationalRole".split(),
'cn': PRODUCTION_CN,
'description': "production DIT"})))

# enable replication error logging
mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '8192')]
> topology_m2.ms["master1"].modify_s(DN_CONFIG, mod)

tickets/ticket47787_test.py:316:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef85069b0>
func = <built-in method modify_ext of LDAP object at 0x7f7efc5813c8>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '8192')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '8')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### INITIALIZATION ###################### INFO:lib389:Add cn=bind_entry,dc=example,dc=com INFO:lib389:Add cn=staged user,dc=example,dc=com INFO:lib389:Add cn=accounts,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47787_test.py 290 INFO ######################### INITIALIZATION ###################### ticket47787_test.py 293 INFO Add cn=bind_entry,dc=example,dc=com ticket47787_test.py 301 INFO Add cn=staged user,dc=example,dc=com ticket47787_test.py 308 INFO Add cn=accounts,dc=example,dc=com
Failed tickets/ticket47787_test.py::test_ticket47787_2 11.23
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc1429e8>

def test_ticket47787_2(topology_m2):
'''
Disable replication so that updates are not replicated
Delete an entry on M1. Modrdn it on M2 (chg rdn + delold=0 + same superior).
update a test entry on M2
Reenable the RA.
checks that entry was deleted on M2 (with the modified RDN)
checks that test entry was replicated on M1 (replication M2->M1 not broken by modrdn)
'''

_header(topology_m2, "test_ticket47787_2")
_bind_manager(topology_m2.ms["master1"])
_bind_manager(topology_m2.ms["master2"])

# entry to test the replication is still working
name = "%s%d" % (NEW_ACCOUNT, MAX_ACCOUNTS - 1)
test_rdn = "cn=%s" % (name)
testentry_dn = "%s,%s" % (test_rdn, STAGING_DN)

name = "%s%d" % (NEW_ACCOUNT, MAX_ACCOUNTS - 2)
test2_rdn = "cn=%s" % (name)
testentry2_dn = "%s,%s" % (test2_rdn, STAGING_DN)

# value of updates to test the replication both ways
attr = 'description'
value = 'test_ticket47787_2'

# entry for the modrdn
name = "%s%d" % (NEW_ACCOUNT, 1)
rdn = "cn=%s" % (name)
entry_dn = "%s,%s" % (rdn, STAGING_DN)

# created on M1, wait the entry exists on M2
> _check_entry_exists(topology_m2.ms["master2"], entry_dn)

tickets/ticket47787_test.py:361:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

instance = <lib389.DirSrv object at 0x7f7efc142e48>
entry_dn = 'cn=new_account1,cn=staged user,dc=example,dc=com'

def _check_entry_exists(instance, entry_dn):
loop = 0
ent = None
while loop <= 10:
try:
ent = instance.getEntry(entry_dn, ldap.SCOPE_BASE, "(objectclass=*)")
break
except ldap.NO_SUCH_OBJECT:
time.sleep(1)
loop += 1
if ent is None:
> assert False
E assert False

tickets/ticket47787_test.py:240: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47787_2 INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as cn=Directory Manager ------------------------------ Captured log call -------------------------------
ticket47787_test.py 66 INFO ############################################### ticket47787_test.py 67 INFO ####### ticket47787_test.py 68 INFO ####### test_ticket47787_2 ticket47787_test.py 69 INFO ####### ticket47787_test.py 70 INFO ############################################### ticket47787_test.py 56 INFO Bind as cn=Directory Manager ticket47787_test.py 56 INFO Bind as cn=Directory Manager
Failed tickets/ticket47808_test.py::test_ticket47808_run 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc36d470>

def test_ticket47808_run(topology_st):
"""
It enables attribute uniqueness plugin with sn as a unique attribute
Add an entry 1 with sn = ENTRY_NAME
Add an entry 2 with sn = ENTRY_NAME
If the second add does not crash the server and the following search found none,
the bug is fixed.
"""

# bind as directory manager
topology_st.standalone.log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

topology_st.standalone.log.info("\n\n######################### SETUP ATTR UNIQ PLUGIN ######################\n")

# enable attribute uniqueness plugin
mod = [(ldap.MOD_REPLACE, 'nsslapd-pluginEnabled', 'on'), (ldap.MOD_REPLACE, 'nsslapd-pluginarg0', 'sn'),
(ldap.MOD_REPLACE, 'nsslapd-pluginarg1', SUFFIX)]
> topology_st.standalone.modify_s(ATTRIBUTE_UNIQUENESS_PLUGIN, mod)

tickets/ticket47808_test.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc36d438>
func = <built-in method modify_ext of LDAP object at 0x7f7efc125850>
args = ('cn=attribute uniqueness,cn=plugins,cn=config', [(2, 'nsslapd-pluginEnabled', 'on'), (2, 'nsslapd-pluginarg0', 'sn'), (2, 'nsslapd-pluginarg1', 'dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######################### SETUP ATTR UNIQ PLUGIN ###################### ------------------------------ Captured log call -------------------------------
ticket47808_test.py 33 INFO Bind as cn=Directory Manager ticket47808_test.py 36 INFO ######################### SETUP ATTR UNIQ PLUGIN ######################
Failed tickets/ticket47819_test.py::test_ticket47819 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef87d1160>

def test_ticket47819(topology_st):
"""
from lib389.utils import *

# Skip on older versions
pytestmark = pytest.mark.skipif(ds_is_older('1.3.4'), reason="Not implemented")
Testing precise tombstone purging:
[1] Make sure "nsTombstoneCSN" is added to new tombstones
[2] Make sure an import of a replication ldif adds "nsTombstoneCSN"
to old tombstones
[4] Test fixup task
[3] Make sure tombstone purging works
"""

log.info('Testing Ticket 47819 - Test precise tombstone purging')

#
# Setup Replication
#
log.info('Setting up replication...')
topology_st.standalone.replica.enableReplication(suffix=DEFAULT_SUFFIX, role=ReplicaRole.MASTER,
> replicaId=REPLICAID_MASTER_1)

tickets/ticket47819_test.py:43:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/replica.py:560: in enableReplication
self.conn.changelog.create()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc57af60>, name = 'changelog'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'changelog'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47819_test:Testing Ticket 47819 - Test precise tombstone purging INFO:tests.tickets.ticket47819_test:Setting up replication... INFO:lib389:List backend with suffix=dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47819_test.py 36 INFO Testing Ticket 47819 - Test precise tombstone purging ticket47819_test.py 41 INFO Setting up replication... backend.py 71 INFO List backend with suffix=dc=example,dc=com
Failed tickets/ticket47823_test.py::test_ticket47823_one_container_mod 4.47
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_one_container_mod(topology_st):
'''
Check uniqueness in a single container
Add and entry with a given 'cn', then check we can not modify an entry with the same 'cn' value

'''
_header(topology_st, "With former config (args), check attribute uniqueness with 'cn' (MOD)")

> _active_container_mod(topology_st, type_config='old')

tickets/ticket47823_test.py:479:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:204: in _active_container_mod
topology_st.standalone.modify_s(ACTIVE_USER_2_DN, [(ldap.MOD_ADD, 'cn', ACTIVE_USER_1_CN)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method modify_ext of LDAP object at 0x7f7efc5578c8>
args = ('cn=test_2,cn=accounts,dc=example,dc=com', [(0, 'cn', 'test_1')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 't')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With former config (args), check attribute uniqueness with 'cn' (MOD) INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Uniqueness enforced: checks MOD ADD entry is rejected ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With former config (args), check attribute uniqueness with 'cn' (MOD) ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ############################################### ticket47823_test.py 192 INFO Uniqueness enforced: checks MOD ADD entry is rejected
Failed tickets/ticket47823_test.py::test_ticket47823_one_container_modrdn 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_one_container_modrdn(topology_st):
'''
Check uniqueness in a single container
Add and entry with a given 'cn', then check we can not modrdn an entry with the same 'cn' value

'''
_header(topology_st, "With former config (args), check attribute uniqueness with 'cn' (MODRDN)")

> _active_container_modrdn(topology_st, type_config='old')

tickets/ticket47823_test.py:494:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:233: in _active_container_modrdn
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (5, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_multi_containers_add 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_multi_containers_add(topology_st):
'''
Check uniqueness in a several containers
Add and entry with a given 'cn', then check we can not add an entry with the same 'cn' value

'''
_header(topology_st, "With former config (args), check attribute uniqueness with 'cn' (ADD) ")

> _active_stage_containers_add(topology_st, type_config='old', across_subtrees=False)

tickets/ticket47823_test.py:509:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:271: in _active_stage_containers_add
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (7, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With former config (args), check attribute uniqueness with 'cn' (ADD) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With former config (args), check attribute uniqueness with 'cn' (ADD) ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_multi_containers_mod 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_multi_containers_mod(topology_st):
'''
Check uniqueness in a several containers
Add an entry on a container with a given 'cn', then check we CAN mod an entry with the same 'cn' value on the other container

'''
_header(topology_st, "With former config (args), check attribute uniqueness with 'cn' (MOD) on separated container")

topology_st.standalone.log.info(
'Uniqueness not enforced: if same \'cn\' modified (add/replace) on separated containers')
> _active_stage_containers_mod(topology_st, type_config='old', across_subtrees=False)

tickets/ticket47823_test.py:526:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:302: in _active_stage_containers_mod
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (9, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With former config (args), check attribute uniqueness with 'cn' (MOD) on separated container INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Uniqueness not enforced: if same 'cn' modified (add/replace) on separated containers ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With former config (args), check attribute uniqueness with 'cn' (MOD) on separated container ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ############################################### ticket47823_test.py 525 INFO Uniqueness not enforced: if same 'cn' modified (add/replace) on separated containers
Failed tickets/ticket47823_test.py::test_ticket47823_multi_containers_modrdn 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_multi_containers_modrdn(topology_st):
'''
Check uniqueness in a several containers
Add and entry with a given 'cn', then check we CAN modrdn an entry with the same 'cn' value on the other container

'''
_header(topology_st,
"With former config (args), check attribute uniqueness with 'cn' (MODRDN) on separated containers")

topology_st.standalone.log.info('Uniqueness not enforced: checks MODRDN entry is accepted on separated containers')
> _active_stage_containers_modrdn(topology_st, type_config='old', across_subtrees=False)

tickets/ticket47823_test.py:545:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:352: in _active_stage_containers_modrdn
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (11, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) on separated containers INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Uniqueness not enforced: checks MODRDN entry is accepted on separated containers ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With former config (args), check attribute uniqueness with 'cn' (MODRDN) on separated containers ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ############################################### ticket47823_test.py 544 INFO Uniqueness not enforced: checks MODRDN entry is accepted on separated containers
Failed tickets/ticket47823_test.py::test_ticket47823_across_multi_containers_add 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_across_multi_containers_add(topology_st):
'''
Check uniqueness across several containers, uniquely with the new configuration
Add and entry with a given 'cn', then check we can not add an entry with the same 'cn' value

'''
_header(topology_st, "With new config (args), check attribute uniqueness with 'cn' (ADD) across several containers")

> _active_stage_containers_add(topology_st, type_config='old', across_subtrees=True)

tickets/ticket47823_test.py:559:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:271: in _active_stage_containers_add
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (13, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With new config (args), check attribute uniqueness with 'cn' (ADD) across several containers INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With new config (args), check attribute uniqueness with 'cn' (ADD) across several containers ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_across_multi_containers_mod 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_across_multi_containers_mod(topology_st):
'''
Check uniqueness across several containers, uniquely with the new configuration
Add and entry with a given 'cn', then check we can not modifiy an entry with the same 'cn' value

'''
_header(topology_st, "With new config (args), check attribute uniqueness with 'cn' (MOD) across several containers")

> _active_stage_containers_mod(topology_st, type_config='old', across_subtrees=True)

tickets/ticket47823_test.py:570:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:302: in _active_stage_containers_mod
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (15, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With new config (args), check attribute uniqueness with 'cn' (MOD) across several containers INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With new config (args), check attribute uniqueness with 'cn' (MOD) across several containers ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_across_multi_containers_modrdn 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_across_multi_containers_modrdn(topology_st):
'''
Check uniqueness across several containers, uniquely with the new configuration
Add and entry with a given 'cn', then check we can not modrdn an entry with the same 'cn' value

'''
_header(topology_st,
"With new config (args), check attribute uniqueness with 'cn' (MODRDN) across several containers")

> _active_stage_containers_modrdn(topology_st, type_config='old', across_subtrees=True)

tickets/ticket47823_test.py:582:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:352: in _active_stage_containers_modrdn
topology_st.standalone.add_s(config)
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (17, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With new config (args), check attribute uniqueness with 'cn' (MODRDN) across several containers INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With new config (args), check attribute uniqueness with 'cn' (MODRDN) across several containers ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_1 1.01
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_1(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using old config: arg0 is missing
'''
_header(topology_st, "Invalid config (old): arg0 is missing")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1=ACTIVE_DN, subtree_2=None, type_config='old',
across_subtrees=False)

del config.data['nsslapd-pluginarg0']
# replace 'cn' uniqueness entry
try:
topology_st.standalone.delete_s(config.dn)

except ldap.NO_SUCH_OBJECT:
pass
topology_st.standalone.add_s(config)

topology_st.standalone.getEntry(config.dn, ldap.SCOPE_BASE, "(objectclass=nsSlapdPlugin)", ALL_CONFIG_ATTRS)

# Check the server did not restart
> topology_st.standalone.modify_s(DN_CONFIG, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '65536')])

tickets/ticket47823_test.py:610:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method modify_ext of LDAP object at 0x7f7efc5578c8>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '65536')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '6')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (old): arg0 is missing INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (old): arg0 is missing ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_2 7.15
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_2(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using old config: arg1 is missing
'''
_header(topology_st, "Invalid config (old): arg1 is missing")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1=ACTIVE_DN, subtree_2=None, type_config='old',
across_subtrees=False)

del config.data['nsslapd-pluginarg1']
# replace 'cn' uniqueness entry
try:
topology_st.standalone.delete_s(config.dn)

except ldap.NO_SUCH_OBJECT:
pass
topology_st.standalone.add_s(config)

topology_st.standalone.getEntry(config.dn, ldap.SCOPE_BASE, "(objectclass=nsSlapdPlugin)", ALL_CONFIG_ATTRS)

# Check the server did not restart
try:
topology_st.standalone.restart()
ent = topology_st.standalone.getEntry(config.dn, ldap.SCOPE_BASE, "(objectclass=nsSlapdPlugin)",
ALL_CONFIG_ATTRS)
if ent:
# be sure to restore a valid config before assert
_config_file(topology_st, action='restore')
assert not ent
except:
pass

# Check the expected error message
regex = re.compile("No valid subtree is defined")
res = _pattern_errorlog(topology_st.standalone.errorlog_file, regex)
if not res:
# be sure to restore a valid config before assert
_config_file(topology_st, action='restore')
assert res

# Check we can restart the server
_config_file(topology_st, action='restore')
> topology_st.standalone.start()

tickets/ticket47823_test.py:685:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:1197: in start
"dirsrv@%s" % self.serverid])
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

popenargs = (['/usr/bin/systemctl', 'start', 'dirsrv@standalone1'],)
kwargs = {}, retcode = 1
cmd = ['/usr/bin/systemctl', 'start', 'dirsrv@standalone1']

def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.

The arguments are the same as for the call function. Example:

check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
> raise CalledProcessError(retcode, cmd)
E subprocess.CalledProcessError: Command '['/usr/bin/systemctl', 'start', 'dirsrv@standalone1']' returned non-zero exit status 1.

/usr/lib64/python3.6/subprocess.py:291: CalledProcessError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (old): arg1 is missing INFO:lib389:####### INFO:lib389:############################################### Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (old): arg1 is missing ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_3 1.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_3(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using old config: arg0 is missing
'''
_header(topology_st, "Invalid config (old): arg0 is missing but new config attrname exists")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1=ACTIVE_DN, subtree_2=None, type_config='old',
> across_subtrees=False)

tickets/ticket47823_test.py:703:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:87: in _build_config
config = _uniqueness_config_entry(topology_st, attr_name)
tickets/ticket47823_test.py:74: in _uniqueness_config_entry
'nsslapd-pluginDescription'])
/usr/lib/python3.6/site-packages/lib389/__init__.py:1803: in getEntry
restype, obj = self.result(res)
/usr/lib/python3.6/site-packages/lib389/__init__.py:135: in inner
objtype, data = f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:738: in result
resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:742: in result2
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method result4 of LDAP object at 0x7f7efc5578c8>
args = (26, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: SERVER_DOWN
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (old): arg0 is missing but new config attrname exists INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (old): arg0 is missing but new config attrname exists ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_4 1.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_4(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using old config: arg1 is missing
'''
_header(topology_st, "Invalid config (old): arg1 is missing but new config exist")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1=ACTIVE_DN, subtree_2=None, type_config='old',
> across_subtrees=False)

tickets/ticket47823_test.py:758:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:87: in _build_config
config = _uniqueness_config_entry(topology_st, attr_name)
tickets/ticket47823_test.py:74: in _uniqueness_config_entry
'nsslapd-pluginDescription'])
/usr/lib/python3.6/site-packages/lib389/__init__.py:1802: in getEntry
res = self.search(*args, **kwargs)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:849: in search
return self.search_ext(base,scope,filterstr,attrlist,attrsonly,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:841: in search_ext
timeout,sizelimit,
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method search_ext of LDAP object at 0x7f7efc5578c8>
args = ('cn=attribute uniqueness,cn=plugins,cn=config', 0, '(objectclass=nsSlapdPlugin)', ['objectClass', 'cn', 'nsslapd-pluginPath', 'nsslapd-pluginInitfunc', 'nsslapd-pluginType', 'nsslapd-pluginEnabled', ...], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: SERVER_DOWN
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (old): arg1 is missing but new config exist INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (old): arg1 is missing but new config exist ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_5 1.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_5(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using new config: uniqueness-attribute-name is missing
'''
_header(topology_st, "Invalid config (new): uniqueness-attribute-name is missing")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1=ACTIVE_DN, subtree_2=None, type_config='new',
> across_subtrees=False)

tickets/ticket47823_test.py:812:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:94: in _build_config
config = _uniqueness_config_entry(topology_st, attr_name)
tickets/ticket47823_test.py:74: in _uniqueness_config_entry
'nsslapd-pluginDescription'])
/usr/lib/python3.6/site-packages/lib389/__init__.py:1802: in getEntry
res = self.search(*args, **kwargs)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:849: in search
return self.search_ext(base,scope,filterstr,attrlist,attrsonly,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:841: in search_ext
timeout,sizelimit,
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method search_ext of LDAP object at 0x7f7efc5578c8>
args = ('cn=attribute uniqueness,cn=plugins,cn=config', 0, '(objectclass=nsSlapdPlugin)', ['objectClass', 'cn', 'nsslapd-pluginPath', 'nsslapd-pluginInitfunc', 'nsslapd-pluginType', 'nsslapd-pluginEnabled', ...], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: SERVER_DOWN
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (new): uniqueness-attribute-name is missing INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (new): uniqueness-attribute-name is missing ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_6 1.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_6(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using new config: uniqueness-subtrees is missing
'''
_header(topology_st, "Invalid config (new): uniqueness-subtrees is missing")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1=ACTIVE_DN, subtree_2=None, type_config='new',
> across_subtrees=False)

tickets/ticket47823_test.py:865:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:94: in _build_config
config = _uniqueness_config_entry(topology_st, attr_name)
tickets/ticket47823_test.py:74: in _uniqueness_config_entry
'nsslapd-pluginDescription'])
/usr/lib/python3.6/site-packages/lib389/__init__.py:1802: in getEntry
res = self.search(*args, **kwargs)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:849: in search
return self.search_ext(base,scope,filterstr,attrlist,attrsonly,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:841: in search_ext
timeout,sizelimit,
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method search_ext of LDAP object at 0x7f7efc5578c8>
args = ('cn=attribute uniqueness,cn=plugins,cn=config', 0, '(objectclass=nsSlapdPlugin)', ['objectClass', 'cn', 'nsslapd-pluginPath', 'nsslapd-pluginInitfunc', 'nsslapd-pluginType', 'nsslapd-pluginEnabled', ...], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: SERVER_DOWN
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (new): uniqueness-subtrees is missing INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (new): uniqueness-subtrees is missing ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47823_test.py::test_ticket47823_invalid_config_7 1.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc5840b8>

def test_ticket47823_invalid_config_7(topology_st):
'''
Check that an invalid config is detected. No uniqueness enforced
Using new config: uniqueness-subtrees is missing
'''
_header(topology_st, "Invalid config (new): uniqueness-subtrees are invalid")

_config_file(topology_st, action='save')

# create an invalid config without arg0
config = _build_config(topology_st, attr_name='cn', subtree_1="this_is dummy DN", subtree_2="an other=dummy DN",
> type_config='new', across_subtrees=False)

tickets/ticket47823_test.py:918:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47823_test.py:94: in _build_config
config = _uniqueness_config_entry(topology_st, attr_name)
tickets/ticket47823_test.py:74: in _uniqueness_config_entry
'nsslapd-pluginDescription'])
/usr/lib/python3.6/site-packages/lib389/__init__.py:1802: in getEntry
res = self.search(*args, **kwargs)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:849: in search
return self.search_ext(base,scope,filterstr,attrlist,attrsonly,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:841: in search_ext
timeout,sizelimit,
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef8506048>
func = <built-in method search_ext of LDAP object at 0x7f7efc5578c8>
args = ('cn=attribute uniqueness,cn=plugins,cn=config', 0, '(objectclass=nsSlapdPlugin)', ['objectClass', 'cn', 'nsslapd-pluginPath', 'nsslapd-pluginInitfunc', 'nsslapd-pluginType', 'nsslapd-pluginEnabled', ...], 0, None, ...)
kwargs = {}, diagnostic_message_success = None, exc_type = None
exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: SERVER_DOWN
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Invalid config (new): uniqueness-subtrees are invalid INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### Invalid config (new): uniqueness-subtrees are invalid ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_1(topology_st):
"""
NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st, 'NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
ALLOCATED_ATTR: str(20)})))
ent = topology_st.standalone.getEntry(ACTIVE_USER1_DN, ldap.SCOPE_BASE, "(objectclass=*)")
assert ent.hasAttr(ALLOCATED_ATTR)
> assert ent.getValue(ALLOCATED_ATTR) == str(20)
E AssertionError: assert b'20' == '20'
E + where b'20' = <bound method Entry.getValue of dn: cn=active user1,dc=example,dc=com\ncn: active user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: active user1\n\n>('employeeNumber')
E + where <bound method Entry.getValue of dn: cn=active user1,dc=example,dc=com\ncn: active user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: active user1\n\n> = dn: cn=active user1,dc=example,dc=com\ncn: active user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: active user1\n\n.getValue
E + and '20' = str(20)

tickets/ticket47828_test.py:102: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_3 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_3(topology_st):
"""
NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st, 'NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
ALLOCATED_ATTR: str(20)})))
ent = topology_st.standalone.getEntry(STAGED_USER1_DN, ldap.SCOPE_BASE, "(objectclass=*)")
assert ent.hasAttr(ALLOCATED_ATTR)
> assert ent.getValue(ALLOCATED_ATTR) == str(20)
E AssertionError: assert b'20' == '20'
E + where b'20' = <bound method Entry.getValue of dn: cn=staged user1,cn=provisioning,dc=example,dc=com\ncn: staged user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: staged user1\n\n>('employeeNumber')
E + where <bound method Entry.getValue of dn: cn=staged user1,cn=provisioning,dc=example,dc=com\ncn: staged user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: staged user1\n\n> = dn: cn=staged user1,cn=provisioning,dc=example,dc=com\ncn: staged user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: staged user1\n\n.getValue
E + and '20' = str(20)

tickets/ticket47828_test.py:138: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_4 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_4(topology_st):
'''
Exclude the provisioning container
'''
_header(topology_st, 'Exclude the provisioning container')

dn_config = "cn=excluded scope, cn=%s, %s" % (PLUGIN_DNA, DN_PLUGIN)
mod = [(ldap.MOD_REPLACE, 'dnaExcludeScope', PROVISIONING)]
> topology_st.standalone.modify_s(dn_config, mod)

tickets/ticket47828_test.py:151:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method modify_ext of LDAP object at 0x7f7efc284378>
args = ('cn=excluded scope, cn=Distributed Numeric Assignment Plugin, cn=plugins,cn=config', [(2, 'dnaExcludeScope', 'cn=provisioning,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Exclude the provisioning container INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Exclude the provisioning container ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_5 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_5(topology_st):
"""
Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is set
"""
_header(topology_st, 'Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is set')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:164:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (12, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_6 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_6(topology_st):
"""
Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:183:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (13, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_7 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_7(topology_st):
"""
Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set
"""
_header(topology_st, 'Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:201:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (14, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_8 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_8(topology_st):
"""
Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:220:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (15, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_10 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_10(topology_st):
"""
Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
ALLOCATED_ATTR: str(20)})))
ent = topology_st.standalone.getEntry(DUMMY_USER1_DN, ldap.SCOPE_BASE, "(objectclass=*)")
assert ent.hasAttr(ALLOCATED_ATTR)
> assert ent.getValue(ALLOCATED_ATTR) == str(20)
E AssertionError: assert b'20' == '20'
E + where b'20' = <bound method Entry.getValue of dn: cn=dummy user1,cn=dummy container,dc=example,dc=com\ncn: dummy user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: dummy user1\n\n>('employeeNumber')
E + where <bound method Entry.getValue of dn: cn=dummy user1,cn=dummy container,dc=example,dc=com\ncn: dummy user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: dummy user1\n\n> = dn: cn=dummy user1,cn=dummy container,dc=example,dc=com\ncn: dummy user1\nemployeeNumber: 20\nobjectClass: top\nobjectClass: person\nobjectClass: organizationalPerson\nobjectClass: inetOrgPerson\nsn: dummy user1\n\n.getValue
E + and '20' = str(20)

tickets/ticket47828_test.py:260: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_11 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_11(topology_st):
'''
Exclude (in addition) the dummy container
'''
_header(topology_st, 'Exclude (in addition) the dummy container')

dn_config = "cn=excluded scope, cn=%s, %s" % (PLUGIN_DNA, DN_PLUGIN)
mod = [(ldap.MOD_ADD, 'dnaExcludeScope', DUMMY_CONTAINER)]
> topology_st.standalone.modify_s(dn_config, mod)

tickets/ticket47828_test.py:273:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method modify_ext of LDAP object at 0x7f7efc284378>
args = ('cn=excluded scope, cn=Distributed Numeric Assignment Plugin, cn=plugins,cn=config', [(0, 'dnaExcludeScope', 'cn=dummy container,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Exclude (in addition) the dummy container INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Exclude (in addition) the dummy container ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_12 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_12(topology_st):
"""
Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is set
"""
_header(topology_st, 'Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is set')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:286:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (21, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_13 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_13(topology_st):
"""
Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:305:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (22, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning/Dummy excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_14 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_14(topology_st):
"""
Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set
"""
_header(topology_st,
'Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:324:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (23, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_15 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_15(topology_st):
"""
Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:343:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (24, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning/Dummy excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_16 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_16(topology_st):
"""
Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is not set
"""
_header(topology_st,
'Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR not is set')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:362:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (25, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR not is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR not is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_17 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_17(topology_st):
"""
Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:381:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (26, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning/Dummy excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_18 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_18(topology_st):
'''
Exclude PROVISIONING and a wrong container
'''
_header(topology_st, 'Exclude PROVISIONING and a wrong container')

dn_config = "cn=excluded scope, cn=%s, %s" % (PLUGIN_DNA, DN_PLUGIN)
mod = [(ldap.MOD_REPLACE, 'dnaExcludeScope', PROVISIONING)]
> topology_st.standalone.modify_s(dn_config, mod)

tickets/ticket47828_test.py:397:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method modify_ext of LDAP object at 0x7f7efc284378>
args = ('cn=excluded scope, cn=Distributed Numeric Assignment Plugin, cn=plugins,cn=config', [(2, 'dnaExcludeScope', 'cn=provisioning,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Exclude PROVISIONING and a wrong container INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Exclude PROVISIONING and a wrong container ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_19 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_19(topology_st):
"""
Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set
"""
_header(topology_st,
'Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:417:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (27, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_20 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_20(topology_st):
"""
Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:436:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (28, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning+wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_21 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_21(topology_st):
"""
Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set
"""
_header(topology_st,
'Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:455:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (29, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_22 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_22(topology_st):
"""
Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:474:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (30, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning+wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_23 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_23(topology_st):
"""
Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set
"""
_header(topology_st,
'Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:493:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (31, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_24 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_24(topology_st):
"""
Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:512:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (32, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning+wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_25 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_25(topology_st):
'''
Exclude a wrong container
'''
_header(topology_st, 'Exclude a wrong container')

dn_config = "cn=excluded scope, cn=%s, %s" % (PLUGIN_DNA, DN_PLUGIN)

try:
mod = [(ldap.MOD_REPLACE, 'dnaExcludeScope', "invalidDN,%s" % SUFFIX)]
> topology_st.standalone.modify_s(dn_config, mod)

tickets/ticket47828_test.py:530:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method modify_ext of LDAP object at 0x7f7efc284378>
args = ('cn=excluded scope, cn=Distributed Numeric Assignment Plugin, cn=plugins,cn=config', [(2, 'dnaExcludeScope', 'invalidDN,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'i')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Exclude a wrong container INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Exclude a wrong container ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_26 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_26(topology_st):
"""
Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set
"""
_header(topology_st, 'Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:546:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (33, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_27 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_27(topology_st):
"""
Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((ACTIVE_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': ACTIVE_USER1_CN,
'sn': ACTIVE_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:565:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (34, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Wrong container excluded scope: Add an active entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_28 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_28(topology_st):
"""
Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set
"""
_header(topology_st, 'Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:583:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (35, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is not set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_29 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_29(topology_st):
"""
Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((STAGED_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': STAGED_USER1_CN,
'sn': STAGED_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:602:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (36, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Wrong container excluded scope: Add a staged entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_30 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_30(topology_st):
"""
Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set
"""
_header(topology_st, 'Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
> ALLOCATED_ATTR: str(-1)})))

tickets/ticket47828_test.py:620:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (37, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47828_test.py::test_ticket47828_run_31 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee8b49f60>

def test_ticket47828_run_31(topology_st):
"""
Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)
"""
_header(topology_st,
'Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic)')

topology_st.standalone.add_s(
Entry((DUMMY_USER1_DN, {'objectclass': "top person organizationalPerson inetOrgPerson".split(),
'cn': DUMMY_USER1_CN,
'sn': DUMMY_USER1_CN,
> ALLOCATED_ATTR: str(20)})))

tickets/ticket47828_test.py:639:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efcb574a8>
func = <built-in method result4 of LDAP object at 0x7f7efc284378>
args = (38, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.ALREADY_EXISTS: {'desc': 'Already exists'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ALREADY_EXISTS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Wrong container excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is unchanged (!= magic) ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Failed tickets/ticket47829_test.py::test_ticket47829_init 0.03
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_init(topology_st):
topology_st.standalone.add_s(Entry((SCOPE_IN_DN, {
'objectclass': "top nscontainer".split(),
'cn': SCOPE_IN_DN})))
topology_st.standalone.add_s(Entry((SCOPE_OUT_DN, {
'objectclass': "top nscontainer".split(),
'cn': SCOPE_OUT_DN})))
topology_st.standalone.add_s(Entry((PROVISIONING_DN, {
'objectclass': "top nscontainer".split(),
'cn': PROVISIONING_CN})))
topology_st.standalone.add_s(Entry((ACTIVE_DN, {
'objectclass': "top nscontainer".split(),
'cn': ACTIVE_CN})))
topology_st.standalone.add_s(Entry((STAGE_DN, {
'objectclass': "top nscontainer".split(),
'cn': STAGE_DN})))
topology_st.standalone.add_s(Entry((DELETE_DN, {
'objectclass': "top nscontainer".split(),
'cn': DELETE_CN})))

# add groups
topology_st.standalone.add_s(Entry((ACTIVE_GROUP_DN, {
'objectclass': "top groupOfNames inetuser".split(),
'cn': ACTIVE_GROUP_CN})))
topology_st.standalone.add_s(Entry((STAGE_GROUP_DN, {
'objectclass': "top groupOfNames inetuser".split(),
'cn': STAGE_GROUP_CN})))
topology_st.standalone.add_s(Entry((OUT_GROUP_DN, {
'objectclass': "top groupOfNames inetuser".split(),
'cn': OUT_GROUP_CN})))
topology_st.standalone.add_s(Entry((INDIRECT_ACTIVE_GROUP_DN, {
'objectclass': "top groupOfNames".split(),
'cn': INDIRECT_ACTIVE_GROUP_CN})))

# add users
_add_user(topology_st, 'active')
_add_user(topology_st, 'stage')
_add_user(topology_st, 'out')

# enable memberof of with scope IN except provisioning
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
dn = "cn=%s,%s" % (PLUGIN_MEMBER_OF, DN_PLUGIN)
> topology_st.standalone.modify_s(dn, [(ldap.MOD_REPLACE, 'memberOfEntryScope', SCOPE_IN_DN)])

tickets/ticket47829_test.py:221:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberOfEntryScope', 'cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_active_user_1(topology_st):
_header(topology_st, 'MOD: add an active user to an active group')

# add active user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=ACTIVE_USER_DN, group_dn=ACTIVE_GROUP_DN,
> find_result=True)

tickets/ticket47829_test.py:239:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active guy,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an active user to an active group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an active user to an active group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_2 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_active_user_2(topology_st):
_header(topology_st, 'MOD: add an Active user to a Stage group')

# add active user to stage group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=ACTIVE_USER_DN, group_dn=STAGE_GROUP_DN,
> find_result=False)

tickets/ticket47829_test.py:252:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active guy,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an Active user to a Stage group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO:lib389:to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an Active user to a Stage group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_3 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_active_user_3(topology_st):
_header(topology_st, 'MOD: add an Active user to a out of scope group')

# add active user to out of scope group
> _check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=ACTIVE_USER_DN, group_dn=OUT_GROUP_DN, find_result=False)

tickets/ticket47829_test.py:264:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=out group,cn=out,dc=example,dc=com', [(0, 'member', 'cn=active guy,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an Active user to a out of scope group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO:lib389:to group cn=out group,cn=out,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an Active user to a out of scope group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=out group,cn=out,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_stage_user_1(topology_st):
_header(topology_st, 'MOD: add an Stage user to a Active group')

# add stage user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=STAGE_USER_DN, group_dn=ACTIVE_GROUP_DN,
> find_result=False)

tickets/ticket47829_test.py:277:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an Stage user to a Active group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an Stage user to a Active group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_2 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_stage_user_2(topology_st):
_header(topology_st, 'MOD: add an Stage user to a Stage group')

# add stage user to stage group
> _check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=STAGE_USER_DN, group_dn=STAGE_GROUP_DN, find_result=False)

tickets/ticket47829_test.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com', [(0, 'member', 'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an Stage user to a Stage group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO:lib389:to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an Stage user to a Stage group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_3 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_stage_user_3(topology_st):
_header(topology_st, 'MOD: add an Stage user to a out of scope group')

# add stage user to an out of scope group
> _check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=STAGE_USER_DN, group_dn=OUT_GROUP_DN, find_result=False)

tickets/ticket47829_test.py:301:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=out group,cn=out,dc=example,dc=com', [(0, 'member', 'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an Stage user to a out of scope group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO:lib389:to group cn=out group,cn=out,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an Stage user to a out of scope group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=out group,cn=out,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_out_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_out_user_1(topology_st):
_header(topology_st, 'MOD: add an out of scope user to an active group')

# add out of scope user to active group
> _check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=OUT_USER_DN, group_dn=ACTIVE_GROUP_DN, find_result=False)

tickets/ticket47829_test.py:313:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=out guy,cn=out,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an out of scope user to an active group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=out guy,cn=out,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an out of scope user to an active group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=out guy,cn=out,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_out_user_2 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_out_user_2(topology_st):
_header(topology_st, 'MOD: add an out of scope user to a Stage group')

# add out of scope user to stage group
> _check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=OUT_USER_DN, group_dn=STAGE_GROUP_DN, find_result=False)

tickets/ticket47829_test.py:325:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com', [(0, 'member', 'cn=out guy,cn=out,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an out of scope user to a Stage group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=out guy,cn=out,dc=example,dc=com INFO:lib389:to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an out of scope user to a Stage group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=out guy,cn=out,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=stage group,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_out_user_3 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_out_user_3(topology_st):
_header(topology_st, 'MOD: add an out of scope user to an out of scope group')

# add out of scope user to stage group
> _check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=OUT_USER_DN, group_dn=OUT_GROUP_DN, find_result=False)

tickets/ticket47829_test.py:337:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=out group,cn=out,dc=example,dc=com', [(0, 'member', 'cn=out guy,cn=out,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: add an out of scope user to an out of scope group INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=out guy,cn=out,dc=example,dc=com INFO:lib389:to group cn=out group,cn=out,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### MOD: add an out of scope user to an out of scope group ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=out guy,cn=out,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=out group,cn=out,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_modrdn_active_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_active_user_modrdn_active_user_1(topology_st):
_header(topology_st, 'add an Active user to a Active group. Then move Active user to Active')

# add Active user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=ACTIVE_USER_DN, group_dn=ACTIVE_GROUP_DN,
> find_result=True)

tickets/ticket47829_test.py:349:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active guy,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active user to a Active group. Then move Active user to Active INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active user to a Active group. Then move Active user to Active ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_modrdn_stage_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_active_user_modrdn_stage_user_1(topology_st):
_header(topology_st, 'add an Active user to a Active group. Then move Active user to Stage')

# add Active user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=ACTIVE_USER_DN, group_dn=ACTIVE_GROUP_DN,
> find_result=True)

tickets/ticket47829_test.py:377:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active guy,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active user to a Active group. Then move Active user to Stage INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active user to a Active group. Then move Active user to Stage ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_active_user_modrdn_out_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_active_user_modrdn_out_user_1(topology_st):
_header(topology_st, 'add an Active user to a Active group. Then move Active user to out of scope')

# add Active user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=ACTIVE_USER_DN, group_dn=ACTIVE_GROUP_DN,
> find_result=True)

tickets/ticket47829_test.py:401:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active guy,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active user to a Active group. Then move Active user to out of scope INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active user to a Active group. Then move Active user to out of scope ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=active guy,cn=accounts,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_modrdn_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_modrdn_1(topology_st):
_header(topology_st, 'add an Stage user to a Active group. Then move Stage user to Active')

# add Stage user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=STAGE_USER_DN, group_dn=ACTIVE_GROUP_DN,
> find_result=False)

tickets/ticket47829_test.py:425:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Stage user to a Active group. Then move Stage user to Active INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Stage user to a Active group. Then move Stage user to Active ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_modrdn_active_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_mod_stage_user_modrdn_active_user_1(topology_st):
_header(topology_st, 'add an Stage user to a Active group. Then move Stage user to Active')

stage_user_dn = STAGE_USER_DN
stage_user_rdn = "cn=%s" % STAGE_USER_CN
active_user_dn = "cn=%s,%s" % (STAGE_USER_CN, ACTIVE_DN)

# add Stage user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=stage_user_dn, group_dn=ACTIVE_GROUP_DN,
> find_result=False)

tickets/ticket47829_test.py:453:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47829_test.py:174: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Stage user to a Active group. Then move Stage user to Active INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Stage user to a Active group. Then move Stage user to Active ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 171 INFO add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ticket47829_test.py 172 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_indirect_active_group_1(topology_st):
_header(topology_st, 'add an Active group (G1) to an active group (G0). Then add active user to G1')

> topology_st.standalone.modify_s(INDIRECT_ACTIVE_GROUP_DN, [(ldap.MOD_ADD, 'member', ACTIVE_GROUP_DN)])

tickets/ticket47829_test.py:497:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active group,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active group (G1) to an active group (G0). Then add active user to G1 INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active group (G1) to an active group (G0). Then add active user to G1 ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ###############################################
Failed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_2 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_indirect_active_group_2(topology_st):
_header(topology_st,
'add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to stage')

> topology_st.standalone.modify_s(INDIRECT_ACTIVE_GROUP_DN, [(ldap.MOD_ADD, 'member', ACTIVE_GROUP_DN)])

tickets/ticket47829_test.py:518:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active group,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to stage INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to stage ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ###############################################
Failed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_3 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_indirect_active_group_3(topology_st):
_header(topology_st,
'add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to out of the scope')

> topology_st.standalone.modify_s(INDIRECT_ACTIVE_GROUP_DN, [(ldap.MOD_ADD, 'member', ACTIVE_GROUP_DN)])

tickets/ticket47829_test.py:558:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active group,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to out of the scope INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active group (G1) to an active group (G0). Then add active user to G1. Then move active user to out of the scope ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ###############################################
Failed tickets/ticket47829_test.py::test_ticket47829_indirect_active_group_4 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97133c8>

def test_ticket47829_indirect_active_group_4(topology_st):
_header(topology_st,
'add an Active group (G1) to an active group (G0). Then add stage user to G1. Then move user to active. Then move it back')

> topology_st.standalone.modify_s(INDIRECT_ACTIVE_GROUP_DN, [(ldap.MOD_ADD, 'member', ACTIVE_GROUP_DN)])

tickets/ticket47829_test.py:598:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc40a518>
func = <built-in method modify_ext of LDAP object at 0x7f7efc005148>
args = ('cn=indirect active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=active group,cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Active group (G1) to an active group (G0). Then add stage user to G1. Then move user to active. Then move it back INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Active group (G1) to an active group (G0). Then add stage user to G1. Then move user to active. Then move it back ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ###############################################
Failed tickets/ticket47833_test.py::test_ticket47829_init 0.03
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef95b6048>

def test_ticket47829_init(topology_st):
topology_st.standalone.add_s(Entry((SCOPE_IN_DN, {
'objectclass': "top nscontainer".split(),
'cn': SCOPE_IN_DN})))
topology_st.standalone.add_s(Entry((SCOPE_OUT_DN, {
'objectclass': "top nscontainer".split(),
'cn': SCOPE_OUT_DN})))
topology_st.standalone.add_s(Entry((PROVISIONING_DN, {
'objectclass': "top nscontainer".split(),
'cn': PROVISIONING_CN})))
topology_st.standalone.add_s(Entry((ACTIVE_DN, {
'objectclass': "top nscontainer".split(),
'cn': ACTIVE_CN})))
topology_st.standalone.add_s(Entry((STAGE_DN, {
'objectclass': "top nscontainer".split(),
'cn': STAGE_DN})))
topology_st.standalone.add_s(Entry((DELETE_DN, {
'objectclass': "top nscontainer".split(),
'cn': DELETE_CN})))

# add groups
topology_st.standalone.add_s(Entry((ACTIVE_GROUP_DN, {
'objectclass': "top groupOfNames".split(),
'cn': ACTIVE_GROUP_CN})))
topology_st.standalone.add_s(Entry((STAGE_GROUP_DN, {
'objectclass': "top groupOfNames".split(),
'cn': STAGE_GROUP_CN})))
topology_st.standalone.add_s(Entry((OUT_GROUP_DN, {
'objectclass': "top groupOfNames".split(),
'cn': OUT_GROUP_CN})))

# add users
_add_user(topology_st, 'active')
_add_user(topology_st, 'stage')
_add_user(topology_st, 'out')

# enable memberof of with scope account
topology_st.standalone.plugins.enable(name=PLUGIN_MEMBER_OF)
dn = "cn=%s,%s" % (PLUGIN_MEMBER_OF, DN_PLUGIN)
> topology_st.standalone.modify_s(dn, [(ldap.MOD_REPLACE, 'memberOfEntryScope', ACTIVE_DN)])

tickets/ticket47833_test.py:191:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbcaaa20>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9711b48>
args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberOfEntryScope', 'cn=accounts,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket47833_test.py::test_ticket47829_mod_stage_user_modrdn_stage_user_1 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef95b6048>

def test_ticket47829_mod_stage_user_modrdn_stage_user_1(topology_st):
_header(topology_st, 'add an Stage user to a Active group. Then move Stage user to Stage')

old_stage_user_dn = STAGE_USER_DN
old_stage_user_rdn = "cn=%s" % STAGE_USER_CN
new_stage_user_rdn = "cn=x%s" % STAGE_USER_CN
new_stage_user_dn = "%s,%s" % (new_stage_user_rdn, STAGE_DN)

# add Stage user to active group
_check_memberof(topology_st, action=ldap.MOD_ADD, user_dn=old_stage_user_dn, group_dn=ACTIVE_GROUP_DN,
> find_result=False)

tickets/ticket47833_test.py:206:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47833_test.py:147: in _check_memberof
topology_st.standalone.modify_s(group_dn, [(action, 'member', user_dn)])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbcaaa20>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9711b48>
args = ('cn=active group,cn=accounts,cn=in,dc=example,dc=com', [(0, 'member', 'cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Stage user to a Active group. Then move Stage user to Stage INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com INFO:lib389:to group cn=active group,cn=accounts,cn=in,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47833_test.py 57 INFO ############################################### ticket47833_test.py 58 INFO ####### ticket47833_test.py 59 INFO ####### add an Stage user to a Active group. Then move Stage user to Stage ticket47833_test.py 60 INFO ####### ticket47833_test.py 61 INFO ############################################### ticket47833_test.py 144 INFO add entry cn=stage guy,cn=staged users,cn=provisioning,cn=in,dc=example,dc=com ticket47833_test.py 145 INFO to group cn=active group,cn=accounts,cn=in,dc=example,dc=com
Failed tickets/ticket47838_test.py::test_47838_init 0.01
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_init(topology_st):
"""
Generate self signed cert and import it to the DS cert db.
Enable SSL
"""
_header(topology_st, 'Testing Ticket 47838 - harden the list of ciphers available by default')

onss_version = os.popen("rpm -q nss | awk -F'-' '{print $2}'", "r")
global nss_version
nss_version = onss_version.readline()

> topology_st.standalone.nss_ssl.reinit()

tickets/ticket47838_test.py:65:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>, name = 'nss_ssl'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'nss_ssl'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Testing Ticket 47838 - harden the list of ciphers available by default INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Testing Ticket 47838 - harden the list of ciphers available by default ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_0 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_0(topology_st):
"""
Check nsSSL3Ciphers: +all
All ciphers are enabled except null.
Note: allowWeakCipher: on
"""
_header(topology_st, 'Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '64')])

tickets/ticket47838_test.py:116:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '64')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '6')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_1 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_1(topology_st):
"""
Check nsSSL3Ciphers: +all
All ciphers are enabled except null.
Note: default allowWeakCipher (i.e., off) for +all
"""
_header(topology_st, 'Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '64')])

tickets/ticket47838_test.py:155:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '64')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '6')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_2 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_2(topology_st):
"""
Check nsSSL3Ciphers: +rsa_aes_128_sha,+rsa_aes_256_sha
rsa_aes_128_sha, tls_rsa_aes_128_sha, rsa_aes_256_sha, tls_rsa_aes_256_sha are enabled.
default allowWeakCipher
"""
_header(topology_st,
'Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN,
> [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '+rsa_aes_128_sha,+rsa_aes_256_sha')])

tickets/ticket47838_test.py:201:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '+rsa_aes_128_sha,+rsa_aes_256_sha')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '+')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_3 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_3(topology_st):
"""
Check nsSSL3Ciphers: -all
All ciphers are disabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 4 - Check the ciphers availability for "-all"')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '-all')])

tickets/ticket47838_test.py:234:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '-all')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '-')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 4 - Check the ciphers availability for "-all" INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 4 - Check the ciphers availability for "-all" ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_4 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_4(topology_st):
"""
Check no nsSSL3Ciphers
Default ciphers are enabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 5 - Check no nsSSL3Ciphers (default setting) with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_DELETE, 'nsSSL3Ciphers', '-all')])

tickets/ticket47838_test.py:266:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(1, 'nsSSL3Ciphers', '-all')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '-')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 5 - Check no nsSSL3Ciphers (default setting) with default allowWeakCipher INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 5 - Check no nsSSL3Ciphers (default setting) with default allowWeakCipher ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_5 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_5(topology_st):
"""
Check nsSSL3Ciphers: default
Default ciphers are enabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', 'default')])

tickets/ticket47838_test.py:309:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', 'default')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'd')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_6 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_6(topology_st):
"""
Check nsSSL3Ciphers: +all,-rsa_rc4_128_md5
All ciphers are disabled.
default allowWeakCipher
"""
_header(topology_st,
'Test Case 7 - Check nsSSL3Ciphers: +all,-tls_dhe_rsa_aes_128_gcm_sha with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN,
> [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '+all,-tls_dhe_rsa_aes_128_gcm_sha')])

tickets/ticket47838_test.py:354:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '+all,-tls_dhe_rsa_aes_128_gcm_sha')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '+')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 7 - Check nsSSL3Ciphers: +all,-tls_dhe_rsa_aes_128_gcm_sha with default allowWeakCipher INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 7 - Check nsSSL3Ciphers: +all,-tls_dhe_rsa_aes_128_gcm_sha with default allowWeakCipher ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_7 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_7(topology_st):
"""
Check nsSSL3Ciphers: -all,+rsa_rc4_128_md5
All ciphers are disabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 8 - Check nsSSL3Ciphers: -all,+rsa_rc4_128_md5 with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '-all,+rsa_rc4_128_md5')])

tickets/ticket47838_test.py:389:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '-all,+rsa_rc4_128_md5')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '-')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 8 - Check nsSSL3Ciphers: -all,+rsa_rc4_128_md5 with default allowWeakCipher INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 8 - Check nsSSL3Ciphers: -all,+rsa_rc4_128_md5 with default allowWeakCipher ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_8 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_8(topology_st):
"""
Check nsSSL3Ciphers: default + allowWeakCipher: off
Strong Default ciphers are enabled.
"""
_header(topology_st, 'Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off)')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', 'default'),
> (ldap.MOD_REPLACE, 'allowWeakCipher', 'off')])

tickets/ticket47838_test.py:422:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', 'default'), (2, 'allowWeakCipher', 'off')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'd')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off) INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off) ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_9 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_9(topology_st):
"""
Check no nsSSL3Ciphers
Default ciphers are enabled.
allowWeakCipher: on
nsslapd-errorlog-level: 0
"""
_header(topology_st,
'Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', None),
> (ldap.MOD_REPLACE, 'allowWeakCipher', 'on')])

tickets/ticket47838_test.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', None), (2, 'allowWeakCipher', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_10 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_10(topology_st):
"""
Check nsSSL3Ciphers: -TLS_RSA_WITH_NULL_MD5,+TLS_RSA_WITH_RC4_128_MD5,
+TLS_RSA_EXPORT_WITH_RC4_40_MD5,+TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5,
+TLS_DHE_RSA_WITH_DES_CBC_SHA,+SSL_RSA_FIPS_WITH_DES_CBC_SHA,
+TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA,+SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA,
+TLS_RSA_EXPORT1024_WITH_RC4_56_SHA,+TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA,
-SSL_CK_RC4_128_WITH_MD5,-SSL_CK_RC4_128_EXPORT40_WITH_MD5,
-SSL_CK_RC2_128_CBC_WITH_MD5,-SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5,
-SSL_CK_DES_64_CBC_WITH_MD5,-SSL_CK_DES_192_EDE3_CBC_WITH_MD5
allowWeakCipher: on
nsslapd-errorlog-level: 0
"""
_header(topology_st,
'Test Case 11 - Check nsSSL3Ciphers: long list using the NSS Cipher Suite name with allowWeakCipher on')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers',
> '-TLS_RSA_WITH_NULL_MD5,+TLS_RSA_WITH_RC4_128_MD5,+TLS_RSA_EXPORT_WITH_RC4_40_MD5,+TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5,+TLS_DHE_RSA_WITH_DES_CBC_SHA,+SSL_RSA_FIPS_WITH_DES_CBC_SHA,+TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA,+SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA,+TLS_RSA_EXPORT1024_WITH_RC4_56_SHA,+TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA,-SSL_CK_RC4_128_WITH_MD5,-SSL_CK_RC4_128_EXPORT40_WITH_MD5,-SSL_CK_RC2_128_CBC_WITH_MD5,-SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5,-SSL_CK_DES_64_CBC_WITH_MD5,-SSL_CK_DES_192_EDE3_CBC_WITH_MD5')])

tickets/ticket47838_test.py:526:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '-TLS_RSA_WITH_NULL_MD5,+TLS_RSA_WITH_RC4_128_MD5,+TLS_RSA_EXPORT_WI...MD5,-SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5,-SSL_CK_DES_64_CBC_WITH_MD5,-SSL_CK_DES_192_EDE3_CBC_WITH_MD5')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '-')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 11 - Check nsSSL3Ciphers: long list using the NSS Cipher Suite name with allowWeakCipher on INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 11 - Check nsSSL3Ciphers: long list using the NSS Cipher Suite name with allowWeakCipher on ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_11 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_11(topology_st):
"""
Check nsSSL3Ciphers: +fortezza
SSL_GetImplementedCiphers does not return this as a secuire cipher suite
"""
_header(topology_st, 'Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '+fortezza')])

tickets/ticket47838_test.py:567:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '+fortezza')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '+')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47928_run_0 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47928_run_0(topology_st):
"""
No SSL version config parameters.
Check SSL3 (TLS1.0) is off.
"""
_header(topology_st, 'Test Case 13 - No SSL version config parameters')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
# add them once and remove them
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3', 'off'),
(ldap.MOD_REPLACE, 'nsTLS1', 'on'),
(ldap.MOD_REPLACE, 'sslVersionMin', 'TLS1.1'),
> (ldap.MOD_REPLACE, 'sslVersionMax', 'TLS1.2')])

tickets/ticket47838_test.py:599:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3', 'off'), (2, 'nsTLS1', 'on'), (2, 'sslVersionMin', 'TLS1.1'), (2, 'sslVersionMax', 'TLS1.2')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 13 - No SSL version config parameters INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 13 - No SSL version config parameters ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47928_run_1 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47928_run_1(topology_st):
"""
No nsSSL3, nsTLS1; sslVersionMin > sslVersionMax
Check sslVersionMax is ignored.
"""
_header(topology_st, 'Test Case 14 - No nsSSL3, nsTLS1; sslVersionMin > sslVersionMax')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'sslVersionMin', 'TLS1.2'),
> (ldap.MOD_REPLACE, 'sslVersionMax', 'TLS1.1')])

tickets/ticket47838_test.py:633:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'sslVersionMin', 'TLS1.2'), (2, 'sslVersionMax', 'TLS1.1')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'T')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 14 - No nsSSL3, nsTLS1; sslVersionMin > sslVersionMax INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 14 - No nsSSL3, nsTLS1; sslVersionMin > sslVersionMax ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47928_run_2 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47928_run_2(topology_st):
"""
nsSSL3: on; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2
Conflict between nsSSL3 and range; nsSSL3 is disabled
"""
_header(topology_st, 'Test Case 15 - nsSSL3: on; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'sslVersionMin', 'TLS1.1'),
(ldap.MOD_REPLACE, 'sslVersionMax', 'TLS1.2'),
> (ldap.MOD_REPLACE, 'nsSSL3', 'on')])

tickets/ticket47838_test.py:670:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'sslVersionMin', 'TLS1.1'), (2, 'sslVersionMax', 'TLS1.2'), (2, 'nsSSL3', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'T')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 15 - nsSSL3: on; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2 INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 15 - nsSSL3: on; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2 ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47928_run_3 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47928_run_3(topology_st):
"""
nsSSL3: on; nsTLS1: off; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2
Conflict between nsSSL3/nsTLS1 and range; nsSSL3 is disabled; nsTLS1 is enabled.
"""
_header(topology_st, 'Test Case 16 - nsSSL3: on; nsTLS1: off; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'sslVersionMin', 'TLS1.1'),
(ldap.MOD_REPLACE, 'sslVersionMax', 'TLS1.2'),
(ldap.MOD_REPLACE, 'nsSSL3', 'on'),
> (ldap.MOD_REPLACE, 'nsTLS1', 'off')])

tickets/ticket47838_test.py:717:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'sslVersionMin', 'TLS1.1'), (2, 'sslVersionMax', 'TLS1.2'), (2, 'nsSSL3', 'on'), (2, 'nsTLS1', 'off')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'T')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 16 - nsSSL3: on; nsTLS1: off; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2 INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 16 - nsSSL3: on; nsTLS1: off; sslVersionMin: TLS1.1; sslVersionMax: TLS1.2 ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47838_test.py::test_47838_run_last 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef947a668>

def test_47838_run_last(topology_st):
"""
Check nsSSL3Ciphers: all <== invalid value
All ciphers are disabled.
"""
_header(topology_st, 'Test Case 17 - Check nsSSL3Ciphers: all, which is invalid')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', None)])
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', 'all')])

tickets/ticket47838_test.py:762:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef96a7ba8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9428238>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', 'all')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'a')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Test Case 17 - Check nsSSL3Ciphers: all, which is invalid INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47838_test.py 47 INFO ############################################### ticket47838_test.py 48 INFO ####### ticket47838_test.py 49 INFO ####### Test Case 17 - Check nsSSL3Ciphers: all, which is invalid ticket47838_test.py 50 INFO ####### ticket47838_test.py 51 INFO ###############################################
Failed tickets/ticket47869MMR_test.py::test_ticket47869_init 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4ce128>

def test_ticket47869_init(topology_m2):
"""
It adds an entry ('bind_entry') and 10 test entries
It sets the anonymous aci

"""
# enable acl error logging
mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', str(8192))] # REPL
> topology_m2.ms["master1"].modify_s(DN_CONFIG, mod)

tickets/ticket47869MMR_test.py:38:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc2a8f98>
func = <built-in method modify_ext of LDAP object at 0x7f7ef948dc88>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '8192')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '8')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Failed tickets/ticket47869MMR_test.py::test_ticket47869_check 0.22
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4ce128>

def test_ticket47869_check(topology_m2):
'''
On Master 1 and 2:
Bind as Directory Manager.
Search all specifying nscpEntryWsi in the attribute list.
Check nscpEntryWsi is returned.
On Master 1 and 2:
Bind as Bind Entry.
Search all specifying nscpEntryWsi in the attribute list.
Check nscpEntryWsi is not returned.
On Master 1 and 2:
Bind as anonymous.
Search all specifying nscpEntryWsi in the attribute list.
Check nscpEntryWsi is not returned.
'''
topology_m2.ms["master1"].log.info("\n\n######################### CHECK nscpentrywsi ######################\n")

topology_m2.ms["master1"].log.info("##### Master1: Bind as %s #####" % DN_DM)
topology_m2.ms["master1"].simple_bind_s(DN_DM, PASSWORD)

topology_m2.ms["master1"].log.info("Master1: Calling search_ext...")
msgid = topology_m2.ms["master1"].search_ext(SUFFIX, ldap.SCOPE_SUBTREE, 'objectclass=*', ['nscpentrywsi'])
nscpentrywsicnt = 0
rtype, rdata, rmsgid = topology_m2.ms["master1"].result2(msgid)
topology_m2.ms["master1"].log.info("%d results" % len(rdata))

topology_m2.ms["master1"].log.info("Results:")
for dn, attrs in rdata:
topology_m2.ms["master1"].log.info("dn: %s" % dn)
if 'nscpentrywsi' in attrs:
nscpentrywsicnt += 1

topology_m2.ms["master1"].log.info("Master1: count of nscpentrywsi: %d" % nscpentrywsicnt)

topology_m2.ms["master2"].log.info("##### Master2: Bind as %s #####" % DN_DM)
topology_m2.ms["master2"].simple_bind_s(DN_DM, PASSWORD)

topology_m2.ms["master2"].log.info("Master2: Calling search_ext...")
msgid = topology_m2.ms["master2"].search_ext(SUFFIX, ldap.SCOPE_SUBTREE, 'objectclass=*', ['nscpentrywsi'])
nscpentrywsicnt = 0
rtype, rdata, rmsgid = topology_m2.ms["master2"].result2(msgid)
topology_m2.ms["master2"].log.info("%d results" % len(rdata))

topology_m2.ms["master2"].log.info("Results:")
for dn, attrs in rdata:
topology_m2.ms["master2"].log.info("dn: %s" % dn)
if 'nscpentrywsi' in attrs:
nscpentrywsicnt += 1

topology_m2.ms["master2"].log.info("Master2: count of nscpentrywsi: %d" % nscpentrywsicnt)

# bind as bind_entry
topology_m2.ms["master1"].log.info("##### Master1: Bind as %s #####" % BIND_DN)
> topology_m2.ms["master1"].simple_bind_s(BIND_DN, BIND_PW)

tickets/ticket47869MMR_test.py:140:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:444: in simple_bind_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc2a8f98>
func = <built-in method result4 of LDAP object at 0x7f7ef948dc88>
args = (57, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.INVALID_CREDENTIALS: {'desc': 'Invalid credentials'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: INVALID_CREDENTIALS
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### CHECK nscpentrywsi ###################### INFO:lib389:##### Master1: Bind as cn=Directory Manager ##### INFO:lib389:Master1: Calling search_ext... INFO:lib389:13 results INFO:lib389:Results: INFO:lib389:dn: dc=example,dc=com INFO:lib389:dn: cn=Directory Administrators,dc=example,dc=com INFO:lib389:dn: ou=Groups,dc=example,dc=com INFO:lib389:dn: ou=People,dc=example,dc=com INFO:lib389:dn: ou=Special Users,dc=example,dc=com INFO:lib389:dn: cn=Accounting Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=HR Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=QA Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=PD Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=replication_managers,dc=example,dc=com INFO:lib389:dn: ou=Services,dc=example,dc=com INFO:lib389:dn: cn=server.example.com:63701,ou=Services,dc=example,dc=com INFO:lib389:dn: cn=server.example.com:63702,ou=Services,dc=example,dc=com INFO:lib389:Master1: count of nscpentrywsi: 13 INFO:lib389:##### Master2: Bind as cn=Directory Manager ##### INFO:lib389:Master2: Calling search_ext... INFO:lib389:13 results INFO:lib389:Results: INFO:lib389:dn: dc=example,dc=com INFO:lib389:dn: cn=Directory Administrators,dc=example,dc=com INFO:lib389:dn: ou=Groups,dc=example,dc=com INFO:lib389:dn: ou=People,dc=example,dc=com INFO:lib389:dn: ou=Special Users,dc=example,dc=com INFO:lib389:dn: cn=replication_managers,dc=example,dc=com INFO:lib389:dn: ou=Services,dc=example,dc=com INFO:lib389:dn: cn=server.example.com:63701,ou=Services,dc=example,dc=com INFO:lib389:dn: cn=server.example.com:63702,ou=Services,dc=example,dc=com INFO:lib389:dn: cn=Accounting Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=HR Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=QA Managers,ou=Groups,dc=example,dc=com INFO:lib389:dn: cn=PD Managers,ou=Groups,dc=example,dc=com INFO:lib389:Master2: count of nscpentrywsi: 13 INFO:lib389:##### Master1: Bind as cn=bind_entry, dc=example,dc=com ##### ------------------------------ Captured log call -------------------------------
ticket47869MMR_test.py 102 INFO ######################### CHECK nscpentrywsi ###################### ticket47869MMR_test.py 104 INFO ##### Master1: Bind as cn=Directory Manager ##### ticket47869MMR_test.py 107 INFO Master1: Calling search_ext... ticket47869MMR_test.py 111 INFO 13 results ticket47869MMR_test.py 113 INFO Results: ticket47869MMR_test.py 115 INFO dn: dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=Directory Administrators,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: ou=Groups,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: ou=People,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: ou=Special Users,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=Accounting Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=HR Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=QA Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=PD Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=replication_managers,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: ou=Services,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=server.example.com:63701,ou=Services,dc=example,dc=com ticket47869MMR_test.py 115 INFO dn: cn=server.example.com:63702,ou=Services,dc=example,dc=com ticket47869MMR_test.py 119 INFO Master1: count of nscpentrywsi: 13 ticket47869MMR_test.py 121 INFO ##### Master2: Bind as cn=Directory Manager ##### ticket47869MMR_test.py 124 INFO Master2: Calling search_ext... ticket47869MMR_test.py 128 INFO 13 results ticket47869MMR_test.py 130 INFO Results: ticket47869MMR_test.py 132 INFO dn: dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=Directory Administrators,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: ou=Groups,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: ou=People,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: ou=Special Users,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=replication_managers,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: ou=Services,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=server.example.com:63701,ou=Services,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=server.example.com:63702,ou=Services,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=Accounting Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=HR Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=QA Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 132 INFO dn: cn=PD Managers,ou=Groups,dc=example,dc=com ticket47869MMR_test.py 136 INFO Master2: count of nscpentrywsi: 13 ticket47869MMR_test.py 139 INFO ##### Master1: Bind as cn=bind_entry, dc=example,dc=com #####
Failed tickets/ticket47871_test.py::test_ticket47871_init 0.01
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f7efc4ce320>

def test_ticket47871_init(topology_m1c1):
"""
Initialize the test environment
"""
topology_m1c1.ms["master1"].plugins.enable(name=PLUGIN_RETRO_CHANGELOG)
mod = [(ldap.MOD_REPLACE, 'nsslapd-changelogmaxage', "10s"), # 10 second triming
(ldap.MOD_REPLACE, 'nsslapd-changelog-trim-interval', "5s")]
> topology_m1c1.ms["master1"].modify_s("cn=%s,%s" % (PLUGIN_RETRO_CHANGELOG, DN_PLUGIN), mod)

tickets/ticket47871_test.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbf9ecf8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98a5800>
args = ('cn=Retro Changelog Plugin,cn=plugins,cn=config', [(2, 'nsslapd-changelogmaxage', '10s'), (2, 'nsslapd-changelog-trim-interval', '5s')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '1')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists
Failed tickets/ticket47871_test.py::test_ticket47871_1 1.02
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f7efc4ce320>

def test_ticket47871_1(topology_m1c1):
'''
ADD entries and check they are all in the retrocl
'''
# add dummy entries
for cpt in range(MAX_OTHERS):
name = "%s%d" % (OTHER_NAME, cpt)
topology_m1c1.ms["master1"].add_s(Entry(("cn=%s,%s" % (name, SUFFIX), {
'objectclass': "top person".split(),
'sn': name,
'cn': name})))

topology_m1c1.ms["master1"].log.info(
"test_ticket47871_init: %d entries ADDed %s[0..%d]" % (MAX_OTHERS, OTHER_NAME, MAX_OTHERS - 1))

# Check the number of entries in the retro changelog
time.sleep(1)
> ents = topology_m1c1.ms["master1"].search_s(RETROCL_SUFFIX, ldap.SCOPE_ONELEVEL, "(objectclass=*)")

tickets/ticket47871_test.py:75:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:852: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:846: in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
/usr/lib/python3.6/site-packages/lib389/__init__.py:135: in inner
objtype, data = f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:738: in result
resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:742: in result2
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbf9ecf8>
func = <built-in method result4 of LDAP object at 0x7f7ef98a5800>
args = (56, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_OBJECT: {'desc': 'No such object'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: NO_SUCH_OBJECT
----------------------------- Captured stderr call -----------------------------
INFO:lib389:test_ticket47871_init: 10 entries ADDed other_entry[0..9] ------------------------------ Captured log call -------------------------------
ticket47871_test.py 71 INFO test_ticket47871_init: 10 entries ADDed other_entry[0..9]
Failed tickets/ticket47871_test.py::test_ticket47871_2 6.01
topology_m1c1 = <lib389.topologies.TopologyMain object at 0x7f7efc4ce320>

def test_ticket47871_2(topology_m1c1):
'''
Wait until there is just a last entries
'''
MAX_TRIES = 10
TRY_NO = 1
while TRY_NO <= MAX_TRIES:
time.sleep(6) # at least 1 trimming occurred
> ents = topology_m1c1.ms["master1"].search_s(RETROCL_SUFFIX, ldap.SCOPE_ONELEVEL, "(objectclass=*)")

tickets/ticket47871_test.py:90:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:852: in search_s
return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:846: in search_ext_s
return self.result(msgid,all=1,timeout=timeout)[1]
/usr/lib/python3.6/site-packages/lib389/__init__.py:135: in inner
objtype, data = f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:738: in result
resp_type, resp_data, resp_msgid = self.result2(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:742: in result2
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all,timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbf9ecf8>
func = <built-in method result4 of LDAP object at 0x7f7ef98a5800>
args = (57, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_OBJECT: {'desc': 'No such object'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: NO_SUCH_OBJECT
Failed tickets/ticket47900_test.py::test_ticket47900 0.03
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efc063908>

def test_ticket47900(topology_st):
"""
Test that password administrators/root DN can
bypass password syntax/policy.

We need to test how passwords are modified in
existing entries, and when adding new entries.

Create the Password Admin entry, but do not set
it as an admin yet. Use the entry to verify invalid
passwords are caught. Then activate the password
admin and make sure it can bypass password policy.
"""

# Prepare the Password Administator
entry = Entry(ADMIN_DN)
entry.setValues('objectclass', 'top', 'person')
entry.setValues('sn', ADMIN_NAME)
entry.setValues('cn', ADMIN_NAME)
entry.setValues('userpassword', ADMIN_PWD)

topology_st.standalone.log.info("Creating Password Administator entry %s..." % ADMIN_DN)
try:
topology_st.standalone.add_s(entry)
except ldap.LDAPError as e:
topology_st.standalone.log.error('Unexpected result ' + e.message['desc'])
assert False
topology_st.standalone.log.error("Failed to add Password Administator %s, error: %s "
% (ADMIN_DN, e.message['desc']))
assert False

topology_st.standalone.log.info("Configuring password policy...")
try:
topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-pwpolicy-local', 'on'),
(ldap.MOD_REPLACE, 'passwordCheckSyntax', 'on'),
(ldap.MOD_REPLACE, 'passwordMinCategories', '1'),
(ldap.MOD_REPLACE, 'passwordMinTokenLength', '1'),
(ldap.MOD_REPLACE, 'passwordExp', 'on'),
(ldap.MOD_REPLACE, 'passwordMinDigits', '1'),
> (ldap.MOD_REPLACE, 'passwordMinSpecials', '1')])

tickets/ticket47900_test.py:67:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef957a940>
func = <built-in method modify_ext of LDAP object at 0x7f7ef95828a0>
args = ('cn=config', [(2, 'nsslapd-pwpolicy-local', 'on'), (2, 'passwordCheckSyntax', 'on'), (2, 'passwordMinCategories', '1'), (2, 'passwordMinTokenLength', '1'), (2, 'passwordExp', 'on'), (2, 'passwordMinDigits', '1'), ...], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:Creating Password Administator entry cn=passwd_admin,dc=example,dc=com... INFO:lib389:Configuring password policy... ------------------------------ Captured log call -------------------------------
ticket47900_test.py 49 INFO Creating Password Administator entry cn=passwd_admin,dc=example,dc=com... ticket47900_test.py 59 INFO Configuring password policy...
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_start_end_positive 0.14
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efbc625f8>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_start_end_positive(topology_st, log_dir):
'''
Execute logconv.pl with -S and -E(endtime) with random time stamp
This is execute successfully
'''
#
# Execute logconv.pl -S -E with random timestamp
#
log.info('Running test_ticket47910 - Execute logconv.pl -S -E with random values')

log.info("taking current time with offset of 2 mins and formatting it to feed -S")
start_time_stamp = (datetime.now() - timedelta(minutes=2))
formatted_start_time_stamp = format_time(start_time_stamp)

log.info("taking current time with offset of 2 mins and formatting it to feed -E")
end_time_stamp = (datetime.now() + timedelta(minutes=2))
formatted_end_time_stamp = format_time(end_time_stamp)

log.info("Executing logconv.pl with -S and -E")
> result = execute_logconv(topology_st.standalone, formatted_start_time_stamp, formatted_end_time_stamp, log_dir)

tickets/ticket47910_test.py:87:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

inst = <lib389.DirSrv object at 0x7f7efc4ceef0>
start_time_stamp = '[30/Jun/2018:20:37:45]'
end_time_stamp = '[30/Jun/2018:20:41:45]'
access_log = '/var/log/dirsrv/slapd-standalone1/access'

def execute_logconv(inst, start_time_stamp, end_time_stamp, access_log):
'''
This function will take start time and end time
as input parameter and
assign these values to -S and -E options of logconv
and, it will execute logconv and return result value
'''

log.info("Executing logconv.pl with -S current time and -E end time")
cmd = [os.path.join(inst.get_bin_dir(), 'logconv.pl'), '-S', start_time_stamp, '-E', end_time_stamp, access_log]
log.info(" ".join(cmd))
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = proc.communicate()
> log.info("standard output" + stdout)
E TypeError: must be str, not bytes

tickets/ticket47910_test.py:63: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.utils:Diable access log buffering INFO:lib389.utils:Do a ldapsearch operation INFO:lib389.utils:sleep for sometime so that access log file get generated ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ticket47910_test.py 33 INFO Diable access log buffering ticket47910_test.py 36 INFO Do a ldapsearch operation ticket47910_test.py 39 INFO sleep for sometime so that access log file get generated----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Running test_ticket47910 - Execute logconv.pl -S -E with random values INFO:lib389.utils:taking current time with offset of 2 mins and formatting it to feed -S INFO:lib389.utils:taking current time with offset of 2 mins and formatting it to feed -E INFO:lib389.utils:Executing logconv.pl with -S and -E INFO:lib389.utils:Executing logconv.pl with -S current time and -E end time INFO:lib389.utils:/usr/bin/logconv.pl -S [30/Jun/2018:20:37:45] -E [30/Jun/2018:20:41:45] /var/log/dirsrv/slapd-standalone1/access ------------------------------ Captured log call -------------------------------
ticket47910_test.py 76 INFO Running test_ticket47910 - Execute logconv.pl -S -E with random values ticket47910_test.py 78 INFO taking current time with offset of 2 mins and formatting it to feed -S ticket47910_test.py 82 INFO taking current time with offset of 2 mins and formatting it to feed -E ticket47910_test.py 86 INFO Executing logconv.pl with -S and -E ticket47910_test.py 58 INFO Executing logconv.pl with -S current time and -E end time ticket47910_test.py 60 INFO /usr/bin/logconv.pl -S [30/Jun/2018:20:37:45] -E [30/Jun/2018:20:41:45] /var/log/dirsrv/slapd-standalone1/access
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_start_end_negative 0.12
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efbc625f8>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_start_end_negative(topology_st, log_dir):
'''
Execute logconv.pl with -S and -E(endtime) with random time stamp
This is a negative test case, where endtime will be lesser than the
starttime
This should give error message
'''

#
# Execute logconv.pl -S and -E with random timestamp
#
log.info('Running test_ticket47910 - Execute logconv.pl -S -E with starttime>endtime')

log.info("taking current time with offset of 2 mins and formatting it to feed -S")
start_time_stamp = (datetime.now() + timedelta(minutes=2))
formatted_start_time_stamp = format_time(start_time_stamp)

log.info("taking current time with offset of 2 mins and formatting it to feed -E")
end_time_stamp = (datetime.now() - timedelta(minutes=2))
formatted_end_time_stamp = format_time(end_time_stamp)

log.info("Executing logconv.pl with -S and -E")
> result = execute_logconv(topology_st.standalone, formatted_start_time_stamp, formatted_end_time_stamp, log_dir)

tickets/ticket47910_test.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

inst = <lib389.DirSrv object at 0x7f7efc4ceef0>
start_time_stamp = '[30/Jun/2018:20:41:45]'
end_time_stamp = '[30/Jun/2018:20:37:45]'
access_log = '/var/log/dirsrv/slapd-standalone1/access'

def execute_logconv(inst, start_time_stamp, end_time_stamp, access_log):
'''
This function will take start time and end time
as input parameter and
assign these values to -S and -E options of logconv
and, it will execute logconv and return result value
'''

log.info("Executing logconv.pl with -S current time and -E end time")
cmd = [os.path.join(inst.get_bin_dir(), 'logconv.pl'), '-S', start_time_stamp, '-E', end_time_stamp, access_log]
log.info(" ".join(cmd))
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = proc.communicate()
> log.info("standard output" + stdout)
E TypeError: must be str, not bytes

tickets/ticket47910_test.py:63: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Running test_ticket47910 - Execute logconv.pl -S -E with starttime>endtime INFO:lib389.utils:taking current time with offset of 2 mins and formatting it to feed -S INFO:lib389.utils:taking current time with offset of 2 mins and formatting it to feed -E INFO:lib389.utils:Executing logconv.pl with -S and -E INFO:lib389.utils:Executing logconv.pl with -S current time and -E end time INFO:lib389.utils:/usr/bin/logconv.pl -S [30/Jun/2018:20:41:45] -E [30/Jun/2018:20:37:45] /var/log/dirsrv/slapd-standalone1/access ------------------------------ Captured log call -------------------------------
ticket47910_test.py 102 INFO Running test_ticket47910 - Execute logconv.pl -S -E with starttime>endtime ticket47910_test.py 104 INFO taking current time with offset of 2 mins and formatting it to feed -S ticket47910_test.py 108 INFO taking current time with offset of 2 mins and formatting it to feed -E ticket47910_test.py 112 INFO Executing logconv.pl with -S and -E ticket47910_test.py 58 INFO Executing logconv.pl with -S current time and -E end time ticket47910_test.py 60 INFO /usr/bin/logconv.pl -S [30/Jun/2018:20:41:45] -E [30/Jun/2018:20:37:45] /var/log/dirsrv/slapd-standalone1/access
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_start_end_invalid 0.13
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efbc625f8>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_start_end_invalid(topology_st, log_dir):
'''
Execute logconv.pl with -S and -E(endtime) with invalid time stamp
This is a negative test case, where it should give error message
'''
#
# Execute logconv.pl -S and -E with invalid timestamp
#
log.info('Running test_ticket47910 - Execute logconv.pl -S -E with invalid timestamp')
log.info("Set start time and end time to invalid values")
start_time_stamp = "invalid"
end_time_stamp = "invalid"

log.info("Executing logconv.pl with -S and -E")
> result = execute_logconv(topology_st.standalone, start_time_stamp, end_time_stamp, log_dir)

tickets/ticket47910_test.py:131:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

inst = <lib389.DirSrv object at 0x7f7efc4ceef0>, start_time_stamp = 'invalid'
end_time_stamp = 'invalid'
access_log = '/var/log/dirsrv/slapd-standalone1/access'

def execute_logconv(inst, start_time_stamp, end_time_stamp, access_log):
'''
This function will take start time and end time
as input parameter and
assign these values to -S and -E options of logconv
and, it will execute logconv and return result value
'''

log.info("Executing logconv.pl with -S current time and -E end time")
cmd = [os.path.join(inst.get_bin_dir(), 'logconv.pl'), '-S', start_time_stamp, '-E', end_time_stamp, access_log]
log.info(" ".join(cmd))
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = proc.communicate()
> log.info("standard output" + stdout)
E TypeError: must be str, not bytes

tickets/ticket47910_test.py:63: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Running test_ticket47910 - Execute logconv.pl -S -E with invalid timestamp INFO:lib389.utils:Set start time and end time to invalid values INFO:lib389.utils:Executing logconv.pl with -S and -E INFO:lib389.utils:Executing logconv.pl with -S current time and -E end time INFO:lib389.utils:/usr/bin/logconv.pl -S invalid -E invalid /var/log/dirsrv/slapd-standalone1/access ------------------------------ Captured log call -------------------------------
ticket47910_test.py 125 INFO Running test_ticket47910 - Execute logconv.pl -S -E with invalid timestamp ticket47910_test.py 126 INFO Set start time and end time to invalid values ticket47910_test.py 130 INFO Executing logconv.pl with -S and -E ticket47910_test.py 58 INFO Executing logconv.pl with -S current time and -E end time ticket47910_test.py 60 INFO /usr/bin/logconv.pl -S invalid -E invalid /var/log/dirsrv/slapd-standalone1/access
Failed tickets/ticket47910_test.py::test_ticket47910_logconv_noaccesslogs 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efbc625f8>
log_dir = '/var/log/dirsrv/slapd-standalone1/access'

def test_ticket47910_logconv_noaccesslogs(topology_st, log_dir):
'''
Execute logconv.pl -S(starttime) without specify
access logs location
'''

#
# Execute logconv.pl -S with random timestamp and no access log location
#
log.info('Running test_ticket47910 - Execute logconv.pl without access logs')

log.info("taking current time with offset of 2 mins and formatting it to feed -S")
time_stamp = (datetime.now() - timedelta(minutes=2))
formatted_time_stamp = format_time(time_stamp)
log.info("Executing logconv.pl with -S current time")
cmd = [os.path.join(topology_st.standalone.get_bin_dir(), 'logconv.pl'), '-S', formatted_time_stamp]
log.info(" ".join(cmd))
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = proc.communicate()
> log.info("standard output" + stdout)
E TypeError: must be str, not bytes

tickets/ticket47910_test.py:154: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Running test_ticket47910 - Execute logconv.pl without access logs INFO:lib389.utils:taking current time with offset of 2 mins and formatting it to feed -S INFO:lib389.utils:Executing logconv.pl with -S current time INFO:lib389.utils:/usr/bin/logconv.pl -S [30/Jun/2018:20:37:45] ------------------------------ Captured log call -------------------------------
ticket47910_test.py 144 INFO Running test_ticket47910 - Execute logconv.pl without access logs ticket47910_test.py 146 INFO taking current time with offset of 2 mins and formatting it to feed -S ticket47910_test.py 149 INFO Executing logconv.pl with -S current time ticket47910_test.py 151 INFO /usr/bin/logconv.pl -S [30/Jun/2018:20:37:45]
Failed tickets/ticket47920_test.py::test_ticket47920_mod_readentry_ctrl 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef9899400>

def test_ticket47920_mod_readentry_ctrl(topology_st):
_header(topology_st, 'MOD: with a readentry control')

topology_st.standalone.log.info("Check the initial value of the entry")
ent = topology_st.standalone.getEntry(ACTIVE_USER_DN, ldap.SCOPE_BASE, "(objectclass=*)", ['description'])
assert ent.hasAttr('description')
> assert ent.getValue('description') == INITIAL_DESC
E AssertionError: assert b'inital description' == 'inital description'
E + where b'inital description' = <bound method Entry.getValue of dn: cn=active guy,cn=accounts,cn=in,dc=example,dc=com\ndescription: inital description\n\n>('description')
E + where <bound method Entry.getValue of dn: cn=active guy,cn=accounts,cn=in,dc=example,dc=com\ndescription: inital description\n\n> = dn: cn=active guy,cn=accounts,cn=in,dc=example,dc=com\ndescription: inital description\n\n.getValue

tickets/ticket47920_test.py:108: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### MOD: with a readentry control INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Check the initial value of the entry ------------------------------ Captured log call -------------------------------
ticket47920_test.py 64 INFO ############################################### ticket47920_test.py 65 INFO ####### ticket47920_test.py 66 INFO ####### MOD: with a readentry control ticket47920_test.py 67 INFO ####### ticket47920_test.py 68 INFO ############################################### ticket47920_test.py 105 INFO Check the initial value of the entry
Failed tickets/ticket47921_test.py::test_ticket47921 0.01
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef973a630>

def test_ticket47921(topology_st):
'''
Test that indirect cos reflects the current value of the indirect entry
'''

INDIRECT_COS_DN = 'cn=cos definition,' + DEFAULT_SUFFIX
MANAGER_DN = 'uid=my manager,ou=people,' + DEFAULT_SUFFIX
USER_DN = 'uid=user,ou=people,' + DEFAULT_SUFFIX

# Add COS definition
try:
topology_st.standalone.add_s(Entry((INDIRECT_COS_DN,
{
'objectclass': 'top cosSuperDefinition cosIndirectDefinition ldapSubEntry'.split(),
'cosIndirectSpecifier': 'manager',
'cosAttribute': 'roomnumber'
})))
except ldap.LDAPError as e:
log.fatal('Failed to add cos defintion, error: ' + e.message['desc'])
assert False

# Add manager entry
try:
topology_st.standalone.add_s(Entry((MANAGER_DN,
{'objectclass': 'top extensibleObject'.split(),
'uid': 'my manager',
'roomnumber': '1'
})))
except ldap.LDAPError as e:
log.fatal('Failed to add manager entry, error: ' + e.message['desc'])
assert False

# Add user entry
try:
topology_st.standalone.add_s(Entry((USER_DN,
{'objectclass': 'top person organizationalPerson inetorgperson'.split(),
'sn': 'last',
'cn': 'full',
'givenname': 'mark',
'uid': 'user',
'manager': MANAGER_DN
})))
except ldap.LDAPError as e:
log.fatal('Failed to add manager entry, error: ' + e.message['desc'])
assert False

# Test COS is working
try:
entry = topology_st.standalone.search_s(DEFAULT_SUFFIX, ldap.SCOPE_SUBTREE,
"uid=user",
['roomnumber'])
if entry:
if entry[0].getValue('roomnumber') != '1':
log.fatal('COS is not working.')
> assert False
E assert False

tickets/ticket47921_test.py:72: AssertionError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket47921_test:COS is not working. ------------------------------ Captured log call -------------------------------
ticket47921_test.py 71 CRITICAL COS is not working.
Failed tickets/ticket47950_test.py::test_ticket47950 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7efbc622b0>

def test_ticket47950(topology_st):
"""
Testing nsslapd-plugin-binddn-tracking does not cause issues around
access control and reconfiguring replication/repl agmt.
"""

log.info('Testing Ticket 47950 - Testing nsslapd-plugin-binddn-tracking')

#
# Turn on bind dn tracking
#
try:
> topology_st.standalone.modify_s("cn=config", [(ldap.MOD_REPLACE, 'nsslapd-plugin-binddn-tracking', 'on')])

tickets/ticket47950_test.py:39:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbfb56d8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef973f148>
args = ('cn=config', [(2, 'nsslapd-plugin-binddn-tracking', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47950_test:Testing Ticket 47950 - Testing nsslapd-plugin-binddn-tracking ------------------------------ Captured log call -------------------------------
ticket47950_test.py 33 INFO Testing Ticket 47950 - Testing nsslapd-plugin-binddn-tracking
Failed tickets/ticket47966_test.py::test_ticket47966 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef973a320>

def test_ticket47966(topology_m2):
'''
Testing bulk import when the backend with VLV was recreated.
If the test passes without the server crash, 47966 is verified.
'''
log.info('Testing Ticket 47966 - [VLV] slapd crashes during Dogtag clone reinstallation')
M1 = topology_m2.ms["master1"]
M2 = topology_m2.ms["master2"]
m1_m2_agmt = M1.agreement.list(suffix=DEFAULT_SUFFIX)[0].dn

log.info('0. Create a VLV index on Master 2.')
# get the backend entry
be = M2.replica.conn.backend.list(suffix=DEFAULT_SUFFIX)
if not be:
log.fatal("ticket47966: enable to retrieve the backend for %s" % DEFAULT_SUFFIX)
raise ValueError("no backend for suffix %s" % DEFAULT_SUFFIX)
bent = be[0]
beName = bent.getValue('cn')
beDn = "cn=%s,cn=ldbm database,cn=plugins,cn=config" % beName

# generate vlvSearch entry
vlvSrchDn = "cn=vlvSrch,%s" % beDn
log.info('0-1. vlvSearch dn: %s' % vlvSrchDn)
vlvSrchEntry = Entry(vlvSrchDn)
vlvSrchEntry.setValues('objectclass', 'top', 'vlvSearch')
vlvSrchEntry.setValues('cn', 'vlvSrch')
vlvSrchEntry.setValues('vlvBase', DEFAULT_SUFFIX)
vlvSrchEntry.setValues('vlvFilter', '(|(objectclass=*)(objectclass=ldapsubentry))')
vlvSrchEntry.setValues('vlvScope', '2')
> M2.add_s(vlvSrchEntry)

tickets/ticket47966_test.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:163: in inner
return f(ent.dn, ent.toTupleList(), *args[2:])
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:428: in add_s
return self.add_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:165: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:414: in add_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbfb52e8>
func = <built-in method result4 of LDAP object at 0x7f7ef9547a30>
args = (29, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.NO_SUCH_OBJECT: {'desc': 'No such object'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: NO_SUCH_OBJECT
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47966_test:Testing Ticket 47966 - [VLV] slapd crashes during Dogtag clone reinstallation INFO:tests.tickets.ticket47966_test:0. Create a VLV index on Master 2. INFO:lib389:List backend with suffix=dc=example,dc=com INFO:tests.tickets.ticket47966_test:0-1. vlvSearch dn: cn=vlvSrch,cn=b'userRoot',cn=ldbm database,cn=plugins,cn=config ------------------------------ Captured log call -------------------------------
ticket47966_test.py 26 INFO Testing Ticket 47966 - [VLV] slapd crashes during Dogtag clone reinstallation ticket47966_test.py 31 INFO 0. Create a VLV index on Master 2. backend.py 71 INFO List backend with suffix=dc=example,dc=com ticket47966_test.py 43 INFO 0-1. vlvSearch dn: cn=vlvSrch,cn=b'userRoot',cn=ldbm database,cn=plugins,cn=config
Failed tickets/ticket47988_test.py::test_ticket47988_init 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_init(topology_m2):
"""
It adds
- Objectclass with MAY 'member'
- an entry ('bind_entry') with which we bind to test the 'SELFDN' operation
It deletes the anonymous aci

"""

_header(topology_m2, 'test_ticket47988_init')

# enable acl error logging
mod = [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', str(8192))] # REPL
> topology_m2.ms["master1"].modify_s(DN_CONFIG, mod)

tickets/ticket47988_test.py:118:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc4ce2b0>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b5b328>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '8192')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '8')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_init INFO:lib389:####### INFO:lib389:################################################### ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_init ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_1 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_1(topology_m2):
'''
Check that replication is working and pause replication M2->M1
'''
_header(topology_m2, 'test_ticket47988_1')

topology_m2.ms["master1"].log.debug("\n\nCheck that replication is working and pause replication M2->M1\n")
> _do_update_entry(supplier=topology_m2.ms["master2"], consumer=topology_m2.ms["master1"], attempts=5)

tickets/ticket47988_test.py:231:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47988_test.py:181: in _do_update_entry
supplier.modify_s(entryDN, mod)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efbfb5048>
func = <built-in method modify_ext of LDAP object at 0x7f7efbc88a08>
args = ('cn=other_entry0,dc=example,dc=com', [(2, 'telephonenumber', '164')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '1')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_1 INFO:lib389:####### INFO:lib389:################################################### ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_1 ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_2 0.09
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_2(topology_m2):
'''
Update M1 schema and trigger update M1->M2
So M1 should learn new/extended definitions that are in M2 schema
'''
_header(topology_m2, 'test_ticket47988_2')

topology_m2.ms["master1"].log.debug("\n\nUpdate M1 schema and an entry on M1\n")
master1_schema_csn = topology_m2.ms["master1"].schema.get_schema_csn()
master2_schema_csn = topology_m2.ms["master2"].schema.get_schema_csn()
topology_m2.ms["master1"].log.debug("\nBefore updating the schema on M1\n")
topology_m2.ms["master1"].log.debug("Master1 nsschemaCSN: %s" % master1_schema_csn)
topology_m2.ms["master1"].log.debug("Master2 nsschemaCSN: %s" % master2_schema_csn)

# Here M1 should no, should check M2 schema and learn
> _do_update_schema(topology_m2.ms["master1"])

tickets/ticket47988_test.py:250:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47988_test.py:168: in _do_update_schema
server.modify_s('cn=schema', mod)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc4ce2b0>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b5b328>
args = ('cn=schema', [(0, 'objectclasses', "( 2.16.840.1.113730.3.8.12.4541 NAME 'thierry4541' DESC 'Override for Group Attributes' STRUCTURAL MUST ( cn ) MAY sn X-ORIGIN ( 'IPA v4.1.2' 'user defined' ) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_2 INFO:lib389:####### INFO:lib389:################################################### ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_2 ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_3 2.01
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_3(topology_m2):
'''
Resume replication M2->M1 and check replication is still working
'''
_header(topology_m2, 'test_ticket47988_3')

_resume_M2_to_M1(topology_m2)
> _do_update_entry(supplier=topology_m2.ms["master1"], consumer=topology_m2.ms["master2"], attempts=5)

tickets/ticket47988_test.py:281:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47988_test.py:181: in _do_update_entry
supplier.modify_s(entryDN, mod)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc4ce2b0>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b5b328>
args = ('cn=other_entry0,dc=example,dc=com', [(2, 'telephonenumber', '160')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '1')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_3 INFO:lib389:####### INFO:lib389:################################################### INFO:lib389: ######################### resume RA M2->M1 ###################### INFO:lib389:Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_3 ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ################################################### ticket47988_test.py 218 INFO ######################### resume RA M2->M1 ###################### agreement.py 856 INFO Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config
Failed tickets/ticket47988_test.py::test_ticket47988_4 0.09
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_4(topology_m2):
'''
Check schemaCSN is identical on both server
And save the nsschemaCSN to later check they do not change unexpectedly
'''
_header(topology_m2, 'test_ticket47988_4')

master1_schema_csn = topology_m2.ms["master1"].schema.get_schema_csn()
master2_schema_csn = topology_m2.ms["master2"].schema.get_schema_csn()
topology_m2.ms["master1"].log.debug("\n\nMaster1 nsschemaCSN: %s" % master1_schema_csn)
topology_m2.ms["master1"].log.debug("\n\nMaster2 nsschemaCSN: %s" % master2_schema_csn)
> assert (master1_schema_csn)
E assert None

tickets/ticket47988_test.py:296: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_4 INFO:lib389:####### INFO:lib389:################################################### ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_4 ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_5 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_5(topology_m2):
'''
Check schemaCSN do not change unexpectedly
'''
_header(topology_m2, 'test_ticket47988_5')

> _do_update_entry(supplier=topology_m2.ms["master1"], consumer=topology_m2.ms["master2"], attempts=5)

tickets/ticket47988_test.py:310:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47988_test.py:181: in _do_update_entry
supplier.modify_s(entryDN, mod)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc4ce2b0>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b5b328>
args = ('cn=other_entry0,dc=example,dc=com', [(2, 'telephonenumber', '143')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '1')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_5 INFO:lib389:####### INFO:lib389:################################################### ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_5 ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ###################################################
Failed tickets/ticket47988_test.py::test_ticket47988_6 0.09
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7efc4f7c50>

def test_ticket47988_6(topology_m2):
'''
Update M1 schema and trigger update M2->M1
So M2 should learn new/extended definitions that are in M1 schema
'''

_header(topology_m2, 'test_ticket47988_6')

topology_m2.ms["master1"].log.debug("\n\nUpdate M1 schema and an entry on M1\n")
master1_schema_csn = topology_m2.ms["master1"].schema.get_schema_csn()
master2_schema_csn = topology_m2.ms["master2"].schema.get_schema_csn()
topology_m2.ms["master1"].log.debug("\nBefore updating the schema on M1\n")
topology_m2.ms["master1"].log.debug("Master1 nsschemaCSN: %s" % master1_schema_csn)
topology_m2.ms["master1"].log.debug("Master2 nsschemaCSN: %s" % master2_schema_csn)

# Here M1 should no, should check M2 schema and learn
> _do_update_schema(topology_m2.ms["master1"], range=5999)

tickets/ticket47988_test.py:340:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket47988_test.py:168: in _do_update_schema
server.modify_s('cn=schema', mod)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7efc4ce2b0>
func = <built-in method modify_ext of LDAP object at 0x7f7ee8b5b328>
args = ('cn=schema', [(0, 'objectclasses', "( 2.16.840.1.113730.3.8.12.6469 NAME 'thierry6469' DESC 'Override for Group Attributes' STRUCTURAL MUST ( cn ) MAY sn X-ORIGIN ( 'IPA v4.1.2' 'user defined' ) )")], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### test_ticket47988_6 INFO:lib389:####### INFO:lib389:################################################### ------------------------------ Captured log call -------------------------------
ticket47988_test.py 61 INFO ############################################### ticket47988_test.py 62 INFO ####### ticket47988_test.py 63 INFO ####### test_ticket47988_6 ticket47988_test.py 64 INFO ####### ticket47988_test.py 65 INFO ###################################################
Failed tickets/ticket48013_test.py::test_ticket48013 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef9564390>

def test_ticket48013(topology_st):
'''
Content Synchonization: Test that invalid cookies are caught
'''

cookies = ('#', '##', 'a#a#a', 'a#a#1')

# Enable dynamic plugins
try:
> topology_st.standalone.modify_s(DN_CONFIG, [(ldap.MOD_REPLACE, 'nsslapd-dynamic-plugins', 'on')])

tickets/ticket48013_test.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef93cef60>
func = <built-in method modify_ext of LDAP object at 0x7f7ef95e1198>
args = ('cn=config', [(2, 'nsslapd-dynamic-plugins', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48026_test.py::test_ticket48026 0.01
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee96f3ac8>

def test_ticket48026(topology_st):
'''
Test that multiple attribute uniqueness works correctly.
'''
# Configure the plugin
inst = topology_st.standalone
inst.plugins.enable(name=PLUGIN_ATTR_UNIQUENESS)

try:
# This plugin enable / disable doesn't seem to create the nsslapd-pluginId correctly?
inst.modify_s('cn=' + PLUGIN_ATTR_UNIQUENESS + ',cn=plugins,cn=config',
[(ldap.MOD_REPLACE, 'uniqueness-attribute-name', 'mail'),
(ldap.MOD_ADD, 'uniqueness-attribute-name',
> 'mailAlternateAddress'),
])

tickets/ticket48026_test.py:39:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ee81bfda0>
func = <built-in method modify_ext of LDAP object at 0x7f7ef92fc440>
args = ('cn=attribute uniqueness,cn=plugins,cn=config', [(2, 'uniqueness-attribute-name', 'mail'), (0, 'uniqueness-attribute-name', 'mailAlternateAddress')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'm')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48109_test.py::test_ticket48109 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ee96f3780>

def test_ticket48109(topology_st):
'''
Set SubStr lengths to cn=uid,cn=index,...
objectClass: extensibleObject
nsIndexType: sub
nsSubStrBegin: 2
nsSubStrEnd: 2
'''
log.info('Test case 0')
# add substr setting to UID_INDEX
try:
topology_st.standalone.modify_s(UID_INDEX,
[(ldap.MOD_ADD, 'objectClass', 'extensibleObject'),
(ldap.MOD_ADD, 'nsIndexType', 'sub'),
(ldap.MOD_ADD, 'nsSubStrBegin', '2'),
> (ldap.MOD_ADD, 'nsSubStrEnd', '2')])

tickets/ticket48109_test.py:37:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ee9bbc6d8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef985e800>
args = ('cn=uid,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config', [(0, 'objectClass', 'extensibleObject'), (0, 'nsIndexType', 'sub'), (0, 'nsSubStrBegin', '2'), (0, 'nsSubStrEnd', '2')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'e')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48109_test:Test case 0 ------------------------------ Captured log call -------------------------------
ticket48109_test.py 30 INFO Test case 0
Failed tickets/ticket48170_test.py::test_ticket48170 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef9840550>

def test_ticket48170(topology_st):
'''
Attempt to add a nsIndexType wikth an invalid value: "eq,pres"
'''

INDEX_DN = 'cn=cn,cn=index,cn=userroot,cn=ldbm database,cn=plugins,cn=config'
REJECTED = False
try:
> topology_st.standalone.modify_s(INDEX_DN, [(ldap.MOD_ADD, 'nsINdexType', 'eq,pres')])

tickets/ticket48170_test.py:25:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef9840278>
func = <built-in method modify_ext of LDAP object at 0x7f7ef9521b70>
args = ('cn=cn,cn=index,cn=userroot,cn=ldbm database,cn=plugins,cn=config', [(0, 'nsINdexType', 'eq,pres')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'e')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48194_test.py::test_init 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_init(topology_st):
"""
Generate self signed cert and import it to the DS cert db.
Enable SSL
"""
_header(topology_st, 'Testing Ticket 48194 - harden the list of ciphers available by default')

> topology_st.standalone.nss_ssl.reinit()

tickets/ticket48194_test.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>, name = 'nss_ssl'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'nss_ssl'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Testing Ticket 48194 - harden the list of ciphers available by default INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Testing Ticket 48194 - harden the list of ciphers available by default ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_0 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_0(topology_st):
"""
Check nsSSL3Ciphers: +all
All ciphers are enabled except null.
Note: allowWeakCipher: on
"""
_header(topology_st, 'Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '64')])

tickets/ticket48194_test.py:125:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '64')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '6')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 1 - Check the ciphers availability for "+all"; allowWeakCipher: on ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_1 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_1(topology_st):
"""
Check nsSSL3Ciphers: +all
All ciphers are enabled except null.
Note: default allowWeakCipher (i.e., off) for +all
"""
_header(topology_st, 'Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(CONFIG_DN, [(ldap.MOD_REPLACE, 'nsslapd-errorlog-level', '64')])

tickets/ticket48194_test.py:143:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=config', [(2, 'nsslapd-errorlog-level', '64')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '6')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 2 - Check the ciphers availability for "+all" with default allowWeakCiphers ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_2 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_2(topology_st):
"""
Check nsSSL3Ciphers: +rsa_aes_128_sha,+rsa_aes_256_sha
rsa_aes_128_sha, tls_rsa_aes_128_sha, rsa_aes_256_sha, tls_rsa_aes_256_sha are enabled.
default allowWeakCipher
"""
_header(topology_st,
'Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN,
> [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '+rsa_aes_128_sha,+rsa_aes_256_sha')])

tickets/ticket48194_test.py:169:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '+rsa_aes_128_sha,+rsa_aes_256_sha')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '+')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 3 - Check the ciphers availability for "+rsa_aes_128_sha,+rsa_aes_256_sha" with default allowWeakCipher ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_3 0.10
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_3(topology_st):
"""
Check nsSSL3Ciphers: -all
All ciphers are disabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 4 - Check the ciphers availability for "-all"')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '-all')])

tickets/ticket48194_test.py:193:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '-all')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '-')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 4 - Check the ciphers availability for "-all" INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 4 - Check the ciphers availability for "-all" ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_4 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_4(topology_st):
"""
Check no nsSSL3Ciphers
Default ciphers are enabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 5 - Check no nsSSL3Ciphers (-all) with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_DELETE, 'nsSSL3Ciphers', '-all')])

tickets/ticket48194_test.py:215:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(1, 'nsSSL3Ciphers', '-all')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '-')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 5 - Check no nsSSL3Ciphers (-all) with default allowWeakCipher INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 5 - Check no nsSSL3Ciphers (-all) with default allowWeakCipher ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_5 0.10
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_5(topology_st):
"""
Check nsSSL3Ciphers: default
Default ciphers are enabled.
default allowWeakCipher
"""
_header(topology_st, 'Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', 'default')])

tickets/ticket48194_test.py:237:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', 'default')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'd')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 6 - Check default nsSSL3Ciphers (default setting) with default allowWeakCipher ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_6 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_6(topology_st):
"""
Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256
All ciphers are disabled.
default allowWeakCipher
"""
_header(topology_st,
'Test Case 7 - Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256 with default allowWeakCipher')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN,
> [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '+all,-TLS_RSA_WITH_AES_256_CBC_SHA256')])

tickets/ticket48194_test.py:261:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '+all,-TLS_RSA_WITH_AES_256_CBC_SHA256')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '+')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 7 - Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256 with default allowWeakCipher INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 7 - Check nsSSL3Ciphers: +all,-TLS_RSA_WITH_AES_256_CBC_SHA256 with default allowWeakCipher ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_8 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_8(topology_st):
"""
Check nsSSL3Ciphers: default + allowWeakCipher: off
Strong Default ciphers are enabled.
"""
_header(topology_st, 'Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off)')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', 'default'),
> (ldap.MOD_REPLACE, 'allowWeakCipher', 'off')])

tickets/ticket48194_test.py:284:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', 'default'), (2, 'allowWeakCipher', 'off')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'd')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off) INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 9 - Check default nsSSL3Ciphers (default setting + allowWeakCipher: off) ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_9 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_9(topology_st):
"""
Check no nsSSL3Ciphers
Default ciphers are enabled.
allowWeakCipher: on
nsslapd-errorlog-level: 0
"""
_header(topology_st,
'Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', None),
> (ldap.MOD_REPLACE, 'allowWeakCipher', 'on')])

tickets/ticket48194_test.py:309:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', None), (2, 'allowWeakCipher', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 10 - Check no nsSSL3Ciphers (default setting) with no errorlog-level & allowWeakCipher on ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48194_test.py::test_run_11 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93ca198>

def test_run_11(topology_st):
"""
Check nsSSL3Ciphers: +fortezza
SSL_GetImplementedCiphers does not return this as a secuire cipher suite
"""
_header(topology_st, 'Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported')

topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)
> topology_st.standalone.modify_s(ENCRYPTION_DN, [(ldap.MOD_REPLACE, 'nsSSL3Ciphers', '+fortezza')])

tickets/ticket48194_test.py:331:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b128>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98493a0>
args = ('cn=encryption,cn=config', [(2, 'nsSSL3Ciphers', '+fortezza')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '+')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket48194_test.py 38 INFO ############################################### ticket48194_test.py 39 INFO ####### Test Case 12 - Check nsSSL3Ciphers: +fortezza, which is not supported ticket48194_test.py 40 INFO ###############################################
Failed tickets/ticket48212_test.py::test_ticket48212 2.13
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef962ef60>

def test_ticket48212(topology_st):
"""
Import posixAccount entries.
Index uidNumber
add nsMatchingRule: integerOrderingMatch
run dbverify to see if it reports the db corruption or not
delete nsMatchingRule: integerOrderingMatch
run dbverify to see if it reports the db corruption or not
if no corruption is reported, the bug fix was verified.
"""
log.info(
'Testing Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the attrinfo thus following reindexing, as well.')

# bind as directory manager
topology_st.standalone.log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

data_dir_path = topology_st.standalone.getDir(__file__, DATA_DIR)
ldif_file = data_dir_path + "ticket48212/" + _MYLDIF
try:
ldif_dir = topology_st.standalone.get_ldif_dir()
shutil.copy(ldif_file, ldif_dir)
ldif_file = ldif_dir + '/' + _MYLDIF
except:
log.fatal('Failed to copy ldif to instance ldif dir')
assert False

topology_st.standalone.log.info(
"\n\n######################### Import Test data (%s) ######################\n" % ldif_file)
args = {TASK_WAIT: True}
importTask = Tasks(topology_st.standalone)
importTask.importLDIF(MYSUFFIX, MYSUFFIXBE, ldif_file, args)
args = {TASK_WAIT: True}

> runDbVerify(topology_st)

tickets/ticket48212_test.py:88:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket48212_test.py:18: in runDbVerify
sbin_dir = get_sbin_dir(prefix=topology_st.standalone.prefix)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea20b588>, name = 'prefix'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'prefix'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48212_test:Testing Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the attrinfo thus following reindexing, as well. INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######################### Import Test data (/var/lib/dirsrv/slapd-standalone1/ldif/example1k_posix.ldif) ###################### INFO:lib389:Import task import_06302018_204514 for file /var/lib/dirsrv/slapd-standalone1/ldif/example1k_posix.ldif completed successfully INFO:lib389: +++++ dbverify +++++ ------------------------------ Captured log call -------------------------------
ticket48212_test.py 65 INFO Testing Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the attrinfo thus following reindexing, as well. ticket48212_test.py 68 INFO Bind as cn=Directory Manager ticket48212_test.py 82 INFO ######################### Import Test data (/var/lib/dirsrv/slapd-standalone1/ldif/example1k_posix.ldif) ###################### tasks.py 338 INFO Import task import_06302018_204514 for file /var/lib/dirsrv/slapd-standalone1/ldif/example1k_posix.ldif completed successfully ticket48212_test.py 17 INFO +++++ dbverify +++++
Failed tickets/ticket48214_test.py::test_ticket48214_run 0.12
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef960afd0>

def test_ticket48214_run(topology_st):
"""
Check ldapsearch returns the correct maxbersize when it is not explicitly set.
"""
log.info('Testing Ticket 48214 - ldapsearch on nsslapd-maxbersize returns 0 instead of current value')

# bind as directory manager
topology_st.standalone.log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

topology_st.standalone.log.info("\n\n######################### Out of Box ######################\n")
checkMaxBerSize(topology_st)

topology_st.standalone.log.info("\n\n######################### Add nsslapd-maxbersize: 0 ######################\n")
> topology_st.standalone.modify_s('cn=config', [(ldap.MOD_REPLACE, 'nsslapd-maxbersize', '0')])

tickets/ticket48214_test.py:88:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef95fe0f0>
func = <built-in method modify_ext of LDAP object at 0x7f7ef913c2d8>
args = ('cn=config', [(2, 'nsslapd-maxbersize', '0')], None, None), kwargs = {}
diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '0')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48214_test:Testing Ticket 48214 - ldapsearch on nsslapd-maxbersize returns 0 instead of current value INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######################### Out of Box ###################### INFO:lib389: +++++ Check Max Ber Size +++++ INFO:lib389: +++++ Get maxbersize from dse.ldif +++++ INFO:lib389: Run CMD: egrep nsslapd-maxbersize /etc/dirsrv/slapd-standalone1/dse.ldif INFO:lib389: Empty: INFO:lib389: No nsslapd-maxbersize found in dse.ldif INFO:lib389: ldapsearch returned nsslapd-maxbersize: b'2097152' INFO:lib389: Checking 2097152 vs 2097152 INFO:lib389: ######################### Add nsslapd-maxbersize: 0 ###################### ------------------------------ Captured log call -------------------------------
ticket48214_test.py 78 INFO Testing Ticket 48214 - ldapsearch on nsslapd-maxbersize returns 0 instead of current value ticket48214_test.py 81 INFO Bind as cn=Directory Manager ticket48214_test.py 84 INFO ######################### Out of Box ###################### ticket48214_test.py 42 INFO +++++ Check Max Ber Size +++++ ticket48214_test.py 16 INFO +++++ Get maxbersize from dse.ldif +++++ ticket48214_test.py 19 INFO Run CMD: egrep nsslapd-maxbersize /etc/dirsrv/slapd-standalone1/dse.ldif ticket48214_test.py 26 INFO Empty: ticket48214_test.py 48 INFO No nsslapd-maxbersize found in dse.ldif ticket48214_test.py 61 INFO ldapsearch returned nsslapd-maxbersize: b'2097152' ticket48214_test.py 70 INFO Checking 2097152 vs 2097152 ticket48214_test.py 87 INFO ######################### Add nsslapd-maxbersize: 0 ######################
Failed tickets/ticket48226_test.py::test_ticket48226_set_purgedelay 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7eea229160>

def test_ticket48226_set_purgedelay(topology_m2):
args = {REPLICA_PURGE_DELAY: '5',
REPLICA_PURGE_INTERVAL: '5'}
try:
> topology_m2.ms["master1"].replica.setProperties(DEFAULT_SUFFIX, None, None, args)

tickets/ticket48226_test.py:25:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.replica.ReplicaLegacy object at 0x7f7ef956b2e8>
suffix = 'dc=example,dc=com', replica_dn = None, replica_entry = None
properties = {'ReplicaPurgeDelay': '5', 'ReplicaTombstonePurgeInterval': '5'}

def setProperties(self, suffix=None, replica_dn=None, replica_entry=None,
properties=None):
'''
Set the properties of the replica. If an 'replica_entry' (Entry) is
provided, it updates the entry, else it updates the entry on the
server. If the 'replica_dn' is provided it retrieves the entry
using it, else it retrieve the replica using the 'suffix'.

@param suffix : suffix stored in that replica (online update)
@param replica_dn: DN of the replica (online update)
@param replica_entry: Entry of a replica (offline update)
@param properties: dictionary of properties
Supported properties are:
REPLICA_SUFFIX
REPLICA_ID
REPLICA_TYPE
REPLICA_BINDDN
REPLICA_PURGE_DELAY
REPLICA_PRECISE_PURGING
REPLICA_REFERRAL
REPLICA_FLAGS

@return None

@raise ValueError: if unknown properties
ValueError: if invalid replica_entry
ValueError: if replica_dn or suffix are not associated to
a replica

'''

# No properties provided
if len(properties) == 0:
return

# check that the given properties are valid
for prop in properties:
# skip the prefix to add/del value
if not inProperties(prop, REPLICA_PROPNAME_TO_ATTRNAME):
raise ValueError("unknown property: %s" % prop)
else:
self.log.debug("setProperties: %s:%s" %
(prop, properties[prop]))

# At least we need to have suffix/replica_dn/replica_entry
if not suffix and not replica_dn and not replica_entry:
raise InvalidArgumentError("suffix and replica_dn and replica_" +
"entry are missing")

# the caller provides a set of properties to set into a replica entry
if replica_entry:
if not isinstance(replica_entry, Entry):
raise ValueError("invalid instance of the replica_entry")

# that is fine, now set the values
for prop in properties:
val = rawProperty(prop)

# for Entry update it is a replace
replica_entry.update({REPLICA_PROPNAME_TO_ATTRNAME[val]:
properties[prop]})

return

# If it provides the suffix or the replicaDN, replica.list will
# return the appropriate entry
ents = self.conn.replica.list(suffix=suffix, replica_dn=replica_dn)
if len(ents) != 1:
if replica_dn:
raise ValueError("invalid replica DN: %s" % replica_dn)
else:
raise ValueError("invalid suffix: %s" % suffix)

# build the MODS
mods = []
for prop in properties:
# take the operation type from the property name
val = rawProperty(prop)
if str(prop).startswith('+'):
op = ldap.MOD_ADD
elif str(prop).startswith('-'):
op = ldap.MOD_DELETE
else:
op = ldap.MOD_REPLACE

mods.append((op, REPLICA_PROPNAME_TO_ATTRNAME[val],
properties[prop]))

# that is fine now to apply the MOD
> self.conn.modify_s(ents[0].dn, mods)

/usr/lib/python3.6/site-packages/lib389/replica.py:266:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')])
kwargs = {}

def inner(*args, **kwargs):
if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/lib/python3.6/site-packages/lib389/__init__.py:167:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b5f8>
dn = 'cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config'
modlist = [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')]

def modify_s(self,dn,modlist):
> return self.modify_ext_s(dn,modlist,None,None)

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/lib/python3.6/site-packages/lib389/__init__.py:167:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b5f8>
dn = 'cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config'
modlist = [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')]
serverctrls = None, clientctrls = None

def modify_ext_s(self,dn,modlist,serverctrls=None,clientctrls=None):
> msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = ('cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/lib/python3.6/site-packages/lib389/__init__.py:167:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b5f8>
dn = 'cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config'
modlist = [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')]
serverctrls = None, clientctrls = None

def modify_ext(self,dn,modlist,serverctrls=None,clientctrls=None):
"""
modify_ext(dn, modlist[,serverctrls=None[,clientctrls=None]]) -> int
"""
if PY2:
dn = self._bytesify_input('dn', dn)
modlist = self._bytesify_modlist('modlist', modlist, with_opcode=True)
> return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

args = (<built-in method modify_ext of LDAP object at 0x7f7eea20c918>, 'cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')], None, None)
kwargs = {}

def inner(*args, **kwargs):
if name == 'result':
objtype, data = f(*args, **kwargs)
# data is either a 2-tuple or a list of 2-tuples
# print data
if data:
if isinstance(data, tuple):
return objtype, Entry(data)
elif isinstance(data, list):
# AD sends back these search references
# if objtype == ldap.RES_SEARCH_RESULT and \
# isinstance(data[-1],tuple) and \
# not data[-1][0]:
# print "Received search reference: "
# pprint.pprint(data[-1][1])
# data.pop() # remove the last non-entry element

return objtype, [Entry(x) for x in data]
else:
raise TypeError("unknown data type %s returned by result" %
type(data))
else:
return objtype, data
elif name.startswith('add'):
# the first arg is self
# the second and third arg are the dn and the data to send
# We need to convert the Entry into the format used by
# python-ldap
ent = args[0]
if isinstance(ent, Entry):
return f(ent.dn, ent.toTupleList(), *args[2:])
else:
return f(*args, **kwargs)
else:
> return f(*args, **kwargs)

/usr/lib/python3.6/site-packages/lib389/__init__.py:167:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b5f8>
func = <built-in method modify_ext of LDAP object at 0x7f7eea20c918>
args = ('cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsds5ReplicaPurgeDelay', '5'), (2, 'nsds5ReplicaTombstonePurgeInterval', '5')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '5')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError

During handling of the above exception, another exception occurred:

topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7eea229160>

def test_ticket48226_set_purgedelay(topology_m2):
args = {REPLICA_PURGE_DELAY: '5',
REPLICA_PURGE_INTERVAL: '5'}
try:
topology_m2.ms["master1"].replica.setProperties(DEFAULT_SUFFIX, None, None, args)
except:
log.fatal('Failed to configure replica')
> assert False
E assert False

tickets/ticket48226_test.py:28: AssertionError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket48226_test:Failed to configure replica ------------------------------ Captured log call -------------------------------
ticket48226_test.py 27 CRITICAL Failed to configure replica
Failed tickets/ticket48226_test.py::test_ticket48226_1 0.01
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7eea229160>

def test_ticket48226_1(topology_m2):
name = 'test_entry'
dn = "cn=%s,%s" % (name, SUFFIX)

topology_m2.ms["master1"].add_s(Entry((dn, {'objectclass': "top person".split(),
'sn': name,
'cn': name})))

# First do an update that is replicated
mods = [(ldap.MOD_ADD, 'description', '5')]
> topology_m2.ms["master1"].modify_s(dn, mods)

tickets/ticket48226_test.py:50:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef956b5f8>
func = <built-in method modify_ext of LDAP object at 0x7f7eea20c918>
args = ('cn=test_entry,dc=example,dc=com', [(0, 'description', '5')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '5')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
Failed tickets/ticket48233_test.py::test_ticket48233 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef965dba8>

def test_ticket48233(topology_st):
"""Test that ACI's that use IP restrictions do not crash the server at
shutdown
"""

# Add aci to restrict access my ip
aci_text = ('(targetattr != "userPassword")(version 3.0;acl ' +
'"Enable anonymous access - IP"; allow (read,compare,search)' +
'(userdn = "ldap:///anyone") and (ip="127.0.0.1");)')

try:
> topology_st.standalone.modify_s(DEFAULT_SUFFIX, [(ldap.MOD_ADD, 'aci', aci_text)])

tickets/ticket48233_test.py:22:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef964cdd8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef96200a8>
args = ('dc=example,dc=com', [(0, 'aci', '(targetattr != "userPassword")(version 3.0;acl "Enable anonymous access - IP"; allow (read,compare,search)(userdn = "ldap:///anyone") and (ip="127.0.0.1");)')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48252_test.py::test_ticket48252_run_0 3.32
topology_st = <lib389.topologies.TopologyMain object at 0x7f7eea162518>

def test_ticket48252_run_0(topology_st):
"""
Delete an entry cn=test_entry0
Check it is not in the 'cn' index file
"""
log.info("Case 1 - Check deleted entry is not in the 'cn' index file")
uas = UserAccounts(topology_st.standalone, DEFAULT_SUFFIX)
del_rdn = "uid=%s0" % TEST_USER
del_entry = uas.get('%s0' % TEST_USER)
log.info(" Deleting a test entry %s..." % del_entry)
del_entry.delete()

> assert in_index_file(topology_st, 0, 'cn') is False

tickets/ticket48252_test.py:78:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f7eea162518>, id = 0
index = 'cn'

def in_index_file(topology_st, id, index):
key = "%s%s" % (TEST_USER, id)
log.info(" dbscan - checking %s is in index file %s..." % (key, index))
dbscanOut = topology_st.standalone.dbscan(DEFAULT_BENAME, index)

> if key in dbscanOut:
E TypeError: a bytes-like object is required, not 'str'

tickets/ticket48252_test.py:56: TypeError
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48252_test:Case 1 - Check deleted entry is not in the 'cn' index file INFO:tests.tickets.ticket48252_test: Deleting a test entry test_user0... INFO:tests.tickets.ticket48252_test: dbscan - checking test_user0 is in index file cn... INFO:lib389:Running script: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db'] ------------------------------ Captured log call -------------------------------
ticket48252_test.py 71 INFO Case 1 - Check deleted entry is not in the 'cn' index file ticket48252_test.py 75 INFO Deleting a test entry test_user0... ticket48252_test.py 53 INFO dbscan - checking test_user0 is in index file cn... __init__.py 3044 INFO Running script: ['/usr/bin/dbscan', '-f', '/var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db']
Failed tickets/ticket48252_test.py::test_ticket48252_run_1 0.03
topology_st = <lib389.topologies.TopologyMain object at 0x7f7eea162518>

def test_ticket48252_run_1(topology_st):
"""
Delete an entry cn=test_entry1
Check it is in the 'objectclass' index file as a tombstone entry
"""
log.info("Case 2 - Check deleted entry is in the 'objectclass' index file as a tombstone entry")
uas = UserAccounts(topology_st.standalone, DEFAULT_SUFFIX)
del_rdn = "uid=%s1" % TEST_USER
del_entry = uas.get('%s1' % TEST_USER)
log.info(" Deleting a test entry %s..." % del_rdn)
del_entry.delete()

entry = topology_st.standalone.search_s(SUFFIX, ldap.SCOPE_SUBTREE, '(&(objectclass=nstombstone)(%s))' % del_rdn)
assert len(entry) == 1
log.info(" entry %s is in the objectclass index file." % del_rdn)

log.info(" db2index - reindexing %s ..." % 'objectclass')
> assert topology_st.standalone.db2index(DEFAULT_BENAME, 'objectclass')
E AssertionError: assert False
E + where False = <bound method DirSrv.db2index of <lib389.DirSrv object at 0x7f7eea162438>>('userRoot', 'objectclass')
E + where <bound method DirSrv.db2index of <lib389.DirSrv object at 0x7f7eea162438>> = <lib389.DirSrv object at 0x7f7eea162438>.db2index
E + where <lib389.DirSrv object at 0x7f7eea162438> = <lib389.topologies.TopologyMain object at 0x7f7eea162518>.standalone

tickets/ticket48252_test.py:105: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48252_test:Case 2 - Check deleted entry is in the 'objectclass' index file as a tombstone entry INFO:tests.tickets.ticket48252_test: Deleting a test entry uid=test_user1... INFO:tests.tickets.ticket48252_test: entry uid=test_user1 is in the objectclass index file. INFO:tests.tickets.ticket48252_test: db2index - reindexing objectclass ... ERROR:lib389:db2index: Can not operate while directory server is running ------------------------------ Captured log call -------------------------------
ticket48252_test.py 93 INFO Case 2 - Check deleted entry is in the 'objectclass' index file as a tombstone entry ticket48252_test.py 97 INFO Deleting a test entry uid=test_user1... ticket48252_test.py 102 INFO entry uid=test_user1 is in the objectclass index file. ticket48252_test.py 104 INFO db2index - reindexing objectclass ... __init__.py 2947 ERROR db2index: Can not operate while directory server is running
Failed tickets/ticket48266_test.py::test_ticket48266_fractional 0.01
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef95a94e0>
entries = None

def test_ticket48266_fractional(topology_m2, entries):
ents = topology_m2.ms["master1"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1

mod = [(ldap.MOD_REPLACE, 'nsDS5ReplicatedAttributeList', ['(objectclass=*) $ EXCLUDE telephonenumber']),
(ldap.MOD_REPLACE, 'nsds5ReplicaStripAttrs', ['modifiersname modifytimestamp'])]
ents = topology_m2.ms["master1"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1
m1_m2_agmt = ents[0].dn
> topology_m2.ms["master1"].modify_s(ents[0].dn, mod)

tickets/ticket48266_test.py:44:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef97ad2e8>
func = <built-in method modify_ext of LDAP object at 0x7f7ee9b87468>
args = ('cn=002,cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsDS5ReplicatedAttributeList', ['(...ctclass=*) $ EXCLUDE telephonenumber']), (2, 'nsds5ReplicaStripAttrs', ['modifiersname modifytimestamp'])], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(objectclass=*) $ EXCLUDE telephonenumber')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Failed tickets/ticket48266_test.py::test_ticket48266_check_repl_desc 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef95a94e0>
entries = None

def test_ticket48266_check_repl_desc(topology_m2, entries):
name = "cn=%s1,%s" % (NEW_ACCOUNT, SUFFIX)
value = 'check repl. description'
mod = [(ldap.MOD_REPLACE, 'description', value)]
> topology_m2.ms["master1"].modify_s(name, mod)

tickets/ticket48266_test.py:61:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef97ad2e8>
func = <built-in method modify_ext of LDAP object at 0x7f7ee9b87468>
args = ('cn=new_account1,dc=example,dc=com', [(2, 'description', 'check repl. description')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'c')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
Failed tickets/ticket48266_test.py::test_ticket48266_count_csn_evaluation 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef95a94e0>
entries = None

def test_ticket48266_count_csn_evaluation(topology_m2, entries):
ents = topology_m2.ms["master1"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1
> first_csn = _get_first_not_replicated_csn(topology_m2)

tickets/ticket48266_test.py:172:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket48266_test.py:116: in _get_first_not_replicated_csn
topology_m2.ms["master1"].modify_s(name, mod)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef97ad2e8>
func = <built-in method modify_ext of LDAP object at 0x7f7ee9b87468>
args = ('cn=new_account2,dc=example,dc=com', [(2, 'telephonenumber', '123456')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '1')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
Failed tickets/ticket48325_test.py::test_ticket48325 0.00
topology_m1h1c1 = <lib389.topologies.TopologyMain object at 0x7f7ef92d44e0>

def test_ticket48325(topology_m1h1c1):
"""
Test that the RUV element order is correctly maintained when promoting
a hub or consumer.
"""

#
# Promote consumer to master
#
try:
> topology_m1h1c1.cs["consumer1"].changelog.create()

tickets/ticket48325_test.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef92dfc18>, name = 'changelog'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'changelog'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39101 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39101 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39101 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39101 INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39101 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39101 to ldap://server.example.com:39201 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 471 INFO Creating replication topology. replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39101 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39101 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39101 is working replica.py 1588 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39101 replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39101 to ldap://server.example.com:39201 is was created replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39101 to ldap://server.example.com:39201 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working
Failed tickets/ticket48370_test.py::test_ticket48370 0.04
topology_st = <lib389.topologies.TopologyMain object at 0x7f7eea1e4748>

def test_ticket48370(topology_st):
"""
Deleting attirbute values and readding a value does not properly update
the pres index. The values are not actually deleted from the index
"""

DN = 'uid=user0099,' + DEFAULT_SUFFIX

#
# Add an entry
#
topology_st.standalone.add_s(Entry((DN, {
'objectclass': ['top', 'person',
'organizationalPerson',
'inetorgperson',
'posixAccount'],
'givenname': 'test',
'sn': 'user',
'loginshell': '/bin/bash',
'uidNumber': '10099',
'gidNumber': '10099',
'gecos': 'Test User',
'mail': ['user0099@dev.null',
'alias@dev.null',
'user0099@redhat.com'],
'cn': 'Test User',
'homeDirectory': '/home/user0099',
'uid': 'admin2',
'userpassword': 'password'})))

#
# Perform modify (delete & add mail attributes)
#
try:
topology_st.standalone.modify_s(DN, [(ldap.MOD_DELETE,
'mail',
'user0099@dev.null'),
(ldap.MOD_DELETE,
'mail',
'alias@dev.null'),
(ldap.MOD_ADD,
> 'mail', 'user0099@dev.null')])

tickets/ticket48370_test.py:51:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea1e4668>
func = <built-in method modify_ext of LDAP object at 0x7f7eea23ed50>
args = ('uid=user0099,dc=example,dc=com', [(1, 'mail', 'user0099@dev.null'), (1, 'mail', 'alias@dev.null'), (0, 'mail', 'user0099@dev.null')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'u')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48383_test.py::test_ticket48383 4.45
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef97ad2e8>

def test_ticket48383(topology_st):
"""
This test case will check that we re-alloc buffer sizes on import.c

We achieve this by setting the servers dbcachesize to a stupid small value
and adding huge objects to ds.

Then when we run db2index, either:
* If we are not using the re-alloc code, it will FAIL (Bad)
* If we re-alloc properly, it all works regardless.
"""

topology_st.standalone.config.set('nsslapd-maxbersize', '200000000')
topology_st.standalone.restart()

# Create some stupid huge objects / attributes in DS.
# seeAlso is indexed by default. Lets do that!
# This will take a while ...
> data = [random.choice(string.letters) for x in xrange(10000000)]
E NameError: name 'xrange' is not defined

tickets/ticket48383_test.py:33: NameError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48759_test.py::test_ticket48759 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7eea1e4fd0>

def test_ticket48759(topology_st):
"""
The fix for ticket 48759 has to prevent plugin calls for tombstone purging

The test uses the memberof and retrocl plugins to verify this.
In tombstone purging without the fix the mmeberof plugin is called,
if the tombstone entry is a group,
it modifies the user entries for the group
and if retrocl is enabled this mod is written to the retrocl

The test sequence is:
- enable replication
- enable memberof and retro cl plugin
- add user entries
- add a group and add the users as members
- verify memberof is set to users
- delete the group
- verify memberof is removed from users
- add group again
- verify memberof is set to users
- get number of changes in retro cl for one user
- configure tombstone purging
- wait for purge interval to pass
- add a dummy entry to increase maxcsn
- wait for purge interval to pass two times
- get number of changes in retro cl for user again
- assert there was no additional change
"""

log.info('Testing Ticket 48759 - no plugin calls for tombstone purging')

#
# Setup Replication
#
log.info('Setting up replication...')
topology_st.standalone.replica.enableReplication(suffix=DEFAULT_SUFFIX, role=ReplicaRole.MASTER,
> replicaId=REPLICAID_MASTER_1)

tickets/ticket48759_test.py:109:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/replica.py:560: in enableReplication
self.conn.changelog.create()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea1e4a90>, name = 'changelog'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'changelog'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48759_test:Testing Ticket 48759 - no plugin calls for tombstone purging INFO:tests.tickets.ticket48759_test:Setting up replication... INFO:lib389:List backend with suffix=dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket48759_test.py 102 INFO Testing Ticket 48759 - no plugin calls for tombstone purging ticket48759_test.py 107 INFO Setting up replication... backend.py 71 INFO List backend with suffix=dc=example,dc=com
Failed tickets/ticket48906_test.py::test_ticket48906_setup 0.11
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>

def test_ticket48906_setup(topology_st):
"""
Check there is no core
Create a second backend
stop DS (that should trigger the core)
check there is no core
"""
log.info('Testing Ticket 48906 - ns-slapd crashes during the shutdown after adding attribute with a matching rule')

# bind as directory manager
topology_st.standalone.log.info("Bind as %s" % DN_DM)
topology_st.standalone.simple_bind_s(DN_DM, PASSWORD)

# check there is no core
entry = topology_st.standalone.search_s(CONFIG_DN, ldap.SCOPE_BASE, "(cn=config)", ['nsslapd-workingdir'])
assert entry
assert entry[0]
assert entry[0].hasAttr('nsslapd-workingdir')
path = entry[0].getValue('nsslapd-workingdir')
> cores = fnmatch.filter(os.listdir(path), 'core.*')

tickets/ticket48906_test.py:70:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

names = [b'access', b'errors', b'audit.rotationinfo', b'access.rotationinfo', b'audit', b'errors.rotationinfo']
pat = 'core.*'

def filter(names, pat):
"""Return the subset of the list NAMES that match PAT."""
result = []
pat = os.path.normcase(pat)
match = _compile_pattern(pat)
if os.path is posixpath:
# normcase on posix is NOP. Optimize it away from the loop.
for name in names:
> if match(name):
E TypeError: cannot use a string pattern on a bytes-like object

/usr/lib64/python3.6/fnmatch.py:56: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48906_test:Testing Ticket 48906 - ns-slapd crashes during the shutdown after adding attribute with a matching rule INFO:lib389:Bind as cn=Directory Manager ------------------------------ Captured log call -------------------------------
ticket48906_test.py 58 INFO Testing Ticket 48906 - ns-slapd crashes during the shutdown after adding attribute with a matching rule ticket48906_test.py 61 INFO Bind as cn=Directory Manager
Failed tickets/ticket48906_test.py::test_ticket48906_dblock_default 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>

def test_ticket48906_dblock_default(topology_st):
topology_st.standalone.log.info('###################################')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('### Check that before any change config/monitor')
topology_st.standalone.log.info('### contains the default value')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('###################################')
> _check_monitored_value(topology_st, DBLOCK_DEFAULT)

tickets/ticket48906_test.py:153:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>
expected_value = '10000'

def _check_monitored_value(topology_st, expected_value):
entries = topology_st.standalone.search_s(ldbm_monitor, ldap.SCOPE_BASE, '(objectclass=*)')
> assert (entries[0].hasValue(DBLOCK_ATTR_MONITOR) and entries[0].getValue(DBLOCK_ATTR_MONITOR) == expected_value)
E AssertionError: assert (True and b'10000' == '10000')
E + where True = <bound method Entry.hasValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n>('nsslapd-db-configured-locks')
E + where <bound method Entry.hasValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n> = dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-db-abort-rate: 0\nnsslapd-db-acti...-rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n.hasValue
E + and b'10000' = <bound method Entry.getValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n>('nsslapd-db-configured-locks')
E + where <bound method Entry.getValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n> = dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-db-abort-rate: 0\nnsslapd-db-acti...-rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n.getValue

tickets/ticket48906_test.py:103: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389:################################### INFO:lib389:### INFO:lib389:### Check that before any change config/monitor INFO:lib389:### contains the default value INFO:lib389:### INFO:lib389:################################### ------------------------------ Captured log call -------------------------------
ticket48906_test.py 147 INFO ################################### ticket48906_test.py 148 INFO ### ticket48906_test.py 149 INFO ### Check that before any change config/monitor ticket48906_test.py 150 INFO ### contains the default value ticket48906_test.py 151 INFO ### ticket48906_test.py 152 INFO ###################################
Failed tickets/ticket48906_test.py::test_ticket48906_dblock_ldap_update 0.00
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>

def test_ticket48906_dblock_ldap_update(topology_st):
topology_st.standalone.log.info('###################################')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('### Check that after ldap update')
topology_st.standalone.log.info('### - monitor contains DEFAULT')
topology_st.standalone.log.info('### - configured contains DBLOCK_LDAP_UPDATE')
topology_st.standalone.log.info('### - After stop dse.ldif contains DBLOCK_LDAP_UPDATE')
topology_st.standalone.log.info('### - After stop guardian contains DEFAULT')
topology_st.standalone.log.info('### In fact guardian should differ from config to recreate the env')
topology_st.standalone.log.info('### Check that after restart (DBenv recreated)')
topology_st.standalone.log.info('### - monitor contains DBLOCK_LDAP_UPDATE ')
topology_st.standalone.log.info('### - configured contains DBLOCK_LDAP_UPDATE')
topology_st.standalone.log.info('### - dse.ldif contains DBLOCK_LDAP_UPDATE')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('###################################')

> topology_st.standalone.modify_s(ldbm_config, [(ldap.MOD_REPLACE, DBLOCK_ATTR_CONFIG, DBLOCK_LDAP_UPDATE)])

tickets/ticket48906_test.py:173:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef9432ef0>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98e3238>
args = ('cn=config,cn=ldbm database,cn=plugins,cn=config', [(2, 'nsslapd-db-locks', '20000')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '2')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
----------------------------- Captured stderr call -----------------------------
INFO:lib389:################################### INFO:lib389:### INFO:lib389:### Check that after ldap update INFO:lib389:### - monitor contains DEFAULT INFO:lib389:### - configured contains DBLOCK_LDAP_UPDATE INFO:lib389:### - After stop dse.ldif contains DBLOCK_LDAP_UPDATE INFO:lib389:### - After stop guardian contains DEFAULT INFO:lib389:### In fact guardian should differ from config to recreate the env INFO:lib389:### Check that after restart (DBenv recreated) INFO:lib389:### - monitor contains DBLOCK_LDAP_UPDATE INFO:lib389:### - configured contains DBLOCK_LDAP_UPDATE INFO:lib389:### - dse.ldif contains DBLOCK_LDAP_UPDATE INFO:lib389:### INFO:lib389:################################### ------------------------------ Captured log call -------------------------------
ticket48906_test.py 158 INFO ################################### ticket48906_test.py 159 INFO ### ticket48906_test.py 160 INFO ### Check that after ldap update ticket48906_test.py 161 INFO ### - monitor contains DEFAULT ticket48906_test.py 162 INFO ### - configured contains DBLOCK_LDAP_UPDATE ticket48906_test.py 163 INFO ### - After stop dse.ldif contains DBLOCK_LDAP_UPDATE ticket48906_test.py 164 INFO ### - After stop guardian contains DEFAULT ticket48906_test.py 165 INFO ### In fact guardian should differ from config to recreate the env ticket48906_test.py 166 INFO ### Check that after restart (DBenv recreated) ticket48906_test.py 167 INFO ### - monitor contains DBLOCK_LDAP_UPDATE ticket48906_test.py 168 INFO ### - configured contains DBLOCK_LDAP_UPDATE ticket48906_test.py 169 INFO ### - dse.ldif contains DBLOCK_LDAP_UPDATE ticket48906_test.py 170 INFO ### ticket48906_test.py 171 INFO ###################################
Failed tickets/ticket48906_test.py::test_ticket48906_dblock_edit_update 1.60
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>

def test_ticket48906_dblock_edit_update(topology_st):
topology_st.standalone.log.info('###################################')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('### Check that after stop')
topology_st.standalone.log.info('### - dse.ldif contains DBLOCK_LDAP_UPDATE')
topology_st.standalone.log.info('### - guardian contains DBLOCK_LDAP_UPDATE')
topology_st.standalone.log.info('### Check that edit dse+restart')
topology_st.standalone.log.info('### - monitor contains DBLOCK_EDIT_UPDATE')
topology_st.standalone.log.info('### - configured contains DBLOCK_EDIT_UPDATE')
topology_st.standalone.log.info('### Check that after stop')
topology_st.standalone.log.info('### - dse.ldif contains DBLOCK_EDIT_UPDATE')
topology_st.standalone.log.info('### - guardian contains DBLOCK_EDIT_UPDATE')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('###################################')

topology_st.standalone.stop(timeout=10)
> _check_dse_ldif_value(topology_st, attr=DBLOCK_ATTR_CONFIG, expected_value=DBLOCK_LDAP_UPDATE)

tickets/ticket48906_test.py:204:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>
attr = 'nsslapd-db-locks', expected_value = '20000'

def _check_dse_ldif_value(topology_st, attr=DBLOCK_ATTR_CONFIG, expected_value=DBLOCK_LDAP_UPDATE):
dse_ref_ldif = topology_st.standalone.confdir + '/dse.ldif'
dse_ref = open(dse_ref_ldif, "r")

# Check the DBLOCK in dse.ldif
value = None
while True:
line = dse_ref.readline()
if (line == ''):
break
elif attr in line.lower():
value = line.split()[1]
> assert (value == expected_value)
E AssertionError: assert '10000' == '20000'
E - 10000
E ? ^
E + 20000
E ? ^

tickets/ticket48906_test.py:118: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389:################################### INFO:lib389:### INFO:lib389:### Check that after stop INFO:lib389:### - dse.ldif contains DBLOCK_LDAP_UPDATE INFO:lib389:### - guardian contains DBLOCK_LDAP_UPDATE INFO:lib389:### Check that edit dse+restart INFO:lib389:### - monitor contains DBLOCK_EDIT_UPDATE INFO:lib389:### - configured contains DBLOCK_EDIT_UPDATE INFO:lib389:### Check that after stop INFO:lib389:### - dse.ldif contains DBLOCK_EDIT_UPDATE INFO:lib389:### - guardian contains DBLOCK_EDIT_UPDATE INFO:lib389:### INFO:lib389:################################### ------------------------------ Captured log call -------------------------------
ticket48906_test.py 189 INFO ################################### ticket48906_test.py 190 INFO ### ticket48906_test.py 191 INFO ### Check that after stop ticket48906_test.py 192 INFO ### - dse.ldif contains DBLOCK_LDAP_UPDATE ticket48906_test.py 193 INFO ### - guardian contains DBLOCK_LDAP_UPDATE ticket48906_test.py 194 INFO ### Check that edit dse+restart ticket48906_test.py 195 INFO ### - monitor contains DBLOCK_EDIT_UPDATE ticket48906_test.py 196 INFO ### - configured contains DBLOCK_EDIT_UPDATE ticket48906_test.py 197 INFO ### Check that after stop ticket48906_test.py 198 INFO ### - dse.ldif contains DBLOCK_EDIT_UPDATE ticket48906_test.py 199 INFO ### - guardian contains DBLOCK_EDIT_UPDATE ticket48906_test.py 200 INFO ### ticket48906_test.py 201 INFO ###################################
Failed tickets/ticket48906_test.py::test_ticket48906_dblock_robust 1.24
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>

def test_ticket48906_dblock_robust(topology_st):
topology_st.standalone.log.info('###################################')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('### Check that the following values are rejected')
topology_st.standalone.log.info('### - negative value')
topology_st.standalone.log.info('### - insuffisant value')
topology_st.standalone.log.info('### - invalid value')
topology_st.standalone.log.info('### Check that minimum value is accepted')
topology_st.standalone.log.info('###')
topology_st.standalone.log.info('###################################')

topology_st.standalone.start(timeout=10)
> _check_monitored_value(topology_st, DBLOCK_EDIT_UPDATE)

tickets/ticket48906_test.py:254:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93d1ef0>
expected_value = '40000'

def _check_monitored_value(topology_st, expected_value):
entries = topology_st.standalone.search_s(ldbm_monitor, ldap.SCOPE_BASE, '(objectclass=*)')
> assert (entries[0].hasValue(DBLOCK_ATTR_MONITOR) and entries[0].getValue(DBLOCK_ATTR_MONITOR) == expected_value)
E AssertionError: assert (True and b'10000' == '40000')
E + where True = <bound method Entry.hasValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n>('nsslapd-db-configured-locks')
E + where <bound method Entry.hasValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n> = dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-db-abort-rate: 0\nnsslapd-db-acti...-rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n.hasValue
E + and b'10000' = <bound method Entry.getValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n>('nsslapd-db-configured-locks')
E + where <bound method Entry.getValue of dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-...rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n> = dn: cn=database,cn=monitor,cn=ldbm database,cn=plugins,cn=config\ncn: database\nnsslapd-db-abort-rate: 0\nnsslapd-db-acti...-rate: 0\nnsslapd-db-pages-in-use: 8\nnsslapd-db-txn-region-wait-rate: 0\nobjectClass: top\nobjectClass: extensibleObject\n\n.getValue

tickets/ticket48906_test.py:103: AssertionError
----------------------------- Captured stderr call -----------------------------
INFO:lib389:################################### INFO:lib389:### INFO:lib389:### Check that the following values are rejected INFO:lib389:### - negative value INFO:lib389:### - insuffisant value INFO:lib389:### - invalid value INFO:lib389:### Check that minimum value is accepted INFO:lib389:### INFO:lib389:################################### ------------------------------ Captured log call -------------------------------
ticket48906_test.py 243 INFO ################################### ticket48906_test.py 244 INFO ### ticket48906_test.py 245 INFO ### Check that the following values are rejected ticket48906_test.py 246 INFO ### - negative value ticket48906_test.py 247 INFO ### - insuffisant value ticket48906_test.py 248 INFO ### - invalid value ticket48906_test.py 249 INFO ### Check that minimum value is accepted ticket48906_test.py 250 INFO ### ticket48906_test.py 251 INFO ###################################
Failed tickets/ticket48961_test.py::test_ticket48961_storagescheme 0.01
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93c50b8>

def test_ticket48961_storagescheme(topology_st):
"""
Test deleting of the storage scheme.
"""

default = topology_st.standalone.config.get_attr_val('passwordStorageScheme')
# Change it
topology_st.standalone.config.set('passwordStorageScheme', 'CLEAR')
# Now delete it
> topology_st.standalone.config.remove('passwordStorageScheme', None)

tickets/ticket48961_test.py:27:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/_mapped_object.py:282: in remove
self.set(key, value, action=ldap.MOD_DELETE)
/usr/lib/python3.6/site-packages/lib389/_mapped_object.py:352: in set
serverctrls=self._server_controls, clientctrls=self._client_controls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:602: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef93047f0>
func = <built-in method result4 of LDAP object at 0x7f7ef97768c8>
args = (4, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.OPERATIONS_ERROR: {'desc': 'Operations error', 'info': 'passwordStorageScheme: deleting the value is not allowed.'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: OPERATIONS_ERROR
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket48961_test.py::test_ticket48961_deleteall 2.83
topology_st = <lib389.topologies.TopologyMain object at 0x7f7ef93c50b8>

def test_ticket48961_deleteall(topology_st):
"""
Test that we can delete all valid attrs, and that a few are rejected.
"""
attr_to_test = {
'nsslapd-listenhost': 'localhost',
'nsslapd-securelistenhost': 'localhost',
'nsslapd-allowed-sasl-mechanisms': 'GSSAPI',
'nsslapd-svrtab': 'Some bogus data', # This one could reset?
}
attr_to_fail = {
# These are the values that should always be dn dse.ldif too
'nsslapd-localuser': 'dirsrv',
'nsslapd-defaultnamingcontext': 'dc=example,dc=com', # Can't delete
'nsslapd-accesslog': '/opt/dirsrv/var/log/dirsrv/slapd-standalone/access',
'nsslapd-auditlog': '/opt/dirsrv/var/log/dirsrv/slapd-standalone/audit',
'nsslapd-errorlog': '/opt/dirsrv/var/log/dirsrv/slapd-standalone/errors',
'nsslapd-tmpdir': '/tmp',
'nsslapd-rundir': '/opt/dirsrv/var/run/dirsrv',
'nsslapd-bakdir': '/opt/dirsrv/var/lib/dirsrv/slapd-standalone/bak',
'nsslapd-certdir': '/opt/dirsrv/etc/dirsrv/slapd-standalone',
'nsslapd-instancedir': '/opt/dirsrv/lib/dirsrv/slapd-standalone',
'nsslapd-ldifdir': '/opt/dirsrv/var/lib/dirsrv/slapd-standalone/ldif',
'nsslapd-lockdir': '/opt/dirsrv/var/lock/dirsrv/slapd-standalone',
'nsslapd-schemadir': '/opt/dirsrv/etc/dirsrv/slapd-standalone/schema',
'nsslapd-workingdir': '/opt/dirsrv/var/log/dirsrv/slapd-standalone',
'nsslapd-localhost': 'localhost.localdomain',
# These can't be reset, but might be in dse.ldif. Probably in libglobs.
'nsslapd-certmap-basedn': 'cn=certmap,cn=config',
'nsslapd-port': '38931', # Can't delete
'nsslapd-secureport': '636', # Can't delete
'nsslapd-conntablesize': '1048576',
'nsslapd-rootpw': '{SSHA512}...',
# These are hardcoded server magic.
'nsslapd-hash-filters': 'off', # Can't delete
'nsslapd-requiresrestart': 'cn=config:nsslapd-port', # Can't change
'nsslapd-plugin': 'cn=case ignore string syntax,cn=plugins,cn=config', # Can't change
'nsslapd-privatenamespaces': 'cn=schema', # Can't change
'nsslapd-allowed-to-delete-attrs': 'None', # Can't delete
'nsslapd-accesslog-list': 'List!', # Can't delete
'nsslapd-auditfaillog-list': 'List!',
'nsslapd-auditlog-list': 'List!',
'nsslapd-errorlog-list': 'List!',
'nsslapd-config': 'cn=config',
'nsslapd-versionstring': '389-Directory/1.3.6.0',
'objectclass': '',
'cn': '',
# These are the odd values
'nsslapd-backendconfig': 'cn=config,cn=userRoot,cn=ldbm database,cn=plugins,cn=config', # Doesn't exist?
'nsslapd-betype': 'ldbm database', # Doesn't exist?
'nsslapd-connection-buffer': 1, # Has an ldap problem
'nsslapd-malloc-mmap-threshold': '-10', # Defunct anyway
'nsslapd-malloc-mxfast': '-10',
'nsslapd-malloc-trim-threshold': '-10',
'nsslapd-referralmode': '',
'nsslapd-saslpath': '',
'passwordadmindn': '',
}

config_entry = topology_st.standalone.config.raw_entry()

for attr in config_entry.getAttrs():
if attr.lower() in attr_to_fail:
# We know this will fail, so skip
pass
else:
log.info("Reseting %s" % (attr))
# Check if we have to do some override of this attr.
# Some attributes need specific syntax, so we override just these.
newval = topology_st.standalone.config.get_attr_vals(attr)
log.info(" --> %s" % newval)
if attr.lower() in attr_to_test:
newval = attr_to_test[attr]
log.info("override --> %s" % newval)
# We need to set the attr to its own value
# so that it's "written".
topology_st.standalone.config.set(attr, newval)
# Now we can really reset
> _reset_config_value(topology_st.standalone, attr)

tickets/ticket48961_test.py:119:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket48961_test.py:36: in _reset_config_value
inst.config.remove(attrname, None)
/usr/lib/python3.6/site-packages/lib389/_mapped_object.py:282: in remove
self.set(key, value, action=ldap.MOD_DELETE)
/usr/lib/python3.6/site-packages/lib389/_mapped_object.py:352: in set
serverctrls=self._server_controls, clientctrls=self._client_controls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:602: in modify_ext_s
resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:749: in result3
resp_ctrl_classes=resp_ctrl_classes
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:756: in result4
ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:329: in _ldap_call
reraise(exc_type, exc_value, exc_traceback)
/usr/lib64/python3.6/site-packages/ldap/compat.py:44: in reraise
raise exc_value
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef93047f0>
func = <built-in method result4 of LDAP object at 0x7f7ef97768c8>
args = (712, 1, -1, 0, 0, 0), kwargs = {}, diagnostic_message_success = None
exc_type = None, exc_value = None, exc_traceback = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E ldap.OPERATIONS_ERROR: {'desc': 'Operations error', 'info': 'passwordStorageScheme: deleting the value is not allowed.'}

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: OPERATIONS_ERROR
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-mode INFO:tests.tickets.ticket48961_test: --> [b'600'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-mode to b'600' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logrotationsync-enabled INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logrotationsync-enabled to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logrotationsynchour INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logrotationsynchour to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logrotationsyncmin INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logrotationsyncmin to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logrotationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logrotationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-mode INFO:tests.tickets.ticket48961_test: --> [b'600'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-mode to b'600' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-maxlogsperdir INFO:tests.tickets.ticket48961_test: --> [b'10'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-maxlogsperdir to b'10' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-level INFO:tests.tickets.ticket48961_test: --> [b'16384'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-level to b'16384' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logging-enabled INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logging-enabled to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-mode INFO:tests.tickets.ticket48961_test: --> [b'600'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-mode to b'600' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logexpirationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logexpirationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logging-enabled INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logging-enabled to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-maxthreadsperconn INFO:tests.tickets.ticket48961_test: --> [b'5'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-maxthreadsperconn to b'5' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logexpirationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logexpirationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logrotationsync-enabled INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logrotationsync-enabled to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logrotationsynchour INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logrotationsynchour to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logrotationsyncmin INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logrotationsyncmin to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logrotationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logrotationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting passwordInHistory INFO:tests.tickets.ticket48961_test: --> [b'6'] INFO:tests.tickets.ticket48961_test:Reset passwordInHistory to b'6' INFO:tests.tickets.ticket48961_test:Reseting passwordUnlock INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset passwordUnlock to b'on' INFO:tests.tickets.ticket48961_test:Reseting passwordGraceLimit INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordGraceLimit to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logrotationsync-enabled INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logrotationsync-enabled to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logrotationsynchour INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logrotationsynchour to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logrotationsyncmin INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logrotationsyncmin to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logrotationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logrotationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting passwordMustChange INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordMustChange to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-pwpolicy-local INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-pwpolicy-local to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-pwpolicy-inherit-global INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-pwpolicy-inherit-global to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logmaxdiskspace INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logmaxdiskspace to b'100' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-sizelimit INFO:tests.tickets.ticket48961_test: --> [b'2000'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-sizelimit to b'2000' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-maxlogsize INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-maxlogsize to b'100' INFO:tests.tickets.ticket48961_test:Reseting passwordWarning INFO:tests.tickets.ticket48961_test: --> [b'86400'] INFO:tests.tickets.ticket48961_test:Reset passwordWarning to b'86400' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-readonly INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-readonly to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-sasl-mapping-fallback INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-sasl-mapping-fallback to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-threadnumber INFO:tests.tickets.ticket48961_test: --> [b'24'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-threadnumber to b'24' INFO:tests.tickets.ticket48961_test:Reseting passwordLockout INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordLockout to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-enquote-sup-oc INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-enquote-sup-oc to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ioblocktimeout INFO:tests.tickets.ticket48961_test: --> [b'300000'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ioblocktimeout to b'300000' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-max-filter-nest-level INFO:tests.tickets.ticket48961_test: --> [b'40'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-max-filter-nest-level to b'40' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logmaxdiskspace INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logmaxdiskspace to b'100' INFO:tests.tickets.ticket48961_test:Reseting passwordMinLength INFO:tests.tickets.ticket48961_test: --> [b'8'] INFO:tests.tickets.ticket48961_test:Reset passwordMinLength to b'8' INFO:tests.tickets.ticket48961_test:Reseting passwordMinDigits INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMinDigits to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMinAlphas INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMinAlphas to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMinUppers INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMinUppers to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMinLowers INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMinLowers to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMinSpecials INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMinSpecials to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMin8bit INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMin8bit to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMaxRepeats INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMaxRepeats to b'0' INFO:tests.tickets.ticket48961_test:Reseting passwordMinCategories INFO:tests.tickets.ticket48961_test: --> [b'3'] INFO:tests.tickets.ticket48961_test:Reset passwordMinCategories to b'3' INFO:tests.tickets.ticket48961_test:Reseting passwordMinTokenLength INFO:tests.tickets.ticket48961_test: --> [b'3'] INFO:tests.tickets.ticket48961_test:Reset passwordMinTokenLength to b'3' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logexpirationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logexpirationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-schemacheck INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-schemacheck to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-schemamod INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-schemamod to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-syntaxcheck INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-syntaxcheck to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-syntaxlogging INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-syntaxlogging to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-dn-validate-strict INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-dn-validate-strict to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ds4-compatible-schema INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ds4-compatible-schema to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-schema-ignore-trailing-spaces INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-schema-ignore-trailing-spaces to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-schemareplace INFO:tests.tickets.ticket48961_test: --> [b'replication-only'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-schemareplace to b'replication-only' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logmaxdiskspace INFO:tests.tickets.ticket48961_test: --> [b'500'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logmaxdiskspace to b'500' INFO:tests.tickets.ticket48961_test:Reseting passwordMaxFailure INFO:tests.tickets.ticket48961_test: --> [b'3'] INFO:tests.tickets.ticket48961_test:Reset passwordMaxFailure to b'3' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-lastmod INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-lastmod to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-security INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-security to b'off' INFO:tests.tickets.ticket48961_test:Reseting passwordMaxAge INFO:tests.tickets.ticket48961_test: --> [b'8640000'] INFO:tests.tickets.ticket48961_test:Reset passwordMaxAge to b'8640000' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logrotationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'week'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logrotationtimeunit to b'week' INFO:tests.tickets.ticket48961_test:Reseting passwordResetFailureCount INFO:tests.tickets.ticket48961_test: --> [b'600'] INFO:tests.tickets.ticket48961_test:Reset passwordResetFailureCount to b'600' INFO:tests.tickets.ticket48961_test:Reseting passwordIsGlobalPolicy INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordIsGlobalPolicy to b'off' INFO:tests.tickets.ticket48961_test:Reseting passwordLegacyPolicy INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset passwordLegacyPolicy to b'on' INFO:tests.tickets.ticket48961_test:Reseting passwordTrackUpdateTime INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordTrackUpdateTime to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-maxlogsperdir INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-maxlogsperdir to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logexpirationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'month'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logexpirationtimeunit to b'month' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-groupevalnestlevel INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-groupevalnestlevel to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logexpirationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'month'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logexpirationtimeunit to b'month' INFO:tests.tickets.ticket48961_test:Reseting passwordChange INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset passwordChange to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-level INFO:tests.tickets.ticket48961_test: --> [b'256'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-level to b'256' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logrotationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'week'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logrotationtimeunit to b'week' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-timelimit INFO:tests.tickets.ticket48961_test: --> [b'3600'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-timelimit to b'3600' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-maxlogsize INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-maxlogsize to b'100' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-reservedescriptors INFO:tests.tickets.ticket48961_test: --> [b'64'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-reservedescriptors to b'64' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-svrtab INFO:tests.tickets.ticket48961_test: --> [b''] INFO:tests.tickets.ticket48961_test:override --> Some bogus data INFO:tests.tickets.ticket48961_test:Reset nsslapd-svrtab to b'' INFO:tests.tickets.ticket48961_test:Reseting passwordExp INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordExp to b'off' INFO:tests.tickets.ticket48961_test:Reseting passwordSendExpiringTime INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordSendExpiringTime to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesscontrol INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesscontrol to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logrotationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'day'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logrotationtimeunit to b'day' INFO:tests.tickets.ticket48961_test:Reseting passwordLockoutDuration INFO:tests.tickets.ticket48961_test: --> [b'3600'] INFO:tests.tickets.ticket48961_test:Reset passwordLockoutDuration to b'3600' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-maxlogsize INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-maxlogsize to b'100' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-idletimeout INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-idletimeout to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-nagle INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-nagle to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-logminfreediskspace INFO:tests.tickets.ticket48961_test: --> [b'5'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-logminfreediskspace to b'5' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logging-enabled INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logging-enabled to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logging-hide-unhashed-pw INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logging-hide-unhashed-pw to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logbuffering INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logbuffering to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-csnlogging INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-csnlogging to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logexpirationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'month'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logexpirationtimeunit to b'month' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-allow-hashed-passwords INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-allow-hashed-passwords to b'off' INFO:tests.tickets.ticket48961_test:Reseting passwordCheckSyntax INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset passwordCheckSyntax to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-listenhost INFO:tests.tickets.ticket48961_test: --> [b''] INFO:tests.tickets.ticket48961_test:override --> localhost INFO:tests.tickets.ticket48961_test:Reset nsslapd-listenhost to b'' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-snmp-index INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-snmp-index to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapifilepath INFO:tests.tickets.ticket48961_test: --> [b'/var/run/slapd-standalone1.socket'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapifilepath to b'/var/run/ldapi' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapilisten INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapilisten to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapiautobind INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapiautobind to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapimaprootdn INFO:tests.tickets.ticket48961_test: --> [b'cn=Directory Manager'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapimaprootdn to b'cn=Directory Manager' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapimaptoentries INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapimaptoentries to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapiuidnumbertype INFO:tests.tickets.ticket48961_test: --> [b'uidNumber'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapiuidnumbertype to b'uidNumber' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapigidnumbertype INFO:tests.tickets.ticket48961_test: --> [b'gidNumber'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapigidnumbertype to b'gidNumber' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ldapientrysearchbase INFO:tests.tickets.ticket48961_test: --> [b'dc=example,dc=com'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ldapientrysearchbase to b'dc=example,dc=com' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-anonlimitsdn INFO:tests.tickets.ticket48961_test: --> [b''] INFO:tests.tickets.ticket48961_test:Reset nsslapd-anonlimitsdn to b'' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-counters INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-counters to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-accesslog-logminfreediskspace INFO:tests.tickets.ticket48961_test: --> [b'5'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-accesslog-logminfreediskspace to b'5' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-errorlog-maxlogsperdir INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-errorlog-maxlogsperdir to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-securelistenhost INFO:tests.tickets.ticket48961_test: --> [b''] INFO:tests.tickets.ticket48961_test:override --> localhost INFO:tests.tickets.ticket48961_test:Reset nsslapd-securelistenhost to b'' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditlog-logminfreediskspace INFO:tests.tickets.ticket48961_test: --> [b'5'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditlog-logminfreediskspace to b'5' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-rootdn INFO:tests.tickets.ticket48961_test: --> [b'cn=Directory Manager'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-rootdn to b'cn=Directory Manager' INFO:tests.tickets.ticket48961_test:Reseting passwordMinAge INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset passwordMinAge to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-return-exact-case INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-return-exact-case to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-result-tweak INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-result-tweak to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-plugin-binddn-tracking INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-plugin-binddn-tracking to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-moddn-aci INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-moddn-aci to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-attribute-name-exceptions INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-attribute-name-exceptions to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-maxbersize INFO:tests.tickets.ticket48961_test: --> [b'2097152'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-maxbersize to b'2097152' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-maxsasliosize INFO:tests.tickets.ticket48961_test: --> [b'2097152'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-maxsasliosize to b'2097152' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-maxdescriptors INFO:tests.tickets.ticket48961_test: --> [b'1024'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-maxdescriptors to b'1024' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-SSLclientAuth INFO:tests.tickets.ticket48961_test: --> [b'allowed'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-SSLclientAuth to b'allowed' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-rewrite-rfc1274 INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-rewrite-rfc1274 to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-outbound-ldap-io-timeout INFO:tests.tickets.ticket48961_test: --> [b'300000'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-outbound-ldap-io-timeout to b'300000' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-allow-unauthenticated-binds INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-allow-unauthenticated-binds to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-require-secure-binds INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-require-secure-binds to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-allow-anonymous-access INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-allow-anonymous-access to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-localssf INFO:tests.tickets.ticket48961_test: --> [b'71'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-localssf to b'71' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-minssf INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-minssf to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-minssf-exclude-rootdse INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-minssf-exclude-rootdse to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-force-sasl-external INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-force-sasl-external to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-entryusn-global INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-entryusn-global to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-entryusn-import-initval INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-entryusn-import-initval to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-validate-cert INFO:tests.tickets.ticket48961_test: --> [b'warn'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-validate-cert to b'warn' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-pagedsizelimit INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-pagedsizelimit to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-disk-monitoring INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-disk-monitoring to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-disk-monitoring-threshold INFO:tests.tickets.ticket48961_test: --> [b'2097152'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-disk-monitoring-threshold to b'2097152' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-disk-monitoring-grace-period INFO:tests.tickets.ticket48961_test: --> [b'60'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-disk-monitoring-grace-period to b'60' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-disk-monitoring-logging-critical INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-disk-monitoring-logging-critical to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ndn-cache-enabled INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ndn-cache-enabled to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ndn-cache-max-size INFO:tests.tickets.ticket48961_test: --> [b'20971520'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ndn-cache-max-size to b'20971520' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-allowed-sasl-mechanisms INFO:tests.tickets.ticket48961_test: --> [b''] INFO:tests.tickets.ticket48961_test:override --> GSSAPI INFO:tests.tickets.ticket48961_test:Reset nsslapd-allowed-sasl-mechanisms to b'' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ignore-virtual-attrs INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ignore-virtual-attrs to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-unhashed-pw-switch INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-unhashed-pw-switch to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-sasl-max-buffer-size INFO:tests.tickets.ticket48961_test: --> [b'2097152'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-sasl-max-buffer-size to b'2097152' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-search-return-original-type-switch INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-search-return-original-type-switch to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-enable-turbo-mode INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-enable-turbo-mode to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-connection-nocanon INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-connection-nocanon to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-plugin-logging INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-plugin-logging to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-listen-backlog-size INFO:tests.tickets.ticket48961_test: --> [b'128'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-listen-backlog-size to b'128' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-dynamic-plugins INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-dynamic-plugins to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-cn-uses-dn-syntax-in-dns INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-cn-uses-dn-syntax-in-dns to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-ignore-time-skew INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-ignore-time-skew to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-global-backend-lock INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-global-backend-lock to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-maxsimplepaged-per-conn INFO:tests.tickets.ticket48961_test: --> [b'-1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-maxsimplepaged-per-conn to b'-1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-enable-nunc-stans INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-enable-nunc-stans to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-mode INFO:tests.tickets.ticket48961_test: --> [b'600'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-mode to b'600' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logrotationsync-enabled INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logrotationsync-enabled to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logrotationsynchour INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logrotationsynchour to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logrotationsyncmin INFO:tests.tickets.ticket48961_test: --> [b'0'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logrotationsyncmin to b'0' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logrotationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logrotationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logmaxdiskspace INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logmaxdiskspace to b'100' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-maxlogsize INFO:tests.tickets.ticket48961_test: --> [b'100'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-maxlogsize to b'100' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logexpirationtime INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logexpirationtime to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-maxlogsperdir INFO:tests.tickets.ticket48961_test: --> [b'1'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-maxlogsperdir to b'1' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logging-enabled INFO:tests.tickets.ticket48961_test: --> [b'off'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logging-enabled to b'off' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logging-hide-unhashed-pw INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logging-hide-unhashed-pw to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logexpirationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'month'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logexpirationtimeunit to b'month' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logminfreediskspace INFO:tests.tickets.ticket48961_test: --> [b'5'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logminfreediskspace to b'5' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog-logrotationtimeunit INFO:tests.tickets.ticket48961_test: --> [b'week'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog-logrotationtimeunit to b'week' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-auditfaillog INFO:tests.tickets.ticket48961_test: --> [b'/var/log/dirsrv/slapd-standalone1/audit'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-auditfaillog to b'' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-logging-hr-timestamps-enabled INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-logging-hr-timestamps-enabled to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-extract-pemfiles INFO:tests.tickets.ticket48961_test: --> [b'on'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-extract-pemfiles to b'on' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-logging-backend INFO:tests.tickets.ticket48961_test: --> [b'dirsrv-log'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-logging-backend to b'dirsrv-log' INFO:tests.tickets.ticket48961_test:Reseting nsslapd-tls-check-crl INFO:tests.tickets.ticket48961_test: --> [b'none'] INFO:tests.tickets.ticket48961_test:Reset nsslapd-tls-check-crl to b'none' INFO:tests.tickets.ticket48961_test:Reseting passwordStorageScheme INFO:tests.tickets.ticket48961_test: --> [b'CLEAR'] ------------------------------ Captured log call -------------------------------
ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-mode ticket48961_test.py 111 INFO --> [b'600'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-mode to b'600' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logrotationsync-enabled ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logrotationsync-enabled to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logrotationsynchour ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logrotationsynchour to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logrotationsyncmin ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logrotationsyncmin to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logrotationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logrotationtime to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-mode ticket48961_test.py 111 INFO --> [b'600'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-mode to b'600' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-maxlogsperdir ticket48961_test.py 111 INFO --> [b'10'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-maxlogsperdir to b'10' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-level ticket48961_test.py 111 INFO --> [b'16384'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-level to b'16384' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logging-enabled ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logging-enabled to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-mode ticket48961_test.py 111 INFO --> [b'600'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-mode to b'600' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logexpirationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logexpirationtime to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logging-enabled ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logging-enabled to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-maxthreadsperconn ticket48961_test.py 111 INFO --> [b'5'] ticket48961_test.py 38 INFO Reset nsslapd-maxthreadsperconn to b'5' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logexpirationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logexpirationtime to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logrotationsync-enabled ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logrotationsync-enabled to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logrotationsynchour ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logrotationsynchour to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logrotationsyncmin ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logrotationsyncmin to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logrotationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logrotationtime to b'1' ticket48961_test.py 107 INFO Reseting passwordInHistory ticket48961_test.py 111 INFO --> [b'6'] ticket48961_test.py 38 INFO Reset passwordInHistory to b'6' ticket48961_test.py 107 INFO Reseting passwordUnlock ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset passwordUnlock to b'on' ticket48961_test.py 107 INFO Reseting passwordGraceLimit ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordGraceLimit to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logrotationsync-enabled ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logrotationsync-enabled to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logrotationsynchour ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logrotationsynchour to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logrotationsyncmin ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logrotationsyncmin to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logrotationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logrotationtime to b'1' ticket48961_test.py 107 INFO Reseting passwordMustChange ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordMustChange to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-pwpolicy-local ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-pwpolicy-local to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-pwpolicy-inherit-global ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-pwpolicy-inherit-global to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logmaxdiskspace ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logmaxdiskspace to b'100' ticket48961_test.py 107 INFO Reseting nsslapd-sizelimit ticket48961_test.py 111 INFO --> [b'2000'] ticket48961_test.py 38 INFO Reset nsslapd-sizelimit to b'2000' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-maxlogsize ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-maxlogsize to b'100' ticket48961_test.py 107 INFO Reseting passwordWarning ticket48961_test.py 111 INFO --> [b'86400'] ticket48961_test.py 38 INFO Reset passwordWarning to b'86400' ticket48961_test.py 107 INFO Reseting nsslapd-readonly ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-readonly to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-sasl-mapping-fallback ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-sasl-mapping-fallback to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-threadnumber ticket48961_test.py 111 INFO --> [b'24'] ticket48961_test.py 38 INFO Reset nsslapd-threadnumber to b'24' ticket48961_test.py 107 INFO Reseting passwordLockout ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordLockout to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-enquote-sup-oc ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-enquote-sup-oc to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ioblocktimeout ticket48961_test.py 111 INFO --> [b'300000'] ticket48961_test.py 38 INFO Reset nsslapd-ioblocktimeout to b'300000' ticket48961_test.py 107 INFO Reseting nsslapd-max-filter-nest-level ticket48961_test.py 111 INFO --> [b'40'] ticket48961_test.py 38 INFO Reset nsslapd-max-filter-nest-level to b'40' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logmaxdiskspace ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logmaxdiskspace to b'100' ticket48961_test.py 107 INFO Reseting passwordMinLength ticket48961_test.py 111 INFO --> [b'8'] ticket48961_test.py 38 INFO Reset passwordMinLength to b'8' ticket48961_test.py 107 INFO Reseting passwordMinDigits ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMinDigits to b'0' ticket48961_test.py 107 INFO Reseting passwordMinAlphas ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMinAlphas to b'0' ticket48961_test.py 107 INFO Reseting passwordMinUppers ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMinUppers to b'0' ticket48961_test.py 107 INFO Reseting passwordMinLowers ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMinLowers to b'0' ticket48961_test.py 107 INFO Reseting passwordMinSpecials ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMinSpecials to b'0' ticket48961_test.py 107 INFO Reseting passwordMin8bit ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMin8bit to b'0' ticket48961_test.py 107 INFO Reseting passwordMaxRepeats ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMaxRepeats to b'0' ticket48961_test.py 107 INFO Reseting passwordMinCategories ticket48961_test.py 111 INFO --> [b'3'] ticket48961_test.py 38 INFO Reset passwordMinCategories to b'3' ticket48961_test.py 107 INFO Reseting passwordMinTokenLength ticket48961_test.py 111 INFO --> [b'3'] ticket48961_test.py 38 INFO Reset passwordMinTokenLength to b'3' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logexpirationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logexpirationtime to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-schemacheck ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-schemacheck to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-schemamod ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-schemamod to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-syntaxcheck ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-syntaxcheck to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-syntaxlogging ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-syntaxlogging to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-dn-validate-strict ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-dn-validate-strict to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ds4-compatible-schema ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-ds4-compatible-schema to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-schema-ignore-trailing-spaces ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-schema-ignore-trailing-spaces to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-schemareplace ticket48961_test.py 111 INFO --> [b'replication-only'] ticket48961_test.py 38 INFO Reset nsslapd-schemareplace to b'replication-only' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logmaxdiskspace ticket48961_test.py 111 INFO --> [b'500'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logmaxdiskspace to b'500' ticket48961_test.py 107 INFO Reseting passwordMaxFailure ticket48961_test.py 111 INFO --> [b'3'] ticket48961_test.py 38 INFO Reset passwordMaxFailure to b'3' ticket48961_test.py 107 INFO Reseting nsslapd-lastmod ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-lastmod to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-security ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-security to b'off' ticket48961_test.py 107 INFO Reseting passwordMaxAge ticket48961_test.py 111 INFO --> [b'8640000'] ticket48961_test.py 38 INFO Reset passwordMaxAge to b'8640000' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logrotationtimeunit ticket48961_test.py 111 INFO --> [b'week'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logrotationtimeunit to b'week' ticket48961_test.py 107 INFO Reseting passwordResetFailureCount ticket48961_test.py 111 INFO --> [b'600'] ticket48961_test.py 38 INFO Reset passwordResetFailureCount to b'600' ticket48961_test.py 107 INFO Reseting passwordIsGlobalPolicy ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordIsGlobalPolicy to b'off' ticket48961_test.py 107 INFO Reseting passwordLegacyPolicy ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset passwordLegacyPolicy to b'on' ticket48961_test.py 107 INFO Reseting passwordTrackUpdateTime ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordTrackUpdateTime to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-maxlogsperdir ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-maxlogsperdir to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logexpirationtimeunit ticket48961_test.py 111 INFO --> [b'month'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logexpirationtimeunit to b'month' ticket48961_test.py 107 INFO Reseting nsslapd-groupevalnestlevel ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-groupevalnestlevel to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logexpirationtimeunit ticket48961_test.py 111 INFO --> [b'month'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logexpirationtimeunit to b'month' ticket48961_test.py 107 INFO Reseting passwordChange ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset passwordChange to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-level ticket48961_test.py 111 INFO --> [b'256'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-level to b'256' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logrotationtimeunit ticket48961_test.py 111 INFO --> [b'week'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logrotationtimeunit to b'week' ticket48961_test.py 107 INFO Reseting nsslapd-timelimit ticket48961_test.py 111 INFO --> [b'3600'] ticket48961_test.py 38 INFO Reset nsslapd-timelimit to b'3600' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-maxlogsize ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-maxlogsize to b'100' ticket48961_test.py 107 INFO Reseting nsslapd-reservedescriptors ticket48961_test.py 111 INFO --> [b'64'] ticket48961_test.py 38 INFO Reset nsslapd-reservedescriptors to b'64' ticket48961_test.py 107 INFO Reseting nsslapd-svrtab ticket48961_test.py 111 INFO --> [b''] ticket48961_test.py 114 INFO override --> Some bogus data ticket48961_test.py 38 INFO Reset nsslapd-svrtab to b'' ticket48961_test.py 107 INFO Reseting passwordExp ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordExp to b'off' ticket48961_test.py 107 INFO Reseting passwordSendExpiringTime ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordSendExpiringTime to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-accesscontrol ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-accesscontrol to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logrotationtimeunit ticket48961_test.py 111 INFO --> [b'day'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logrotationtimeunit to b'day' ticket48961_test.py 107 INFO Reseting passwordLockoutDuration ticket48961_test.py 111 INFO --> [b'3600'] ticket48961_test.py 38 INFO Reset passwordLockoutDuration to b'3600' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-maxlogsize ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-maxlogsize to b'100' ticket48961_test.py 107 INFO Reseting nsslapd-idletimeout ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-idletimeout to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-nagle ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-nagle to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-logminfreediskspace ticket48961_test.py 111 INFO --> [b'5'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-logminfreediskspace to b'5' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logging-enabled ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logging-enabled to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logging-hide-unhashed-pw ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logging-hide-unhashed-pw to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logbuffering ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logbuffering to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-csnlogging ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-csnlogging to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logexpirationtimeunit ticket48961_test.py 111 INFO --> [b'month'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logexpirationtimeunit to b'month' ticket48961_test.py 107 INFO Reseting nsslapd-allow-hashed-passwords ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-allow-hashed-passwords to b'off' ticket48961_test.py 107 INFO Reseting passwordCheckSyntax ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset passwordCheckSyntax to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-listenhost ticket48961_test.py 111 INFO --> [b''] ticket48961_test.py 114 INFO override --> localhost ticket48961_test.py 38 INFO Reset nsslapd-listenhost to b'' ticket48961_test.py 107 INFO Reseting nsslapd-snmp-index ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-snmp-index to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-ldapifilepath ticket48961_test.py 111 INFO --> [b'/var/run/slapd-standalone1.socket'] ticket48961_test.py 38 INFO Reset nsslapd-ldapifilepath to b'/var/run/ldapi' ticket48961_test.py 107 INFO Reseting nsslapd-ldapilisten ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-ldapilisten to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ldapiautobind ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-ldapiautobind to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ldapimaprootdn ticket48961_test.py 111 INFO --> [b'cn=Directory Manager'] ticket48961_test.py 38 INFO Reset nsslapd-ldapimaprootdn to b'cn=Directory Manager' ticket48961_test.py 107 INFO Reseting nsslapd-ldapimaptoentries ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-ldapimaptoentries to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ldapiuidnumbertype ticket48961_test.py 111 INFO --> [b'uidNumber'] ticket48961_test.py 38 INFO Reset nsslapd-ldapiuidnumbertype to b'uidNumber' ticket48961_test.py 107 INFO Reseting nsslapd-ldapigidnumbertype ticket48961_test.py 111 INFO --> [b'gidNumber'] ticket48961_test.py 38 INFO Reset nsslapd-ldapigidnumbertype to b'gidNumber' ticket48961_test.py 107 INFO Reseting nsslapd-ldapientrysearchbase ticket48961_test.py 111 INFO --> [b'dc=example,dc=com'] ticket48961_test.py 38 INFO Reset nsslapd-ldapientrysearchbase to b'dc=example,dc=com' ticket48961_test.py 107 INFO Reseting nsslapd-anonlimitsdn ticket48961_test.py 111 INFO --> [b''] ticket48961_test.py 38 INFO Reset nsslapd-anonlimitsdn to b'' ticket48961_test.py 107 INFO Reseting nsslapd-counters ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-counters to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-accesslog-logminfreediskspace ticket48961_test.py 111 INFO --> [b'5'] ticket48961_test.py 38 INFO Reset nsslapd-accesslog-logminfreediskspace to b'5' ticket48961_test.py 107 INFO Reseting nsslapd-errorlog-maxlogsperdir ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-errorlog-maxlogsperdir to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-securelistenhost ticket48961_test.py 111 INFO --> [b''] ticket48961_test.py 114 INFO override --> localhost ticket48961_test.py 38 INFO Reset nsslapd-securelistenhost to b'' ticket48961_test.py 107 INFO Reseting nsslapd-auditlog-logminfreediskspace ticket48961_test.py 111 INFO --> [b'5'] ticket48961_test.py 38 INFO Reset nsslapd-auditlog-logminfreediskspace to b'5' ticket48961_test.py 107 INFO Reseting nsslapd-rootdn ticket48961_test.py 111 INFO --> [b'cn=Directory Manager'] ticket48961_test.py 38 INFO Reset nsslapd-rootdn to b'cn=Directory Manager' ticket48961_test.py 107 INFO Reseting passwordMinAge ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset passwordMinAge to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-return-exact-case ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-return-exact-case to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-result-tweak ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-result-tweak to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-plugin-binddn-tracking ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-plugin-binddn-tracking to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-moddn-aci ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-moddn-aci to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-attribute-name-exceptions ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-attribute-name-exceptions to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-maxbersize ticket48961_test.py 111 INFO --> [b'2097152'] ticket48961_test.py 38 INFO Reset nsslapd-maxbersize to b'2097152' ticket48961_test.py 107 INFO Reseting nsslapd-maxsasliosize ticket48961_test.py 111 INFO --> [b'2097152'] ticket48961_test.py 38 INFO Reset nsslapd-maxsasliosize to b'2097152' ticket48961_test.py 107 INFO Reseting nsslapd-maxdescriptors ticket48961_test.py 111 INFO --> [b'1024'] ticket48961_test.py 38 INFO Reset nsslapd-maxdescriptors to b'1024' ticket48961_test.py 107 INFO Reseting nsslapd-SSLclientAuth ticket48961_test.py 111 INFO --> [b'allowed'] ticket48961_test.py 38 INFO Reset nsslapd-SSLclientAuth to b'allowed' ticket48961_test.py 107 INFO Reseting nsslapd-rewrite-rfc1274 ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-rewrite-rfc1274 to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-outbound-ldap-io-timeout ticket48961_test.py 111 INFO --> [b'300000'] ticket48961_test.py 38 INFO Reset nsslapd-outbound-ldap-io-timeout to b'300000' ticket48961_test.py 107 INFO Reseting nsslapd-allow-unauthenticated-binds ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-allow-unauthenticated-binds to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-require-secure-binds ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-require-secure-binds to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-allow-anonymous-access ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-allow-anonymous-access to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-localssf ticket48961_test.py 111 INFO --> [b'71'] ticket48961_test.py 38 INFO Reset nsslapd-localssf to b'71' ticket48961_test.py 107 INFO Reseting nsslapd-minssf ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-minssf to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-minssf-exclude-rootdse ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-minssf-exclude-rootdse to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-force-sasl-external ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-force-sasl-external to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-entryusn-global ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-entryusn-global to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-entryusn-import-initval ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-entryusn-import-initval to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-validate-cert ticket48961_test.py 111 INFO --> [b'warn'] ticket48961_test.py 38 INFO Reset nsslapd-validate-cert to b'warn' ticket48961_test.py 107 INFO Reseting nsslapd-pagedsizelimit ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-pagedsizelimit to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-disk-monitoring ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-disk-monitoring to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-disk-monitoring-threshold ticket48961_test.py 111 INFO --> [b'2097152'] ticket48961_test.py 38 INFO Reset nsslapd-disk-monitoring-threshold to b'2097152' ticket48961_test.py 107 INFO Reseting nsslapd-disk-monitoring-grace-period ticket48961_test.py 111 INFO --> [b'60'] ticket48961_test.py 38 INFO Reset nsslapd-disk-monitoring-grace-period to b'60' ticket48961_test.py 107 INFO Reseting nsslapd-disk-monitoring-logging-critical ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-disk-monitoring-logging-critical to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ndn-cache-enabled ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-ndn-cache-enabled to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-ndn-cache-max-size ticket48961_test.py 111 INFO --> [b'20971520'] ticket48961_test.py 38 INFO Reset nsslapd-ndn-cache-max-size to b'20971520' ticket48961_test.py 107 INFO Reseting nsslapd-allowed-sasl-mechanisms ticket48961_test.py 111 INFO --> [b''] ticket48961_test.py 114 INFO override --> GSSAPI ticket48961_test.py 38 INFO Reset nsslapd-allowed-sasl-mechanisms to b'' ticket48961_test.py 107 INFO Reseting nsslapd-ignore-virtual-attrs ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-ignore-virtual-attrs to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-unhashed-pw-switch ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-unhashed-pw-switch to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-sasl-max-buffer-size ticket48961_test.py 111 INFO --> [b'2097152'] ticket48961_test.py 38 INFO Reset nsslapd-sasl-max-buffer-size to b'2097152' ticket48961_test.py 107 INFO Reseting nsslapd-search-return-original-type-switch ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-search-return-original-type-switch to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-enable-turbo-mode ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-enable-turbo-mode to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-connection-nocanon ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-connection-nocanon to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-plugin-logging ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-plugin-logging to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-listen-backlog-size ticket48961_test.py 111 INFO --> [b'128'] ticket48961_test.py 38 INFO Reset nsslapd-listen-backlog-size to b'128' ticket48961_test.py 107 INFO Reseting nsslapd-dynamic-plugins ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-dynamic-plugins to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-cn-uses-dn-syntax-in-dns ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-cn-uses-dn-syntax-in-dns to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-ignore-time-skew ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-ignore-time-skew to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-global-backend-lock ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-global-backend-lock to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-maxsimplepaged-per-conn ticket48961_test.py 111 INFO --> [b'-1'] ticket48961_test.py 38 INFO Reset nsslapd-maxsimplepaged-per-conn to b'-1' ticket48961_test.py 107 INFO Reseting nsslapd-enable-nunc-stans ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-enable-nunc-stans to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-mode ticket48961_test.py 111 INFO --> [b'600'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-mode to b'600' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logrotationsync-enabled ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logrotationsync-enabled to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logrotationsynchour ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logrotationsynchour to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logrotationsyncmin ticket48961_test.py 111 INFO --> [b'0'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logrotationsyncmin to b'0' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logrotationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logrotationtime to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logmaxdiskspace ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logmaxdiskspace to b'100' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-maxlogsize ticket48961_test.py 111 INFO --> [b'100'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-maxlogsize to b'100' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logexpirationtime ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logexpirationtime to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-maxlogsperdir ticket48961_test.py 111 INFO --> [b'1'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-maxlogsperdir to b'1' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logging-enabled ticket48961_test.py 111 INFO --> [b'off'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logging-enabled to b'off' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logging-hide-unhashed-pw ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logging-hide-unhashed-pw to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logexpirationtimeunit ticket48961_test.py 111 INFO --> [b'month'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logexpirationtimeunit to b'month' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logminfreediskspace ticket48961_test.py 111 INFO --> [b'5'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logminfreediskspace to b'5' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog-logrotationtimeunit ticket48961_test.py 111 INFO --> [b'week'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog-logrotationtimeunit to b'week' ticket48961_test.py 107 INFO Reseting nsslapd-auditfaillog ticket48961_test.py 111 INFO --> [b'/var/log/dirsrv/slapd-standalone1/audit'] ticket48961_test.py 38 INFO Reset nsslapd-auditfaillog to b'' ticket48961_test.py 107 INFO Reseting nsslapd-logging-hr-timestamps-enabled ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-logging-hr-timestamps-enabled to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-extract-pemfiles ticket48961_test.py 111 INFO --> [b'on'] ticket48961_test.py 38 INFO Reset nsslapd-extract-pemfiles to b'on' ticket48961_test.py 107 INFO Reseting nsslapd-logging-backend ticket48961_test.py 111 INFO --> [b'dirsrv-log'] ticket48961_test.py 38 INFO Reset nsslapd-logging-backend to b'dirsrv-log' ticket48961_test.py 107 INFO Reseting nsslapd-tls-check-crl ticket48961_test.py 111 INFO --> [b'none'] ticket48961_test.py 38 INFO Reset nsslapd-tls-check-crl to b'none' ticket48961_test.py 107 INFO Reseting passwordStorageScheme ticket48961_test.py 111 INFO --> [b'CLEAR']
Failed tickets/ticket49020_test.py::test_ticket49020 15.28
T = <lib389.topologies.TopologyMain object at 0x7f7eea294128>

def test_ticket49020(T):
A = T.ms['master1']
B = T.ms['master2']
C = T.ms['master3']

A.enableReplLogging()
B.enableReplLogging()
C.enableReplLogging()

AtoB = A.agreement.list(suffix=DEFAULT_SUFFIX)[0].dn
AtoC = A.agreement.list(suffix=DEFAULT_SUFFIX)[1].dn
CtoB = C.agreement.list(suffix=DEFAULT_SUFFIX)[1].dn

A.agreement.pause(AtoB)
C.agreement.pause(CtoB)
time.sleep(5)
name = "userX"
dn = "cn={},{}".format(name, DEFAULT_SUFFIX)
A.add_s(Entry((dn, {'objectclass': "top person".split(),
'sn': name,'cn': name})))

> A.agreement.init(DEFAULT_SUFFIX, HOST_MASTER_3, PORT_MASTER_3)

tickets/ticket49020_test.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/agreement.py:794: in init
filt)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea144748>
args = ('cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', 1, '(&(objectclass=nsds5replicationagreement)(nsds5replicahost=localhost)(nsds5replicaport=39003)(nsds5replicaroot=dc=example,dc=com))')
kwargs = {}, res = 100, restype = 101, obj = []

def getEntry(self, *args, **kwargs):
"""Wrapper around SimpleLDAPObject.search. It is common to just get
one entry.
@param - entry dn
@param - search scope, in ldap.SCOPE_BASE (default),
ldap.SCOPE_SUB, ldap.SCOPE_ONE
@param filterstr - filterstr, default '(objectClass=*)' from
SimpleLDAPObject
@param attrlist - list of attributes to retrieve. eg ['cn', 'uid']
@oaram attrsonly - default None from SimpleLDAPObject
eg. getEntry(dn, scope, filter, attributes)

XXX This cannot return None
"""
if self.verbose:
self.log.debug("Retrieving entry with %r" % [args])
if len(args) == 1 and 'scope' not in kwargs:
args += (ldap.SCOPE_BASE, )

res = self.search(*args, **kwargs)
restype, obj = self.result(res)
# TODO: why not test restype?
if not obj:
> raise NoSuchEntryError("no such entry for %r" % [args])
E lib389.exceptions.NoSuchEntryError: no such entry for [('cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', 1, '(&(objectclass=nsds5replicationagreement)(nsds5replicahost=localhost)(nsds5replicaport=39003)(nsds5replicaroot=dc=example,dc=com))')]

/usr/lib/python3.6/site-packages/lib389/__init__.py:1806: NoSuchEntryError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created----------------------------- Captured stderr call -----------------------------
INFO:lib389:Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config CRITICAL:lib389:initAgreement: No replica agreement to localhost:39003 for suffix dc=example,dc=com ------------------------------ Captured log call -------------------------------
agreement.py 830 INFO Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 830 INFO Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 799 CRITICAL initAgreement: No replica agreement to localhost:39003 for suffix dc=example,dc=com
Failed tickets/ticket49039_test.py::test_ticket49039 2.20
topo = <lib389.topologies.TopologyMain object at 0x7f7ef9304dd8>

def test_ticket49039(topo):
"""Test "password must change" verses "password min age". Min age should not
block password update if the password was reset.
"""

# Setup SSL (for ldappasswd test)
> ssl_init(topo)

tickets/ticket49039_test.py:70:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket49039_test.py:35: in ssl_init
topo.standalone.nss_ssl.reinit()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef9310b70>, name = 'nss_ssl'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'nss_ssl'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
Instance slapd-standalone1 removed. OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Failed tickets/ticket49073_test.py::test_ticket49073 8.52
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef97846a0>

def test_ticket49073(topology_m2):
"""Write your replication test here.

To access each DirSrv instance use: topology_m2.ms["master1"], topology_m2.ms["master2"],
..., topology_m2.hub1, ..., topology_m2.consumer1,...

Also, if you need any testcase initialization,
please, write additional fixture for that(include finalizer).
"""
topology_m2.ms["master1"].plugins.enable(name=PLUGIN_MEMBER_OF)
topology_m2.ms["master1"].restart(timeout=10)
topology_m2.ms["master2"].plugins.enable(name=PLUGIN_MEMBER_OF)
topology_m2.ms["master2"].restart(timeout=10)

# Configure fractional to prevent total init to send memberof
ents = topology_m2.ms["master1"].agreement.list(suffix=SUFFIX)
assert len(ents) == 1
log.info('update %s to add nsDS5ReplicatedAttributeListTotal' % ents[0].dn)
topology_m2.ms["master1"].modify_s(ents[0].dn,
[(ldap.MOD_REPLACE,
'nsDS5ReplicatedAttributeListTotal',
'(objectclass=*) $ EXCLUDE '),
(ldap.MOD_REPLACE,
'nsDS5ReplicatedAttributeList',
> '(objectclass=*) $ EXCLUDE memberOf')])

tickets/ticket49073_test.py:102:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef932f9e8>
func = <built-in method modify_ext of LDAP object at 0x7f7ef93e2a30>
args = ('cn=002,cn=replica,cn=dc\\3Dexample\\2Cdc\\3Dcom,cn=mapping tree,cn=config', [(2, 'nsDS5ReplicatedAttributeListTotal', '(objectclass=*) $ EXCLUDE '), (2, 'nsDS5ReplicatedAttributeList', '(objectclass=*) $ EXCLUDE memberOf')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', '(')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49073_test:update cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal ------------------------------ Captured log call -------------------------------
ticket49073_test.py 95 INFO update cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal
Failed tickets/ticket49121_test.py::test_ticket49121 0.00
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef94f7d68>

def test_ticket49121(topology_m2):
"""
Creating some users.
Deleting quite a number of attributes which may or may not be in the entry.
The attribute type names are to be long.
Under the conditions, it did not estimate the size of string format entry
shorter than the real size and caused the Invalid write / server crash.
"""
> reload(sys)
E NameError: name 'reload' is not defined

tickets/ticket49121_test.py:38: NameError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Failed tickets/ticket49180_test.py::test_ticket49180 24.70
topology_m4 = <lib389.topologies.TopologyMain object at 0x7f7ee976c0b8>

def test_ticket49180(topology_m4):

log.info('Running test_ticket49180...')

log.info('Check that replication works properly on all masters')
agmt_nums = {"master1": ("2", "3", "4"),
"master2": ("1", "3", "4"),
"master3": ("1", "2", "4"),
"master4": ("1", "2", "3")}

for inst_name, agmts in agmt_nums.items():
for num in agmts:
if not topology_m4.ms[inst_name].testReplication(DEFAULT_SUFFIX, topology_m4.ms["master{}".format(num)]):
log.fatal(
'test_replication: Replication is not working between {} and master {}.'.format(inst_name,
num))
assert False

# Disable master 4
log.info('test_clean: disable master 4...')
topology_m4.ms["master4"].replica.disableReplication(DEFAULT_SUFFIX)

# Remove the agreements from the other masters that point to master 4
remove_master4_agmts("test_clean", topology_m4)

# Cleanup - restore master 4
> restore_master4(topology_m4, 4444)

tickets/ticket49180_test.py:148:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket49180_test.py:52: in restore_master4
replicaId=newReplicaId)
/usr/lib/python3.6/site-packages/lib389/replica.py:560: in enableReplication
self.conn.changelog.create()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef950f048>, name = 'changelog'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'changelog'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'master4', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Joining master master4 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39004 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39004 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master1 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master2 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39004 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created INFO:lib389.topologies:Ensuring master master3 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39004 is was created INFO:lib389.topologies:Ensuring master master4 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master4 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39002 is was created INFO:lib389.topologies:Ensuring master master4 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39003 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'master4', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 153 INFO Joining master master4 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39004 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39004 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master1 to master4 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master2 to master4 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39004 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created topologies.py 161 INFO Ensuring master master3 to master4 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39004 is was created topologies.py 161 INFO Ensuring master master4 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master4 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39002 is was created topologies.py 161 INFO Ensuring master master4 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39003 is was created----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49180_test:Running test_ticket49180... INFO:tests.tickets.ticket49180_test:Check that replication works properly on all masters INFO:tests.tickets.ticket49180_test:test_clean: disable master 4... INFO:tests.tickets.ticket49180_test:test_clean: remove all the agreements to master 4... INFO:lib389:Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO:lib389:Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO:lib389:Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed INFO:tests.tickets.ticket49180_test:Restoring master 4... INFO:lib389:List backend with suffix=dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket49180_test.py 124 INFO Running test_ticket49180... ticket49180_test.py 126 INFO Check that replication works properly on all masters ticket49180_test.py 141 INFO test_clean: disable master 4... ticket49180_test.py 32 INFO test_clean: remove all the agreements to master 4... agreement.py 731 INFO Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed agreement.py 731 INFO Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed agreement.py 731 INFO Agreement (cn=004,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config) was successfully removed ticket49180_test.py 48 INFO Restoring master 4... backend.py 71 INFO List backend with suffix=dc=example,dc=com
Failed tickets/ticket49287_test.py::test_ticket49287 0.01
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef94f76a0>

def test_ticket49287(topology_m2):
"""
test case for memberof and conflict entries

"""

# return

M1 = topology_m2.ms["master1"]
M2 = topology_m2.ms["master2"]

> config_memberof(M1)

tickets/ticket49287_test.py:285:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket49287_test.py:71: in config_memberof
'on')])
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:629: in modify_s
return self.modify_ext_s(dn,modlist,None,None)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:601: in modify_ext_s
msgid = self.modify_ext(dn,modlist,serverctrls,clientctrls)
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:598: in modify_ext
return self._ldap_call(self._l.modify_ext,dn,modlist,RequestControlTuples(serverctrls),RequestControlTuples(clientctrls))
/usr/lib/python3.6/site-packages/lib389/__init__.py:167: in inner
return f(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7ef93d1b00>
func = <built-in method modify_ext of LDAP object at 0x7f7ef98c9378>
args = ('cn=MemberOf Plugin,cn=plugins,cn=config', [(2, 'memberOfAllBackends', 'on')], None, None)
kwargs = {}, diagnostic_message_success = None

def _ldap_call(self,func,*args,**kwargs):
"""
Wrapper method mainly for serializing calls into OpenLDAP libs
and trace logs
"""
self._ldap_object_lock.acquire()
if __debug__:
if self._trace_level>=1:
self._trace_file.write('*** %s %s - %s\n%s\n' % (
repr(self),
self._uri,
'.'.join((self.__class__.__name__,func.__name__)),
pprint.pformat((args,kwargs))
))
if self._trace_level>=9:
traceback.print_stack(limit=self._trace_stack_limit,file=self._trace_file)
diagnostic_message_success = None
try:
try:
> result = func(*args,**kwargs)
E TypeError: ('Tuple_to_LDAPMod(): expected a byte string in the list', 'o')

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: TypeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Failed tickets/ticket49303_test.py::test_ticket49303 2.22
topo = <lib389.topologies.TopologyMain object at 0x7f7eea294978>

def test_ticket49303(topo):
"""
Test the nsTLSAllowClientRenegotiation setting.
"""
sslport = SECUREPORT_STANDALONE1

log.info("Ticket 49303 - Allow disabling of SSL renegotiation")

# No value set, defaults to reneg allowed
> enable_ssl(topo.standalone, sslport)

tickets/ticket49303_test.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tickets/ticket49303_test.py:58: in enable_ssl
server.nss_ssl.reinit()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <lib389.DirSrv object at 0x7f7eea218630>, name = 'nss_ssl'

def __getattr__(self,name):
if name in self.CLASSATTR_OPTION_MAPPING:
return self.get_option(self.CLASSATTR_OPTION_MAPPING[name])
elif name in self.__dict__:
return self.__dict__[name]
else:
raise AttributeError('%s has no attribute %s' % (
> self.__class__.__name__,repr(name)
))
E AttributeError: DirSrv has no attribute 'nss_ssl'

/usr/lib64/python3.6/site-packages/ldap/ldapobject.py:352: AttributeError
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49303_test:Ticket 49303 - Allow disabling of SSL renegotiation ------------------------------ Captured log call -------------------------------
ticket49303_test.py 81 INFO Ticket 49303 - Allow disabling of SSL renegotiation
XFailed suites/replication/conflict_resolve_test.py::TestTwoMasters::()::test_memberof_groups 0.00
self = <tests.suites.replication.conflict_resolve_test.TestTwoMasters object at 0x7f7ef87b1d68>
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef86c59b0>
test_base = <lib389.idm.nscontainer.nsContainer object at 0x7f7ef8544438>

def test_memberof_groups(self, topology_m2, test_base):
"""Check that conflict properly resolved for operations
with memberOf and groups

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb3
:setup: Two master replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Enable memberOf plugin
2. Add 30 users to m1 and wait for replication to happen
3. Pause replication
4. Create a group on m1 and m2
5. Create a group on m1 and m2, delete from m1
6. Create a group on m1, delete from m1, and create on m2,
7. Create a group on m2 and m1, delete from m1
8. Create two different groups on m2
9. Resume replication
10. Check that the entries on both masters are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
9. It should pass
10. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:399: XFailed
XFailed suites/replication/conflict_resolve_test.py::TestTwoMasters::()::test_managed_entries 0.00
self = <tests.suites.replication.conflict_resolve_test.TestTwoMasters object at 0x7f7ef86870b8>
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef86c59b0>

def test_managed_entries(self, topology_m2):
"""Check that conflict properly resolved for operations
with managed entries

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb4
:setup: Two master replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Create ou=managed_users and ou=managed_groups under test container
2. Configure managed entries plugin and add a template to test container
3. Add a user to m1 and wait for replication to happen
4. Pause replication
5. Create a user on m1 and m2 with a same group ID on both master
6. Create a user on m1 and m2 with a different group ID on both master
7. Resume replication
8. Check that the entries on both masters are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:490: XFailed
XFailed suites/replication/conflict_resolve_test.py::TestTwoMasters::()::test_nested_entries_with_children 0.00
self = <tests.suites.replication.conflict_resolve_test.TestTwoMasters object at 0x7f7ee6dca6d8>
topology_m2 = <lib389.topologies.TopologyMain object at 0x7f7ef86c59b0>
test_base = <lib389.idm.nscontainer.nsContainer object at 0x7f7ee6dca908>

def test_nested_entries_with_children(self, topology_m2, test_base):
"""Check that conflict properly resolved for operations
with nested entries with children

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb5
:setup: Two master replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Add 15 containers to m1 and wait for replication to happen
2. Pause replication
3. Create parent-child on master2 and master1
4. Create parent-child on master1 and master2
5. Create parent-child on master1 and master2 different child rdn
6. Create parent-child on master1 and delete parent on master2
7. Create parent on master1, delete it and parent-child on master2, delete them
8. Create parent on master1, delete it and parent-two children on master2
9. Create parent-two children on master1 and parent-child on master2, delete them
10. Create three subsets inside existing container entry, applying only part of changes on m2
11. Create more combinations of the subset with parent-child on m1 and parent on m2
12. Delete container on m1, modify user1 on m1, create parent on m2 and modify user2 on m2
13. Resume replication
14. Check that the entries on both masters are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
9. It should pass
10. It should pass
11. It should pass
12. It should pass
13. It should pass
14. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:581: XFailed
XFailed suites/replication/conflict_resolve_test.py::TestThreeMasters::()::test_nested_entries 0.00
self = <tests.suites.replication.conflict_resolve_test.TestThreeMasters object at 0x7f7efc6296a0>
topology_m3 = <lib389.topologies.TopologyMain object at 0x7f7ef864e8d0>
test_base_m3 = <lib389.idm.nscontainer.nsContainer object at 0x7f7eea78ac18>

def test_nested_entries(self, topology_m3, test_base_m3):
"""Check that conflict properly resolved for operations
with nested entries with children

:id: 77f09b18-03d1-45da-940b-1ad2c2908eb6
:setup: Three master replication, test container for entries, enable plugin logging,
audit log, error log for replica and access log for internal
:steps:
1. Add 15 containers to m1 and wait for replication to happen
2. Pause replication
3. Create two child entries under each of two entries
4. Create three child entries under each of three entries
5. Create two parents on m1 and m2, then on m1 - create a child and delete one parent,
on m2 - delete one parent and create a child
6. Test a few more parent-child combinations with three instances
7. Resume replication
8. Check that the entries on both masters are the same and replication is working
:expectedresults:
1. It should pass
2. It should pass
3. It should pass
4. It should pass
5. It should pass
6. It should pass
7. It should pass
8. It should pass
"""

> pytest.xfail("Issue 49591 - work in progress")
E _pytest.outcomes.XFailed: Issue 49591 - work in progress

suites/replication/conflict_resolve_test.py:794: XFailed
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created
Skipped suites/memory_leaks/range_search_test.py::test_range_search::setup 0.00
('suites/memory_leaks/range_search_test.py', 21, "Skipped: Don't run if ASAN is not enabled")
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaPort-0-65535-9999999999999999999999999999999999999999999999999999999999999999999-invalid-389]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaBusyWaitTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaSessionPauseTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaFlowControlWindow--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaFlowControlPause--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_add[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 180, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaPort-0-65535-9999999999999999999999999999999999999999999999999999999999999999999-invalid-389]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaBusyWaitTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaSessionPauseTime--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaFlowControlWindow--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaFlowControlPause--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/replica_config_test.py::test_agmt_num_modify[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6]::setup 0.00
('suites/replication/replica_config_test.py', 219, 'Skipped: Agreement validation current does not work.')
Skipped suites/replication/ruvstore_test.py::test_memoryruv_sync_with_databaseruv::setup 0.00
('suites/replication/ruvstore_test.py', 115, 'Skipped: No method to safety access DB ruv currenty exists online.')
Skipped tickets/ticket47815_test.py::test_ticket47815::setup 0.00
('tickets/ticket47815_test.py', 23, 'Skipped: Not implemented, or invalid by nsMemberOf')
Passed suites/acl/acl_deny_test.py::test_multi_deny_aci 11.43
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389:Add uid=tuser1,ou=People,dc=example,dc=com INFO:lib389:Add uid=tuser,ou=People,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. acl_deny_test.py 37 INFO Add uid=tuser1,ou=People,dc=example,dc=com acl_deny_test.py 48 INFO Add uid=tuser,ou=People,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:lib389:Pass 1 INFO:lib389:Testing two searches behave the same... INFO:lib389:Testing search does not return any entries... INFO:lib389:Pass 2 INFO:lib389:Testing two searches behave the same... INFO:lib389:Testing search does not return any entries... INFO:lib389:Test PASSED ------------------------------ Captured log call -------------------------------
acl_deny_test.py 80 INFO Pass 1 acl_deny_test.py 83 INFO Testing two searches behave the same... acl_deny_test.py 126 INFO Testing search does not return any entries... acl_deny_test.py 80 INFO Pass 2 acl_deny_test.py 83 INFO Testing two searches behave the same... acl_deny_test.py 126 INFO Testing search does not return any entries... acl_deny_test.py 190 INFO Test PASSED
Passed suites/acl/acl_test.py::test_aci_attr_subtype_targetattr[lang-ja] 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:tests.suites.acl.acl_test:========Executing test with 'lang-ja' subtype======== INFO:tests.suites.acl.acl_test: Add a target attribute INFO:tests.suites.acl.acl_test: Add a user attribute INFO:tests.suites.acl.acl_test:Add an ACI with attribute subtype ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists acl_test.py 75 INFO ========Executing test with 'lang-ja' subtype======== acl_test.py 76 INFO Add a target attribute acl_test.py 79 INFO Add a user attribute acl_test.py 87 INFO Add an ACI with attribute subtype----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.acl.acl_test:Search for the added attribute INFO:tests.suites.acl.acl_test:The added attribute was found ------------------------------ Captured log call -------------------------------
acl_test.py 116 INFO Search for the added attribute acl_test.py 123 INFO The added attribute was found
Passed suites/acl/acl_test.py::test_aci_attr_subtype_targetattr[binary] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.acl.acl_test:========Executing test with 'binary' subtype======== INFO:tests.suites.acl.acl_test: Add a target attribute INFO:tests.suites.acl.acl_test: Add a user attribute INFO:tests.suites.acl.acl_test:Add an ACI with attribute subtype ------------------------------ Captured log setup ------------------------------
acl_test.py 75 INFO ========Executing test with 'binary' subtype======== acl_test.py 76 INFO Add a target attribute acl_test.py 79 INFO Add a user attribute acl_test.py 87 INFO Add an ACI with attribute subtype----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.acl.acl_test:Search for the added attribute INFO:tests.suites.acl.acl_test:The added attribute was found ------------------------------ Captured log call -------------------------------
acl_test.py 116 INFO Search for the added attribute acl_test.py 123 INFO The added attribute was found
Passed suites/acl/acl_test.py::test_aci_attr_subtype_targetattr[phonetic] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.acl.acl_test:========Executing test with 'phonetic' subtype======== INFO:tests.suites.acl.acl_test: Add a target attribute INFO:tests.suites.acl.acl_test: Add a user attribute INFO:tests.suites.acl.acl_test:Add an ACI with attribute subtype ------------------------------ Captured log setup ------------------------------
acl_test.py 75 INFO ========Executing test with 'phonetic' subtype======== acl_test.py 76 INFO Add a target attribute acl_test.py 79 INFO Add a user attribute acl_test.py 87 INFO Add an ACI with attribute subtype----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.acl.acl_test:Search for the added attribute INFO:tests.suites.acl.acl_test:The added attribute was found ------------------------------ Captured log call -------------------------------
acl_test.py 116 INFO Search for the added attribute acl_test.py 123 INFO The added attribute was found
Passed suites/acl/acl_test.py::test_mode_default_add_deny 0.03
---------------------------- Captured stderr setup -----------------------------
INFO:lib389: ######## INITIALIZATION ######## INFO:lib389:Add uid=bind_entry,dc=example,dc=com INFO:lib389:Add cn=staged user,dc=example,dc=com INFO:lib389:Add cn=accounts,dc=example,dc=com INFO:lib389:Add cn=excepts,cn=accounts,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acl_test.py 231 INFO ######## INITIALIZATION ######## acl_test.py 234 INFO Add uid=bind_entry,dc=example,dc=com acl_test.py 244 INFO Add cn=staged user,dc=example,dc=com acl_test.py 248 INFO Add cn=accounts,dc=example,dc=com acl_test.py 252 INFO Add cn=excepts,cn=accounts,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## mode moddn_aci : ADD (should fail) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to add cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS ------------------------------ Captured log call -------------------------------
acl_test.py 284 INFO ######## mode moddn_aci : ADD (should fail) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 292 INFO Try to add cn=accounts,dc=example,dc=com acl_test.py 301 INFO Exception (expected): INSUFFICIENT_ACCESS
Passed suites/acl/acl_test.py::test_mode_default_delete_deny 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## DELETE (should fail) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to delete cn=staged user,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS ------------------------------ Captured log call -------------------------------
acl_test.py 319 INFO ######## DELETE (should fail) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 326 INFO Try to delete cn=staged user,dc=example,dc=com acl_test.py 331 INFO Exception (expected): INSUFFICIENT_ACCESS
Passed suites/acl/acl_test.py::test_moddn_staging_prod[0-cn=staged user,dc=example,dc=com-cn=accounts,dc=example,dc=com-False] 0.34
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (0) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account0,cn=staged user,dc=example,dc=com -> uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account0,cn=staged user,dc=example,dc=com -> uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (0) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account0,cn=staged user,dc=example,dc=com -> uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account0,cn=staged user,dc=example,dc=com -> uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[1-cn=staged user,dc=example,dc=com-cn=accounts,dc=example,dc=com-False] 0.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (1) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account1,cn=staged user,dc=example,dc=com -> uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account1,cn=staged user,dc=example,dc=com -> uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (1) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account1,cn=staged user,dc=example,dc=com -> uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account1,cn=staged user,dc=example,dc=com -> uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[2-cn=staged user,dc=example,dc=com-cn=bad*,dc=example,dc=com-True] 0.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (2) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account2,cn=staged user,dc=example,dc=com -> uid=new_account2,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account2,cn=staged user,dc=example,dc=com -> uid=new_account2,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (2) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account2,cn=staged user,dc=example,dc=com -> uid=new_account2,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account2,cn=staged user,dc=example,dc=com -> uid=new_account2,cn=accounts,dc=example,dc=com acl_test.py 398 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[3-cn=st*,dc=example,dc=com-cn=accounts,dc=example,dc=com-False] 0.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (3) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account3,cn=staged user,dc=example,dc=com -> uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account3,cn=staged user,dc=example,dc=com -> uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (3) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account3,cn=staged user,dc=example,dc=com -> uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account3,cn=staged user,dc=example,dc=com -> uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[4-cn=bad*,dc=example,dc=com-cn=accounts,dc=example,dc=com-True] 0.29
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (4) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account4,cn=staged user,dc=example,dc=com -> uid=new_account4,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account4,cn=staged user,dc=example,dc=com -> uid=new_account4,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (4) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account4,cn=staged user,dc=example,dc=com -> uid=new_account4,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account4,cn=staged user,dc=example,dc=com -> uid=new_account4,cn=accounts,dc=example,dc=com acl_test.py 398 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[5-cn=st*,dc=example,dc=com-cn=ac*,dc=example,dc=com-False] 0.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (5) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account5,cn=staged user,dc=example,dc=com -> uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account5,cn=staged user,dc=example,dc=com -> uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (5) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account5,cn=staged user,dc=example,dc=com -> uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account5,cn=staged user,dc=example,dc=com -> uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[6-None-cn=ac*,dc=example,dc=com-False] 0.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (6) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account6,cn=staged user,dc=example,dc=com -> uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account6,cn=staged user,dc=example,dc=com -> uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (6) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account6,cn=staged user,dc=example,dc=com -> uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account6,cn=staged user,dc=example,dc=com -> uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[7-cn=st*,dc=example,dc=com-None-False] 0.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (7) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account7,cn=staged user,dc=example,dc=com -> uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account7,cn=staged user,dc=example,dc=com -> uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (7) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account7,cn=staged user,dc=example,dc=com -> uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account7,cn=staged user,dc=example,dc=com -> uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod[8-None-None-False] 0.32
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (8) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account8,cn=staged user,dc=example,dc=com -> uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account8,cn=staged user,dc=example,dc=com -> uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 365 INFO ######## MOVE staging -> Prod (8) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 377 INFO Try to MODDN uid=new_account8,cn=staged user,dc=example,dc=com -> uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 384 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 388 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 395 INFO Try to MODDN uid=new_account8,cn=staged user,dc=example,dc=com -> uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_staging_prod_9 1.38
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (9) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Disable the moddn right INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Enable the moddn right INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######## MOVE staging -> Prod (10) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 441 INFO ######## MOVE staging -> Prod (9) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 454 INFO Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 461 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 467 INFO Disable the moddn right acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 472 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 480 INFO Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 487 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 509 INFO Try to MODDN uid=new_account9,cn=staged user,dc=example,dc=com -> uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 520 INFO Enable the moddn right acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 524 INFO ######## MOVE staging -> Prod (10) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 536 INFO Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 543 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 560 INFO Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 567 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 576 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 582 INFO Try to MODDN uid=new_account10,cn=staged user,dc=example,dc=com -> uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_moddn_prod_staging 0.56
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (11) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account11,cn=staged user,dc=example,dc=com -> uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account11,cn=staged user,dc=example,dc=com -> uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to move back MODDN uid=new_account11,cn=accounts,dc=example,dc=com -> uid=new_account11,cn=staged user,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 611 INFO ######## MOVE staging -> Prod (11) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 624 INFO Try to MODDN uid=new_account11,cn=staged user,dc=example,dc=com -> uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 631 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 635 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 641 INFO Try to MODDN uid=new_account11,cn=staged user,dc=example,dc=com -> uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 656 INFO Try to move back MODDN uid=new_account11,cn=accounts,dc=example,dc=com -> uid=new_account11,cn=staged user,dc=example,dc=com acl_test.py 663 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_check_repl_M2_to_M1 1.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389:Bind as cn=Directory Manager (M2) INFO:lib389:Update (M2) uid=new_account12,cn=staged user,dc=example,dc=com (description) INFO:lib389:Update uid=new_account12,cn=staged user,dc=example,dc=com (description) replicated on M1 ------------------------------ Captured log call -------------------------------
acl_test.py 693 INFO Bind as cn=Directory Manager (M2) acl_test.py 713 INFO Update (M2) uid=new_account12,cn=staged user,dc=example,dc=com (description) acl_test.py 726 INFO Update uid=new_account12,cn=staged user,dc=example,dc=com (description) replicated on M1
Passed suites/acl/acl_test.py::test_moddn_staging_prod_except 0.31
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## MOVE staging -> Prod (13) ######## INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account13,cn=staged user,dc=example,dc=com -> uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389: ######## MOVE to and from equality filter ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Add a DENY aci under cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:Try to MODDN uid=new_account13,cn=staged user,dc=example,dc=com -> uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389: ######## MOVE staging -> Prod/Except (14) ######## INFO:lib389:Try to MODDN uid=new_account14,cn=staged user,dc=example,dc=com -> uid=new_account14,cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Add a DENY aci under cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 751 INFO ######## MOVE staging -> Prod (13) ######## acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 763 INFO Try to MODDN uid=new_account13,cn=staged user,dc=example,dc=com -> uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 770 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 774 INFO ######## MOVE to and from equality filter ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 158 INFO Add a DENY aci under cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 781 INFO Try to MODDN uid=new_account13,cn=staged user,dc=example,dc=com -> uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 787 INFO ######## MOVE staging -> Prod/Except (14) ######## acl_test.py 793 INFO Try to MODDN uid=new_account14,cn=staged user,dc=example,dc=com -> uid=new_account14,cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 800 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 158 INFO Add a DENY aci under cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_mode_default_ger_no_moddn 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## mode moddn_aci : GER no moddn ######## INFO:lib389:dn: cn=accounts,dc=example,dc=com INFO:lib389:dn: cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' ------------------------------ Captured log call -------------------------------
acl_test.py 827 INFO ######## mode moddn_aci : GER no moddn ######## acl_test.py 838 INFO dn: cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 838 INFO dn: uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 841 INFO ######## entryLevelRights: b'v'
Passed suites/acl/acl_test.py::test_mode_default_ger_with_moddn 0.28
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## mode moddn_aci: GER with moddn ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:dn: cn=accounts,dc=example,dc=com INFO:lib389:dn: cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'vn' INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 865 INFO ######## mode moddn_aci: GER with moddn ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 883 INFO dn: cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 883 INFO dn: uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 886 INFO ######## entryLevelRights: b'vn' acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_mode_legacy_ger_no_moddn1 0.12
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## Disable the moddn aci mod ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######## mode legacy 1: GER no moddn ######## INFO:lib389:dn: cn=accounts,dc=example,dc=com INFO:lib389:dn: cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' ------------------------------ Captured log call -------------------------------
acl_test.py 916 INFO ######## Disable the moddn aci mod ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 920 INFO ######## mode legacy 1: GER no moddn ######## acl_test.py 930 INFO dn: cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 930 INFO dn: uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 933 INFO ######## entryLevelRights: b'v'
Passed suites/acl/acl_test.py::test_mode_legacy_ger_no_moddn2 0.39
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## Disable the moddn aci mod ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######## mode legacy 2: GER no moddn ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:dn: cn=accounts,dc=example,dc=com INFO:lib389:dn: cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acl_test.py 959 INFO ######## Disable the moddn aci mod ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 963 INFO ######## mode legacy 2: GER no moddn ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 980 INFO dn: cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 980 INFO dn: uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 983 INFO ######## entryLevelRights: b'v' acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com
Passed suites/acl/acl_test.py::test_mode_legacy_ger_with_moddn 0.36
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## Disable the moddn aci mod ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######## mode legacy : GER with moddn ######## INFO:lib389:Bind as cn=Directory Manager INFO:lib389:Bind as uid=bind_entry,dc=example,dc=com INFO:lib389:dn: cn=accounts,dc=example,dc=com INFO:lib389:dn: cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'vn' INFO:lib389:Bind as cn=Directory Manager ------------------------------ Captured log call -------------------------------
acl_test.py 1019 INFO ######## Disable the moddn aci mod ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 1023 INFO ######## mode legacy : GER with moddn ######## acl_test.py 131 INFO Bind as cn=Directory Manager acl_test.py 137 INFO Bind as uid=bind_entry,dc=example,dc=com acl_test.py 1045 INFO dn: cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 1045 INFO dn: uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 1048 INFO ######## entryLevelRights: b'vn' acl_test.py 131 INFO Bind as cn=Directory Manager
Passed suites/acl/acl_test.py::test_rdn_write_get_ger 0.01
---------------------------- Captured stderr setup -----------------------------
INFO:lib389: ######## Add entry tuser ######## ------------------------------ Captured log setup ------------------------------
acl_test.py 1059 INFO ######## Add entry tuser ########----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######## GER rights for anonymous ######## INFO:lib389:dn: dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=Directory Administrators,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: ou=Groups,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: ou=People,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: ou=Special Users,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=Accounting Managers,ou=Groups,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=HR Managers,ou=Groups,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=QA Managers,ou=Groups,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=PD Managers,ou=Groups,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=replication_managers,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: ou=Services,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=server.example.com:63701,ou=Services,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=server.example.com:63702,ou=Services,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=bind_entry,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=excepts,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account0,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account1,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account2,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account3,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account4,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account5,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account6,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account7,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account8,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account9,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account10,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account11,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account12,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account13,cn=accounts,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account14,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account15,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account16,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account17,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account18,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: uid=new_account19,cn=staged user,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' INFO:lib389:dn: cn=tuser,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' ------------------------------ Captured log call -------------------------------
acl_test.py 1083 INFO ######## GER rights for anonymous ######## acl_test.py 1093 INFO dn: dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=Directory Administrators,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: ou=Groups,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: ou=People,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: ou=Special Users,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=Accounting Managers,ou=Groups,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=HR Managers,ou=Groups,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=QA Managers,ou=Groups,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=PD Managers,ou=Groups,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=replication_managers,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: ou=Services,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=server.example.com:63701,ou=Services,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=server.example.com:63702,ou=Services,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=bind_entry,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=excepts,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account0,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account1,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account2,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account3,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account4,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account5,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account6,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account7,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account8,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account9,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account10,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account11,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account12,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account13,cn=accounts,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account14,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account15,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account16,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account17,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account18,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: uid=new_account19,cn=staged user,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v' acl_test.py 1093 INFO dn: cn=tuser,dc=example,dc=com acl_test.py 1095 INFO ######## entryLevelRights: b'v'
Passed suites/acl/acl_test.py::test_rdn_write_modrdn_anonymous 0.14
----------------------------- Captured stderr call -----------------------------
INFO:lib389:dn: INFO:lib389:######## 'objectClass': [b'top'] INFO:lib389:######## 'defaultnamingcontext': [b'dc=example,dc=com'] INFO:lib389:######## 'dataversion': [b'020180630231655'] INFO:lib389:######## 'netscapemdsuffix': [b'cn=ldap://dc=server,dc=example,dc=com:39001'] INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:The entry was not renamed (expected) INFO:lib389:Bind as cn=Directory Manager ------------------------------ Captured log call -------------------------------
acl_test.py 1122 INFO dn: acl_test.py 1124 INFO ######## 'objectClass': [b'top'] acl_test.py 1124 INFO ######## 'defaultnamingcontext': [b'dc=example,dc=com'] acl_test.py 1124 INFO ######## 'dataversion': [b'020180630231655'] acl_test.py 1124 INFO ######## 'netscapemdsuffix': [b'cn=ldap://dc=server,dc=example,dc=com:39001'] acl_test.py 1129 INFO Exception (expected): INSUFFICIENT_ACCESS acl_test.py 1136 INFO The entry was not renamed (expected) acl_test.py 131 INFO Bind as cn=Directory Manager
Passed suites/acl/enhanced_aci_modrnd_test.py::test_enhanced_aci_modrnd 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.acl.enhanced_aci_modrnd_test:Add a container: ou=test_ou_1,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:Add a container: ou=test_ou_2,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:Add a user: cn=test_user,ou=test_ou_1,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:Add an ACI 'allow (all)' by cn=test_user,ou=test_ou_1,dc=example,dc=com to the ou=test_ou_1,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:Add an ACI 'allow (all)' by cn=test_user,ou=test_ou_1,dc=example,dc=com to the ou=test_ou_2,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. enhanced_aci_modrnd_test.py 30 INFO Add a container: ou=test_ou_1,dc=example,dc=com enhanced_aci_modrnd_test.py 37 INFO Add a container: ou=test_ou_2,dc=example,dc=com enhanced_aci_modrnd_test.py 44 INFO Add a user: cn=test_user,ou=test_ou_1,dc=example,dc=com enhanced_aci_modrnd_test.py 59 INFO Add an ACI 'allow (all)' by cn=test_user,ou=test_ou_1,dc=example,dc=com to the ou=test_ou_1,dc=example,dc=com enhanced_aci_modrnd_test.py 63 INFO Add an ACI 'allow (all)' by cn=test_user,ou=test_ou_1,dc=example,dc=com to the ou=test_ou_2,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.acl.enhanced_aci_modrnd_test:Bind as cn=test_user,ou=test_ou_1,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:User MODRDN operation from ou=test_ou_1,dc=example,dc=com to ou=test_ou_2,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:Check there is no user in ou=test_ou_1,dc=example,dc=com INFO:tests.suites.acl.enhanced_aci_modrnd_test:Check there is our user in ou=test_ou_2,dc=example,dc=com ------------------------------ Captured log call -------------------------------
enhanced_aci_modrnd_test.py 93 INFO Bind as cn=test_user,ou=test_ou_1,dc=example,dc=com enhanced_aci_modrnd_test.py 98 INFO User MODRDN operation from ou=test_ou_1,dc=example,dc=com to ou=test_ou_2,dc=example,dc=com enhanced_aci_modrnd_test.py 103 INFO Check there is no user in ou=test_ou_1,dc=example,dc=com enhanced_aci_modrnd_test.py 109 INFO Check there is our user in ou=test_ou_2,dc=example,dc=com
Passed suites/acl/repeated_ldap_add_test.py::test_repeated_ldap_add 33.54
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stdout call -----------------------------
uid=buser123,ou=BOU,dc=example,dc=com inactivated. ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.acl.repeated_ldap_add_test:Testing Bug 1347760 - Information disclosure via repeated use of LDAP ADD operation, etc. INFO:tests.suites.acl.repeated_ldap_add_test:Disabling accesslog logbuffering INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {cn=Directory Manager,password} INFO:tests.suites.acl.repeated_ldap_add_test:Adding ou=BOU a bind user belongs to. INFO:tests.suites.acl.repeated_ldap_add_test:Adding a bind user. INFO:tests.suites.acl.repeated_ldap_add_test:Adding a test user. INFO:tests.suites.acl.repeated_ldap_add_test:Deleting aci in dc=example,dc=com. INFO:tests.suites.acl.repeated_ldap_add_test:While binding as DM, acquire an access log path and instance dir INFO:tests.suites.acl.repeated_ldap_add_test:Bind case 1. the bind user has no rights to read the entry itself, bind should be successful. INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} who has no access rights. INFO:tests.suites.acl.repeated_ldap_add_test:Access log path: /var/log/dirsrv/slapd-standalone1/access INFO:tests.suites.acl.repeated_ldap_add_test:Bind case 2-1. the bind user does not exist, bind should fail with error INVALID_CREDENTIALS INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=bogus,dc=example,dc=com,bogus} who does not exist. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INVALID_CREDENTIALS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Invalid credentials INFO:tests.suites.acl.repeated_ldap_add_test:Cause found - [30/Jun/2018:19:17:32.799664032 -0400] conn=1 op=10 RESULT err=49 tag=97 nentries=0 etime=0.0001562342 - No such entry INFO:tests.suites.acl.repeated_ldap_add_test:Bind case 2-2. the bind user's suffix does not exist, bind should fail with error INVALID_CREDENTIALS INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=bogus,ou=people,dc=bogus,bogus} who does not exist. INFO:tests.suites.acl.repeated_ldap_add_test:Cause found - [30/Jun/2018:19:17:33.803470913 -0400] conn=1 op=11 RESULT err=49 tag=97 nentries=0 etime=0.0001149989 - No suffix for bind dn found INFO:tests.suites.acl.repeated_ldap_add_test:Bind case 2-3. the bind user's password is wrong, bind should fail with error INVALID_CREDENTIALS INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=buser123,ou=BOU,dc=example,dc=com,bogus} who does not exist. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INVALID_CREDENTIALS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Invalid credentials INFO:tests.suites.acl.repeated_ldap_add_test:Cause found - 30/Jun/2018:19:17:34.833779240 -0400] conn=1 op=12 RESULT err=49 tag=97 nentries=0 etime=0.0028104379 - Invalid credentials INFO:tests.suites.acl.repeated_ldap_add_test:Adding aci for uid=buser123,ou=BOU,dc=example,dc=com to ou=BOU,dc=example,dc=com. INFO:tests.suites.acl.repeated_ldap_add_test:aci: (targetattr="*")(version 3.0; acl "buser123"; allow(all) userdn = "ldap:///uid=buser123,ou=BOU,dc=example,dc=com";) INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {cn=Directory Manager,password} INFO:tests.suites.acl.repeated_ldap_add_test:Bind case 3. the bind user has the right to read the entry itself, bind should be successful. INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} which should be ok. INFO:tests.suites.acl.repeated_ldap_add_test:The following operations are against the subtree the bind user uid=buser123,ou=BOU,dc=example,dc=com has no rights. INFO:tests.suites.acl.repeated_ldap_add_test:Search case 1. the bind user has no rights to read the search entry, it should return no search results with <class 'ldap.SUCCESS'> INFO:tests.suites.acl.repeated_ldap_add_test:Searching existing entry uid=tuser0,ou=people,dc=example,dc=com, which should be ok. INFO:tests.suites.acl.repeated_ldap_add_test:Search should return none INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Search case 2-1. the search entry does not exist, the search should return no search results with SUCCESS INFO:tests.suites.acl.repeated_ldap_add_test:Searching non-existing entry uid=bogus,dc=example,dc=com, which should be ok. INFO:tests.suites.acl.repeated_ldap_add_test:Search should return none INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Search case 2-2. the search entry does not exist, the search should return no search results with SUCCESS INFO:tests.suites.acl.repeated_ldap_add_test:Searching non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should be ok. INFO:tests.suites.acl.repeated_ldap_add_test:Search should return none INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Add case 1. the bind user has no rights AND the adding entry exists, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Adding existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Add case 2-1. the bind user has no rights AND the adding entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Adding non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Add case 2-2. the bind user has no rights AND the adding entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Adding non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modify case 1. the bind user has no rights AND the modifying entry exists, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Modifying existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modify case 2-1. the bind user has no rights AND the modifying entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Modifying non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modify case 2-2. the bind user has no rights AND the modifying entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Modifying non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 1. the bind user has no rights AND the renaming entry exists, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Renaming existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 2-1. the bind user has no rights AND the renaming entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Renaming non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 2-2. the bind user has no rights AND the renaming entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Renaming non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 3. the bind user has no rights AND the node moving an entry to exists, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Moving to existing superior ou=groups,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 4-1. the bind user has no rights AND the node moving an entry to does not, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 4-2. the bind user has no rights AND the node moving an entry to does not, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Delete case 1. the bind user has no rights AND the deleting entry exists, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Deleting existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Delete case 2-1. the bind user has no rights AND the deleting entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Deleting non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Delete case 2-2. the bind user has no rights AND the deleting entry does not exist, it should fail with INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Deleting non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): INSUFFICIENT_ACCESS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Insufficient access INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:EXTRA: Check no regressions INFO:tests.suites.acl.repeated_ldap_add_test:Adding aci for uid=buser123,ou=BOU,dc=example,dc=com to dc=example,dc=com. INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {cn=Directory Manager,password} INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123}. INFO:tests.suites.acl.repeated_ldap_add_test:Search case. the search entry does not exist, the search should fail with NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Searching non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Desc No such object INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Add case. the adding entry already exists, it should fail with ALREADY_EXISTS INFO:tests.suites.acl.repeated_ldap_add_test:Adding existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with ALREADY_EXISTS. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): ALREADY_EXISTS INFO:tests.suites.acl.repeated_ldap_add_test:Desc Already exists INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modify case. the modifying entry does not exist, it should fail with NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Modifying non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Desc No such object INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 1. the renaming entry does not exist, it should fail with NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Renaming non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Desc No such object INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Modrdn case 2. the node moving an entry to does not, it should fail with NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Desc No such object INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Delete case. the deleting entry does not exist, it should fail with NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Deleting non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): NO_SUCH_OBJECT INFO:tests.suites.acl.repeated_ldap_add_test:Desc No such object INFO:tests.suites.acl.repeated_ldap_add_test:PASSED INFO:tests.suites.acl.repeated_ldap_add_test:Inactivate uid=buser123,ou=BOU,dc=example,dc=com INFO:tests.suites.acl.repeated_ldap_add_test:['/usr/sbin/ns-inactivate.pl', '-Z', 'standalone1', '-D', 'cn=Directory Manager', '-w', 'password', '-I', 'uid=buser123,ou=BOU,dc=example,dc=com'] INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} which should fail with UNWILLING_TO_PERFORM. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): UNWILLING_TO_PERFORM INFO:tests.suites.acl.repeated_ldap_add_test:Desc Server is unwilling to perform INFO:tests.suites.acl.repeated_ldap_add_test:Bind as {uid=buser123,ou=BOU,dc=example,dc=com,bogus} which should fail with UNWILLING_TO_PERFORM. INFO:tests.suites.acl.repeated_ldap_add_test:Exception (expected): UNWILLING_TO_PERFORM INFO:tests.suites.acl.repeated_ldap_add_test:Desc Server is unwilling to perform INFO:tests.suites.acl.repeated_ldap_add_test:SUCCESS ------------------------------ Captured log call -------------------------------
repeated_ldap_add_test.py 182 INFO Testing Bug 1347760 - Information disclosure via repeated use of LDAP ADD operation, etc. repeated_ldap_add_test.py 184 INFO Disabling accesslog logbuffering repeated_ldap_add_test.py 187 INFO Bind as {cn=Directory Manager,password} repeated_ldap_add_test.py 190 INFO Adding ou=BOU a bind user belongs to. repeated_ldap_add_test.py 195 INFO Adding a bind user. repeated_ldap_add_test.py 202 INFO Adding a test user. repeated_ldap_add_test.py 209 INFO Deleting aci in dc=example,dc=com. repeated_ldap_add_test.py 212 INFO While binding as DM, acquire an access log path and instance dir repeated_ldap_add_test.py 218 INFO Bind case 1. the bind user has no rights to read the entry itself, bind should be successful. repeated_ldap_add_test.py 219 INFO Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} who has no access rights. repeated_ldap_add_test.py 227 INFO Access log path: /var/log/dirsrv/slapd-standalone1/access repeated_ldap_add_test.py 230 INFO Bind case 2-1. the bind user does not exist, bind should fail with error INVALID_CREDENTIALS repeated_ldap_add_test.py 231 INFO Bind as {uid=bogus,dc=example,dc=com,bogus} who does not exist. repeated_ldap_add_test.py 235 INFO Exception (expected): INVALID_CREDENTIALS repeated_ldap_add_test.py 236 INFO Desc Invalid credentials repeated_ldap_add_test.py 244 INFO Cause found - [30/Jun/2018:19:17:32.799664032 -0400] conn=1 op=10 RESULT err=49 tag=97 nentries=0 etime=0.0001562342 - No such entry repeated_ldap_add_test.py 248 INFO Bind case 2-2. the bind user's suffix does not exist, bind should fail with error INVALID_CREDENTIALS repeated_ldap_add_test.py 249 INFO Bind as {uid=bogus,ou=people,dc=bogus,bogus} who does not exist. repeated_ldap_add_test.py 258 INFO Cause found - [30/Jun/2018:19:17:33.803470913 -0400] conn=1 op=11 RESULT err=49 tag=97 nentries=0 etime=0.0001149989 - No suffix for bind dn found repeated_ldap_add_test.py 262 INFO Bind case 2-3. the bind user's password is wrong, bind should fail with error INVALID_CREDENTIALS repeated_ldap_add_test.py 263 INFO Bind as {uid=buser123,ou=BOU,dc=example,dc=com,bogus} who does not exist. repeated_ldap_add_test.py 267 INFO Exception (expected): INVALID_CREDENTIALS repeated_ldap_add_test.py 268 INFO Desc Invalid credentials repeated_ldap_add_test.py 276 INFO Cause found - 30/Jun/2018:19:17:34.833779240 -0400] conn=1 op=12 RESULT err=49 tag=97 nentries=0 etime=0.0028104379 - Invalid credentials repeated_ldap_add_test.py 279 INFO Adding aci for uid=buser123,ou=BOU,dc=example,dc=com to ou=BOU,dc=example,dc=com. repeated_ldap_add_test.py 281 INFO aci: (targetattr="*")(version 3.0; acl "buser123"; allow(all) userdn = "ldap:///uid=buser123,ou=BOU,dc=example,dc=com";) repeated_ldap_add_test.py 282 INFO Bind as {cn=Directory Manager,password} repeated_ldap_add_test.py 287 INFO Bind case 3. the bind user has the right to read the entry itself, bind should be successful. repeated_ldap_add_test.py 288 INFO Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} which should be ok. repeated_ldap_add_test.py 291 INFO The following operations are against the subtree the bind user uid=buser123,ou=BOU,dc=example,dc=com has no rights. repeated_ldap_add_test.py 296 INFO Search case 1. the bind user has no rights to read the search entry, it should return no search results with <class 'ldap.SUCCESS'> repeated_ldap_add_test.py 106 INFO Searching existing entry uid=tuser0,ou=people,dc=example,dc=com, which should be ok. repeated_ldap_add_test.py 139 INFO Search should return none repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 302 INFO Search case 2-1. the search entry does not exist, the search should return no search results with SUCCESS repeated_ldap_add_test.py 106 INFO Searching non-existing entry uid=bogus,dc=example,dc=com, which should be ok. repeated_ldap_add_test.py 139 INFO Search should return none repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 308 INFO Search case 2-2. the search entry does not exist, the search should return no search results with SUCCESS repeated_ldap_add_test.py 106 INFO Searching non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should be ok. repeated_ldap_add_test.py 139 INFO Search should return none repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 315 INFO Add case 1. the bind user has no rights AND the adding entry exists, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Adding existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 321 INFO Add case 2-1. the bind user has no rights AND the adding entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Adding non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 327 INFO Add case 2-2. the bind user has no rights AND the adding entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Adding non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 334 INFO Modify case 1. the bind user has no rights AND the modifying entry exists, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Modifying existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 340 INFO Modify case 2-1. the bind user has no rights AND the modifying entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Modifying non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 346 INFO Modify case 2-2. the bind user has no rights AND the modifying entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Modifying non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 353 INFO Modrdn case 1. the bind user has no rights AND the renaming entry exists, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Renaming existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 359 INFO Modrdn case 2-1. the bind user has no rights AND the renaming entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Renaming non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 365 INFO Modrdn case 2-2. the bind user has no rights AND the renaming entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Renaming non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 371 INFO Modrdn case 3. the bind user has no rights AND the node moving an entry to exists, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Moving to existing superior ou=groups,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 377 INFO Modrdn case 4-1. the bind user has no rights AND the node moving an entry to does not, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 383 INFO Modrdn case 4-2. the bind user has no rights AND the node moving an entry to does not, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 390 INFO Delete case 1. the bind user has no rights AND the deleting entry exists, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Deleting existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 396 INFO Delete case 2-1. the bind user has no rights AND the deleting entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Deleting non-existing entry uid=bogus,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 402 INFO Delete case 2-2. the bind user has no rights AND the deleting entry does not exist, it should fail with INSUFFICIENT_ACCESS repeated_ldap_add_test.py 106 INFO Deleting non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with INSUFFICIENT_ACCESS. repeated_ldap_add_test.py 129 INFO Exception (expected): INSUFFICIENT_ACCESS repeated_ldap_add_test.py 130 INFO Desc Insufficient access repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 405 INFO EXTRA: Check no regressions repeated_ldap_add_test.py 406 INFO Adding aci for uid=buser123,ou=BOU,dc=example,dc=com to dc=example,dc=com. repeated_ldap_add_test.py 408 INFO Bind as {cn=Directory Manager,password} repeated_ldap_add_test.py 413 INFO Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123}. repeated_ldap_add_test.py 423 INFO Search case. the search entry does not exist, the search should fail with NO_SUCH_OBJECT repeated_ldap_add_test.py 106 INFO Searching non-existing entry uid=bogus,ou=people,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. repeated_ldap_add_test.py 129 INFO Exception (expected): NO_SUCH_OBJECT repeated_ldap_add_test.py 130 INFO Desc No such object repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 429 INFO Add case. the adding entry already exists, it should fail with ALREADY_EXISTS repeated_ldap_add_test.py 106 INFO Adding existing entry uid=tuser0,ou=people,dc=example,dc=com, which should fail with ALREADY_EXISTS. repeated_ldap_add_test.py 129 INFO Exception (expected): ALREADY_EXISTS repeated_ldap_add_test.py 130 INFO Desc Already exists repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 434 INFO Modify case. the modifying entry does not exist, it should fail with NO_SUCH_OBJECT repeated_ldap_add_test.py 106 INFO Modifying non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. repeated_ldap_add_test.py 129 INFO Exception (expected): NO_SUCH_OBJECT repeated_ldap_add_test.py 130 INFO Desc No such object repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 439 INFO Modrdn case 1. the renaming entry does not exist, it should fail with NO_SUCH_OBJECT repeated_ldap_add_test.py 106 INFO Renaming non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. repeated_ldap_add_test.py 129 INFO Exception (expected): NO_SUCH_OBJECT repeated_ldap_add_test.py 130 INFO Desc No such object repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 444 INFO Modrdn case 2. the node moving an entry to does not, it should fail with NO_SUCH_OBJECT repeated_ldap_add_test.py 106 INFO Moving to non-existing superior ou=OU,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. repeated_ldap_add_test.py 129 INFO Exception (expected): NO_SUCH_OBJECT repeated_ldap_add_test.py 130 INFO Desc No such object repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 449 INFO Delete case. the deleting entry does not exist, it should fail with NO_SUCH_OBJECT repeated_ldap_add_test.py 106 INFO Deleting non-existing entry uid=bogus,dc=example,dc=com, which should fail with NO_SUCH_OBJECT. repeated_ldap_add_test.py 129 INFO Exception (expected): NO_SUCH_OBJECT repeated_ldap_add_test.py 130 INFO Desc No such object repeated_ldap_add_test.py 146 INFO PASSED repeated_ldap_add_test.py 452 INFO Inactivate uid=buser123,ou=BOU,dc=example,dc=com repeated_ldap_add_test.py 459 INFO ['/usr/sbin/ns-inactivate.pl', '-Z', 'standalone1', '-D', 'cn=Directory Manager', '-w', 'password', '-I', 'uid=buser123,ou=BOU,dc=example,dc=com'] repeated_ldap_add_test.py 463 INFO Bind as {uid=buser123,ou=BOU,dc=example,dc=com,buser123} which should fail with UNWILLING_TO_PERFORM. repeated_ldap_add_test.py 467 INFO Exception (expected): UNWILLING_TO_PERFORM repeated_ldap_add_test.py 468 INFO Desc Server is unwilling to perform repeated_ldap_add_test.py 471 INFO Bind as {uid=buser123,ou=BOU,dc=example,dc=com,bogus} which should fail with UNWILLING_TO_PERFORM. repeated_ldap_add_test.py 475 INFO Exception (expected): UNWILLING_TO_PERFORM repeated_ldap_add_test.py 476 INFO Desc Server is unwilling to perform repeated_ldap_add_test.py 479 INFO SUCCESS
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_add 0.22
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389:Add OCticket47653 that allows 'member' attribute INFO:lib389:Add cn=bind_entry, dc=example,dc=com ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. selfdn_permissions_test.py 57 INFO Add OCticket47653 that allows 'member' attribute selfdn_permissions_test.py 62 INFO Add cn=bind_entry, dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### ADD ###################### INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to add Add cn=test_entry, dc=example,dc=com (aci is missing): dn: cn=test_entry, dc=example,dc=com cn: test_entry member: cn=bind_entry, dc=example,dc=com objectclass: top objectclass: person objectclass: OCticket47653 postalAddress: here postalCode: 1234 sn: test_entry INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager and add the ADD SELFDN aci INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to add Add cn=test_entry, dc=example,dc=com (member is missing) INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Try to add Add cn=test_entry, dc=example,dc=com (with several member values) INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Try to add Add cn=test_entry, dc=example,dc=com should be successful ------------------------------ Captured log call -------------------------------
selfdn_permissions_test.py 105 INFO ######################### ADD ###################### selfdn_permissions_test.py 108 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 138 INFO Try to add Add cn=test_entry, dc=example,dc=com (aci is missing): dn: cn=test_entry, dc=example,dc=com cn: test_entry member: cn=bind_entry, dc=example,dc=com objectclass: top objectclass: person objectclass: OCticket47653 postalAddress: here postalCode: 1234 sn: test_entry selfdn_permissions_test.py 142 INFO Exception (expected): INSUFFICIENT_ACCESS selfdn_permissions_test.py 146 INFO Bind as cn=Directory Manager and add the ADD SELFDN aci selfdn_permissions_test.py 158 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 163 INFO Try to add Add cn=test_entry, dc=example,dc=com (member is missing) selfdn_permissions_test.py 171 INFO Exception (expected): INSUFFICIENT_ACCESS selfdn_permissions_test.py 177 INFO Try to add Add cn=test_entry, dc=example,dc=com (with several member values) selfdn_permissions_test.py 180 INFO Exception (expected): INSUFFICIENT_ACCESS selfdn_permissions_test.py 183 INFO Try to add Add cn=test_entry, dc=example,dc=com should be successful
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_search 0.20
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### SEARCH ###################### INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to search cn=test_entry, dc=example,dc=com (aci is missing) INFO:lib389:Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to search cn=test_entry, dc=example,dc=com should be successful ------------------------------ Captured log call -------------------------------
selfdn_permissions_test.py 204 INFO ######################### SEARCH ###################### selfdn_permissions_test.py 206 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 210 INFO Try to search cn=test_entry, dc=example,dc=com (aci is missing) selfdn_permissions_test.py 215 INFO Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci selfdn_permissions_test.py 228 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 232 INFO Try to search cn=test_entry, dc=example,dc=com should be successful
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_modify 0.23
----------------------------- Captured stderr call -----------------------------
INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389: ######################### MODIFY ###################### INFO:lib389:Try to modify cn=test_entry, dc=example,dc=com (aci is missing) INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager and add the WRITE SELFDN aci INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to modify cn=test_entry, dc=example,dc=com. It should succeeds ------------------------------ Captured log call -------------------------------
selfdn_permissions_test.py 255 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 258 INFO ######################### MODIFY ###################### selfdn_permissions_test.py 262 INFO Try to modify cn=test_entry, dc=example,dc=com (aci is missing) selfdn_permissions_test.py 266 INFO Exception (expected): INSUFFICIENT_ACCESS selfdn_permissions_test.py 270 INFO Bind as cn=Directory Manager and add the WRITE SELFDN aci selfdn_permissions_test.py 283 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 287 INFO Try to modify cn=test_entry, dc=example,dc=com. It should succeeds
Passed suites/acl/selfdn_permissions_test.py::test_selfdn_permission_delete 0.18
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ######################### DELETE ###################### INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to delete cn=test_entry, dc=example,dc=com (aci is missing) INFO:lib389:Exception (expected): INSUFFICIENT_ACCESS INFO:lib389:Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO:lib389:Bind as cn=bind_entry, dc=example,dc=com INFO:lib389:Try to delete cn=test_entry, dc=example,dc=com should be successful ------------------------------ Captured log call -------------------------------
selfdn_permissions_test.py 312 INFO ######################### DELETE ###################### selfdn_permissions_test.py 315 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 320 INFO Try to delete cn=test_entry, dc=example,dc=com (aci is missing) selfdn_permissions_test.py 323 INFO Exception (expected): INSUFFICIENT_ACCESS selfdn_permissions_test.py 327 INFO Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci selfdn_permissions_test.py 339 INFO Bind as cn=bind_entry, dc=example,dc=com selfdn_permissions_test.py 343 INFO Try to delete cn=test_entry, dc=example,dc=com should be successful
Passed suites/automember_plugin/automember_test.py::test_automemberscope 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/automember_plugin/automember_test.py::test_automemberfilter 0.01
No log output captured.
Passed suites/automember_plugin/automember_test.py::test_adduser 0.01
No log output captured.
Passed suites/basic/basic_test.py::test_basic_ops 0.10
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.basic.basic_test:Initializing the "basic" test suite INFO:lib389:Import task import_06302018_191829 for file /var/lib/dirsrv/slapd-standalone1/ldif/Example.ldif completed successfully ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. basic_test.py 45 INFO Initializing the "basic" test suite tasks.py 338 INFO Import task import_06302018_191829 for file /var/lib/dirsrv/slapd-standalone1/ldif/Example.ldif completed successfully----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_ops... INFO:tests.suites.basic.basic_test:test_basic_ops: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 109 INFO Running test_basic_ops... basic_test.py 218 INFO test_basic_ops: PASSED
Passed suites/basic/basic_test.py::test_basic_import_export 40.60
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_import_export... INFO:lib389:Import task import_06302018_191832 for file /var/lib/dirsrv/slapd-standalone1/ldif/basic_import.ldif completed successfully [30/Jun/2018:19:18:44.993999207 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:18:45.094379579 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:18:45.125196654 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [30/Jun/2018:19:18:45.126222239 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7836585984, process usage 21131264 [30/Jun/2018:19:18:45.126921953 -0400] - INFO - check_and_set_import_cache - Import allocates 3061166KB import cache. [30/Jun/2018:19:18:45.338058254 -0400] - INFO - import_main_offline - import userRoot: Beginning import job... [30/Jun/2018:19:18:45.339031810 -0400] - INFO - import_main_offline - import userRoot: Index buffering enabled with bucket size 100 [30/Jun/2018:19:18:45.539859025 -0400] - INFO - import_producer - import userRoot: Processing file "/var/lib/dirsrv/slapd-standalone1/ldif/basic_import.ldif" [30/Jun/2018:19:18:52.463211382 -0400] - INFO - import_producer - import userRoot: Finished scanning file "/var/lib/dirsrv/slapd-standalone1/ldif/basic_import.ldif" (50008 entries) [30/Jun/2018:19:18:52.868771055 -0400] - INFO - import_monitor_threads - import userRoot: Workers finished; cleaning up... [30/Jun/2018:19:18:53.070480013 -0400] - INFO - import_monitor_threads - import userRoot: Workers cleaned up. [30/Jun/2018:19:18:53.071449828 -0400] - INFO - import_main_offline - import userRoot: Cleaning up producer thread... [30/Jun/2018:19:18:53.072253427 -0400] - INFO - import_main_offline - import userRoot: Indexing complete. Post-processing... [30/Jun/2018:19:18:53.072933595 -0400] - INFO - import_main_offline - import userRoot: Generating numsubordinates (this may take several minutes to complete)... [30/Jun/2018:19:18:53.077864688 -0400] - INFO - import_main_offline - import userRoot: Generating numSubordinates complete. [30/Jun/2018:19:18:53.078909546 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Gathering ancestorid non-leaf IDs... [30/Jun/2018:19:18:53.079711063 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Finished gathering ancestorid non-leaf IDs. [30/Jun/2018:19:18:53.082318373 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Creating ancestorid index (new idl)... [30/Jun/2018:19:18:53.235648663 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Created ancestorid index (new idl). [30/Jun/2018:19:18:53.236640781 -0400] - INFO - import_main_offline - import userRoot: Flushing caches... [30/Jun/2018:19:18:53.237280451 -0400] - INFO - import_main_offline - import userRoot: Closing files... [30/Jun/2018:19:18:53.909904057 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:18:53.911057431 -0400] - INFO - import_main_offline - import userRoot: Import complete. Processed 50008 entries in 8 seconds. (6251.00 entries/sec) INFO:lib389:Export task export_06302018_191855 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully [30/Jun/2018:19:19:03.806373004 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. ldiffile: /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif [30/Jun/2018:19:19:03.901771117 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:19:03.999949250 -0400] - INFO - export_one_entry - export userRoot: Processed 1000 entries (1%). [30/Jun/2018:19:19:04.088360525 -0400] - INFO - export_one_entry - export userRoot: Processed 2000 entries (3%). [30/Jun/2018:19:19:04.172948327 -0400] - INFO - export_one_entry - export userRoot: Processed 3000 entries (5%). [30/Jun/2018:19:19:04.256289302 -0400] - INFO - export_one_entry - export userRoot: Processed 4000 entries (7%). [30/Jun/2018:19:19:04.345823388 -0400] - INFO - export_one_entry - export userRoot: Processed 5000 entries (9%). [30/Jun/2018:19:19:04.430665407 -0400] - INFO - export_one_entry - export userRoot: Processed 6000 entries (11%). [30/Jun/2018:19:19:04.516149039 -0400] - INFO - export_one_entry - export userRoot: Processed 7000 entries (13%). [30/Jun/2018:19:19:04.606263401 -0400] - INFO - export_one_entry - export userRoot: Processed 8000 entries (15%). [30/Jun/2018:19:19:04.699792702 -0400] - INFO - export_one_entry - export userRoot: Processed 9000 entries (17%). [30/Jun/2018:19:19:04.786146516 -0400] - INFO - export_one_entry - export userRoot: Processed 10000 entries (19%). [30/Jun/2018:19:19:04.878840267 -0400] - INFO - export_one_entry - export userRoot: Processed 11000 entries (21%). [30/Jun/2018:19:19:04.966573319 -0400] - INFO - export_one_entry - export userRoot: Processed 12000 entries (23%). [30/Jun/2018:19:19:05.059172753 -0400] - INFO - export_one_entry - export userRoot: Processed 13000 entries (25%). [30/Jun/2018:19:19:05.147426523 -0400] - INFO - export_one_entry - export userRoot: Processed 14000 entries (27%). [30/Jun/2018:19:19:05.235916600 -0400] - INFO - export_one_entry - export userRoot: Processed 15000 entries (29%). [30/Jun/2018:19:19:05.332852636 -0400] - INFO - export_one_entry - export userRoot: Processed 16000 entries (31%). [30/Jun/2018:19:19:05.420863008 -0400] - INFO - export_one_entry - export userRoot: Processed 17000 entries (33%). [30/Jun/2018:19:19:05.509271115 -0400] - INFO - export_one_entry - export userRoot: Processed 18000 entries (35%). [30/Jun/2018:19:19:05.601538444 -0400] - INFO - export_one_entry - export userRoot: Processed 19000 entries (37%). [30/Jun/2018:19:19:05.692338533 -0400] - INFO - export_one_entry - export userRoot: Processed 20000 entries (39%). [30/Jun/2018:19:19:05.784129091 -0400] - INFO - export_one_entry - export userRoot: Processed 21000 entries (41%). [30/Jun/2018:19:19:05.877186888 -0400] - INFO - export_one_entry - export userRoot: Processed 22000 entries (43%). [30/Jun/2018:19:19:05.965193063 -0400] - INFO - export_one_entry - export userRoot: Processed 23000 entries (45%). [30/Jun/2018:19:19:06.058765798 -0400] - INFO - export_one_entry - export userRoot: Processed 24000 entries (47%). [30/Jun/2018:19:19:06.149368161 -0400] - INFO - export_one_entry - export userRoot: Processed 25000 entries (49%). [30/Jun/2018:19:19:06.238127411 -0400] - INFO - export_one_entry - export userRoot: Processed 26000 entries (51%). [30/Jun/2018:19:19:06.332634694 -0400] - INFO - export_one_entry - export userRoot: Processed 27000 entries (53%). [30/Jun/2018:19:19:06.421906231 -0400] - INFO - export_one_entry - export userRoot: Processed 28000 entries (55%). [30/Jun/2018:19:19:06.510390169 -0400] - INFO - export_one_entry - export userRoot: Processed 29000 entries (57%). [30/Jun/2018:19:19:06.600928833 -0400] - INFO - export_one_entry - export userRoot: Processed 30000 entries (59%). [30/Jun/2018:19:19:06.689277909 -0400] - INFO - export_one_entry - export userRoot: Processed 31000 entries (61%). [30/Jun/2018:19:19:06.776429057 -0400] - INFO - export_one_entry - export userRoot: Processed 32000 entries (63%). [30/Jun/2018:19:19:06.868148421 -0400] - INFO - export_one_entry - export userRoot: Processed 33000 entries (65%). [30/Jun/2018:19:19:06.961341447 -0400] - INFO - export_one_entry - export userRoot: Processed 34000 entries (67%). [30/Jun/2018:19:19:07.051539232 -0400] - INFO - export_one_entry - export userRoot: Processed 35000 entries (69%). [30/Jun/2018:19:19:07.144837082 -0400] - INFO - export_one_entry - export userRoot: Processed 36000 entries (71%). [30/Jun/2018:19:19:07.233197486 -0400] - INFO - export_one_entry - export userRoot: Processed 37000 entries (73%). [30/Jun/2018:19:19:07.320746293 -0400] - INFO - export_one_entry - export userRoot: Processed 38000 entries (75%). [30/Jun/2018:19:19:07.409637596 -0400] - INFO - export_one_entry - export userRoot: Processed 39000 entries (77%). [30/Jun/2018:19:19:07.498434450 -0400] - INFO - export_one_entry - export userRoot: Processed 40000 entries (79%). [30/Jun/2018:19:19:07.589554053 -0400] - INFO - export_one_entry - export userRoot: Processed 41000 entries (81%). [30/Jun/2018:19:19:07.679102263 -0400] - INFO - export_one_entry - export userRoot: Processed 42000 entries (83%). [30/Jun/2018:19:19:07.768958924 -0400] - INFO - export_one_entry - export userRoot: Processed 43000 entries (85%). [30/Jun/2018:19:19:07.859341359 -0400] - INFO - export_one_entry - export userRoot: Processed 44000 entries (87%). [30/Jun/2018:19:19:07.961606277 -0400] - INFO - export_one_entry - export userRoot: Processed 45000 entries (89%). [30/Jun/2018:19:19:08.057712175 -0400] - INFO - export_one_entry - export userRoot: Processed 46000 entries (91%). [30/Jun/2018:19:19:08.144692870 -0400] - INFO - export_one_entry - export userRoot: Processed 47000 entries (93%). [30/Jun/2018:19:19:08.234216858 -0400] - INFO - export_one_entry - export userRoot: Processed 48000 entries (95%). [30/Jun/2018:19:19:08.323740076 -0400] - INFO - export_one_entry - export userRoot: Processed 49000 entries (97%). [30/Jun/2018:19:19:08.414655879 -0400] - INFO - export_one_entry - export userRoot: Processed 50000 entries (99%). [30/Jun/2018:19:19:08.416440163 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 50008 entries (100%). [30/Jun/2018:19:19:08.431745009 -0400] - INFO - dblayer_pre_close - All database threads now stopped INFO:lib389:Import task import_06302018_191909 for file /var/lib/dirsrv/slapd-standalone1/ldif/Example.ldif completed successfully INFO:tests.suites.basic.basic_test:test_basic_import_export: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 245 INFO Running test_basic_import_export... tasks.py 338 INFO Import task import_06302018_191832 for file /var/lib/dirsrv/slapd-standalone1/ldif/basic_import.ldif completed successfully tasks.py 407 INFO Export task export_06302018_191855 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully tasks.py 338 INFO Import task import_06302018_191909 for file /var/lib/dirsrv/slapd-standalone1/ldif/Example.ldif completed successfully basic_test.py 312 INFO test_basic_import_export: PASSED
Passed suites/basic/basic_test.py::test_basic_backup 8.96
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_backup... INFO:lib389:Backup task backup_06302018_191912 completed successfully INFO:lib389:Restore task restore_06302018_191914 completed successfully [30/Jun/2018:19:19:18.401098070 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:19:18.497084880 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:19:18.501860953 -0400] - INFO - ldbm_back_ldbm2archive - /var/lib/dirsrv/slapd-standalone1/bak/backup_test exists. Renaming to /var/lib/dirsrv/slapd-standalone1/bak/backup_test.bak [30/Jun/2018:19:19:18.502888984 -0400] - INFO - dblayer_copy_directory - Backing up file 1 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/nsuniqueid.db) [30/Jun/2018:19:19:18.503627125 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/nsuniqueid.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/nsuniqueid.db [30/Jun/2018:19:19:18.504260206 -0400] - INFO - dblayer_copy_directory - Backing up file 2 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/telephoneNumber.db) [30/Jun/2018:19:19:18.504934199 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/telephoneNumber.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/telephoneNumber.db [30/Jun/2018:19:19:18.505593962 -0400] - INFO - dblayer_copy_directory - Backing up file 3 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/uid.db) [30/Jun/2018:19:19:18.506177049 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/uid.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/uid.db [30/Jun/2018:19:19:18.506860421 -0400] - INFO - dblayer_copy_directory - Backing up file 4 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/objectclass.db) [30/Jun/2018:19:19:18.507524704 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/objectclass.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/objectclass.db [30/Jun/2018:19:19:18.508136864 -0400] - INFO - dblayer_copy_directory - Backing up file 5 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/parentid.db) [30/Jun/2018:19:19:18.508750415 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/parentid.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/parentid.db [30/Jun/2018:19:19:18.509324862 -0400] - INFO - dblayer_copy_directory - Backing up file 6 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/id2entry.db) [30/Jun/2018:19:19:18.509934443 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/id2entry.db [30/Jun/2018:19:19:18.510654479 -0400] - INFO - dblayer_copy_directory - Backing up file 7 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/givenName.db) [30/Jun/2018:19:19:18.511269262 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/givenName.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/givenName.db [30/Jun/2018:19:19:18.511913808 -0400] - INFO - dblayer_copy_directory - Backing up file 8 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/aci.db) [30/Jun/2018:19:19:18.512458583 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/aci.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/aci.db [30/Jun/2018:19:19:18.513026573 -0400] - INFO - dblayer_copy_directory - Backing up file 9 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/entryrdn.db) [30/Jun/2018:19:19:18.513590949 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryrdn.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/entryrdn.db [30/Jun/2018:19:19:18.514265538 -0400] - INFO - dblayer_copy_directory - Backing up file 10 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/ancestorid.db) [30/Jun/2018:19:19:18.514904206 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/ancestorid.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/ancestorid.db [30/Jun/2018:19:19:18.515530509 -0400] - INFO - dblayer_copy_directory - Backing up file 11 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/sn.db) [30/Jun/2018:19:19:18.516193702 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/sn.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/sn.db [30/Jun/2018:19:19:18.516949435 -0400] - INFO - dblayer_copy_directory - Backing up file 12 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/entryusn.db) [30/Jun/2018:19:19:18.517562040 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryusn.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/entryusn.db [30/Jun/2018:19:19:18.518199016 -0400] - INFO - dblayer_copy_directory - Backing up file 13 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/mail.db) [30/Jun/2018:19:19:18.518902798 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/mail.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/mail.db [30/Jun/2018:19:19:18.519651059 -0400] - INFO - dblayer_copy_directory - Backing up file 14 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/numsubordinates.db) [30/Jun/2018:19:19:18.520289245 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/numsubordinates.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/numsubordinates.db [30/Jun/2018:19:19:18.521018006 -0400] - INFO - dblayer_copy_directory - Backing up file 15 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/uniquemember.db) [30/Jun/2018:19:19:18.521733922 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/uniquemember.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/uniquemember.db [30/Jun/2018:19:19:18.522429888 -0400] - INFO - dblayer_copy_directory - Backing up file 16 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/cn.db) [30/Jun/2018:19:19:18.523143787 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/cn.db [30/Jun/2018:19:19:18.523764165 -0400] - INFO - dblayer_copy_directory - Backing up file 17 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/DBVERSION) [30/Jun/2018:19:19:18.524443572 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/userRoot/DBVERSION to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/DBVERSION [30/Jun/2018:19:19:18.525207380 -0400] - INFO - dblayer_backup - Backing up file 18 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/log.0000000001) [30/Jun/2018:19:19:18.526031033 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/log.0000000001 to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/log.0000000001 [30/Jun/2018:19:19:18.535734657 -0400] - INFO - dblayer_backup - Backing up file 19 (/var/lib/dirsrv/slapd-standalone1/bak/backup_test/DBVERSION) [30/Jun/2018:19:19:18.536749634 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/db/DBVERSION to /var/lib/dirsrv/slapd-standalone1/bak/backup_test/DBVERSION [30/Jun/2018:19:19:18.539313578 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:19:19.588794631 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:19:19.682453106 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:19:19.689824446 -0400] - INFO - dblayer_delete_transaction_logs - Deleting log file: (/var/lib/dirsrv/slapd-standalone1/db/log.0000000001) [30/Jun/2018:19:19:19.691949073 -0400] - INFO - dblayer_restore - Restoring file 1 (/var/lib/dirsrv/slapd-standalone1/db/log.0000000001) [30/Jun/2018:19:19:19.692756984 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/log.0000000001 to /var/lib/dirsrv/slapd-standalone1/db/log.0000000001 [30/Jun/2018:19:19:19.701408061 -0400] - INFO - dblayer_copy_directory - Restoring file 2 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/nsuniqueid.db) [30/Jun/2018:19:19:19.702403009 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/nsuniqueid.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/nsuniqueid.db [30/Jun/2018:19:19:19.703057152 -0400] - INFO - dblayer_copy_directory - Restoring file 3 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/telephoneNumber.db) [30/Jun/2018:19:19:19.703629154 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/telephoneNumber.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/telephoneNumber.db [30/Jun/2018:19:19:19.704286275 -0400] - INFO - dblayer_copy_directory - Restoring file 4 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/uid.db) [30/Jun/2018:19:19:19.704865734 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/uid.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/uid.db [30/Jun/2018:19:19:19.705470638 -0400] - INFO - dblayer_copy_directory - Restoring file 5 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/objectclass.db) [30/Jun/2018:19:19:19.706145665 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/objectclass.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/objectclass.db [30/Jun/2018:19:19:19.706733856 -0400] - INFO - dblayer_copy_directory - Restoring file 6 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/parentid.db) [30/Jun/2018:19:19:19.707323485 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/parentid.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/parentid.db [30/Jun/2018:19:19:19.707938948 -0400] - INFO - dblayer_copy_directory - Restoring file 7 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db) [30/Jun/2018:19:19:19.708630786 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/id2entry.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db [30/Jun/2018:19:19:19.709399768 -0400] - INFO - dblayer_copy_directory - Restoring file 8 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/givenName.db) [30/Jun/2018:19:19:19.710054851 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/givenName.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/givenName.db [30/Jun/2018:19:19:19.710636322 -0400] - INFO - dblayer_copy_directory - Restoring file 9 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/aci.db) [30/Jun/2018:19:19:19.711251294 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/aci.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/aci.db [30/Jun/2018:19:19:19.711847022 -0400] - INFO - dblayer_copy_directory - Restoring file 10 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/entryrdn.db) [30/Jun/2018:19:19:19.712346771 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/entryrdn.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryrdn.db [30/Jun/2018:19:19:19.712839684 -0400] - INFO - dblayer_copy_directory - Restoring file 11 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/ancestorid.db) [30/Jun/2018:19:19:19.713478756 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/ancestorid.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/ancestorid.db [30/Jun/2018:19:19:19.714063608 -0400] - INFO - dblayer_copy_directory - Restoring file 12 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/sn.db) [30/Jun/2018:19:19:19.714595478 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/sn.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/sn.db [30/Jun/2018:19:19:19.715077360 -0400] - INFO - dblayer_copy_directory - Restoring file 13 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/entryusn.db) [30/Jun/2018:19:19:19.715575117 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/entryusn.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/entryusn.db [30/Jun/2018:19:19:19.716105174 -0400] - INFO - dblayer_copy_directory - Restoring file 14 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/mail.db) [30/Jun/2018:19:19:19.716619699 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/mail.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/mail.db [30/Jun/2018:19:19:19.717187455 -0400] - INFO - dblayer_copy_directory - Restoring file 15 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/numsubordinates.db) [30/Jun/2018:19:19:19.717748051 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/numsubordinates.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/numsubordinates.db [30/Jun/2018:19:19:19.718269705 -0400] - INFO - dblayer_copy_directory - Restoring file 16 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/uniquemember.db) [30/Jun/2018:19:19:19.718732698 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/uniquemember.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/uniquemember.db [30/Jun/2018:19:19:19.719206933 -0400] - INFO - dblayer_copy_directory - Restoring file 17 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db) [30/Jun/2018:19:19:19.719919100 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/cn.db to /var/lib/dirsrv/slapd-standalone1/db/userRoot/cn.db [30/Jun/2018:19:19:19.720530011 -0400] - INFO - dblayer_copy_directory - Restoring file 18 (/var/lib/dirsrv/slapd-standalone1/db/userRoot/DBVERSION) [30/Jun/2018:19:19:19.721121125 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/userRoot/DBVERSION to /var/lib/dirsrv/slapd-standalone1/db/userRoot/DBVERSION [30/Jun/2018:19:19:19.721645662 -0400] - INFO - dblayer_restore - Restoring file 19 (/var/lib/dirsrv/slapd-standalone1/db/DBVERSION) [30/Jun/2018:19:19:19.722182211 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-standalone1/bak/backup_test/DBVERSION to /var/lib/dirsrv/slapd-standalone1/db/DBVERSION [30/Jun/2018:19:19:19.762808751 -0400] - INFO - dblayer_pre_close - All database threads now stopped INFO:tests.suites.basic.basic_test:test_basic_backup: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 335 INFO Running test_basic_backup... tasks.py 458 INFO Backup task backup_06302018_191912 completed successfully tasks.py 520 INFO Restore task restore_06302018_191914 completed successfully basic_test.py 367 INFO test_basic_backup: PASSED
Passed suites/basic/basic_test.py::test_basic_db2index 4.06
----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:19:23.342079053 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:19:23.434534786 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:19:23.438886873 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7837110272, process usage 21352448 [30/Jun/2018:19:19:23.439582883 -0400] - INFO - check_and_set_import_cache - Import allocates 3061371KB import cache. [30/Jun/2018:19:19:23.440242193 -0400] - INFO - ldbm_back_upgradedb - Index version is up-to-date [30/Jun/2018:19:19:23.477123560 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:19:23.575753031 -0400] - INFO - slapd_exemode_db2index - Backend Instance: userRoot [30/Jun/2018:19:19:23.578131283 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:19:23.583051352 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [30/Jun/2018:19:19:23.584165608 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7836884992, process usage 21336064 [30/Jun/2018:19:19:23.584791157 -0400] - INFO - check_and_set_import_cache - Import allocates 3061283KB import cache. [30/Jun/2018:19:19:23.841242124 -0400] - INFO - ldbm_back_ldbm2index - userRoot: Indexing attribute: uid [30/Jun/2018:19:19:23.849373934 -0400] - INFO - ldbm_back_ldbm2index - userRoot: Finished indexing. [30/Jun/2018:19:19:23.863938870 -0400] - INFO - dblayer_pre_close - All database threads now stopped
Passed suites/basic/basic_test.py::test_basic_acl 0.25
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_acl... INFO:tests.suites.basic.basic_test:test_basic_acl: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 416 INFO Running test_basic_acl... basic_test.py 539 INFO test_basic_acl: PASSED
Passed suites/basic/basic_test.py::test_basic_searches 0.05
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_searches... INFO:tests.suites.basic.basic_test:test_basic_searches: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 558 INFO Running test_basic_searches... basic_test.py 591 INFO test_basic_searches: PASSED
Passed suites/basic/basic_test.py::test_basic_referrals 4.08
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_referrals... INFO:tests.suites.basic.basic_test:test_basic_referrals: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 618 INFO Running test_basic_referrals... basic_test.py 677 INFO test_basic_referrals: PASSED
Passed suites/basic/basic_test.py::test_basic_systemctl 12.08
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_systemctl... INFO:tests.suites.basic.basic_test:Stopping the server... INFO:tests.suites.basic.basic_test:Stopped the server. INFO:tests.suites.basic.basic_test:Starting the server... INFO:tests.suites.basic.basic_test:Started the server. INFO:tests.suites.basic.basic_test:Stopping the server... INFO:tests.suites.basic.basic_test:Stopped the server before breaking the dse.ldif. INFO:tests.suites.basic.basic_test:Attempting to start the server with broken dse.ldif... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.basic.basic_test:Server failed to start as expected INFO:tests.suites.basic.basic_test:Check the status... INFO:tests.suites.basic.basic_test:Server failed to start as expected INFO:tests.suites.basic.basic_test:Starting the server with good dse.ldif... INFO:tests.suites.basic.basic_test:Check the status... INFO:tests.suites.basic.basic_test:Server started after fixing dse.ldif. INFO:tests.suites.basic.basic_test:test_basic_systemctl: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 704 INFO Running test_basic_systemctl... basic_test.py 711 INFO Stopping the server... basic_test.py 713 INFO Stopped the server. basic_test.py 718 INFO Starting the server... basic_test.py 720 INFO Started the server. basic_test.py 726 INFO Stopping the server... basic_test.py 728 INFO Stopped the server before breaking the dse.ldif. basic_test.py 735 INFO Attempting to start the server with broken dse.ldif... basic_test.py 739 INFO Server failed to start as expected basic_test.py 740 INFO Check the status... basic_test.py 742 INFO Server failed to start as expected basic_test.py 750 INFO Starting the server with good dse.ldif... basic_test.py 752 INFO Check the status... basic_test.py 754 INFO Server started after fixing dse.ldif. basic_test.py 756 INFO test_basic_systemctl: PASSED
Passed suites/basic/basic_test.py::test_basic_ldapagent 5.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_ldapagent... DEBUG:tests.suites.basic.basic_test:test_basic_ldapagent: Terminating agent 29721 INFO:tests.suites.basic.basic_test:test_basic_ldapagent: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 775 INFO Running test_basic_ldapagent... basic_test.py 795 DEBUG test_basic_ldapagent: Terminating agent 29721 basic_test.py 798 INFO test_basic_ldapagent: PASSED
Passed suites/basic/basic_test.py::test_basic_dse 11.29
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test:Running test_basic_dse... INFO:tests.suites.basic.basic_test:dse.ldif was not corrupted, and the server was restarted INFO:tests.suites.basic.basic_test:test_basic_dse: PASSED ------------------------------ Captured log call -------------------------------
basic_test.py 818 INFO Running test_basic_dse... basic_test.py 828 INFO dse.ldif was not corrupted, and the server was restarted basic_test.py 830 INFO test_basic_dse: PASSED
Passed suites/basic/basic_test.py::test_def_rootdse_attr[namingContexts] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't namingContexts attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't namingContexts attr
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedLDAPVersion] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't supportedLDAPVersion attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't supportedLDAPVersion attr
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedControl] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't supportedControl attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't supportedControl attr
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedExtension] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't supportedExtension attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't supportedExtension attr
Passed suites/basic/basic_test.py::test_def_rootdse_attr[supportedSASLMechanisms] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't supportedSASLMechanisms attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't supportedSASLMechanisms attr
Passed suites/basic/basic_test.py::test_def_rootdse_attr[vendorName] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't vendorName attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't vendorName attr
Passed suites/basic/basic_test.py::test_def_rootdse_attr[vendorVersion] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search hasn't vendorVersion attr ------------------------------ Captured log call -------------------------------
basic_test.py 854 INFO Assert rootdse search hasn't vendorVersion attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[namingContexts] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'namingContexts' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'namingContexts' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'namingContexts' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'namingContexts' attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedLDAPVersion] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'supportedLDAPVersion' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'supportedLDAPVersion' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'supportedLDAPVersion' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'supportedLDAPVersion' attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedControl] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'supportedControl' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'supportedControl' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'supportedControl' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'supportedControl' attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedExtension] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'supportedExtension' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'supportedExtension' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'supportedExtension' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'supportedExtension' attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedSASLMechanisms] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'supportedSASLMechanisms' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'supportedSASLMechanisms' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'supportedSASLMechanisms' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'supportedSASLMechanisms' attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[vendorName] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'vendorName' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'vendorName' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'vendorName' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'vendorName' attr
Passed suites/basic/basic_test.py::test_mod_def_rootdse_attr[vendorVersion] 0.00
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.basic.basic_test: Add the nsslapd-return-default-opattr: b'vendorVersion' to rootdse ------------------------------ Captured log setup ------------------------------
basic_test.py 67 INFO Add the nsslapd-return-default-opattr: b'vendorVersion' to rootdse----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.basic.basic_test: Assert rootdse search has b'vendorVersion' attr ------------------------------ Captured log call -------------------------------
basic_test.py 881 INFO Assert rootdse search has b'vendorVersion' attr
Passed suites/betxns/betxn_test.py::test_betxt_7bit 4.46
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.betxns.betxn_test:Running test_betxt_7bit... INFO:tests.suites.betxns.betxn_test:Modrdn failed as expected: error {'desc': 'Constraint violation', 'info': 'The value is not 7-bit clean: FuÄè'} INFO:tests.suites.betxns.betxn_test:test_betxt_7bit: PASSED ------------------------------ Captured log call -------------------------------
betxn_test.py 46 INFO Running test_betxt_7bit... betxn_test.py 65 INFO Modrdn failed as expected: error {'desc': 'Constraint violation', 'info': 'The value is not 7-bit clean: FuÄè'} betxn_test.py 77 INFO test_betxt_7bit: PASSED
Passed suites/betxns/betxn_test.py::test_betxn_attr_uniqueness 4.44
----------------------------- Captured stderr call -----------------------------
ERROR:tests.suites.betxns.betxn_test:test_betxn_attr_uniqueness: Failed to add test user as expected: INFO:tests.suites.betxns.betxn_test:test_betxn_attr_uniqueness: PASSED ------------------------------ Captured log call -------------------------------
betxn_test.py 131 ERROR test_betxn_attr_uniqueness: Failed to add test user as expected: betxn_test.py 135 INFO test_betxn_attr_uniqueness: PASSED
Passed suites/betxns/betxn_test.py::test_betxn_memberof 4.46
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.betxns.betxn_test:test_betxn_memberof: Group2 was correctly rejected (mod add): error INFO:tests.suites.betxns.betxn_test:test_betxn_memberof: PASSED ------------------------------ Captured log call -------------------------------
betxn_test.py 190 INFO test_betxn_memberof: Group2 was correctly rejected (mod add): error betxn_test.py 195 INFO test_betxn_memberof: PASSED
Passed suites/clu/clu_test.py::test_clu_pwdhash 0.04
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.clu.clu_test:Running test_clu_pwdhash... INFO:tests.suites.clu.clu_test:pwdhash generated: {SSHA}Hr8JAjie6ZNuYnYiCMYn0c40+VmCFL3VN8mQ4Q== INFO:tests.suites.clu.clu_test:test_clu_pwdhash: PASSED ------------------------------ Captured log call -------------------------------
clu_test.py 38 INFO Running test_clu_pwdhash... clu_test.py 52 INFO pwdhash generated: {SSHA}Hr8JAjie6ZNuYnYiCMYn0c40+VmCFL3VN8mQ4Q== clu_test.py 53 INFO test_clu_pwdhash: PASSED
Passed suites/clu/clu_test.py::test_clu_pwdhash_mod 0.05
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.clu.clu_test:Running test_clu_pwdhash_mod... INFO:tests.suites.clu.clu_test:pwdhash generated: {SSHA256}E1S0sP0QfpnHdCLiRYDornvtfX5D5zU1Im8tY7kpJ0JdDko5pR0yNg== INFO:tests.suites.clu.clu_test:returned the hashed string using the algorithm set in nsslapd-rootpwstoragescheme ------------------------------ Captured log call -------------------------------
clu_test.py 76 INFO Running test_clu_pwdhash_mod... clu_test.py 85 INFO pwdhash generated: {SSHA256}E1S0sP0QfpnHdCLiRYDornvtfX5D5zU1Im8tY7kpJ0JdDko5pR0yNg== clu_test.py 86 INFO returned the hashed string using the algorithm set in nsslapd-rootpwstoragescheme
Passed suites/config/autotuning_test.py::test_threads_basic 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber: -1 to enable autotuning INFO:tests.suites.config.autotuning_test:Assert nsslapd-threadnumber is equal to the documented expected value ------------------------------ Captured log call -------------------------------
autotuning_test.py 37 INFO Set nsslapd-threadnumber: -1 to enable autotuning autotuning_test.py 40 INFO Assert nsslapd-threadnumber is equal to the documented expected value
Passed suites/config/autotuning_test.py::test_threads_invalid_value[-2] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber: -2. Operation should fail ------------------------------ Captured log call -------------------------------
autotuning_test.py 56 INFO Set nsslapd-threadnumber: -2. Operation should fail
Passed suites/config/autotuning_test.py::test_threads_invalid_value[0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber: 0. Operation should fail ------------------------------ Captured log call -------------------------------
autotuning_test.py 56 INFO Set nsslapd-threadnumber: 0. Operation should fail
Passed suites/config/autotuning_test.py::test_threads_invalid_value[invalid] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber: invalid. Operation should fail ------------------------------ Captured log call -------------------------------
autotuning_test.py 56 INFO Set nsslapd-threadnumber: invalid. Operation should fail
Passed suites/config/autotuning_test.py::test_threads_back_from_manual_value 0.03
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber: -1 to enable autotuning and save the new value INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber to the autotuned value decreased by 2 INFO:tests.suites.config.autotuning_test:Set nsslapd-threadnumber: -1 to enable autotuning INFO:tests.suites.config.autotuning_test:Assert nsslapd-threadnumber is back to the autotuned value ------------------------------ Captured log call -------------------------------
autotuning_test.py 78 INFO Set nsslapd-threadnumber: -1 to enable autotuning and save the new value autotuning_test.py 82 INFO Set nsslapd-threadnumber to the autotuned value decreased by 2 autotuning_test.py 87 INFO Set nsslapd-threadnumber: -1 to enable autotuning autotuning_test.py 90 INFO Assert nsslapd-threadnumber is back to the autotuned value
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[-] 4.16
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize-split INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 132 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'25' autotuning_test.py 141 INFO Delete nsslapd-cache-autosize autotuning_test.py 151 INFO Delete nsslapd-cache-autosize-split autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 173 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'25'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[-0] 4.47
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 0 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 132 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'25' autotuning_test.py 141 INFO Delete nsslapd-cache-autosize autotuning_test.py 148 INFO Set nsslapd-cache-autosize-split to 0 autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 173 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'0'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-400] 4.49
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to 10 INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 40 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 132 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'0' autotuning_test.py 138 INFO Set nsslapd-cache-autosize to 10 autotuning_test.py 148 INFO Set nsslapd-cache-autosize-split to 40 autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 173 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[-40] 4.46
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 40 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 132 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'40' autotuning_test.py 141 INFO Delete nsslapd-cache-autosize autotuning_test.py 148 INFO Set nsslapd-cache-autosize-split to 40 autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 173 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-] 4.51
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to 10 INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize-split INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 132 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'40' autotuning_test.py 138 INFO Set nsslapd-cache-autosize to 10 autotuning_test.py 151 INFO Delete nsslapd-cache-autosize-split autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 173 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'25'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-401] 4.50
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to 10 INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 40 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 132 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'25' autotuning_test.py 138 INFO Set nsslapd-cache-autosize to 10 autotuning_test.py 148 INFO Set nsslapd-cache-autosize-split to 40 autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 173 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_non_zero[10-0] 4.49
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to 10 INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 0 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Trying to set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'10' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' ------------------------------ Captured log call -------------------------------
autotuning_test.py 130 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 131 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 132 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 133 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 134 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 135 INFO nsslapd-cache-autosize-split == b'40' autotuning_test.py 138 INFO Set nsslapd-cache-autosize to 10 autotuning_test.py 148 INFO Set nsslapd-cache-autosize-split to 0 autotuning_test.py 157 INFO Trying to set nsslapd-cachememsize to 33333333 autotuning_test.py 160 INFO Trying to set nsslapd-dbcachesize to 33333333 autotuning_test.py 171 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 172 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 173 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 174 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 175 INFO nsslapd-cache-autosize == b'10' autotuning_test.py 176 INFO nsslapd-cache-autosize-split == b'0'
Passed suites/config/autotuning_test.py::test_cache_autosize_basic_sane[0] 9.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 0 INFO:tests.suites.config.autotuning_test:Set nsslapd-dbcachesize to 0 INFO:tests.suites.config.autotuning_test:Set nsslapd-cachememsize to 0 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 0 INFO:tests.suites.config.autotuning_test:Set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' ------------------------------ Captured log call -------------------------------
autotuning_test.py 220 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 221 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 222 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 223 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 224 INFO nsslapd-cache-autosize-split == b'0' autotuning_test.py 227 INFO Set nsslapd-cache-autosize-split to 0 autotuning_test.py 236 INFO Set nsslapd-dbcachesize to 0 autotuning_test.py 238 INFO Set nsslapd-cachememsize to 0 autotuning_test.py 248 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 249 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 250 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 251 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 252 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 253 INFO nsslapd-cache-autosize-split == b'0' autotuning_test.py 220 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 221 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 222 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 223 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 224 INFO nsslapd-cache-autosize-split == b'0' autotuning_test.py 227 INFO Set nsslapd-cache-autosize-split to 0 autotuning_test.py 236 INFO Set nsslapd-dbcachesize to 33333333 autotuning_test.py 238 INFO Set nsslapd-cachememsize to 33333333 autotuning_test.py 248 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 249 INFO nsslapd-dbcachesize == b'33333333' autotuning_test.py 250 INFO nsslapd-cachememsize == b'33333333' autotuning_test.py 251 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 252 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 253 INFO nsslapd-cache-autosize-split == b'0'
Passed suites/config/autotuning_test.py::test_cache_autosize_basic_sane[] 9.05
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'0' INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize-split INFO:tests.suites.config.autotuning_test:Set nsslapd-dbcachesize to 0 INFO:tests.suites.config.autotuning_test:Set nsslapd-cachememsize to 0 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'167262699' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'603979776' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' INFO:tests.suites.config.autotuning_test:Delete nsslapd-cache-autosize-split INFO:tests.suites.config.autotuning_test:Set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' ------------------------------ Captured log call -------------------------------
autotuning_test.py 220 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 221 INFO nsslapd-dbcachesize == b'33333333' autotuning_test.py 222 INFO nsslapd-cachememsize == b'33333333' autotuning_test.py 223 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 224 INFO nsslapd-cache-autosize-split == b'0' autotuning_test.py 230 INFO Delete nsslapd-cache-autosize-split autotuning_test.py 236 INFO Set nsslapd-dbcachesize to 0 autotuning_test.py 238 INFO Set nsslapd-cachememsize to 0 autotuning_test.py 248 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 249 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 250 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 251 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 252 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 253 INFO nsslapd-cache-autosize-split == b'25' autotuning_test.py 220 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 221 INFO nsslapd-dbcachesize == b'167262699' autotuning_test.py 222 INFO nsslapd-cachememsize == b'603979776' autotuning_test.py 223 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 224 INFO nsslapd-cache-autosize-split == b'25' autotuning_test.py 230 INFO Delete nsslapd-cache-autosize-split autotuning_test.py 236 INFO Set nsslapd-dbcachesize to 33333333 autotuning_test.py 238 INFO Set nsslapd-cachememsize to 33333333 autotuning_test.py 248 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 249 INFO nsslapd-dbcachesize == b'33333333' autotuning_test.py 250 INFO nsslapd-cachememsize == b'33333333' autotuning_test.py 251 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 252 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 253 INFO nsslapd-cache-autosize-split == b'25'
Passed suites/config/autotuning_test.py::test_cache_autosize_basic_sane[40] 9.08
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'25' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 40 INFO:tests.suites.config.autotuning_test:Set nsslapd-dbcachesize to 0 INFO:tests.suites.config.autotuning_test:Set nsslapd-cachememsize to 0 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize before the test INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'267620318' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'469762048' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 40 INFO:tests.suites.config.autotuning_test:Set nsslapd-dbcachesize to 33333333 INFO:tests.suites.config.autotuning_test:Set nsslapd-cachememsize to 33333333 INFO:tests.suites.config.autotuning_test:Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. INFO:tests.suites.config.autotuning_test:nsslapd-dbcachesize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-cachememsize == b'33333333' INFO:tests.suites.config.autotuning_test:nsslapd-dncachememsize == b'67108864' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize == b'0' INFO:tests.suites.config.autotuning_test:nsslapd-cache-autosize-split == b'40' ------------------------------ Captured log call -------------------------------
autotuning_test.py 220 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 221 INFO nsslapd-dbcachesize == b'33333333' autotuning_test.py 222 INFO nsslapd-cachememsize == b'33333333' autotuning_test.py 223 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 224 INFO nsslapd-cache-autosize-split == b'25' autotuning_test.py 227 INFO Set nsslapd-cache-autosize-split to 40 autotuning_test.py 236 INFO Set nsslapd-dbcachesize to 0 autotuning_test.py 238 INFO Set nsslapd-cachememsize to 0 autotuning_test.py 248 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 249 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 250 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 251 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 252 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 253 INFO nsslapd-cache-autosize-split == b'40' autotuning_test.py 220 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize before the test autotuning_test.py 221 INFO nsslapd-dbcachesize == b'267620318' autotuning_test.py 222 INFO nsslapd-cachememsize == b'469762048' autotuning_test.py 223 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 224 INFO nsslapd-cache-autosize-split == b'40' autotuning_test.py 227 INFO Set nsslapd-cache-autosize-split to 40 autotuning_test.py 236 INFO Set nsslapd-dbcachesize to 33333333 autotuning_test.py 238 INFO Set nsslapd-cachememsize to 33333333 autotuning_test.py 248 INFO Check nsslapd-dbcachesize and nsslapd-cachememsize in the appropriate range. autotuning_test.py 249 INFO nsslapd-dbcachesize == b'33333333' autotuning_test.py 250 INFO nsslapd-cachememsize == b'33333333' autotuning_test.py 251 INFO nsslapd-dncachememsize == b'67108864' autotuning_test.py 252 INFO nsslapd-cache-autosize == b'0' autotuning_test.py 253 INFO nsslapd-cache-autosize-split == b'40'
Passed suites/config/autotuning_test.py::test_cache_autosize_invalid_values[-2] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to -2 INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to -2 ------------------------------ Captured log call -------------------------------
autotuning_test.py 281 INFO Set nsslapd-cache-autosize-split to -2 autotuning_test.py 287 INFO Set nsslapd-cache-autosize to -2
Passed suites/config/autotuning_test.py::test_cache_autosize_invalid_values[102] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to 102 INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to 102 ------------------------------ Captured log call -------------------------------
autotuning_test.py 281 INFO Set nsslapd-cache-autosize-split to 102 autotuning_test.py 287 INFO Set nsslapd-cache-autosize to 102
Passed suites/config/autotuning_test.py::test_cache_autosize_invalid_values[invalid] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize-split to invalid INFO:tests.suites.config.autotuning_test:Set nsslapd-cache-autosize to invalid ------------------------------ Captured log call -------------------------------
autotuning_test.py 281 INFO Set nsslapd-cache-autosize-split to invalid autotuning_test.py 287 INFO Set nsslapd-cache-autosize to invalid
Passed suites/config/config_test.py::test_maxbersize_repl 16.48
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.config_test:Set nsslapd-maxbersize: 20K to master2 INFO:tests.suites.config.config_test:Try to add attribute with a big value to master2 - expect to FAIL INFO:tests.suites.config.config_test:Try to add attribute with a big value to master1 - expect to PASS INFO:tests.suites.config.config_test:Check if a big value was successfully added to master1 INFO:tests.suites.config.config_test:Check if a big value was successfully replicated to master2 ------------------------------ Captured log call -------------------------------
config_test.py 64 INFO Set nsslapd-maxbersize: 20K to master2 config_test.py 69 INFO Try to add attribute with a big value to master2 - expect to FAIL config_test.py 76 INFO Try to add attribute with a big value to master1 - expect to PASS config_test.py 81 INFO Check if a big value was successfully added to master1 config_test.py 85 INFO Check if a big value was successfully replicated to master2
Passed suites/config/config_test.py::test_config_listen_backport_size 0.02
No log output captured.
Passed suites/config/config_test.py::test_config_deadlock_policy 0.02
No log output captured.
Passed suites/config/regression_test.py::test_maxbersize_repl 6.95
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.regression_test:Set nsslapd-errorlog-maxlogsize before nsslapd-errorlog-logmaxdiskspace INFO:tests.suites.config.regression_test:Assert no init_dse_file errors in the error log INFO:tests.suites.config.regression_test:Set nsslapd-errorlog-maxlogsize after nsslapd-errorlog-logmaxdiskspace INFO:tests.suites.config.regression_test:Assert no init_dse_file errors in the error log ------------------------------ Captured log call -------------------------------
regression_test.py 41 INFO Set nsslapd-errorlog-maxlogsize before nsslapd-errorlog-logmaxdiskspace regression_test.py 45 INFO Assert no init_dse_file errors in the error log regression_test.py 49 INFO Set nsslapd-errorlog-maxlogsize after nsslapd-errorlog-logmaxdiskspace regression_test.py 53 INFO Assert no init_dse_file errors in the error log
Passed suites/config/removed_config_49298_test.py::test_restore_config 3.44
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.removed_config_49298_test:/etc/dirsrv/slapd-standalone1 ------------------------------ Captured log call -------------------------------
removed_config_49298_test.py 41 INFO /etc/dirsrv/slapd-standalone1
Passed suites/config/removed_config_49298_test.py::test_removed_config 2.31
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.config.removed_config_49298_test:/etc/dirsrv/slapd-standalone1 Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. ------------------------------ Captured log call -------------------------------
removed_config_49298_test.py 70 INFO /etc/dirsrv/slapd-standalone1
Passed suites/cos/indirect_cos_test.py::test_indirect_cos 1.34
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.cos.indirect_cos_test:Add custom schema... INFO:tests.suites.cos.indirect_cos_test:Add test user... INFO:tests.suites.cos.indirect_cos_test:Setup indirect COS... ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. indirect_cos_test.py 106 INFO Add custom schema... indirect_cos_test.py 119 INFO Add test user... indirect_cos_test.py 136 INFO Setup indirect COS...----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.cos.indirect_cos_test:Checking user... INFO:tests.suites.cos.indirect_cos_test:Create password policy for subtree ou=people,dc=example,dc=com INFO:tests.suites.cos.indirect_cos_test:Checking user... ------------------------------ Captured log call -------------------------------
indirect_cos_test.py 156 INFO Checking user... indirect_cos_test.py 55 INFO Create password policy for subtree ou=people,dc=example,dc=com indirect_cos_test.py 163 INFO Checking user...
Passed suites/ds_logs/ds_logs_test.py::test_check_default 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
DEBUG:tests.suites.ds_logs.ds_logs_test:on ------------------------------ Captured log call -------------------------------
ds_logs_test.py 68 DEBUG on
Passed suites/ds_logs/ds_logs_test.py::test_plugin_set_invalid 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.ds_logs.ds_logs_test:test_plugin_set_invalid - Expect to fail with junk value ------------------------------ Captured log call -------------------------------
ds_logs_test.py 86 INFO test_plugin_set_invalid - Expect to fail with junk value
Passed suites/ds_logs/ds_logs_test.py::test_log_plugin_on 4.32
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.ds_logs.ds_logs_test:Bug 1273549 - Check access logs for millisecond, when attribute is ON INFO:tests.suites.ds_logs.ds_logs_test:perform any ldap operation, which will trigger the logs INFO:tests.suites.ds_logs.ds_logs_test:Adding 10 users INFO:tests.suites.ds_logs.ds_logs_test:Restart the server to flush the logs INFO:tests.suites.ds_logs.ds_logs_test:parse the access logs ------------------------------ Captured log call -------------------------------
ds_logs_test.py 112 INFO Bug 1273549 - Check access logs for millisecond, when attribute is ON ds_logs_test.py 113 INFO perform any ldap operation, which will trigger the logs ds_logs_test.py 27 INFO Adding 10 users ds_logs_test.py 117 INFO Restart the server to flush the logs ds_logs_test.py 120 INFO parse the access logs
Passed suites/ds_logs/ds_logs_test.py::test_log_plugin_off 12.55
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.ds_logs.ds_logs_test:Bug 1273549 - Check access logs for missing millisecond, when attribute is OFF INFO:tests.suites.ds_logs.ds_logs_test:test_log_plugin_off - set the configuration attribute to OFF INFO:tests.suites.ds_logs.ds_logs_test:Restart the server to flush the logs INFO:tests.suites.ds_logs.ds_logs_test:test_log_plugin_off - delete the previous access logs INFO:tests.suites.ds_logs.ds_logs_test:Restart the server to flush the logs INFO:tests.suites.ds_logs.ds_logs_test:check access log that microseconds are not present ------------------------------ Captured log call -------------------------------
ds_logs_test.py 151 INFO Bug 1273549 - Check access logs for missing millisecond, when attribute is OFF ds_logs_test.py 153 INFO test_log_plugin_off - set the configuration attribute to OFF ds_logs_test.py 156 INFO Restart the server to flush the logs ds_logs_test.py 159 INFO test_log_plugin_off - delete the previous access logs ds_logs_test.py 165 INFO Restart the server to flush the logs ds_logs_test.py 168 INFO check access log that microseconds are not present
Passed suites/ds_logs/regression_test.py::test_default_loglevel_stripped[24576] 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/ds_logs/regression_test.py::test_default_loglevel_stripped[16512] 0.01
No log output captured.
Passed suites/ds_logs/regression_test.py::test_default_loglevel_stripped[16385] 0.13
No log output captured.
Passed suites/ds_logs/regression_test.py::test_dse_config_loglevel_error 5.13
No log output captured.
Passed suites/ds_tools/logpipe_test.py::test_user_permissions 0.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:logpipe_test:Add system test user - dirsrv_testuser ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. logpipe_test.py 30 INFO Add system test user - dirsrv_testuser----------------------------- Captured stderr call -----------------------------
INFO:logpipe_test:Try to create a logpipe in the log directory with "-u" option specifying the user ------------------------------ Captured log call -------------------------------
logpipe_test.py 66 INFO Try to create a logpipe in the log directory with "-u" option specifying the user
Passed suites/dynamic_plugins/dynamic_plugins_test.py::test_acceptance 35.18
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Testing Dynamic Plugins Functionality (no replication)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... INFO:tests.suites.plugins.acceptance_test:test_automember: PASS INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... INFO:tests.suites.plugins.acceptance_test:test_dna: PASS INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... INFO:tests.suites.plugins.acceptance_test:test_mep: PASS INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Tested Dynamic Plugins Functionality (no replication). INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Resume replication and run everything one more time INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Testing Dynamic Plugins Functionality (replication enabled)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... INFO:tests.suites.plugins.acceptance_test:test_automember: PASS INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... INFO:tests.suites.plugins.acceptance_test:test_dna: PASS INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... INFO:tests.suites.plugins.acceptance_test:test_mep: PASS INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Tested Dynamic Plugins Functionality (replication enabled). INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Checking if replication is in sync... INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Checking if the data is the same between the replicas... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Data is consistent across the replicas. ------------------------------ Captured log call -------------------------------
dynamic_plugins_test.py 115 INFO #################################################################### dynamic_plugins_test.py 116 INFO Testing Dynamic Plugins Functionality (no replication)... dynamic_plugins_test.py 117 INFO #################################################################### acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS dynamic_plugins_test.py 121 INFO #################################################################### dynamic_plugins_test.py 122 INFO Successfully Tested Dynamic Plugins Functionality (no replication). dynamic_plugins_test.py 123 INFO #################################################################### dynamic_plugins_test.py 129 INFO Resume replication and run everything one more time dynamic_plugins_test.py 115 INFO #################################################################### dynamic_plugins_test.py 116 INFO Testing Dynamic Plugins Functionality (replication enabled)... dynamic_plugins_test.py 117 INFO #################################################################### acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS dynamic_plugins_test.py 121 INFO #################################################################### dynamic_plugins_test.py 122 INFO Successfully Tested Dynamic Plugins Functionality (replication enabled). dynamic_plugins_test.py 123 INFO #################################################################### dynamic_plugins_test.py 35 INFO Checking if replication is in sync... replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working dynamic_plugins_test.py 41 INFO Checking if the data is the same between the replicas... dynamic_plugins_test.py 67 INFO Data is consistent across the replicas.
Passed suites/dynamic_plugins/dynamic_plugins_test.py::test_memory_corruption 36.32
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Testing Dynamic Plugins for Memory Corruption (no replication)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... INFO:tests.suites.plugins.acceptance_test:test_automember: PASS INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... INFO:tests.suites.plugins.acceptance_test:test_dna: PASS INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... INFO:tests.suites.plugins.acceptance_test:test_mep: PASS INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Tested Dynamic Plugins for Memory Corruption (no replication). INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Resume replication and run everything one more time INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Testing Dynamic Plugins for Memory Corruption (replication enabled)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... INFO:tests.suites.plugins.acceptance_test:test_automember: PASS INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... INFO:tests.suites.plugins.acceptance_test:test_dna: PASS INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... INFO:tests.suites.plugins.acceptance_test:test_mep: PASS INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Tested Dynamic Plugins for Memory Corruption (replication enabled). INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Checking if replication is in sync... INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Checking if the data is the same between the replicas... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Data is consistent across the replicas. ------------------------------ Captured log call -------------------------------
dynamic_plugins_test.py 193 INFO #################################################################### dynamic_plugins_test.py 194 INFO Testing Dynamic Plugins for Memory Corruption (no replication)... dynamic_plugins_test.py 195 INFO #################################################################### acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS dynamic_plugins_test.py 223 INFO #################################################################### dynamic_plugins_test.py 224 INFO Successfully Tested Dynamic Plugins for Memory Corruption (no replication). dynamic_plugins_test.py 225 INFO #################################################################### dynamic_plugins_test.py 231 INFO Resume replication and run everything one more time dynamic_plugins_test.py 193 INFO #################################################################### dynamic_plugins_test.py 194 INFO Testing Dynamic Plugins for Memory Corruption (replication enabled)... dynamic_plugins_test.py 195 INFO #################################################################### acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS dynamic_plugins_test.py 223 INFO #################################################################### dynamic_plugins_test.py 224 INFO Successfully Tested Dynamic Plugins for Memory Corruption (replication enabled). dynamic_plugins_test.py 225 INFO #################################################################### dynamic_plugins_test.py 35 INFO Checking if replication is in sync... replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working dynamic_plugins_test.py 41 INFO Checking if the data is the same between the replicas... dynamic_plugins_test.py 67 INFO Data is consistent across the replicas.
Passed suites/dynamic_plugins/dynamic_plugins_test.py::test_stress 307.43
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Do one run through all tests (no replication)... INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... INFO:tests.suites.plugins.acceptance_test:test_automember: PASS INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... INFO:tests.suites.plugins.acceptance_test:test_dna: PASS INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... INFO:tests.suites.plugins.acceptance_test:test_mep: PASS INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Stressing Dynamic Plugins (no replication)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (no replication). Run (1/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (no replication). Completed (1/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (no replication). Run (2/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (no replication). Completed (2/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (no replication). Run (3/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (no replication). Completed (3/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (no replication). Run (4/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (no replication). Completed (4/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (no replication). Run (5/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (no replication). Completed (5/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Resume replication and run everything one more time INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Do one run through all tests (replication enabled)... INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... INFO:tests.suites.plugins.acceptance_test:test_automember: PASS INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... INFO:tests.suites.plugins.acceptance_test:test_dna: PASS INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... INFO:tests.suites.plugins.acceptance_test:test_mep: PASS INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Stressing Dynamic Plugins (replication enabled)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (replication enabled). Run (1/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (replication enabled). Completed (1/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (replication enabled). Run (2/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (replication enabled). Completed (2/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (replication enabled). Run (3/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (replication enabled). Completed (3/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (replication enabled). Run (4/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (replication enabled). Completed (4/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Running stress test (replication enabled). Run (5/5)... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Adding 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (employee). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:AddUsers - Finished adding 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (entry)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (person)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Deleting 250 entries (employee)... INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (entry). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (person). INFO:tests.suites.dynamic_plugins.stress_tests:DelUsers - Finished deleting 250 entries (employee). INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... INFO:tests.suites.plugins.acceptance_test:test_referint: PASS INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Successfully Stressed Dynamic Plugins (replication enabled). Completed (5/5) INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:#################################################################### INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Checking if replication is in sync... INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Checking if the data is the same between the replicas... INFO:tests.suites.dynamic_plugins.dynamic_plugins_test:Data is consistent across the replicas. ------------------------------ Captured log call -------------------------------
dynamic_plugins_test.py 307 INFO Do one run through all tests (no replication)... acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS dynamic_plugins_test.py 310 INFO #################################################################### dynamic_plugins_test.py 311 INFO Stressing Dynamic Plugins (no replication)... dynamic_plugins_test.py 312 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (no replication). Run (1/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (no replication). Completed (1/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (no replication). Run (2/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (no replication). Completed (2/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (no replication). Run (3/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (no replication). Completed (3/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (no replication). Run (4/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (no replication). Completed (4/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (no replication). Run (5/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (no replication). Completed (5/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 422 INFO Resume replication and run everything one more time dynamic_plugins_test.py 307 INFO Do one run through all tests (replication enabled)... acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS dynamic_plugins_test.py 310 INFO #################################################################### dynamic_plugins_test.py 311 INFO Stressing Dynamic Plugins (replication enabled)... dynamic_plugins_test.py 312 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (replication enabled). Run (1/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (replication enabled). Completed (1/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (replication enabled). Run (2/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (replication enabled). Completed (2/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (replication enabled). Run (3/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (replication enabled). Completed (3/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (replication enabled). Run (4/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (replication enabled). Completed (4/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 319 INFO #################################################################### dynamic_plugins_test.py 320 INFO Running stress test (replication enabled). Run (5/5)... dynamic_plugins_test.py 321 INFO #################################################################### stress_tests.py 104 INFO AddUsers - Adding 250 entries (employee)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (entry)... stress_tests.py 104 INFO AddUsers - Adding 250 entries (person)... stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (employee). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (entry). stress_tests.py 128 INFO AddUsers - Finished adding 250 entries (person). stress_tests.py 64 INFO DelUsers - Deleting 250 entries (entry)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (person)... stress_tests.py 64 INFO DelUsers - Deleting 250 entries (employee)... stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (entry). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (person). stress_tests.py 77 INFO DelUsers - Finished deleting 250 entries (employee). acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS dynamic_plugins_test.py 413 INFO #################################################################### dynamic_plugins_test.py 415 INFO Successfully Stressed Dynamic Plugins (replication enabled). Completed (5/5) dynamic_plugins_test.py 416 INFO #################################################################### dynamic_plugins_test.py 35 INFO Checking if replication is in sync... replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working dynamic_plugins_test.py 41 INFO Checking if the data is the same between the replicas... dynamic_plugins_test.py 67 INFO Data is consistent across the replicas.
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(sn=last1)(givenname=first1))-1] 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(sn=last1)(givenname=first1))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(sn=last1)(givenname=first1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(sn=last1)(givenname=first1)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(&(sn=last1)(givenname=first1)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(&(sn=last1)(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last1))(&(givenname=first1))))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=first1))))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=first1))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(sn=last3)(givenname=*))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=*)(sn=last3)(givenname=*))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=*)(sn=last3)(givenname=*))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(&(sn=last3)(givenname=*)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=*)(&(sn=last3)(givenname=*)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=*)(&(sn=last3)(givenname=*)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid5)(&(&(sn=*))(&(givenname=*))))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid5)(&(&(sn=*))(&(givenname=*))))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid5)(&(&(sn=*))(&(givenname=*))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(objectclass=*)(uid=*)(sn=last*))-5] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(objectclass=*)(uid=*)(sn=last*))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(objectclass=*)(uid=*)(sn=last*))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(objectclass=*)(uid=*)(sn=last1))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(objectclass=*)(uid=*)(sn=last1))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(objectclass=*)(uid=*)(sn=last1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=uid1)(sn=last1)(givenname=first1))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=uid1)(sn=last1)(givenname=first1))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=uid1)(sn=last1)(givenname=first1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=uid1)(|(sn=last1)(givenname=first1)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=uid1)(|(sn=last1)(givenname=first1)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=uid1)(|(sn=last1)(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=uid1)(|(|(sn=last1))(|(givenname=first1))))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=uid1)(|(|(sn=last1))(|(givenname=first1))))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=uid1)(|(|(sn=last1))(|(givenname=first1))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(objectclass=*)(sn=last1)(|(givenname=first1)))-14] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(objectclass=*)(sn=last1)(|(givenname=first1)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(objectclass=*)(sn=last1)(|(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(objectclass=*)(sn=last1))(|(givenname=first1)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(&(objectclass=*)(sn=last1))(|(givenname=first1)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(&(objectclass=*)(sn=last1))(|(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(objectclass=*)(sn=last))(|(givenname=first1)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(&(objectclass=*)(sn=last))(|(givenname=first1)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(&(objectclass=*)(sn=last))(|(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(!(cn=NULL)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(!(cn=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(!(cn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(!(cn=NULL))(uid=uid1))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(!(cn=NULL))(uid=uid1))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(!(cn=NULL))(uid=uid1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(&(!(uid=1))(!(givenname=first1))))-4] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=*)(&(!(uid=1))(!(givenname=first1))))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=*)(&(!(uid=1))(!(givenname=first1))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(|(uid=uid1)(uid=NULL))(sn=last1))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(|(uid=uid1)(uid=NULL))(sn=last1))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(|(uid=uid1)(uid=NULL))(sn=last1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(|(uid=uid1)(uid=NULL))(!(sn=NULL)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(|(uid=uid1)(uid=NULL))(!(sn=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(|(uid=uid1)(uid=NULL))(!(sn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(|(uid=uid1)(sn=last2))(givenname=first1))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(|(uid=uid1)(sn=last2))(givenname=first1))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(|(uid=uid1)(sn=last2))(givenname=first1))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(uid=uid1)(!(uid=NULL)))(sn=last2))-2] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(&(uid=uid1)(!(uid=NULL)))(sn=last2))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(&(uid=uid1)(!(uid=NULL)))(sn=last2))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(uid=uid1)(uid=NULL))(sn=last2))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(&(uid=uid1)(uid=NULL))(sn=last2))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(&(uid=uid1)(uid=NULL))(sn=last2))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid5)(sn=*)(cn=*)(givenname=*)(uid=u*)(sn=la*)(cn=full*)(givenname=f*)(uid>=u)(!(givenname=NULL)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid5)(sn=*)(cn=*)(givenname=*)(uid=u*)(sn=la*)(cn=full*)(givenname=f*)(uid>=u)(!(givenname=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid5)(sn=*)(cn=*)(givenname=*)(uid=u*)(sn=la*)(cn=full*)(givenname=f*)(uid>=u)(!(givenname=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(objectclass=*)(sn=last))(&(givenname=first1)))-1] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(&(objectclass=*)(sn=last))(&(givenname=first1)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(&(objectclass=*)(sn=last))(&(givenname=first1)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(sn=last1)(givenname=NULL))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(sn=last1)(givenname=NULL))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(sn=last1)(givenname=NULL))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(sn=last1)(givenname=NULL)))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(&(sn=last1)(givenname=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(&(sn=last1)(givenname=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL))))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL))))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL)(sn=*)))(|(sn=NULL)))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL)(sn=*)))(|(sn=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(&(&(sn=last1))(&(givenname=NULL)(sn=*)))(|(sn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=uid1)(&(&(sn=last*))(&(givenname=first*)))(&(sn=NULL)))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=uid1)(&(&(sn=last*))(&(givenname=first*)))(&(sn=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=uid1)(&(&(sn=last*))(&(givenname=first*)))(&(sn=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=NULL)(sn=NULL)(givenname=NULL))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=NULL)(sn=NULL)(givenname=NULL))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=NULL)(sn=NULL)(givenname=NULL))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=NULL)(|(sn=NULL)(givenname=NULL)))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=NULL)(|(sn=NULL)(givenname=NULL)))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=NULL)(|(sn=NULL)(givenname=NULL)))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=NULL)(|(|(sn=NULL))(|(givenname=NULL))))-0] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=NULL)(|(|(sn=NULL))(|(givenname=NULL))))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=NULL)(|(|(sn=NULL))(|(givenname=NULL))))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*))-5] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*)(uid=*))"...
Passed suites/filter/complex_filters_test.py::test_filters[(uid>=uid3)-3] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(uid>=uid3)"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(uid>=uid3)"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid=*)(uid>=uid3))-3] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid=*)(uid>=uid3))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid=*)(uid>=uid3))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(uid>=uid3)(uid<=uid5))-5] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(uid>=uid3)(uid<=uid5))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(uid>=uid3)(uid<=uid5))"...
Passed suites/filter/complex_filters_test.py::test_filters[(&(uid>=uid3)(uid<=uid5))-3] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(&(uid>=uid3)(uid<=uid5))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(&(uid>=uid3)(uid<=uid5))"...
Passed suites/filter/complex_filters_test.py::test_filters[(|(&(uid>=uid3)(uid<=uid5))(uid=*))-5] 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.complex_filters_test:Testing filter "(|(&(uid>=uid3)(uid<=uid5))(uid=*))"... ------------------------------ Captured log call -------------------------------
complex_filters_test.py 119 INFO Testing filter "(|(&(uid>=uid3)(uid<=uid5))(uid=*))"...
Passed suites/filter/filter_logic_test.py::test_eq 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/filter_logic_test.py::test_sub 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_not_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_ranges 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_range 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_allid_shortcut 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_not_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_not_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_range 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_range 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_and_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_or_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_and_or_eq 0.00
No log output captured.
Passed suites/filter/filter_logic_test.py::test_or_and_eq 0.00
No log output captured.
Passed suites/filter/filter_test.py::test_filter_escaped 0.06
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.filter_test:Running test_filter_escaped... INFO:tests.suites.filter.filter_test:test_filter_escaped: PASSED ------------------------------ Captured log call -------------------------------
filter_test.py 38 INFO Running test_filter_escaped... filter_test.py 74 INFO test_filter_escaped: PASSED
Passed suites/filter/filter_test.py::test_filter_search_original_attrs 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.filter_test:Running test_filter_search_original_attrs... INFO:tests.suites.filter.filter_test:test_filter_search_original_attrs: PASSED ------------------------------ Captured log call -------------------------------
filter_test.py 91 INFO Running test_filter_search_original_attrs... filter_test.py 104 INFO test_filter_search_original_attrs: PASSED
Passed suites/filter/filter_test.py::test_filter_scope_one 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.filter.filter_test:Search user using ldapsearch with scope one INFO:tests.suites.filter.filter_test:[dn: cn=Directory Administrators,dc=example,dc=com cn: Directory Administrators ] INFO:tests.suites.filter.filter_test:Search should only have one entry ------------------------------ Captured log call -------------------------------
filter_test.py 124 INFO Search user using ldapsearch with scope one filter_test.py 126 INFO [dn: cn=Directory Administrators,dc=example,dc=com cn: Directory Administrators ] filter_test.py 128 INFO Search should only have one entry
Passed suites/filter/filter_test.py::test_filter_with_attribute_subtype 0.12
----------------------------- Captured stderr call -----------------------------
INFO:lib389:Bind as cn=Directory Manager INFO:lib389: ######################### ADD ###################### INFO:lib389:Try to add Add cn=test_entry both, dc=example,dc=com: dn: cn=test_entry both, dc=example,dc=com cn: test_entry both cn;en: test_entry en cn;fr: test_entry fr objectclass: top objectclass: person sn: test_entry both INFO:lib389:Try to add Add cn=test_entry en only, dc=example,dc=com: dn: cn=test_entry en only, dc=example,dc=com cn: test_entry en only cn;en: test_entry en objectclass: top objectclass: person sn: test_entry en only INFO:lib389: ######################### SEARCH ###################### INFO:lib389:Try to search with filter (&(sn=test_entry en only)(!(cn=test_entry fr))) INFO:lib389:Found cn=test_entry en only,dc=example,dc=com INFO:lib389:Try to search with filter (&(sn=test_entry en only)(!(cn;fr=test_entry fr))) INFO:lib389:Found cn=test_entry en only,dc=example,dc=com INFO:lib389:Try to search with filter (&(sn=test_entry en only)(!(cn;en=test_entry en))) INFO:lib389:Found none INFO:lib389: ######################### DELETE ###################### INFO:lib389:Try to delete cn=test_entry both, dc=example,dc=com INFO:lib389:Try to delete cn=test_entry en only, dc=example,dc=com INFO:tests.suites.filter.filter_test:Testcase PASSED ------------------------------ Captured log call -------------------------------
filter_test.py 153 INFO Bind as cn=Directory Manager filter_test.py 160 INFO ######################### ADD ###################### filter_test.py 183 INFO Try to add Add cn=test_entry both, dc=example,dc=com: dn: cn=test_entry both, dc=example,dc=com cn: test_entry both cn;en: test_entry en cn;fr: test_entry fr objectclass: top objectclass: person sn: test_entry both filter_test.py 186 INFO Try to add Add cn=test_entry en only, dc=example,dc=com: dn: cn=test_entry en only, dc=example,dc=com cn: test_entry en only cn;en: test_entry en objectclass: top objectclass: person sn: test_entry en only filter_test.py 189 INFO ######################### SEARCH ###################### filter_test.py 193 INFO Try to search with filter (&(sn=test_entry en only)(!(cn=test_entry fr))) filter_test.py 197 INFO Found cn=test_entry en only,dc=example,dc=com filter_test.py 201 INFO Try to search with filter (&(sn=test_entry en only)(!(cn;fr=test_entry fr))) filter_test.py 205 INFO Found cn=test_entry en only,dc=example,dc=com filter_test.py 209 INFO Try to search with filter (&(sn=test_entry en only)(!(cn;en=test_entry en))) filter_test.py 212 INFO Found none filter_test.py 214 INFO ######################### DELETE ###################### filter_test.py 216 INFO Try to delete cn=test_entry both, dc=example,dc=com filter_test.py 219 INFO Try to delete cn=test_entry en only, dc=example,dc=com filter_test.py 222 INFO Testcase PASSED
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_supported_features 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: filter: ['+'] INFO:lib389.utils:results: [dn: aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow(read,search,compare) userdn="ldap:///anyone";) createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow(read,search,compare) userdn="ldap:///anyone";) createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-*] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: filter: ['+', '*'] INFO:lib389.utils:results: [dn: aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow(read,search,compare) userdn="ldap:///anyone";) createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config dataversion: 020180630233244 defaultnamingcontext: dc=example,dc=com modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com netscapemdsuffix: cn=ldap://dc=server,dc=example,dc=com:38901 nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow(read,search,compare) userdn="ldap:///anyone";) createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config dataversion: 020180630233244 defaultnamingcontext: dc=example,dc=com modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com netscapemdsuffix: cn=ldap://dc=server,dc=example,dc=com:38901 nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-objectClass] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow(read,search,compare) userdn="ldap:///anyone";) createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: aci: (targetattr != "aci")(version 3.0; aci "rootdse anon read access"; allow(read,search,compare) userdn="ldap:///anyone";) createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: filter: ['+'] INFO:lib389.utils:results: [dn: createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-*] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: filter: ['+', '*'] INFO:lib389.utils:results: [dn: createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config dataversion: 020180630233244 defaultnamingcontext: dc=example,dc=com modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com netscapemdsuffix: cn=ldap://dc=server,dc=example,dc=com:38901 nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config dataversion: 020180630233244 defaultnamingcontext: dc=example,dc=com modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com netscapemdsuffix: cn=ldap://dc=server,dc=example,dc=com:38901 nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-objectClass] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: createTimestamp: 20180630233243Z creatorsName: cn=server,cn=plugins,cn=config modifiersName: cn=server,cn=plugins,cn=config modifyTimestamp: 20180630233243Z namingContexts: dc=example,dc=com nsBackendSuffix: userRoot:dc=example,dc=com nsUniqueId: e2c49f80-7cbd11e8-80000000-00000000 objectClass: top subschemaSubentry: cn=schema supportedControl: 2.16.840.1.113730.3.4.2 supportedControl: 2.16.840.1.113730.3.4.3 supportedControl: 2.16.840.1.113730.3.4.4 supportedControl: 2.16.840.1.113730.3.4.5 supportedControl: 1.2.840.113556.1.4.473 supportedControl: 2.16.840.1.113730.3.4.9 supportedControl: 2.16.840.1.113730.3.4.16 supportedControl: 2.16.840.1.113730.3.4.15 supportedControl: 2.16.840.1.113730.3.4.17 supportedControl: 2.16.840.1.113730.3.4.19 supportedControl: 1.3.6.1.1.13.1 supportedControl: 1.3.6.1.1.13.2 supportedControl: 1.3.6.1.4.1.42.2.27.8.5.1 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.2 supportedControl: 1.2.840.113556.1.4.319 supportedControl: 1.3.6.1.4.1.42.2.27.9.5.8 supportedControl: 1.3.6.1.4.1.4203.666.5.16 supportedControl: 2.16.840.1.113730.3.4.14 supportedControl: 2.16.840.1.113730.3.4.20 supportedControl: 1.3.6.1.4.1.1466.29539.12 supportedControl: 2.16.840.1.113730.3.4.12 supportedControl: 2.16.840.1.113730.3.4.18 supportedControl: 2.16.840.1.113730.3.4.13 supportedExtension: 2.16.840.1.113730.3.5.7 supportedExtension: 2.16.840.1.113730.3.5.8 supportedExtension: 2.16.840.1.113730.3.5.3 supportedExtension: 2.16.840.1.113730.3.5.12 supportedExtension: 2.16.840.1.113730.3.5.5 supportedExtension: 2.16.840.1.113730.3.5.6 supportedExtension: 2.16.840.1.113730.3.5.9 supportedExtension: 2.16.840.1.113730.3.5.4 supportedExtension: 2.16.840.1.113730.3.6.5 supportedExtension: 2.16.840.1.113730.3.6.6 supportedExtension: 2.16.840.1.113730.3.6.7 supportedExtension: 2.16.840.1.113730.3.6.8 supportedExtension: 1.3.6.1.4.1.4203.1.11.3 supportedExtension: 1.3.6.1.4.1.4203.1.11.1 supportedFeatures: 1.3.6.1.4.1.4203.1.5.1 supportedLDAPVersion: 2 supportedLDAPVersion: 3 supportedSASLMechanisms: EXTERNAL supportedSASLMechanisms: GSS-SPNEGO supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 supportedSASLMechanisms: PLAIN supportedSASLMechanisms: LOGIN supportedSASLMechanisms: ANONYMOUS vendorName: 389 Project vendorVersion: 389-Directory/1.4.0.11 B2018.181.2311 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: ou=people,dc=example,dc=com filter: ['+'] INFO:lib389.utils:results: [dn: ou=People,dc=example,dc=com aci: (targetattr ="userpassword || telephonenumber || facsimiletelephonenumber")(version 3.0;acl "Allow self entry modification";allow (write)(userdn = "ldap:///self");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Accounting)")(version 3.0;acl "Accounting Managers Group Permissions";allow (write)(groupdn = "ldap:///cn=Accounting Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Human Resources)")(version 3.0;acl "HR Group Permissions";allow (write)(groupdn = "ldap:///cn=HR Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn ||sn || uid")(targetfilter ="(ou=Product Testing)")(version 3.0;acl "QA Group Permissions";allow (write)(groupdn = "ldap:///cn=QA Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Product Development)")(version 3.0;acl "Engineering Group Permissions";allow (write)(groupdn = "ldap:///cn=PD Managers,ou=groups,dc=example,dc=com");) createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 parentid: 1 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: ou=people,dc=example,dc=com filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: ou=People,dc=example,dc=com aci: (targetattr ="userpassword || telephonenumber || facsimiletelephonenumber")(version 3.0;acl "Allow self entry modification";allow (write)(userdn = "ldap:///self");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Accounting)")(version 3.0;acl "Accounting Managers Group Permissions";allow (write)(groupdn = "ldap:///cn=Accounting Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Human Resources)")(version 3.0;acl "HR Group Permissions";allow (write)(groupdn = "ldap:///cn=HR Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn ||sn || uid")(targetfilter ="(ou=Product Testing)")(version 3.0;acl "QA Group Permissions";allow (write)(groupdn = "ldap:///cn=QA Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Product Development)")(version 3.0;acl "Engineering Group Permissions";allow (write)(groupdn = "ldap:///cn=PD Managers,ou=groups,dc=example,dc=com");) createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 parentid: 1 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-*] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: ou=people,dc=example,dc=com filter: ['+', '*'] INFO:lib389.utils:results: [dn: ou=People,dc=example,dc=com aci: (targetattr ="userpassword || telephonenumber || facsimiletelephonenumber")(version 3.0;acl "Allow self entry modification";allow (write)(userdn = "ldap:///self");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Accounting)")(version 3.0;acl "Accounting Managers Group Permissions";allow (write)(groupdn = "ldap:///cn=Accounting Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Human Resources)")(version 3.0;acl "HR Group Permissions";allow (write)(groupdn = "ldap:///cn=HR Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn ||sn || uid")(targetfilter ="(ou=Product Testing)")(version 3.0;acl "QA Group Permissions";allow (write)(groupdn = "ldap:///cn=QA Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Product Development)")(version 3.0;acl "Engineering Group Permissions";allow (write)(groupdn = "ldap:///cn=PD Managers,ou=groups,dc=example,dc=com");) createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit ou: People parentid: 1 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: ou=people,dc=example,dc=com filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: ou=People,dc=example,dc=com aci: (targetattr ="userpassword || telephonenumber || facsimiletelephonenumber")(version 3.0;acl "Allow self entry modification";allow (write)(userdn = "ldap:///self");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Accounting)")(version 3.0;acl "Accounting Managers Group Permissions";allow (write)(groupdn = "ldap:///cn=Accounting Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Human Resources)")(version 3.0;acl "HR Group Permissions";allow (write)(groupdn = "ldap:///cn=HR Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn ||sn || uid")(targetfilter ="(ou=Product Testing)")(version 3.0;acl "QA Group Permissions";allow (write)(groupdn = "ldap:///cn=QA Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Product Development)")(version 3.0;acl "Engineering Group Permissions";allow (write)(groupdn = "ldap:///cn=PD Managers,ou=groups,dc=example,dc=com");) createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit ou: People parentid: 1 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-objectClass] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: ou=people,dc=example,dc=com filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: ou=People,dc=example,dc=com aci: (targetattr ="userpassword || telephonenumber || facsimiletelephonenumber")(version 3.0;acl "Allow self entry modification";allow (write)(userdn = "ldap:///self");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Accounting)")(version 3.0;acl "Accounting Managers Group Permissions";allow (write)(groupdn = "ldap:///cn=Accounting Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Human Resources)")(version 3.0;acl "HR Group Permissions";allow (write)(groupdn = "ldap:///cn=HR Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn ||sn || uid")(targetfilter ="(ou=Product Testing)")(version 3.0;acl "QA Group Permissions";allow (write)(groupdn = "ldap:///cn=QA Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Product Development)")(version 3.0;acl "Engineering Group Permissions";allow (write)(groupdn = "ldap:///cn=PD Managers,ou=groups,dc=example,dc=com");) createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit parentid: 1 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: ou=people,dc=example,dc=com filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: ou=People,dc=example,dc=com aci: (targetattr ="userpassword || telephonenumber || facsimiletelephonenumber")(version 3.0;acl "Allow self entry modification";allow (write)(userdn = "ldap:///self");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Accounting)")(version 3.0;acl "Accounting Managers Group Permissions";allow (write)(groupdn = "ldap:///cn=Accounting Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Human Resources)")(version 3.0;acl "HR Group Permissions";allow (write)(groupdn = "ldap:///cn=HR Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn ||sn || uid")(targetfilter ="(ou=Product Testing)")(version 3.0;acl "QA Group Permissions";allow (write)(groupdn = "ldap:///cn=QA Managers,ou=groups,dc=example,dc=com");) aci: (targetattr !="cn || sn || uid")(targetfilter ="(ou=Product Development)")(version 3.0;acl "Engineering Group Permissions";allow (write)(groupdn = "ldap:///cn=PD Managers,ou=groups,dc=example,dc=com");) createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit parentid: 1 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: ou=people,dc=example,dc=com filter: ['+'] INFO:lib389.utils:results: [dn: ou=People,dc=example,dc=com createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 parentid: 1 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: ou=people,dc=example,dc=com filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: ou=People,dc=example,dc=com createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 parentid: 1 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-*] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: ou=people,dc=example,dc=com filter: ['+', '*'] INFO:lib389.utils:results: [dn: ou=People,dc=example,dc=com createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit ou: People parentid: 1 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: ou=people,dc=example,dc=com filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: ou=People,dc=example,dc=com createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit ou: People parentid: 1 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-objectClass] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: ou=people,dc=example,dc=com filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: ou=People,dc=example,dc=com createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit parentid: 1 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: ou=people,dc=example,dc=com filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: ou=People,dc=example,dc=com createTimestamp: 20180630233242Z creatorsName: entrydn: ou=people,dc=example,dc=com entryid: 4 modifiersName: modifyTimestamp: 20180630233242Z nsUniqueId: e22c0929-7cbd11e8-9f91a4f7-c4c439c0 numSubordinates: 1 objectClass: top objectClass: organizationalunit parentid: 1 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+'] INFO:lib389.utils:results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 parentid: 4 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 parentid: 4 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-*] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', '*'] INFO:lib389.utils:results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com cn: all_attrs_test createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 gidNumber: 1000 homeDirectory: /home/test mail: all_attrs_test@redhat.com modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 sn: all_attrs_test uid: all_attrs_test uidNumber: 1000 userPassword: {PBKDF2_SHA256}AAAIADCY6/rcE7dDrjDzwqLYIH3CNaBZuVOA4L7ZuLXVRfwxstC+RDDlZoPps2hDBA9P4VF+mV3i+hUMhTtcZc6+vQPwMONnuTey/jICSsm5qf0KfIIQJOxnCnLd2ynzaJc3wTY6PFUiYm+/eB/RHHZIG92PlLbZlztd9mK2no6Oah7oVKtjFsKLhhADIOWWFD8kNj/M5EH/7WyBjsnAHujTuarO9+Hcsq2KAWOslIJ2gZ1D3938yNs+GGgfIAdBiGhWBl2BBY7l6xnL6AtaatdG4YP9iAmgUjuBBwqAqfWUCTrVha8nB9tqyGOv2KpmsgGHxUvuJ49fn/gfzpL53TMuEU5WZqqL+RFyA0PId+j7LnGXNq0aFgjmW7utZ+lXo1UFs88bNMwWfaraIl8TSkVcg3lOMoyNwi2Pe5rJRtFEIcrL ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com cn: all_attrs_test createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 gidNumber: 1000 homeDirectory: /home/test mail: all_attrs_test@redhat.com modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 sn: all_attrs_test uid: all_attrs_test uidNumber: 1000 userPassword: {PBKDF2_SHA256}AAAIADCY6/rcE7dDrjDzwqLYIH3CNaBZuVOA4L7ZuLXVRfwxstC+RDDlZoPps2hDBA9P4VF+mV3i+hUMhTtcZc6+vQPwMONnuTey/jICSsm5qf0KfIIQJOxnCnLd2ynzaJc3wTY6PFUiYm+/eB/RHHZIG92PlLbZlztd9mK2no6Oah7oVKtjFsKLhhADIOWWFD8kNj/M5EH/7WyBjsnAHujTuarO9+Hcsq2KAWOslIJ2gZ1D3938yNs+GGgfIAdBiGhWBl2BBY7l6xnL6AtaatdG4YP9iAmgUjuBBwqAqfWUCTrVha8nB9tqyGOv2KpmsgGHxUvuJ49fn/gfzpL53TMuEU5WZqqL+RFyA0PId+j7LnGXNq0aFgjmW7utZ+lXo1UFs88bNMwWfaraIl8TSkVcg3lOMoyNwi2Pe5rJRtFEIcrL ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-objectClass] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+'] INFO:lib389.utils:results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 parentid: 4 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 parentid: 4 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-*] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', '*'] INFO:lib389.utils:results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com cn: all_attrs_test createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 gidNumber: 1000 homeDirectory: /home/test mail: all_attrs_test@redhat.com modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 sn: all_attrs_test uid: all_attrs_test uidNumber: 1000 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com cn: all_attrs_test createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 gidNumber: 1000 homeDirectory: /home/test mail: all_attrs_test@redhat.com modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 sn: all_attrs_test uid: all_attrs_test uidNumber: 1000 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-objectClass] 0.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: uid=all_attrs_test,ou=people,dc=example,dc=com INFO:lib389.utils:suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 138 INFO bound as: uid=all_attrs_test,ou=people,dc=example,dc=com rfc3673_all_oper_attrs_test.py 151 INFO suffix: uid=all_attrs_test,ou=people,dc=example,dc=com filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: uid=all_attrs_test,ou=People,dc=example,dc=com createTimestamp: 20180630233244Z creatorsName: cn=directory manager entrydn: uid=all_attrs_test,ou=people,dc=example,dc=com entryid: 10 modifiersName: cn=directory manager modifyTimestamp: 20180630233244Z nsUniqueId: e35d3601-7cbd11e8-8c9aff5d-b6595da5 objectClass: top objectClass: account objectClass: posixaccount objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: nsMemberOf objectClass: nsAccount objectClass: person parentid: 4 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: cn=config filter: ['+'] INFO:lib389.utils:results: [dn: cn=config numSubordinates: 10 passwordHistory: off ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: cn=config filter: ['+'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: cn=config numSubordinates: 10 passwordHistory: off ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-*] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: cn=config filter: ['+', '*'] INFO:lib389.utils:results: [dn: cn=config cn: config nsslapd-SSLclientAuth: allowed nsslapd-accesscontrol: on nsslapd-accesslog: /var/log/dirsrv/slapd-standalone1/access nsslapd-accesslog-level: 256 nsslapd-accesslog-list: nsslapd-accesslog-logbuffering: on nsslapd-accesslog-logexpirationtime: 1 nsslapd-accesslog-logexpirationtimeunit: month nsslapd-accesslog-logging-enabled: on nsslapd-accesslog-logmaxdiskspace: 500 nsslapd-accesslog-logminfreediskspace: 5 nsslapd-accesslog-logrotationsync-enabled: off nsslapd-accesslog-logrotationsynchour: 0 nsslapd-accesslog-logrotationsyncmin: 0 nsslapd-accesslog-logrotationtime: 1 nsslapd-accesslog-logrotationtimeunit: day nsslapd-accesslog-maxlogsize: 100 nsslapd-accesslog-maxlogsperdir: 10 nsslapd-accesslog-mode: 600 nsslapd-allow-anonymous-access: on nsslapd-allow-hashed-passwords: off nsslapd-allow-unauthenticated-binds: off nsslapd-allowed-sasl-mechanisms: nsslapd-anonlimitsdn: nsslapd-attribute-name-exceptions: off nsslapd-auditfaillog: /var/log/dirsrv/slapd-standalone1/audit nsslapd-auditfaillog-list: nsslapd-auditfaillog-logexpirationtime: 1 nsslapd-auditfaillog-logexpirationtimeunit: month nsslapd-auditfaillog-logging-enabled: off nsslapd-auditfaillog-logging-hide-unhashed-pw: on nsslapd-auditfaillog-logmaxdiskspace: 100 nsslapd-auditfaillog-logminfreediskspace: 5 nsslapd-auditfaillog-logrotationsync-enabled: off nsslapd-auditfaillog-logrotationsynchour: 0 nsslapd-auditfaillog-logrotationsyncmin: 0 nsslapd-auditfaillog-logrotationtime: 1 nsslapd-auditfaillog-logrotationtimeunit: week nsslapd-auditfaillog-maxlogsize: 100 nsslapd-auditfaillog-maxlogsperdir: 1 nsslapd-auditfaillog-mode: 600 nsslapd-auditlog: /var/log/dirsrv/slapd-standalone1/audit nsslapd-auditlog-list: nsslapd-auditlog-logexpirationtime: 1 nsslapd-auditlog-logexpirationtimeunit: month nsslapd-auditlog-logging-enabled: off nsslapd-auditlog-logging-hide-unhashed-pw: on nsslapd-auditlog-logmaxdiskspace: 100 nsslapd-auditlog-logminfreediskspace: 5 nsslapd-auditlog-logrotationsync-enabled: off nsslapd-auditlog-logrotationsynchour: 0 nsslapd-auditlog-logrotationsyncmin: 0 nsslapd-auditlog-logrotationtime: 1 nsslapd-auditlog-logrotationtimeunit: week nsslapd-auditlog-maxlogsize: 100 nsslapd-auditlog-maxlogsperdir: 1 nsslapd-auditlog-mode: 600 nsslapd-backendconfig: cn=config,cn=userRoot,cn=ldbm database,cn=plugins,cn=config nsslapd-bakdir: /var/lib/dirsrv/slapd-standalone1/bak nsslapd-betype: ldbm database nsslapd-certdir: /etc/dirsrv/slapd-standalone1 nsslapd-certmap-basedn: nsslapd-cn-uses-dn-syntax-in-dns: off nsslapd-config: cn=config nsslapd-connection-buffer: 1 nsslapd-connection-nocanon: on nsslapd-conntablesize: 16384 nsslapd-counters: on nsslapd-csnlogging: on nsslapd-defaultnamingcontext: dc=example,dc=com nsslapd-disk-monitoring: off nsslapd-disk-monitoring-grace-period: 60 nsslapd-disk-monitoring-logging-critical: off nsslapd-disk-monitoring-threshold: 2097152 nsslapd-dn-validate-strict: off nsslapd-ds4-compatible-schema: off nsslapd-dynamic-plugins: off nsslapd-enable-nunc-stans: on nsslapd-enable-turbo-mode: on nsslapd-enquote-sup-oc: off nsslapd-entryusn-global: off nsslapd-entryusn-import-initval: 0 nsslapd-errorlog: /var/log/dirsrv/slapd-standalone1/errors nsslapd-errorlog-level: 16384 nsslapd-errorlog-list: nsslapd-errorlog-logexpirationtime: 1 nsslapd-errorlog-logexpirationtimeunit: month nsslapd-errorlog-logging-enabled: on nsslapd-errorlog-logmaxdiskspace: 100 nsslapd-errorlog-logminfreediskspace: 5 nsslapd-errorlog-logrotationsync-enabled: off nsslapd-errorlog-logrotationsynchour: 0 nsslapd-errorlog-logrotationsyncmin: 0 nsslapd-errorlog-logrotationtime: 1 nsslapd-errorlog-logrotationtimeunit: week nsslapd-errorlog-maxlogsize: 100 nsslapd-errorlog-maxlogsperdir: 1 nsslapd-errorlog-mode: 600 nsslapd-extract-pemfiles: on nsslapd-force-sasl-external: off nsslapd-global-backend-lock: off nsslapd-groupevalnestlevel: 0 nsslapd-hash-filters: off nsslapd-idletimeout: 0 nsslapd-ignore-time-skew: off nsslapd-ignore-virtual-attrs: off nsslapd-instancedir: /usr/lib64/dirsrv/slapd-standalone1 nsslapd-ioblocktimeout: 300000 nsslapd-lastmod: on nsslapd-ldapiautobind: off nsslapd-ldapientrysearchbase: dc=example,dc=com nsslapd-ldapifilepath: /var/run/slapd-standalone1.socket nsslapd-ldapigidnumbertype: gidNumber nsslapd-ldapilisten: off nsslapd-ldapimaprootdn: cn=Directory Manager nsslapd-ldapimaptoentries: off nsslapd-ldapiuidnumbertype: uidNumber nsslapd-ldifdir: /var/lib/dirsrv/slapd-standalone1/ldif nsslapd-listen-backlog-size: 128 nsslapd-listenhost: nsslapd-localhost: server.example.com nsslapd-localssf: 71 nsslapd-localuser: dirsrv nsslapd-lockdir: /var/lock/dirsrv/slapd-standalone1 nsslapd-logging-backend: dirsrv-log nsslapd-logging-hr-timestamps-enabled: on nsslapd-malloc-mmap-threshold: -10 nsslapd-malloc-mxfast: -10 nsslapd-malloc-trim-threshold: -10 nsslapd-max-filter-nest-level: 40 nsslapd-maxbersize: 2097152 nsslapd-maxdescriptors: 1024 nsslapd-maxsasliosize: 2097152 nsslapd-maxsimplepaged-per-conn: -1 nsslapd-maxthreadsperconn: 5 nsslapd-minssf: 0 nsslapd-minssf-exclude-rootdse: off nsslapd-moddn-aci: on nsslapd-nagle: on nsslapd-ndn-cache-enabled: on nsslapd-ndn-cache-max-size: 20971520 nsslapd-outbound-ldap-io-timeout: 300000 nsslapd-pagedsizelimit: 0 nsslapd-plugin: cn=case ignore string syntax,cn=plugins,cn=config nsslapd-plugin: cn=case exact string syntax,cn=plugins,cn=config nsslapd-plugin: cn=binary syntax,cn=plugins,cn=config nsslapd-plugin: cn=bit string syntax,cn=plugins,cn=config nsslapd-plugin: cn=octet string syntax,cn=plugins,cn=config nsslapd-plugin: cn=boolean syntax,cn=plugins,cn=config nsslapd-plugin: cn=generalized time syntax,cn=plugins,cn=config nsslapd-plugin: cn=telephone syntax,cn=plugins,cn=config nsslapd-plugin: cn=telex number syntax,cn=plugins,cn=config nsslapd-plugin: cn=teletex terminal identifier syntax,cn=plugins,cn=config nsslapd-plugin: cn=enhanced guide syntax,cn=plugins,cn=config nsslapd-plugin: cn=facsimile telephone number syntax,cn=plugins,cn=config nsslapd-plugin: cn=fax syntax,cn=plugins,cn=config nsslapd-plugin: cn=guide syntax,cn=plugins,cn=config nsslapd-plugin: cn=delivery method syntax,cn=plugins,cn=config nsslapd-plugin: cn=integer syntax,cn=plugins,cn=config nsslapd-plugin: cn=distinguished name syntax,cn=plugins,cn=config nsslapd-plugin: cn=name and optional uid syntax,cn=plugins,cn=config nsslapd-plugin: cn=oid syntax,cn=plugins,cn=config nsslapd-plugin: cn=jpeg syntax,cn=plugins,cn=config nsslapd-plugin: cn=country string syntax,cn=plugins,cn=config nsslapd-plugin: cn=postal address syntax,cn=plugins,cn=config nsslapd-plugin: cn=numeric string syntax,cn=plugins,cn=config nsslapd-plugin: cn=printable string syntax,cn=plugins,cn=config nsslapd-plugin: cn=generalizedtimematch,cn=plugins,cn=config nsslapd-plugin: cn=generalizedtimeorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=booleanmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignoreia5match,cn=plugins,cn=config nsslapd-plugin: cn=caseignoreia5substringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignorematch,cn=plugins,cn=config nsslapd-plugin: cn=caseignoreorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignoresubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignorelistmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignorelistsubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=objectidentifiermatch,cn=plugins,cn=config nsslapd-plugin: cn=directorystringfirstcomponentmatch,cn=plugins,cn=config nsslapd-plugin: cn=objectidentifierfirstcomponentmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactia5match,cn=plugins,cn=config nsslapd-plugin: cn=caseexactmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactsubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactia5substringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=octetstringmatch,cn=plugins,cn=config nsslapd-plugin: cn=octetstringorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=bitstringmatch,cn=plugins,cn=config nsslapd-plugin: cn=telephonenumbermatch,cn=plugins,cn=config nsslapd-plugin: cn=telephonenumbersubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=integermatch,cn=plugins,cn=config nsslapd-plugin: cn=integerorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=integerfirstcomponentmatch,cn=plugins,cn=config nsslapd-plugin: cn=distinguishednamematch,cn=plugins,cn=config nsslapd-plugin: cn=uniquemembermatch,cn=plugins,cn=config nsslapd-plugin: cn=numericstringmatch,cn=plugins,cn=config nsslapd-plugin: cn=numericstringorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=numericstringsubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=bitwise plugin,cn=plugins,cn=config nsslapd-plugin: cn=internationalization plugin,cn=plugins,cn=config nsslapd-plugin-binddn-tracking: off nsslapd-plugin-logging: off nsslapd-port: 38901 nsslapd-privatenamespaces: cn=schema nsslapd-privatenamespaces: nsslapd-privatenamespaces: cn=monitor nsslapd-privatenamespaces: cn=config nsslapd-pwpolicy-inherit-global: off nsslapd-pwpolicy-local: off nsslapd-readonly: off nsslapd-referralmode: nsslapd-require-secure-binds: off nsslapd-requiresrestart: cn=config:nsslapd-port nsslapd-requiresrestart: cn=config:nsslapd-secureport nsslapd-requiresrestart: cn=config:nsslapd-ldapifilepath nsslapd-requiresrestart: cn=config:nsslapd-ldapilisten nsslapd-requiresrestart: cn=config:nsslapd-workingdir nsslapd-requiresrestart: cn=config:nsslapd-plugin nsslapd-requiresrestart: cn=config:nsslapd-sslclientauth nsslapd-requiresrestart: cn=config:nsslapd-changelogdir nsslapd-requiresrestart: cn=config:nsslapd-changelogsuffix nsslapd-requiresrestart: cn=config:nsslapd-changelogmaxentries nsslapd-requiresrestart: cn=config:nsslapd-changelogmaxage nsslapd-requiresrestart: cn=config:nsslapd-db-locks nsslapd-requiresrestart: cn=config:nsslapd-maxdescriptors nsslapd-requiresrestart: cn=config:nsslapd-return-exact-case nsslapd-requiresrestart: cn=config:nsslapd-schema-ignore-trailing-spaces nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-idlistscanlimit nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-parentcheck nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-dbcachesize nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-dbncache nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-cachesize nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-plugin nsslapd-requiresrestart: cn=encryption,cn=config:nssslsessiontimeout nsslapd-requiresrestart: cn=encryption,cn=config:nssslclientauth nsslapd-requiresrestart: cn=encryption,cn=config:nsssl2 nsslapd-requiresrestart: cn=encryption,cn=config:nsssl3 nsslapd-reservedescriptors: 64 nsslapd-result-tweak: off nsslapd-return-exact-case: on nsslapd-rewrite-rfc1274: off nsslapd-rootdn: cn=Directory Manager nsslapd-rootpw: {PBKDF2_SHA256}AAAgAE9Jbl3TFabEtN+R6FtsGPTZbZzfqb+OLwXIoc41U9pcuCTeCby2KL8hcKPO2ZP8WRquWQBXysnxN2Ekiq5DVWkzFalehovx7P1Lw0uDIRXH5CCu+FlXcCdR3NI1vHhDmu5Qg+M6wFJXlv+BYdHt0w2q36XeaRfPVvnLnJSs90q1697suWScFEOucl+nxvfyZaCWzV0lIEGdTV2uRCvBPVDTdjM6ee9S0nwrOiT213u3CuTOyilBhGf5Ksjr/ucUjcKAT20WlFg05bDOH6UbAVatDHDvvDVQ8SMmY46iJUmtOvutIolZeXSnDRM76I9QewUMVOOdsZLhpm6n1f1G+UyrFik91MJcFuRwgU2g7HGyV4GU07L4peQ19+hSDNZuk0NAmHq9XFKMh60PZzeBKr6uJohOsOonZt/fTlqsITLr nsslapd-rootpwstoragescheme: PBKDF2_SHA256 nsslapd-rundir: /var/run/dirsrv nsslapd-sasl-mapping-fallback: off nsslapd-sasl-max-buffer-size: 2097152 nsslapd-saslpath: nsslapd-schema-ignore-trailing-spaces: off nsslapd-schemacheck: on nsslapd-schemadir: /etc/dirsrv/slapd-standalone1/schema nsslapd-schemamod: on nsslapd-schemareplace: replication-only nsslapd-search-return-original-type-switch: off nsslapd-securePort: 636 nsslapd-securelistenhost: nsslapd-security: off nsslapd-sizelimit: 2000 nsslapd-snmp-index: 0 nsslapd-ssl-check-hostname: on nsslapd-svrtab: nsslapd-syntaxcheck: on nsslapd-syntaxlogging: off nsslapd-threadnumber: 24 nsslapd-timelimit: 3600 nsslapd-tls-check-crl: none nsslapd-tmpdir: /tmp nsslapd-unhashed-pw-switch: on nsslapd-validate-cert: warn nsslapd-versionstring: 389-Directory/1.4.0.11 nsslapd-workingdir: /var/log/dirsrv/slapd-standalone1 numSubordinates: 10 objectClass: top objectClass: extensibleObject objectClass: nsslapdConfig passwordAdminDN: passwordChange: on passwordCheckSyntax: off passwordExp: off passwordGraceLimit: 0 passwordHistory: off passwordInHistory: 6 passwordIsGlobalPolicy: off passwordLegacyPolicy: on passwordLockout: off passwordLockoutDuration: 3600 passwordMaxAge: 8640000 passwordMaxFailure: 3 passwordMaxRepeats: 0 passwordMin8bit: 0 passwordMinAge: 0 passwordMinAlphas: 0 passwordMinCategories: 3 passwordMinDigits: 0 passwordMinLength: 8 passwordMinLowers: 0 passwordMinSpecials: 0 passwordMinTokenLength: 3 passwordMinUppers: 0 passwordMustChange: off passwordResetFailureCount: 600 passwordSendExpiringTime: off passwordStorageScheme: PBKDF2_SHA256 passwordTrackUpdateTime: off passwordUnlock: on passwordWarning: 86400 ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: cn=config filter: ['+', '*'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: cn=config cn: config nsslapd-SSLclientAuth: allowed nsslapd-accesscontrol: on nsslapd-accesslog: /var/log/dirsrv/slapd-standalone1/access nsslapd-accesslog-level: 256 nsslapd-accesslog-list: nsslapd-accesslog-logbuffering: on nsslapd-accesslog-logexpirationtime: 1 nsslapd-accesslog-logexpirationtimeunit: month nsslapd-accesslog-logging-enabled: on nsslapd-accesslog-logmaxdiskspace: 500 nsslapd-accesslog-logminfreediskspace: 5 nsslapd-accesslog-logrotationsync-enabled: off nsslapd-accesslog-logrotationsynchour: 0 nsslapd-accesslog-logrotationsyncmin: 0 nsslapd-accesslog-logrotationtime: 1 nsslapd-accesslog-logrotationtimeunit: day nsslapd-accesslog-maxlogsize: 100 nsslapd-accesslog-maxlogsperdir: 10 nsslapd-accesslog-mode: 600 nsslapd-allow-anonymous-access: on nsslapd-allow-hashed-passwords: off nsslapd-allow-unauthenticated-binds: off nsslapd-allowed-sasl-mechanisms: nsslapd-anonlimitsdn: nsslapd-attribute-name-exceptions: off nsslapd-auditfaillog: /var/log/dirsrv/slapd-standalone1/audit nsslapd-auditfaillog-list: nsslapd-auditfaillog-logexpirationtime: 1 nsslapd-auditfaillog-logexpirationtimeunit: month nsslapd-auditfaillog-logging-enabled: off nsslapd-auditfaillog-logging-hide-unhashed-pw: on nsslapd-auditfaillog-logmaxdiskspace: 100 nsslapd-auditfaillog-logminfreediskspace: 5 nsslapd-auditfaillog-logrotationsync-enabled: off nsslapd-auditfaillog-logrotationsynchour: 0 nsslapd-auditfaillog-logrotationsyncmin: 0 nsslapd-auditfaillog-logrotationtime: 1 nsslapd-auditfaillog-logrotationtimeunit: week nsslapd-auditfaillog-maxlogsize: 100 nsslapd-auditfaillog-maxlogsperdir: 1 nsslapd-auditfaillog-mode: 600 nsslapd-auditlog: /var/log/dirsrv/slapd-standalone1/audit nsslapd-auditlog-list: nsslapd-auditlog-logexpirationtime: 1 nsslapd-auditlog-logexpirationtimeunit: month nsslapd-auditlog-logging-enabled: off nsslapd-auditlog-logging-hide-unhashed-pw: on nsslapd-auditlog-logmaxdiskspace: 100 nsslapd-auditlog-logminfreediskspace: 5 nsslapd-auditlog-logrotationsync-enabled: off nsslapd-auditlog-logrotationsynchour: 0 nsslapd-auditlog-logrotationsyncmin: 0 nsslapd-auditlog-logrotationtime: 1 nsslapd-auditlog-logrotationtimeunit: week nsslapd-auditlog-maxlogsize: 100 nsslapd-auditlog-maxlogsperdir: 1 nsslapd-auditlog-mode: 600 nsslapd-backendconfig: cn=config,cn=userRoot,cn=ldbm database,cn=plugins,cn=config nsslapd-bakdir: /var/lib/dirsrv/slapd-standalone1/bak nsslapd-betype: ldbm database nsslapd-certdir: /etc/dirsrv/slapd-standalone1 nsslapd-certmap-basedn: nsslapd-cn-uses-dn-syntax-in-dns: off nsslapd-config: cn=config nsslapd-connection-buffer: 1 nsslapd-connection-nocanon: on nsslapd-conntablesize: 16384 nsslapd-counters: on nsslapd-csnlogging: on nsslapd-defaultnamingcontext: dc=example,dc=com nsslapd-disk-monitoring: off nsslapd-disk-monitoring-grace-period: 60 nsslapd-disk-monitoring-logging-critical: off nsslapd-disk-monitoring-threshold: 2097152 nsslapd-dn-validate-strict: off nsslapd-ds4-compatible-schema: off nsslapd-dynamic-plugins: off nsslapd-enable-nunc-stans: on nsslapd-enable-turbo-mode: on nsslapd-enquote-sup-oc: off nsslapd-entryusn-global: off nsslapd-entryusn-import-initval: 0 nsslapd-errorlog: /var/log/dirsrv/slapd-standalone1/errors nsslapd-errorlog-level: 16384 nsslapd-errorlog-list: nsslapd-errorlog-logexpirationtime: 1 nsslapd-errorlog-logexpirationtimeunit: month nsslapd-errorlog-logging-enabled: on nsslapd-errorlog-logmaxdiskspace: 100 nsslapd-errorlog-logminfreediskspace: 5 nsslapd-errorlog-logrotationsync-enabled: off nsslapd-errorlog-logrotationsynchour: 0 nsslapd-errorlog-logrotationsyncmin: 0 nsslapd-errorlog-logrotationtime: 1 nsslapd-errorlog-logrotationtimeunit: week nsslapd-errorlog-maxlogsize: 100 nsslapd-errorlog-maxlogsperdir: 1 nsslapd-errorlog-mode: 600 nsslapd-extract-pemfiles: on nsslapd-force-sasl-external: off nsslapd-global-backend-lock: off nsslapd-groupevalnestlevel: 0 nsslapd-hash-filters: off nsslapd-idletimeout: 0 nsslapd-ignore-time-skew: off nsslapd-ignore-virtual-attrs: off nsslapd-instancedir: /usr/lib64/dirsrv/slapd-standalone1 nsslapd-ioblocktimeout: 300000 nsslapd-lastmod: on nsslapd-ldapiautobind: off nsslapd-ldapientrysearchbase: dc=example,dc=com nsslapd-ldapifilepath: /var/run/slapd-standalone1.socket nsslapd-ldapigidnumbertype: gidNumber nsslapd-ldapilisten: off nsslapd-ldapimaprootdn: cn=Directory Manager nsslapd-ldapimaptoentries: off nsslapd-ldapiuidnumbertype: uidNumber nsslapd-ldifdir: /var/lib/dirsrv/slapd-standalone1/ldif nsslapd-listen-backlog-size: 128 nsslapd-listenhost: nsslapd-localhost: server.example.com nsslapd-localssf: 71 nsslapd-localuser: dirsrv nsslapd-lockdir: /var/lock/dirsrv/slapd-standalone1 nsslapd-logging-backend: dirsrv-log nsslapd-logging-hr-timestamps-enabled: on nsslapd-malloc-mmap-threshold: -10 nsslapd-malloc-mxfast: -10 nsslapd-malloc-trim-threshold: -10 nsslapd-max-filter-nest-level: 40 nsslapd-maxbersize: 2097152 nsslapd-maxdescriptors: 1024 nsslapd-maxsasliosize: 2097152 nsslapd-maxsimplepaged-per-conn: -1 nsslapd-maxthreadsperconn: 5 nsslapd-minssf: 0 nsslapd-minssf-exclude-rootdse: off nsslapd-moddn-aci: on nsslapd-nagle: on nsslapd-ndn-cache-enabled: on nsslapd-ndn-cache-max-size: 20971520 nsslapd-outbound-ldap-io-timeout: 300000 nsslapd-pagedsizelimit: 0 nsslapd-plugin: cn=case ignore string syntax,cn=plugins,cn=config nsslapd-plugin: cn=case exact string syntax,cn=plugins,cn=config nsslapd-plugin: cn=binary syntax,cn=plugins,cn=config nsslapd-plugin: cn=bit string syntax,cn=plugins,cn=config nsslapd-plugin: cn=octet string syntax,cn=plugins,cn=config nsslapd-plugin: cn=boolean syntax,cn=plugins,cn=config nsslapd-plugin: cn=generalized time syntax,cn=plugins,cn=config nsslapd-plugin: cn=telephone syntax,cn=plugins,cn=config nsslapd-plugin: cn=telex number syntax,cn=plugins,cn=config nsslapd-plugin: cn=teletex terminal identifier syntax,cn=plugins,cn=config nsslapd-plugin: cn=enhanced guide syntax,cn=plugins,cn=config nsslapd-plugin: cn=facsimile telephone number syntax,cn=plugins,cn=config nsslapd-plugin: cn=fax syntax,cn=plugins,cn=config nsslapd-plugin: cn=guide syntax,cn=plugins,cn=config nsslapd-plugin: cn=delivery method syntax,cn=plugins,cn=config nsslapd-plugin: cn=integer syntax,cn=plugins,cn=config nsslapd-plugin: cn=distinguished name syntax,cn=plugins,cn=config nsslapd-plugin: cn=name and optional uid syntax,cn=plugins,cn=config nsslapd-plugin: cn=oid syntax,cn=plugins,cn=config nsslapd-plugin: cn=jpeg syntax,cn=plugins,cn=config nsslapd-plugin: cn=country string syntax,cn=plugins,cn=config nsslapd-plugin: cn=postal address syntax,cn=plugins,cn=config nsslapd-plugin: cn=numeric string syntax,cn=plugins,cn=config nsslapd-plugin: cn=printable string syntax,cn=plugins,cn=config nsslapd-plugin: cn=generalizedtimematch,cn=plugins,cn=config nsslapd-plugin: cn=generalizedtimeorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=booleanmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignoreia5match,cn=plugins,cn=config nsslapd-plugin: cn=caseignoreia5substringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignorematch,cn=plugins,cn=config nsslapd-plugin: cn=caseignoreorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignoresubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignorelistmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseignorelistsubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=objectidentifiermatch,cn=plugins,cn=config nsslapd-plugin: cn=directorystringfirstcomponentmatch,cn=plugins,cn=config nsslapd-plugin: cn=objectidentifierfirstcomponentmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactia5match,cn=plugins,cn=config nsslapd-plugin: cn=caseexactmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactsubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=caseexactia5substringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=octetstringmatch,cn=plugins,cn=config nsslapd-plugin: cn=octetstringorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=bitstringmatch,cn=plugins,cn=config nsslapd-plugin: cn=telephonenumbermatch,cn=plugins,cn=config nsslapd-plugin: cn=telephonenumbersubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=integermatch,cn=plugins,cn=config nsslapd-plugin: cn=integerorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=integerfirstcomponentmatch,cn=plugins,cn=config nsslapd-plugin: cn=distinguishednamematch,cn=plugins,cn=config nsslapd-plugin: cn=uniquemembermatch,cn=plugins,cn=config nsslapd-plugin: cn=numericstringmatch,cn=plugins,cn=config nsslapd-plugin: cn=numericstringorderingmatch,cn=plugins,cn=config nsslapd-plugin: cn=numericstringsubstringsmatch,cn=plugins,cn=config nsslapd-plugin: cn=bitwise plugin,cn=plugins,cn=config nsslapd-plugin: cn=internationalization plugin,cn=plugins,cn=config nsslapd-plugin-binddn-tracking: off nsslapd-plugin-logging: off nsslapd-port: 38901 nsslapd-privatenamespaces: cn=schema nsslapd-privatenamespaces: nsslapd-privatenamespaces: cn=monitor nsslapd-privatenamespaces: cn=config nsslapd-pwpolicy-inherit-global: off nsslapd-pwpolicy-local: off nsslapd-readonly: off nsslapd-referralmode: nsslapd-require-secure-binds: off nsslapd-requiresrestart: cn=config:nsslapd-port nsslapd-requiresrestart: cn=config:nsslapd-secureport nsslapd-requiresrestart: cn=config:nsslapd-ldapifilepath nsslapd-requiresrestart: cn=config:nsslapd-ldapilisten nsslapd-requiresrestart: cn=config:nsslapd-workingdir nsslapd-requiresrestart: cn=config:nsslapd-plugin nsslapd-requiresrestart: cn=config:nsslapd-sslclientauth nsslapd-requiresrestart: cn=config:nsslapd-changelogdir nsslapd-requiresrestart: cn=config:nsslapd-changelogsuffix nsslapd-requiresrestart: cn=config:nsslapd-changelogmaxentries nsslapd-requiresrestart: cn=config:nsslapd-changelogmaxage nsslapd-requiresrestart: cn=config:nsslapd-db-locks nsslapd-requiresrestart: cn=config:nsslapd-maxdescriptors nsslapd-requiresrestart: cn=config:nsslapd-return-exact-case nsslapd-requiresrestart: cn=config:nsslapd-schema-ignore-trailing-spaces nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-idlistscanlimit nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-parentcheck nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-dbcachesize nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-dbncache nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-cachesize nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-plugin nsslapd-requiresrestart: cn=encryption,cn=config:nssslsessiontimeout nsslapd-requiresrestart: cn=encryption,cn=config:nssslclientauth nsslapd-requiresrestart: cn=encryption,cn=config:nsssl2 nsslapd-requiresrestart: cn=encryption,cn=config:nsssl3 nsslapd-reservedescriptors: 64 nsslapd-result-tweak: off nsslapd-return-exact-case: on nsslapd-rewrite-rfc1274: off nsslapd-rootdn: cn=Directory Manager nsslapd-rootpw: {PBKDF2_SHA256}AAAgAE9Jbl3TFabEtN+R6FtsGPTZbZzfqb+OLwXIoc41U9pcuCTeCby2KL8hcKPO2ZP8WRquWQBXysnxN2Ekiq5DVWkzFalehovx7P1Lw0uDIRXH5CCu+FlXcCdR3NI1vHhDmu5Qg+M6wFJXlv+BYdHt0w2q36XeaRfPVvnLnJSs90q1697suWScFEOucl+nxvfyZaCWzV0lIEGdTV2uRCvBPVDTdjM6ee9S0nwrOiT213u3CuTOyilBhGf5Ksjr/ucUjcKAT20WlFg05bDOH6UbAVatDHDvvDVQ8SMmY46iJUmtOvutIolZeXSnDRM76I9QewUMVOOdsZLhpm6n1f1G+UyrFik91MJcFuRwgU2g7HGyV4GU07L4peQ19+hSDNZuk0NAmHq9XFKMh60PZzeBKr6uJohOsOonZt/fTlqsITLr nsslapd-rootpwstoragescheme: PBKDF2_SHA256 nsslapd-rundir: /var/run/dirsrv nsslapd-sasl-mapping-fallback: off nsslapd-sasl-max-buffer-size: 2097152 nsslapd-saslpath: nsslapd-schema-ignore-trailing-spaces: off nsslapd-schemacheck: on nsslapd-schemadir: /etc/dirsrv/slapd-standalone1/schema nsslapd-schemamod: on nsslapd-schemareplace: replication-only nsslapd-search-return-original-type-switch: off nsslapd-securePort: 636 nsslapd-securelistenhost: nsslapd-security: off nsslapd-sizelimit: 2000 nsslapd-snmp-index: 0 nsslapd-ssl-check-hostname: on nsslapd-svrtab: nsslapd-syntaxcheck: on nsslapd-syntaxlogging: off nsslapd-threadnumber: 24 nsslapd-timelimit: 3600 nsslapd-tls-check-crl: none nsslapd-tmpdir: /tmp nsslapd-unhashed-pw-switch: on nsslapd-validate-cert: warn nsslapd-versionstring: 389-Directory/1.4.0.11 nsslapd-workingdir: /var/log/dirsrv/slapd-standalone1 numSubordinates: 10 objectClass: top objectClass: extensibleObject objectClass: nsslapdConfig passwordAdminDN: passwordChange: on passwordCheckSyntax: off passwordExp: off passwordGraceLimit: 0 passwordHistory: off passwordInHistory: 6 passwordIsGlobalPolicy: off passwordLegacyPolicy: on passwordLockout: off passwordLockoutDuration: 3600 passwordMaxAge: 8640000 passwordMaxFailure: 3 passwordMaxRepeats: 0 passwordMin8bit: 0 passwordMinAge: 0 passwordMinAlphas: 0 passwordMinCategories: 3 passwordMinDigits: 0 passwordMinLength: 8 passwordMinLowers: 0 passwordMinSpecials: 0 passwordMinTokenLength: 3 passwordMinUppers: 0 passwordMustChange: off passwordResetFailureCount: 600 passwordSendExpiringTime: off passwordStorageScheme: PBKDF2_SHA256 passwordTrackUpdateTime: off passwordUnlock: on passwordWarning: 86400 ]
Passed suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-objectClass] 0.11
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:bound as: cn=Directory Manager INFO:lib389.utils:suffix: cn=config filter: ['+', 'objectClass'] INFO:lib389.utils:results: [dn: cn=config numSubordinates: 10 objectClass: top objectClass: extensibleObject objectClass: nsslapdConfig passwordHistory: off ] ------------------------------ Captured log call -------------------------------
rfc3673_all_oper_attrs_test.py 141 INFO bound as: cn=Directory Manager rfc3673_all_oper_attrs_test.py 151 INFO suffix: cn=config filter: ['+', 'objectClass'] rfc3673_all_oper_attrs_test.py 155 INFO results: [dn: cn=config numSubordinates: 10 objectClass: top objectClass: extensibleObject objectClass: nsslapdConfig passwordHistory: off ]
Passed suites/get_effective_rights/acceptance_test.py::test_group_aci_entry_exists 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.get_effective_rights.acceptance_test:Adding user testuser ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. acceptance_test.py 28 INFO Adding user testuser----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.get_effective_rights.acceptance_test:Adding group group1 INFO:tests.suites.get_effective_rights.acceptance_test:Add an ACI granting add access to a user matching the groupdn INFO:lib389:dn: uid=testuser,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'vadn' ------------------------------ Captured log call -------------------------------
acceptance_test.py 55 INFO Adding group group1 acceptance_test.py 68 INFO Add an ACI granting add access to a user matching the groupdn acceptance_test.py 77 INFO dn: uid=testuser,dc=example,dc=com acceptance_test.py 79 INFO ######## entryLevelRights: b'vadn'
Passed suites/get_effective_rights/acceptance_test.py::test_group_aci_template_entry 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.get_effective_rights.acceptance_test:Add an ACI granting add access to a user matching the userdn INFO:lib389:dn: cn=template_person_objectclass,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'vadn' INFO:lib389:dn: cn=template_groupofnames_objectclass,dc=example,dc=com INFO:lib389:######## entryLevelRights: b'v' ------------------------------ Captured log call -------------------------------
acceptance_test.py 103 INFO Add an ACI granting add access to a user matching the userdn acceptance_test.py 113 INFO dn: cn=template_person_objectclass,dc=example,dc=com acceptance_test.py 115 INFO ######## entryLevelRights: b'vadn' acceptance_test.py 118 INFO dn: cn=template_groupofnames_objectclass,dc=example,dc=com acceptance_test.py 120 INFO ######## entryLevelRights: b'v'
Passed suites/gssapi/simple_gssapi_test.py::test_gssapi_bind 0.12
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists Kerberos master password: thnTybaBSdQTvKLoi&FEEBkiWNP7WtJxAGuB1!LdLI2yFcAeCagFByuW9yPrU*iyR Loading random data Initializing database '/var/kerberos/krb5kdc/principal' for realm 'EXAMPLE.COM', master key name 'K/M@EXAMPLE.COM' Authenticating as principal root/admin@EXAMPLE.COM with password. Principal "ldap/server.example.com@EXAMPLE.COM" created. Authenticating as principal root/admin@EXAMPLE.COM with password. K/M@EXAMPLE.COM kadmin/admin@EXAMPLE.COM kadmin/changepw@EXAMPLE.COM kadmin/server.example.com@EXAMPLE.COM kiprop/server.example.com@EXAMPLE.COM krbtgt/EXAMPLE.COM@EXAMPLE.COM ldap/server.example.com@EXAMPLE.COM Authenticating as principal root/admin@EXAMPLE.COM with password. Entry for principal ldap/server.example.com@EXAMPLE.COM with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. Entry for principal ldap/server.example.com@EXAMPLE.COM with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/etc/krb5.keytab. Authenticating as principal root/admin@EXAMPLE.COM with password. Principal "testuser@EXAMPLE.COM" created. Authenticating as principal root/admin@EXAMPLE.COM with password. K/M@EXAMPLE.COM kadmin/admin@EXAMPLE.COM kadmin/changepw@EXAMPLE.COM kadmin/server.example.com@EXAMPLE.COM kiprop/server.example.com@EXAMPLE.COM krbtgt/EXAMPLE.COM@EXAMPLE.COM ldap/server.example.com@EXAMPLE.COM testuser@EXAMPLE.COM Authenticating as principal root/admin@EXAMPLE.COM with password. Entry for principal testuser@EXAMPLE.COM with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/testuser.keytab. Entry for principal testuser@EXAMPLE.COM with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/testuser.keytab. ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. WARNING: no policy specified for ldap/server.example.com@EXAMPLE.COM; defaulting to no policy WARNING: no policy specified for testuser@EXAMPLE.COM; defaulting to no policy ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/gssapi/simple_gssapi_test.py::test_invalid_sasl_map 0.06
No log output captured.
Passed suites/gssapi/simple_gssapi_test.py::test_missing_user 0.70
----------------------------- Captured stdout call -----------------------------
Authenticating as principal root/admin@EXAMPLE.COM with password. Principal "doesnotexist@EXAMPLE.COM" created. Authenticating as principal root/admin@EXAMPLE.COM with password. K/M@EXAMPLE.COM doesnotexist@EXAMPLE.COM kadmin/admin@EXAMPLE.COM kadmin/changepw@EXAMPLE.COM kadmin/server.example.com@EXAMPLE.COM kiprop/server.example.com@EXAMPLE.COM krbtgt/EXAMPLE.COM@EXAMPLE.COM ldap/server.example.com@EXAMPLE.COM testuser@EXAMPLE.COM Authenticating as principal root/admin@EXAMPLE.COM with password. Entry for principal doesnotexist@EXAMPLE.COM with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/doesnotexist.keytab. Entry for principal doesnotexist@EXAMPLE.COM with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:/tmp/doesnotexist.keytab. ----------------------------- Captured stderr call -----------------------------
WARNING: no policy specified for doesnotexist@EXAMPLE.COM; defaulting to no policy
Passed suites/gssapi/simple_gssapi_test.py::test_support_mech 0.06
No log output captured.
Passed suites/gssapi/simple_gssapi_test.py::test_rejected_mech 0.06
No log output captured.
Passed suites/gssapi_repl/gssapi_repl_test.py::test_gssapi_repl 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Passed suites/import/regression_test.py::test_del_suffix_import 5.39
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.import.regression_test:Adding suffix:dc=importest1,dc=com and backend: importest1 INFO:tests.suites.import.regression_test:Create LDIF file and import it INFO:tests.suites.import.regression_test:Stopping the server and running offline import [30/Jun/2018:19:33:35.696696882 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:33:35.797637396 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:33:35.803551167 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:33:35.809760905 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [30/Jun/2018:19:33:35.810678273 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7814209536, process usage 21684224 [30/Jun/2018:19:33:35.811328688 -0400] - INFO - check_and_set_import_cache - Import allocates 3052425KB import cache. [30/Jun/2018:19:33:35.965751724 -0400] - INFO - import_main_offline - import importest1: Beginning import job... [30/Jun/2018:19:33:35.966584711 -0400] - INFO - import_main_offline - import importest1: Index buffering enabled with bucket size 100 [30/Jun/2018:19:33:36.167631467 -0400] - INFO - import_producer - import importest1: Processing file "/var/lib/dirsrv/slapd-standalone1/ldif/suffix_del1.ldif" [30/Jun/2018:19:33:36.168715270 -0400] - ERR - slapi_entry_schema_check_ext - Entry "dc=importest1,dc=com" single-valued attribute "dc" has multiple values [30/Jun/2018:19:33:36.169287115 -0400] - WARN - import_producer - import importest1: Skipping entry "dc=importest1,dc=com" which violates schema, ending line 8 of file "/var/lib/dirsrv/slapd-standalone1/ldif/suffix_del1.ldif" [30/Jun/2018:19:33:36.170946362 -0400] - INFO - import_producer - import importest1: Finished scanning file "/var/lib/dirsrv/slapd-standalone1/ldif/suffix_del1.ldif" (0 entries) [30/Jun/2018:19:33:36.268583550 -0400] - INFO - import_monitor_threads - import importest1: Workers finished; cleaning up... [30/Jun/2018:19:33:36.369698403 -0400] - INFO - import_monitor_threads - import importest1: Workers cleaned up. [30/Jun/2018:19:33:36.370484524 -0400] - INFO - import_main_offline - import importest1: Cleaning up producer thread... [30/Jun/2018:19:33:36.371131357 -0400] - INFO - import_main_offline - import importest1: Indexing complete. Post-processing... [30/Jun/2018:19:33:36.371656750 -0400] - INFO - import_main_offline - import importest1: Generating numsubordinates (this may take several minutes to complete)... [30/Jun/2018:19:33:36.373176883 -0400] - INFO - import_main_offline - import importest1: Generating numSubordinates complete. [30/Jun/2018:19:33:36.373807423 -0400] - INFO - ldbm_get_nonleaf_ids - import importest1: Gathering ancestorid non-leaf IDs... [30/Jun/2018:19:33:36.374448748 -0400] - INFO - ldbm_get_nonleaf_ids - import importest1: Finished gathering ancestorid non-leaf IDs. [30/Jun/2018:19:33:36.375991162 -0400] - ERR - ldbm_ancestorid_new_idl_create_index - Nothing to do to build ancestorid index [30/Jun/2018:19:33:36.376594248 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import importest1: Created ancestorid index (new idl). [30/Jun/2018:19:33:36.377057770 -0400] - INFO - import_main_offline - import importest1: Flushing caches... [30/Jun/2018:19:33:36.377548086 -0400] - INFO - import_main_offline - import importest1: Closing files... [30/Jun/2018:19:33:36.391395531 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:33:36.392289707 -0400] - INFO - import_main_offline - import importest1: Import complete. Processed 0 entries (1 were skipped) in 1 seconds. (0.00 entries/sec) INFO:tests.suites.import.regression_test:Deleting suffix-dc=importest2,dc=com INFO:tests.suites.import.regression_test:Adding the same database-importest1 after deleting it ------------------------------ Captured log call -------------------------------
regression_test.py 44 INFO Adding suffix:dc=importest1,dc=com and backend: importest1 regression_test.py 48 INFO Create LDIF file and import it regression_test.py 54 INFO Stopping the server and running offline import regression_test.py 59 INFO Deleting suffix-dc=importest2,dc=com regression_test.py 62 INFO Adding the same database-importest1 after deleting it
Passed suites/import/regression_test.py::test_del_suffix_backend 7.90
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.import.regression_test:Adding suffix:dc=importest2,dc=com and backend: importest2 INFO:tests.suites.import.regression_test:Create LDIF file and import it INFO:lib389:Import task import_06302018_193337 for file /var/lib/dirsrv/slapd-standalone1/ldif/suffix_del2.ldif completed successfully INFO:tests.suites.import.regression_test:Deleting suffix-dc=importest2,dc=com INFO:tests.suites.import.regression_test:Adding the same database-importest2 after deleting it INFO:tests.suites.import.regression_test:Checking if server can be restarted after re-adding the same database ------------------------------ Captured log call -------------------------------
regression_test.py 80 INFO Adding suffix:dc=importest2,dc=com and backend: importest2 regression_test.py 84 INFO Create LDIF file and import it tasks.py 338 INFO Import task import_06302018_193337 for file /var/lib/dirsrv/slapd-standalone1/ldif/suffix_del2.ldif completed successfully regression_test.py 92 INFO Deleting suffix-dc=importest2,dc=com regression_test.py 95 INFO Adding the same database-importest2 after deleting it regression_test.py 97 INFO Checking if server can be restarted after re-adding the same database
Passed suites/mapping_tree/referral_during_tot_init_test.py::test_referral_during_tot 7.72
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:19:34:07.112782763 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:19:34:07.206520630 -0400] - INFO - slapd_exemode_ldif2db - Backend Instance: userRoot [30/Jun/2018:19:34:07.208991885 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:19:34:07.214627272 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [30/Jun/2018:19:34:07.215683398 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7795347456, process usage 21360640 [30/Jun/2018:19:34:07.216474847 -0400] - INFO - check_and_set_import_cache - Import allocates 3045057KB import cache. [30/Jun/2018:19:34:07.412625598 -0400] - INFO - import_main_offline - import userRoot: Beginning import job... [30/Jun/2018:19:34:07.413500658 -0400] - INFO - import_main_offline - import userRoot: Index buffering enabled with bucket size 100 [30/Jun/2018:19:34:07.614370937 -0400] - INFO - import_producer - import userRoot: Processing file "/var/lib/dirsrv/slapd-master1/ldif/ref_during_tot_import.ldif" [30/Jun/2018:19:34:09.118182083 -0400] - INFO - import_producer - import userRoot: Finished scanning file "/var/lib/dirsrv/slapd-master1/ldif/ref_during_tot_import.ldif" (10008 entries) [30/Jun/2018:19:34:09.520045464 -0400] - INFO - import_monitor_threads - import userRoot: Workers finished; cleaning up... [30/Jun/2018:19:34:09.721249313 -0400] - INFO - import_monitor_threads - import userRoot: Workers cleaned up. [30/Jun/2018:19:34:09.722052668 -0400] - INFO - import_main_offline - import userRoot: Cleaning up producer thread... [30/Jun/2018:19:34:09.722597208 -0400] - INFO - import_main_offline - import userRoot: Indexing complete. Post-processing... [30/Jun/2018:19:34:09.723066618 -0400] - INFO - import_main_offline - import userRoot: Generating numsubordinates (this may take several minutes to complete)... [30/Jun/2018:19:34:09.725660128 -0400] - INFO - import_main_offline - import userRoot: Generating numSubordinates complete. [30/Jun/2018:19:34:09.726461053 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Gathering ancestorid non-leaf IDs... [30/Jun/2018:19:34:09.727029246 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Finished gathering ancestorid non-leaf IDs. [30/Jun/2018:19:34:09.728518599 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Creating ancestorid index (new idl)... [30/Jun/2018:19:34:09.763450854 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Created ancestorid index (new idl). [30/Jun/2018:19:34:09.764260098 -0400] - INFO - import_main_offline - import userRoot: Flushing caches... [30/Jun/2018:19:34:09.764774584 -0400] - INFO - import_main_offline - import userRoot: Closing files... [30/Jun/2018:19:34:09.935470184 -0400] - INFO - dblayer_pre_close - All database threads now stopped [30/Jun/2018:19:34:09.936226244 -0400] - INFO - import_main_offline - import userRoot: Import complete. Processed 10008 entries in 2 seconds. (5004.00 entries/sec)
Passed suites/memberof_plugin/regression_test.py::test_memberof_with_repl 91.10
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39101 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39101 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39101 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39101 INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39101 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39101 to ldap://server.example.com:39201 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 471 INFO Creating replication topology. replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39101 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39101 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39101 is working replica.py 1588 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39101 replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39101 to ldap://server.example.com:39201 is was created replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39101 to ldap://server.example.com:39201 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.memberof_plugin.regression_test:update cn=101,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO:tests.suites.memberof_plugin.regression_test:update cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal ------------------------------ Captured log call -------------------------------
regression_test.py 73 INFO update cn=101,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal regression_test.py 73 INFO update cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal
Passed suites/memberof_plugin/regression_test.py::test_scheme_violation_errors_logged 4.55
---------------------------- Captured stdout setup -----------------------------
Instance slapd-master1 removed. OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.memberof_plugin.regression_test:memberOf attr value - cn=group1,ou=Groups,dc=example,dc=com INFO:tests.suites.memberof_plugin.regression_test:pattern = .*oc_check_allowed_sv.*uid=user_,ou=People,dc=example,dc=com.*memberOf.*not allowed.* ------------------------------ Captured log call -------------------------------
regression_test.py 314 INFO memberOf attr value - cn=group1,ou=Groups,dc=example,dc=com regression_test.py 317 INFO pattern = .*oc_check_allowed_sv.*uid=user_,ou=People,dc=example,dc=com.*memberOf.*not allowed.*
Passed suites/memberof_plugin/regression_test.py::test_memberof_with_changelog_reset 46.17
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.memberof_plugin.regression_test:Configure memberof on M1 and M2 INFO:tests.suites.memberof_plugin.regression_test:On M1, add 999 test entries allowing memberof INFO:tests.suites.memberof_plugin.regression_test:Adding 999 users INFO:tests.suites.memberof_plugin.regression_test:On M1, add a group with these 999 entries as members INFO:tests.suites.memberof_plugin.regression_test:Adding the test group using async function INFO:tests.suites.memberof_plugin.regression_test:Check the log messages for error INFO:tests.suites.memberof_plugin.regression_test:Check that the replication is working fine both ways, M1 <-> M2 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
regression_test.py 349 INFO Configure memberof on M1 and M2 regression_test.py 360 INFO On M1, add 999 test entries allowing memberof regression_test.py 47 INFO Adding 999 users regression_test.py 363 INFO On M1, add a group with these 999 entries as members regression_test.py 371 INFO Adding the test group using async function regression_test.py 381 INFO Check the log messages for error regression_test.py 385 INFO Check that the replication is working fine both ways, M1 <-> M2 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/monitor/monitor_test.py::test_monitor 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.monitor.monitor_test:connection: ['64:20180630233737Z:2:1:-:cn=directory manager:0:0:0:1:ip=fe80::f816:3eff:fe7d:173e%eth0'], currentconnections: ['1'], totalconnections: ['1'] INFO:tests.suites.monitor.monitor_test:version :: ['64:20180630233737Z:5:4:-:cn=directory manager:0:0:0:1:ip=fe80::f816:3eff:fe7d:173e%eth0'] INFO:tests.suites.monitor.monitor_test:threads: ['24'],currentconnectionsatmaxthreads: ['0'],maxthreadsperconnhits: ['0'] INFO:tests.suites.monitor.monitor_test:nbackends: ['1'], backendmonitordn: ['cn=monitor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config'] INFO:tests.suites.monitor.monitor_test:opsinitiated: ['11'], opscompleted: ['12'] INFO:tests.suites.monitor.monitor_test:dtablesize: ['1024'],readwaiters: ['0'],entriessent: ['13'],bytessent: ['1061'],currenttime: ['20180630233737Z'],starttime: ['20180630233737Z'] ------------------------------ Captured log call -------------------------------
monitor_test.py 42 INFO connection: ['64:20180630233737Z:2:1:-:cn=directory manager:0:0:0:1:ip=fe80::f816:3eff:fe7d:173e%eth0'], currentconnections: ['1'], totalconnections: ['1'] monitor_test.py 46 INFO version :: ['64:20180630233737Z:5:4:-:cn=directory manager:0:0:0:1:ip=fe80::f816:3eff:fe7d:173e%eth0'] monitor_test.py 50 INFO threads: ['24'],currentconnectionsatmaxthreads: ['0'],maxthreadsperconnhits: ['0'] monitor_test.py 54 INFO nbackends: ['1'], backendmonitordn: ['cn=monitor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config'] monitor_test.py 58 INFO opsinitiated: ['11'], opscompleted: ['12'] monitor_test.py 62 INFO dtablesize: ['1024'],readwaiters: ['0'],entriessent: ['13'],bytessent: ['1061'],currenttime: ['20180630233737Z'],starttime: ['20180630233737Z']
Passed suites/paged_results/paged_results_test.py::test_search_success[6-5] 0.23
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.paged_results.paged_results_test:Adding user simplepaged_test ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. paged_results_test.py 54 INFO Adding user simplepaged_test----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 5 users INFO:tests.suites.paged_results.paged_results_test:Set user bind simplepaged_test INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 6; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85acbe0>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:5 results INFO:tests.suites.paged_results.paged_results_test:Deleting 5 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 5 users paged_results_test.py 244 INFO Set user bind simplepaged_test paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 6; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85acbe0>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 250 INFO 5 results paged_results_test.py 153 INFO Deleting 5 users
Passed suites/paged_results/paged_results_test.py::test_search_success[5-5] 0.22
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 5 users INFO:tests.suites.paged_results.paged_results_test:Set user bind simplepaged_test INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85ee438>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:5 results INFO:tests.suites.paged_results.paged_results_test:Deleting 5 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 5 users paged_results_test.py 244 INFO Set user bind simplepaged_test paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85ee438>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 250 INFO 5 results paged_results_test.py 153 INFO Deleting 5 users
Passed suites/paged_results/paged_results_test.py::test_search_success[5-25] 0.86
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 25 users INFO:tests.suites.paged_results.paged_results_test:Set user bind simplepaged_test INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85ba9e8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:25 results INFO:tests.suites.paged_results.paged_results_test:Deleting 25 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 25 users paged_results_test.py 244 INFO Set user bind simplepaged_test paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85ba9e8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 250 INFO 25 results paged_results_test.py 153 INFO Deleting 25 users
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[50-200-cn=config,cn=ldbm database,cn=plugins,cn=config-nsslapd-idlistscanlimit-100-UNWILLING_TO_PERFORM] 6.97
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 200 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to 100. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate ldapsearch with created control instance INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Deleting 200 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 200 users paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to 100. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 295 INFO Set user bind paged_results_test.py 298 INFO Create simple paged results control instance paged_results_test.py 304 INFO Initiate ldapsearch with created control instance paged_results_test.py 316 INFO Getting page 0 paged_results_test.py 153 INFO Deleting 200 users paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[5-15-cn=config-nsslapd-timelimit-20-UNAVAILABLE_CRITICAL_EXTENSION] 30.56
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 15 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-timelimit to 20. Previous value - b'3600'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate ldapsearch with created control instance INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Deleting 15 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-timelimit to b'3600'. Previous value - b'20'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 15 users paged_results_test.py 168 INFO Set nsslapd-timelimit to 20. Previous value - b'3600'. Modified suffix - cn=config. paged_results_test.py 295 INFO Set user bind paged_results_test.py 298 INFO Create simple paged results control instance paged_results_test.py 304 INFO Initiate ldapsearch with created control instance paged_results_test.py 316 INFO Getting page 0 paged_results_test.py 153 INFO Deleting 15 users paged_results_test.py 168 INFO Set nsslapd-timelimit to b'3600'. Previous value - b'20'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[21-50-cn=config-nsslapd-sizelimit-20-SIZELIMIT_EXCEEDED] 1.65
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 50 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-sizelimit to 20. Previous value - b'2000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate ldapsearch with created control instance INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Deleting 50 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-sizelimit to b'2000'. Previous value - b'20'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 50 users paged_results_test.py 168 INFO Set nsslapd-sizelimit to 20. Previous value - b'2000'. Modified suffix - cn=config. paged_results_test.py 295 INFO Set user bind paged_results_test.py 298 INFO Create simple paged results control instance paged_results_test.py 304 INFO Initiate ldapsearch with created control instance paged_results_test.py 316 INFO Getting page 0 paged_results_test.py 153 INFO Deleting 50 users paged_results_test.py 168 INFO Set nsslapd-sizelimit to b'2000'. Previous value - b'20'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[21-50-cn=config-nsslapd-pagedsizelimit-5-SIZELIMIT_EXCEEDED] 1.64
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 50 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to 5. Previous value - b'0'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate ldapsearch with created control instance INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Deleting 50 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 50 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to 5. Previous value - b'0'. Modified suffix - cn=config. paged_results_test.py 295 INFO Set user bind paged_results_test.py 298 INFO Create simple paged results control instance paged_results_test.py 304 INFO Initiate ldapsearch with created control instance paged_results_test.py 316 INFO Getting page 0 paged_results_test.py 153 INFO Deleting 50 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_limits_fail[5-50-cn=config,cn=ldbm database,cn=plugins,cn=config-nsslapd-lookthroughlimit-20-ADMINLIMIT_EXCEEDED] 1.63
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 50 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to 20. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate ldapsearch with created control instance INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Deleting 50 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'20'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 50 users paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to 20. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 295 INFO Set user bind paged_results_test.py 298 INFO Create simple paged results control instance paged_results_test.py 304 INFO Initiate ldapsearch with created control instance paged_results_test.py 316 INFO Getting page 0 paged_results_test.py 153 INFO Deleting 50 users paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'20'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_sort_success 1.65
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 50 users INFO:tests.suites.paged_results.paged_results_test:Initiate ldapsearch with created control instance INFO:tests.suites.paged_results.paged_results_test:Collect data with sorting INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef8518f98>, <lib389._controls.SSSRequestControl object at 0x7f7ef8518dd8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Getting page 9 INFO:tests.suites.paged_results.paged_results_test:Substring numbers from user DNs INFO:tests.suites.paged_results.paged_results_test:Assert that list is sorted INFO:tests.suites.paged_results.paged_results_test:Deleting 50 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 50 users paged_results_test.py 375 INFO Initiate ldapsearch with created control instance paged_results_test.py 376 INFO Collect data with sorting paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef8518f98>, <lib389._controls.SSSRequestControl object at 0x7f7ef8518dd8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 197 INFO Getting page 9 paged_results_test.py 381 INFO Substring numbers from user DNs paged_results_test.py 385 INFO Assert that list is sorted paged_results_test.py 153 INFO Deleting 50 users
Passed suites/paged_results/paged_results_test.py::test_search_abandon 5.40
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate a search with a paged results control INFO:tests.suites.paged_results.paged_results_test:Abandon the search INFO:tests.suites.paged_results.paged_results_test:Expect an ldap.TIMEOUT exception, while trying to get the search results INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 416 INFO Set user bind paged_results_test.py 419 INFO Create simple paged results control instance paged_results_test.py 423 INFO Initiate a search with a paged results control paged_results_test.py 426 INFO Abandon the search paged_results_test.py 429 INFO Expect an ldap.TIMEOUT exception, while trying to get the search results paged_results_test.py 153 INFO Deleting 10 users
Passed suites/paged_results/paged_results_test.py::test_search_with_timelimit 33.27
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 100 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Iteration 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Done with this search - sleeping 10 seconds INFO:tests.suites.paged_results.paged_results_test:Iteration 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Done with this search - sleeping 10 seconds INFO:tests.suites.paged_results.paged_results_test:Iteration 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Done with this search - sleeping 10 seconds INFO:tests.suites.paged_results.paged_results_test:Deleting 100 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 100 users paged_results_test.py 465 INFO Set user bind paged_results_test.py 468 INFO Create simple paged results control instance paged_results_test.py 473 INFO Iteration 0 paged_results_test.py 480 INFO Getting page 0 paged_results_test.py 480 INFO Getting page 1 paged_results_test.py 497 INFO Done with this search - sleeping 10 seconds paged_results_test.py 473 INFO Iteration 1 paged_results_test.py 480 INFO Getting page 0 paged_results_test.py 480 INFO Getting page 1 paged_results_test.py 497 INFO Done with this search - sleeping 10 seconds paged_results_test.py 473 INFO Iteration 2 paged_results_test.py 480 INFO Getting page 0 paged_results_test.py 480 INFO Getting page 1 paged_results_test.py 497 INFO Done with this search - sleeping 10 seconds paged_results_test.py 153 INFO Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_dns_ip_aci[dns = "server.example.com"] 3.25
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 100 users INFO:tests.suites.paged_results.paged_results_test:Back up current suffix ACI INFO:tests.suites.paged_results.paged_results_test:Add test ACI INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Initiate three searches with a paged results control INFO:tests.suites.paged_results.paged_results_test:1 search INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d76d8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Getting page 9 INFO:tests.suites.paged_results.paged_results_test:Getting page 10 INFO:tests.suites.paged_results.paged_results_test:Getting page 11 INFO:tests.suites.paged_results.paged_results_test:Getting page 12 INFO:tests.suites.paged_results.paged_results_test:Getting page 13 INFO:tests.suites.paged_results.paged_results_test:Getting page 14 INFO:tests.suites.paged_results.paged_results_test:Getting page 15 INFO:tests.suites.paged_results.paged_results_test:Getting page 16 INFO:tests.suites.paged_results.paged_results_test:Getting page 17 INFO:tests.suites.paged_results.paged_results_test:Getting page 18 INFO:tests.suites.paged_results.paged_results_test:Getting page 19 INFO:tests.suites.paged_results.paged_results_test:100 results INFO:tests.suites.paged_results.paged_results_test:2 search INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d76d8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Getting page 9 INFO:tests.suites.paged_results.paged_results_test:Getting page 10 INFO:tests.suites.paged_results.paged_results_test:Getting page 11 INFO:tests.suites.paged_results.paged_results_test:Getting page 12 INFO:tests.suites.paged_results.paged_results_test:Getting page 13 INFO:tests.suites.paged_results.paged_results_test:Getting page 14 INFO:tests.suites.paged_results.paged_results_test:Getting page 15 INFO:tests.suites.paged_results.paged_results_test:Getting page 16 INFO:tests.suites.paged_results.paged_results_test:Getting page 17 INFO:tests.suites.paged_results.paged_results_test:Getting page 18 INFO:tests.suites.paged_results.paged_results_test:Getting page 19 INFO:tests.suites.paged_results.paged_results_test:100 results INFO:tests.suites.paged_results.paged_results_test:3 search INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d76d8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Getting page 9 INFO:tests.suites.paged_results.paged_results_test:Getting page 10 INFO:tests.suites.paged_results.paged_results_test:Getting page 11 INFO:tests.suites.paged_results.paged_results_test:Getting page 12 INFO:tests.suites.paged_results.paged_results_test:Getting page 13 INFO:tests.suites.paged_results.paged_results_test:Getting page 14 INFO:tests.suites.paged_results.paged_results_test:Getting page 15 INFO:tests.suites.paged_results.paged_results_test:Getting page 16 INFO:tests.suites.paged_results.paged_results_test:Getting page 17 INFO:tests.suites.paged_results.paged_results_test:Getting page 18 INFO:tests.suites.paged_results.paged_results_test:Getting page 19 INFO:tests.suites.paged_results.paged_results_test:100 results INFO:tests.suites.paged_results.paged_results_test:If we are here, then no error has happened. We are good. INFO:tests.suites.paged_results.paged_results_test:Restore ACI INFO:tests.suites.paged_results.paged_results_test:Deleting 100 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 100 users paged_results_test.py 542 INFO Back up current suffix ACI paged_results_test.py 545 INFO Add test ACI paged_results_test.py 551 INFO Set user bind paged_results_test.py 554 INFO Create simple paged results control instance paged_results_test.py 558 INFO Initiate three searches with a paged results control paged_results_test.py 560 INFO 1 search paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d76d8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 197 INFO Getting page 9 paged_results_test.py 197 INFO Getting page 10 paged_results_test.py 197 INFO Getting page 11 paged_results_test.py 197 INFO Getting page 12 paged_results_test.py 197 INFO Getting page 13 paged_results_test.py 197 INFO Getting page 14 paged_results_test.py 197 INFO Getting page 15 paged_results_test.py 197 INFO Getting page 16 paged_results_test.py 197 INFO Getting page 17 paged_results_test.py 197 INFO Getting page 18 paged_results_test.py 197 INFO Getting page 19 paged_results_test.py 563 INFO 100 results paged_results_test.py 560 INFO 2 search paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d76d8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 197 INFO Getting page 9 paged_results_test.py 197 INFO Getting page 10 paged_results_test.py 197 INFO Getting page 11 paged_results_test.py 197 INFO Getting page 12 paged_results_test.py 197 INFO Getting page 13 paged_results_test.py 197 INFO Getting page 14 paged_results_test.py 197 INFO Getting page 15 paged_results_test.py 197 INFO Getting page 16 paged_results_test.py 197 INFO Getting page 17 paged_results_test.py 197 INFO Getting page 18 paged_results_test.py 197 INFO Getting page 19 paged_results_test.py 563 INFO 100 results paged_results_test.py 560 INFO 3 search paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 5; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d76d8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 197 INFO Getting page 9 paged_results_test.py 197 INFO Getting page 10 paged_results_test.py 197 INFO Getting page 11 paged_results_test.py 197 INFO Getting page 12 paged_results_test.py 197 INFO Getting page 13 paged_results_test.py 197 INFO Getting page 14 paged_results_test.py 197 INFO Getting page 15 paged_results_test.py 197 INFO Getting page 16 paged_results_test.py 197 INFO Getting page 17 paged_results_test.py 197 INFO Getting page 18 paged_results_test.py 197 INFO Getting page 19 paged_results_test.py 563 INFO 100 results paged_results_test.py 565 INFO If we are here, then no error has happened. We are good. paged_results_test.py 568 INFO Restore ACI paged_results_test.py 153 INFO Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_multiple_paging 3.25
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 100 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Iteration 0 INFO:tests.suites.paged_results.paged_results_test:Iteration 1 INFO:tests.suites.paged_results.paged_results_test:Iteration 2 INFO:tests.suites.paged_results.paged_results_test:Deleting 100 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 100 users paged_results_test.py 601 INFO Set user bind paged_results_test.py 604 INFO Create simple paged results control instance paged_results_test.py 609 INFO Iteration 0 paged_results_test.py 609 INFO Iteration 1 paged_results_test.py 609 INFO Iteration 2 paged_results_test.py 153 INFO Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_invalid_cookie[1000] 3.18
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 100 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Put an invalid cookie (1000) to the control. TypeError is expected INFO:tests.suites.paged_results.paged_results_test:Deleting 100 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 100 users paged_results_test.py 655 INFO Set user bind paged_results_test.py 658 INFO Create simple paged results control instance paged_results_test.py 667 INFO Put an invalid cookie (1000) to the control. TypeError is expected paged_results_test.py 153 INFO Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_invalid_cookie[-1] 3.16
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 100 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Put an invalid cookie (-1) to the control. TypeError is expected INFO:tests.suites.paged_results.paged_results_test:Deleting 100 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 100 users paged_results_test.py 655 INFO Set user bind paged_results_test.py 658 INFO Create simple paged results control instance paged_results_test.py 667 INFO Put an invalid cookie (-1) to the control. TypeError is expected paged_results_test.py 153 INFO Deleting 100 users
Passed suites/paged_results/paged_results_test.py::test_search_abandon_with_zero_size 0.37
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 699 INFO Set user bind paged_results_test.py 702 INFO Create simple paged results control instance paged_results_test.py 153 INFO Deleting 10 users
Passed suites/paged_results/paged_results_test.py::test_search_pagedsizelimit_success 0.39
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to 20. Previous value - b'0'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85e2550>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:10 results INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to b'0'. Previous value - b'20'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to 20. Previous value - b'0'. Modified suffix - cn=config. paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 748 INFO Set user bind paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85e2550>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 756 INFO 10 results paged_results_test.py 153 INFO Deleting 10 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to b'0'. Previous value - b'20'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_nspagedsizelimit[5-15-PASS] 0.38
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to 5. Previous value - b'0'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedSizeLimit to 15. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Expect to pass INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc6270f0>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:10 results INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedSizeLimit to None. Previous value - b'15'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to 5. Previous value - b'0'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsPagedSizeLimit to 15. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 810 INFO Set user bind paged_results_test.py 821 INFO Expect to pass paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc6270f0>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 823 INFO 10 results paged_results_test.py 153 INFO Deleting 10 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsPagedSizeLimit to None. Previous value - b'15'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_search_nspagedsizelimit[15-5-SIZELIMIT_EXCEEDED] 0.41
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to 15. Previous value - b'0'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedSizeLimit to 5. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Expect to fail with SIZELIMIT_EXCEEDED INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc615e10>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to b'0'. Previous value - b'15'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedSizeLimit to None. Previous value - b'5'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to 15. Previous value - b'0'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsPagedSizeLimit to 5. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 810 INFO Set user bind paged_results_test.py 817 INFO Expect to fail with SIZELIMIT_EXCEEDED paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc615e10>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 153 INFO Deleting 10 users paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to b'0'. Previous value - b'15'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsPagedSizeLimit to None. Previous value - b'5'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_search_paged_limits[conf_attr_values0-ADMINLIMIT_EXCEEDED] 3.24
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-sizelimit to 5000. Previous value - b'2000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to 5000. Previous value - b'0'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to 100. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to 100. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Expect to fail with ADMINLIMIT_EXCEEDED INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85e1978>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Deleting 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-sizelimit to b'2000'. Previous value - b'5000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 101 users paged_results_test.py 168 INFO Set nsslapd-sizelimit to 5000. Previous value - b'2000'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to 5000. Previous value - b'0'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to 100. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to 100. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 881 INFO Set user bind paged_results_test.py 888 INFO Expect to fail with ADMINLIMIT_EXCEEDED paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85e1978>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 153 INFO Deleting 101 users paged_results_test.py 168 INFO Set nsslapd-sizelimit to b'2000'. Previous value - b'5000'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5000'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'100'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_paged_limits[conf_attr_values1-PASS] 3.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-sizelimit to 5000. Previous value - b'2000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to 5000. Previous value - b'0'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to 120. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to 122. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Expect to pass INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef870e668>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Getting page 9 INFO:tests.suites.paged_results.paged_results_test:Getting page 10 INFO:tests.suites.paged_results.paged_results_test:101 results INFO:tests.suites.paged_results.paged_results_test:Deleting 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-sizelimit to b'2000'. Previous value - b'5000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5000'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'122'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'120'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 101 users paged_results_test.py 168 INFO Set nsslapd-sizelimit to 5000. Previous value - b'2000'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to 5000. Previous value - b'0'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to 120. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to 122. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 881 INFO Set user bind paged_results_test.py 892 INFO Expect to pass paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef870e668>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 197 INFO Getting page 9 paged_results_test.py 197 INFO Getting page 10 paged_results_test.py 894 INFO 101 results paged_results_test.py 153 INFO Deleting 101 users paged_results_test.py 168 INFO Set nsslapd-sizelimit to b'2000'. Previous value - b'5000'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-pagedsizelimit to b'0'. Previous value - b'5000'. Modified suffix - cn=config. paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'122'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'120'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config.
Passed suites/paged_results/paged_results_test.py::test_search_paged_user_limits[conf_attr_values0-ADMINLIMIT_EXCEEDED] 3.23
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to 1000. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to 1000. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedIDListScanLimit to 100. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedLookthroughLimit to 100. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Expect to fail with ADMINLIMIT_EXCEEDED INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc638eb8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Deleting 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedIDListScanLimit to None. Previous value - b'100'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedLookthroughLimit to None. Previous value - b'100'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 101 users paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to 1000. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to 1000. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsPagedIDListScanLimit to 100. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 168 INFO Set nsPagedLookthroughLimit to 100. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 954 INFO Set user bind paged_results_test.py 961 INFO Expect to fail with ADMINLIMIT_EXCEEDED paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc638eb8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 153 INFO Deleting 101 users paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsPagedIDListScanLimit to None. Previous value - b'100'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 168 INFO Set nsPagedLookthroughLimit to None. Previous value - b'100'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_search_paged_user_limits[conf_attr_values1-PASS] 3.26
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to 1000. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to 1000. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedIDListScanLimit to 120. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedLookthroughLimit to 122. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Expect to pass INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc638c50>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:Getting page 6 INFO:tests.suites.paged_results.paged_results_test:Getting page 7 INFO:tests.suites.paged_results.paged_results_test:Getting page 8 INFO:tests.suites.paged_results.paged_results_test:Getting page 9 INFO:tests.suites.paged_results.paged_results_test:Getting page 10 INFO:tests.suites.paged_results.paged_results_test:101 results INFO:tests.suites.paged_results.paged_results_test:Deleting 101 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedIDListScanLimit to None. Previous value - b'120'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. INFO:tests.suites.paged_results.paged_results_test:Set nsPagedLookthroughLimit to None. Previous value - b'122'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 101 users paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to 1000. Previous value - b'5000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to 1000. Previous value - b'4000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsPagedIDListScanLimit to 120. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 168 INFO Set nsPagedLookthroughLimit to 122. Previous value - None. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 954 INFO Set user bind paged_results_test.py 965 INFO Expect to pass paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 10; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc638c50>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 197 INFO Getting page 6 paged_results_test.py 197 INFO Getting page 7 paged_results_test.py 197 INFO Getting page 8 paged_results_test.py 197 INFO Getting page 9 paged_results_test.py 197 INFO Getting page 10 paged_results_test.py 967 INFO 101 results paged_results_test.py 153 INFO Deleting 101 users paged_results_test.py 168 INFO Set nsslapd-lookthroughlimit to b'5000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsslapd-idlistscanlimit to b'4000'. Previous value - b'1000'. Modified suffix - cn=config,cn=ldbm database,cn=plugins,cn=config. paged_results_test.py 168 INFO Set nsPagedIDListScanLimit to None. Previous value - b'120'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com. paged_results_test.py 168 INFO Set nsPagedLookthroughLimit to None. Previous value - b'122'. Modified suffix - uid=simplepaged_test,ou=People,dc=example,dc=com.
Passed suites/paged_results/paged_results_test.py::test_ger_basic 0.63
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 20 users INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc627f60>, <ldap.controls.simple.GetEffectiveRightsControl object at 0x7f7ef85e1438>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:20 results INFO:tests.suites.paged_results.paged_results_test:Check for attributeLevelRights INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 20 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 20 users paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc627f60>, <ldap.controls.simple.GetEffectiveRightsControl object at 0x7f7ef85e1438>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 1005 INFO 20 results paged_results_test.py 1007 INFO Check for attributeLevelRights paged_results_test.py 1010 INFO Remove added users paged_results_test.py 153 INFO Deleting 20 users
Passed suites/paged_results/paged_results_test.py::test_multi_suffix_search 8.81
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding suffix:o=test_parent and backend: parent_base INFO:tests.suites.paged_results.paged_results_test:Adding ACI to allow our test user to search INFO:tests.suites.paged_results.paged_results_test:Adding suffix:ou=child,o=test_parent and backend: child_base ------------------------------ Captured log setup ------------------------------
paged_results_test.py 85 INFO Adding suffix:o=test_parent and backend: parent_base paged_results_test.py 94 INFO Adding ACI to allow our test user to search paged_results_test.py 106 INFO Adding suffix:ou=child,o=test_parent and backend: child_base----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Clear the access log INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Adding 10 users INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: o=test_parent; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85e1fd0>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:Getting page 5 INFO:tests.suites.paged_results.paged_results_test:20 results INFO:tests.suites.paged_results.paged_results_test:Restart the server to flush the logs INFO:tests.suites.paged_results.paged_results_test:Assert that last pr_cookie == -1 and others pr_cookie == 0 INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users INFO:tests.suites.paged_results.paged_results_test:Deleting 10 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 1041 INFO Clear the access log paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 131 INFO Adding 10 users paged_results_test.py 194 INFO Running simple paged result search with - search suffix: o=test_parent; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85e1fd0>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 197 INFO Getting page 5 paged_results_test.py 1052 INFO 20 results paged_results_test.py 1055 INFO Restart the server to flush the logs paged_results_test.py 1061 INFO Assert that last pr_cookie == -1 and others pr_cookie == 0 paged_results_test.py 1066 INFO Remove added users paged_results_test.py 153 INFO Deleting 10 users paged_results_test.py 153 INFO Deleting 10 users
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_success[None] 0.69
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 20 users INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc6274a8>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:20 results INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 20 users ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 20 users paged_results_test.py 1098 INFO Set user bind paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc6274a8>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 1105 INFO 20 results paged_results_test.py 1108 INFO Remove added users paged_results_test.py 153 INFO Deleting 20 users
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_success[-1] 0.73
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to -1. Previous value - b'-1'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d7cc0>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:20 results INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'-1'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to -1. Previous value - b'-1'. Modified suffix - cn=config. paged_results_test.py 1098 INFO Set user bind paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7ef85d7cc0>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 1105 INFO 20 results paged_results_test.py 1108 INFO Remove added users paged_results_test.py 153 INFO Deleting 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'-1'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_success[1000] 0.74
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to 1000. Previous value - b'-1'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc629e48>]. INFO:tests.suites.paged_results.paged_results_test:Getting page 0 INFO:tests.suites.paged_results.paged_results_test:Getting page 1 INFO:tests.suites.paged_results.paged_results_test:Getting page 2 INFO:tests.suites.paged_results.paged_results_test:Getting page 3 INFO:tests.suites.paged_results.paged_results_test:Getting page 4 INFO:tests.suites.paged_results.paged_results_test:20 results INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'1000'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to 1000. Previous value - b'-1'. Modified suffix - cn=config. paged_results_test.py 1098 INFO Set user bind paged_results_test.py 194 INFO Running simple paged result search with - search suffix: dc=example,dc=com; filter: (uid=test*); attr list ['dn', 'sn']; page_size = 4; controls: [<ldap.controls.libldap.SimplePagedResultsControl object at 0x7f7efc629e48>]. paged_results_test.py 197 INFO Getting page 0 paged_results_test.py 197 INFO Getting page 1 paged_results_test.py 197 INFO Getting page 2 paged_results_test.py 197 INFO Getting page 3 paged_results_test.py 197 INFO Getting page 4 paged_results_test.py 1105 INFO 20 results paged_results_test.py 1108 INFO Remove added users paged_results_test.py 153 INFO Deleting 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'1000'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_failure[0] 0.72
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to 0. Previous value - b'-1'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'0'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to 0. Previous value - b'-1'. Modified suffix - cn=config. paged_results_test.py 1142 INFO Set user bind paged_results_test.py 1145 INFO Create simple paged results control instance paged_results_test.py 1160 INFO Remove added users paged_results_test.py 153 INFO Deleting 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'0'. Modified suffix - cn=config.
Passed suites/paged_results/paged_results_test.py::test_maxsimplepaged_per_conn_failure[1] 0.73
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.paged_results.paged_results_test:Adding 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to 1. Previous value - b'-1'. Modified suffix - cn=config. INFO:tests.suites.paged_results.paged_results_test:Set user bind INFO:tests.suites.paged_results.paged_results_test:Create simple paged results control instance INFO:tests.suites.paged_results.paged_results_test:Remove added users INFO:tests.suites.paged_results.paged_results_test:Deleting 20 users INFO:tests.suites.paged_results.paged_results_test:Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'1'. Modified suffix - cn=config. ------------------------------ Captured log call -------------------------------
paged_results_test.py 131 INFO Adding 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to 1. Previous value - b'-1'. Modified suffix - cn=config. paged_results_test.py 1142 INFO Set user bind paged_results_test.py 1145 INFO Create simple paged results control instance paged_results_test.py 1160 INFO Remove added users paged_results_test.py 153 INFO Deleting 20 users paged_results_test.py 168 INFO Set nsslapd-maxsimplepaged-per-conn to b'-1'. Previous value - b'1'. Modified suffix - cn=config.
Passed suites/password/password_test.py::test_password_delete_specific_password 0.06
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.password_test:Running test_password_delete_specific_password... INFO:tests.suites.password.password_test:test_password_delete_specific_password: PASSED ------------------------------ Captured log call -------------------------------
password_test.py 40 INFO Running test_password_delete_specific_password... password_test.py 61 INFO test_password_delete_specific_password: PASSED
Passed suites/password/pbkdf2_upgrade_plugin_test.py::test_pbkdf2_upgrade 8.94
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_bypass 0.17
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.password.pwdAdmin_test:test_pwdAdmin_init: Creating Password Administrator entries... INFO:tests.suites.password.pwdAdmin_test:test_pwdAdmin_init: Configuring password policy... INFO:tests.suites.password.pwdAdmin_test:Add aci to allow password admin to add/update entries... INFO:tests.suites.password.pwdAdmin_test:test_pwdAdmin_init: Bind as the Password Administrator (before activating)... INFO:tests.suites.password.pwdAdmin_test:test_pwdAdmin_init: Attempt to add entries with invalid passwords, these adds should fail... ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. pwdAdmin_test.py 44 INFO test_pwdAdmin_init: Creating Password Administrator entries... pwdAdmin_test.py 83 INFO test_pwdAdmin_init: Configuring password policy... pwdAdmin_test.py 98 INFO Add aci to allow password admin to add/update entries... pwdAdmin_test.py 113 INFO test_pwdAdmin_init: Bind as the Password Administrator (before activating)... pwdAdmin_test.py 126 INFO test_pwdAdmin_init: Attempt to add entries with invalid passwords, these adds should fail...----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdAdmin_test:test_pwdAdmin: Activate the Password Administator... ------------------------------ Captured log call -------------------------------
pwdAdmin_test.py 165 INFO test_pwdAdmin: Activate the Password Administator...
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_no_admin 0.10
No log output captured.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_modify 0.15
No log output captured.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_group 0.16
No log output captured.
Passed suites/password/pwdAdmin_test.py::test_pwdAdmin_config_validation 0.02
No log output captured.
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[on-off-UNWILLING_TO_PERFORM] 1.17
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.password.pwdPolicy_attribute_test:Adding user uid=simplepaged_test,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Enable fine-grained policy INFO:tests.suites.password.pwdPolicy_attribute_test:Create password policy for subtree ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Add pwdpolicysubentry attribute to ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Create password policy for subtree uid=simplepaged_test,ou=people,dc=example,dc=com ldap_add: Already exists (68) Container entries added. INFO:tests.suites.password.pwdPolicy_attribute_test:Add pwdpolicysubentry attribute to uid=simplepaged_test,ou=people,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. pwdPolicy_attribute_test.py 38 INFO Adding user uid=simplepaged_test,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 66 INFO Enable fine-grained policy pwdPolicy_attribute_test.py 76 INFO Create password policy for subtree ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 87 INFO Add pwdpolicysubentry attribute to ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 98 INFO Create password policy for subtree uid=simplepaged_test,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 109 INFO Add pwdpolicysubentry attribute to uid=simplepaged_test,ou=people,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_attribute_test.py 149 INFO Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 161 INFO Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 174 INFO Bind as user and modify userPassword pwdPolicy_attribute_test.py 190 INFO Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[off-off-UNWILLING_TO_PERFORM] 1.17
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_attribute_test.py 149 INFO Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 161 INFO Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 174 INFO Bind as user and modify userPassword pwdPolicy_attribute_test.py 190 INFO Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[off-on-None] 1.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_attribute_test.py 149 INFO Set passwordChange to "off" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 161 INFO Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 174 INFO Bind as user and modify userPassword pwdPolicy_attribute_test.py 190 INFO Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_change_pwd[on-on-None] 1.19
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_attribute_test.py 149 INFO Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 161 INFO Set passwordChange to "on" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 174 INFO Bind as user and modify userPassword pwdPolicy_attribute_test.py 190 INFO Bind as DM
Passed suites/password/pwdPolicy_attribute_test.py::test_pwd_min_age 14.30
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordminage to "10" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordminage to "10" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_attribute_test:Set passwordminage to "10" - cn=config INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword straight away after previous change INFO:tests.suites.password.pwdPolicy_attribute_test:Wait 12 second INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as user and modify userPassword INFO:tests.suites.password.pwdPolicy_attribute_test:Bind as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_attribute_test.py 227 INFO Set passwordminage to "10" - cn="cn=nsPwPolicyEntry,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 238 INFO Set passwordminage to "10" - cn="cn=nsPwPolicyEntry,uid=simplepaged_test,ou=people,dc=example,dc=com",cn=nsPwPolicyContainer,ou=people,dc=example,dc=com pwdPolicy_attribute_test.py 249 INFO Set passwordminage to "10" - cn=config pwdPolicy_attribute_test.py 262 INFO Bind as user and modify userPassword pwdPolicy_attribute_test.py 273 INFO Bind as user and modify userPassword straight away after previous change pwdPolicy_attribute_test.py 280 INFO Wait 12 second pwdPolicy_attribute_test.py 284 INFO Bind as user and modify userPassword pwdPolicy_attribute_test.py 294 INFO Bind as DM
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_must_change 2.20
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_controls_test:Configure password policy with paswordMustChange set to "on" INFO:tests.suites.password.pwdPolicy_controls_test:Reset userpassword as Directory Manager INFO:tests.suites.password.pwdPolicy_controls_test:Bind should return ctrl with error code 2 (changeAfterReset) ------------------------------ Captured log call -------------------------------
pwdPolicy_controls_test.py 109 INFO Configure password policy with paswordMustChange set to "on" pwdPolicy_controls_test.py 116 INFO Reset userpassword as Directory Manager pwdPolicy_controls_test.py 125 INFO Bind should return ctrl with error code 2 (changeAfterReset)
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_expired_grace_limit 6.59
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_controls_test:Configure password policy with grace limit set tot 2 INFO:tests.suites.password.pwdPolicy_controls_test:Change password and wait for it to expire INFO:tests.suites.password.pwdPolicy_controls_test:Bind and use up one grace login (only one left) INFO:tests.suites.password.pwdPolicy_controls_test:Use up last grace login, should get control INFO:tests.suites.password.pwdPolicy_controls_test:No grace login available, bind should fail, and no control should be returned ------------------------------ Captured log call -------------------------------
pwdPolicy_controls_test.py 159 INFO Configure password policy with grace limit set tot 2 pwdPolicy_controls_test.py 164 INFO Change password and wait for it to expire pwdPolicy_controls_test.py 168 INFO Bind and use up one grace login (only one left) pwdPolicy_controls_test.py 178 INFO Use up last grace login, should get control pwdPolicy_controls_test.py 184 INFO No grace login available, bind should fail, and no control should be returned
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_expiring_with_warning 5.45
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_controls_test:Configure password policy INFO:tests.suites.password.pwdPolicy_controls_test:Change password and get controls INFO:tests.suites.password.pwdPolicy_controls_test:Warning has been sent, try the bind again, and recheck the expiring time ------------------------------ Captured log call -------------------------------
pwdPolicy_controls_test.py 206 INFO Configure password policy pwdPolicy_controls_test.py 211 INFO Change password and get controls pwdPolicy_controls_test.py 222 INFO Warning has been sent, try the bind again, and recheck the expiring time
Passed suites/password/pwdPolicy_controls_test.py::test_pwd_expiring_with_no_warning 6.59
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_controls_test:Configure password policy INFO:tests.suites.password.pwdPolicy_controls_test:When the warning is less than the max age, we never send expiring control response INFO:tests.suites.password.pwdPolicy_controls_test:Turn on sending expiring control regardless of warning INFO:tests.suites.password.pwdPolicy_controls_test:Check expiring time again INFO:tests.suites.password.pwdPolicy_controls_test:Turn off sending expiring control (restore the default setting) ------------------------------ Captured log call -------------------------------
pwdPolicy_controls_test.py 250 INFO Configure password policy pwdPolicy_controls_test.py 255 INFO When the warning is less than the max age, we never send expiring control response pwdPolicy_controls_test.py 262 INFO Turn on sending expiring control regardless of warning pwdPolicy_controls_test.py 274 INFO Check expiring time again pwdPolicy_controls_test.py 285 INFO Turn off sending expiring control (restore the default setting)
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_no_restrictions[off-off] 1.20
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.password.pwdPolicy_inherit_global_test:Adding user uid=buser,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_inherit_global_test:Adding an aci for the bind user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Enable fine-grained policy INFO:tests.suites.password.pwdPolicy_inherit_global_test:Create password policy for subtree ou=People,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_inherit_global_test:Add pwdpolicysubentry attribute to ou=People,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set the default settings for the policy container. INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of nsslapd-pwpolicy-inherit-global is off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of passwordCheckSyntax is off ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. pwdPolicy_inherit_global_test.py 43 INFO Adding user uid=buser,dc=example,dc=com pwdPolicy_inherit_global_test.py 53 INFO Adding an aci for the bind user pwdPolicy_inherit_global_test.py 82 INFO Enable fine-grained policy pwdPolicy_inherit_global_test.py 90 INFO Create password policy for subtree ou=People,dc=example,dc=com pwdPolicy_inherit_global_test.py 101 INFO Add pwdpolicysubentry attribute to ou=People,dc=example,dc=com pwdPolicy_inherit_global_test.py 112 INFO Set the default settings for the policy container. pwdPolicy_inherit_global_test.py 135 INFO Default value of nsslapd-pwpolicy-inherit-global is off pwdPolicy_inherit_global_test.py 135 INFO Default value of passwordCheckSyntax is off----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set nsslapd-pwpolicy-inherit-global to off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set passwordCheckSyntax to off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of nsslapd-pwpolicy-inherit-global is off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of passwordCheckSyntax is off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as test user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Make sure an entry added to ou=people has no password syntax restrictions. INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as DM user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Remove cn=test0,ou=People,dc=example,dc=com ------------------------------ Captured log call -------------------------------
pwdPolicy_inherit_global_test.py 164 INFO Set nsslapd-pwpolicy-inherit-global to off pwdPolicy_inherit_global_test.py 165 INFO Set passwordCheckSyntax to off pwdPolicy_inherit_global_test.py 135 INFO Default value of nsslapd-pwpolicy-inherit-global is off pwdPolicy_inherit_global_test.py 135 INFO Default value of passwordCheckSyntax is off pwdPolicy_inherit_global_test.py 174 INFO Bind as test user pwdPolicy_inherit_global_test.py 177 INFO Make sure an entry added to ou=people has no password syntax restrictions. pwdPolicy_inherit_global_test.py 193 INFO Bind as DM user pwdPolicy_inherit_global_test.py 195 INFO Remove cn=test0,ou=People,dc=example,dc=com
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_no_restrictions[on-off] 1.16
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set nsslapd-pwpolicy-inherit-global to on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set passwordCheckSyntax to off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of nsslapd-pwpolicy-inherit-global is on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of passwordCheckSyntax is off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as test user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Make sure an entry added to ou=people has no password syntax restrictions. INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as DM user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Remove cn=test0,ou=People,dc=example,dc=com ------------------------------ Captured log call -------------------------------
pwdPolicy_inherit_global_test.py 164 INFO Set nsslapd-pwpolicy-inherit-global to on pwdPolicy_inherit_global_test.py 165 INFO Set passwordCheckSyntax to off pwdPolicy_inherit_global_test.py 135 INFO Default value of nsslapd-pwpolicy-inherit-global is on pwdPolicy_inherit_global_test.py 135 INFO Default value of passwordCheckSyntax is off pwdPolicy_inherit_global_test.py 174 INFO Bind as test user pwdPolicy_inherit_global_test.py 177 INFO Make sure an entry added to ou=people has no password syntax restrictions. pwdPolicy_inherit_global_test.py 193 INFO Bind as DM user pwdPolicy_inherit_global_test.py 195 INFO Remove cn=test0,ou=People,dc=example,dc=com
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_no_restrictions[off-on] 1.16
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set nsslapd-pwpolicy-inherit-global to off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set passwordCheckSyntax to on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of nsslapd-pwpolicy-inherit-global is off INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of passwordCheckSyntax is on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as test user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Make sure an entry added to ou=people has no password syntax restrictions. INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as DM user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Remove cn=test0,ou=People,dc=example,dc=com ------------------------------ Captured log call -------------------------------
pwdPolicy_inherit_global_test.py 164 INFO Set nsslapd-pwpolicy-inherit-global to off pwdPolicy_inherit_global_test.py 165 INFO Set passwordCheckSyntax to on pwdPolicy_inherit_global_test.py 135 INFO Default value of nsslapd-pwpolicy-inherit-global is off pwdPolicy_inherit_global_test.py 135 INFO Default value of passwordCheckSyntax is on pwdPolicy_inherit_global_test.py 174 INFO Bind as test user pwdPolicy_inherit_global_test.py 177 INFO Make sure an entry added to ou=people has no password syntax restrictions. pwdPolicy_inherit_global_test.py 193 INFO Bind as DM user pwdPolicy_inherit_global_test.py 195 INFO Remove cn=test0,ou=People,dc=example,dc=com
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_restrictions[cn=config] 1.17
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set nsslapd-pwpolicy-inherit-global to on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set passwordCheckSyntax to on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of nsslapd-pwpolicy-inherit-global is on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of passwordCheckSyntax is on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as test user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Try to add user with a short password (<9) INFO:tests.suites.password.pwdPolicy_inherit_global_test:Try to add user with a long password (>9) INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as DM user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Remove cn=test0,ou=People,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_inherit_global_test:There is no cn=test0,ou=People,dc=example,dc=com, it is okay ------------------------------ Captured log call -------------------------------
pwdPolicy_inherit_global_test.py 231 INFO Set nsslapd-pwpolicy-inherit-global to on pwdPolicy_inherit_global_test.py 232 INFO Set passwordCheckSyntax to on pwdPolicy_inherit_global_test.py 135 INFO Default value of nsslapd-pwpolicy-inherit-global is on pwdPolicy_inherit_global_test.py 135 INFO Default value of passwordCheckSyntax is on pwdPolicy_inherit_global_test.py 243 INFO Bind as test user pwdPolicy_inherit_global_test.py 246 INFO Try to add user with a short password (<9) pwdPolicy_inherit_global_test.py 257 INFO Try to add user with a long password (>9) pwdPolicy_inherit_global_test.py 272 INFO Bind as DM user pwdPolicy_inherit_global_test.py 274 INFO Remove cn=test0,ou=People,dc=example,dc=com pwdPolicy_inherit_global_test.py 278 INFO There is no cn=test0,ou=People,dc=example,dc=com, it is okay
Passed suites/password/pwdPolicy_inherit_global_test.py::test_entry_has_restrictions[cn="cn=nsPwPolicyEntry,ou=People,dc=example,dc=com",cn=nsPwPolicyContainer,ou=People,dc=example,dc=com] 1.16
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set nsslapd-pwpolicy-inherit-global to on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Set passwordCheckSyntax to on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of nsslapd-pwpolicy-inherit-global is on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Default value of passwordCheckSyntax is on INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as test user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Try to add user with a short password (<9) INFO:tests.suites.password.pwdPolicy_inherit_global_test:Try to add user with a long password (>9) INFO:tests.suites.password.pwdPolicy_inherit_global_test:Bind as DM user INFO:tests.suites.password.pwdPolicy_inherit_global_test:Remove cn=test0,ou=People,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_inherit_global_test:There is no cn=test0,ou=People,dc=example,dc=com, it is okay ------------------------------ Captured log call -------------------------------
pwdPolicy_inherit_global_test.py 231 INFO Set nsslapd-pwpolicy-inherit-global to on pwdPolicy_inherit_global_test.py 232 INFO Set passwordCheckSyntax to on pwdPolicy_inherit_global_test.py 135 INFO Default value of nsslapd-pwpolicy-inherit-global is on pwdPolicy_inherit_global_test.py 135 INFO Default value of passwordCheckSyntax is on pwdPolicy_inherit_global_test.py 243 INFO Bind as test user pwdPolicy_inherit_global_test.py 246 INFO Try to add user with a short password (<9) pwdPolicy_inherit_global_test.py 257 INFO Try to add user with a long password (>9) pwdPolicy_inherit_global_test.py 272 INFO Bind as DM user pwdPolicy_inherit_global_test.py 274 INFO Remove cn=test0,ou=People,dc=example,dc=com pwdPolicy_inherit_global_test.py 278 INFO There is no cn=test0,ou=People,dc=example,dc=com, it is okay
Passed suites/password/pwdPolicy_syntax_test.py::test_basic 3.11
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.password.pwdPolicy_syntax_test:Enable global password policy. Check for syntax. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. pwdPolicy_syntax_test.py 30 INFO Enable global password policy. Check for syntax.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMinLength: length too short INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMinDigits: does not contain minimum number of digits INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMinAlphas: does not contain minimum number of alphas INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMaxRepeats: too many repeating characters INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMinSpecials: does not contain minimum number of special characters INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMinLowers: does not contain minimum number of lowercase characters INFO:tests.suites.password.pwdPolicy_syntax_test:Invalid password correctly rejected by passwordMinUppers: does not contain minimum number of lowercase characters INFO:tests.suites.password.pwdPolicy_syntax_test:pwdPolicy tests PASSED ------------------------------ Captured log call -------------------------------
pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMinLength: length too short pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMinDigits: does not contain minimum number of digits pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMinAlphas: does not contain minimum number of alphas pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMaxRepeats: too many repeating characters pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMinSpecials: does not contain minimum number of special characters pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMinLowers: does not contain minimum number of lowercase characters pwdPolicy_syntax_test.py 115 INFO Invalid password correctly rejected by passwordMinUppers: does not contain minimum number of lowercase characters pwdPolicy_syntax_test.py 238 INFO pwdPolicy tests PASSED
Passed suites/password/pwdPolicy_token_test.py::test_token_lengths 3.48
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_token_test:Testing password len 4 token (test) INFO:tests.suites.password.pwdPolicy_token_test:Password correctly rejected: {'desc': 'Constraint violation', 'info': 'invalid password syntax - password based off of user entry'} INFO:tests.suites.password.pwdPolicy_token_test:Testing password len 6 token (test_u) INFO:tests.suites.password.pwdPolicy_token_test:Password correctly rejected: {'desc': 'Constraint violation', 'info': 'invalid password syntax - password based off of user entry'} INFO:tests.suites.password.pwdPolicy_token_test:Testing password len 10 token (test_user1) INFO:tests.suites.password.pwdPolicy_token_test:Password correctly rejected: {'desc': 'Constraint violation', 'info': 'invalid password syntax - password based off of user entry'} ------------------------------ Captured log call -------------------------------
pwdPolicy_token_test.py 59 INFO Testing password len 4 token (test) pwdPolicy_token_test.py 64 INFO Password correctly rejected: {'desc': 'Constraint violation', 'info': 'invalid password syntax - password based off of user entry'} pwdPolicy_token_test.py 59 INFO Testing password len 6 token (test_u) pwdPolicy_token_test.py 64 INFO Password correctly rejected: {'desc': 'Constraint violation', 'info': 'invalid password syntax - password based off of user entry'} pwdPolicy_token_test.py 59 INFO Testing password len 10 token (test_user1) pwdPolicy_token_test.py 64 INFO Password correctly rejected: {'desc': 'Constraint violation', 'info': 'invalid password syntax - password based off of user entry'}
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[ ] 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default value INFO:tests.suites.password.pwdPolicy_warning_test:An invalid value is being tested INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to INFO:tests.suites.password.pwdPolicy_warning_test:Now check the value is unchanged INFO:tests.suites.password.pwdPolicy_warning_test:Invalid value was rejected correctly ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 247 INFO Get the default value pwdPolicy_warning_test.py 251 INFO An invalid value is being tested pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to pwdPolicy_warning_test.py 255 INFO Now check the value is unchanged pwdPolicy_warning_test.py 258 INFO Invalid value was rejected correctly
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[junk123] 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default value INFO:tests.suites.password.pwdPolicy_warning_test:An invalid value is being tested INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to junk123 INFO:tests.suites.password.pwdPolicy_warning_test:Now check the value is unchanged INFO:tests.suites.password.pwdPolicy_warning_test:Invalid value junk123 was rejected correctly ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 247 INFO Get the default value pwdPolicy_warning_test.py 251 INFO An invalid value is being tested pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to junk123 pwdPolicy_warning_test.py 255 INFO Now check the value is unchanged pwdPolicy_warning_test.py 258 INFO Invalid value junk123 was rejected correctly
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[on] 1.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default value INFO:tests.suites.password.pwdPolicy_warning_test:A valid value is being tested INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to on INFO:tests.suites.password.pwdPolicy_warning_test:Now check that the value has been changed INFO:tests.suites.password.pwdPolicy_warning_test:passwordSendExpiringTime is now set to on INFO:tests.suites.password.pwdPolicy_warning_test:Set passwordSendExpiringTime back to the default value INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to b'off' ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 247 INFO Get the default value pwdPolicy_warning_test.py 260 INFO A valid value is being tested pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to on pwdPolicy_warning_test.py 263 INFO Now check that the value has been changed pwdPolicy_warning_test.py 266 INFO passwordSendExpiringTime is now set to on pwdPolicy_warning_test.py 268 INFO Set passwordSendExpiringTime back to the default value pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to b'off'
Passed suites/password/pwdPolicy_warning_test.py::test_different_values[off] 1.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default value INFO:tests.suites.password.pwdPolicy_warning_test:A valid value is being tested INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to off INFO:tests.suites.password.pwdPolicy_warning_test:Now check that the value has been changed INFO:tests.suites.password.pwdPolicy_warning_test:passwordSendExpiringTime is now set to off INFO:tests.suites.password.pwdPolicy_warning_test:Set passwordSendExpiringTime back to the default value INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to b'off' ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 247 INFO Get the default value pwdPolicy_warning_test.py 260 INFO A valid value is being tested pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to off pwdPolicy_warning_test.py 263 INFO Now check that the value has been changed pwdPolicy_warning_test.py 266 INFO passwordSendExpiringTime is now set to off pwdPolicy_warning_test.py 268 INFO Set passwordSendExpiringTime back to the default value pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to b'off'
Passed suites/password/pwdPolicy_warning_test.py::test_expiry_time 0.13
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 41 INFO Get the default values pwdPolicy_warning_test.py 48 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Binding with (uid=tuser,dc=example,dc=com) and requesting the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check whether the time is returned INFO:tests.suites.password.pwdPolicy_warning_test:user's password will expire in 172799 seconds INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 295 INFO Get the password expiry warning time pwdPolicy_warning_test.py 297 INFO Binding with (uid=tuser,dc=example,dc=com) and requesting the password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 300 INFO Check whether the time is returned pwdPolicy_warning_test.py 304 INFO user's password will expire in 172799 seconds pwdPolicy_warning_test.py 306 INFO Rebinding as DM
Passed suites/password/pwdPolicy_warning_test.py::test_password_warning[passwordSendExpiringTime-off] 0.64
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 41 INFO Get the default values pwdPolicy_warning_test.py 48 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Set configuration parameter INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordSendExpiringTime to off INFO:tests.suites.password.pwdPolicy_warning_test:Binding with (uid=tuser,dc=example,dc=com) and requesting password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check the state of the control INFO:tests.suites.password.pwdPolicy_warning_test:Password Expiry warning time is not returned as passwordSendExpiringTime is set to off INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 337 INFO Set configuration parameter pwdPolicy_warning_test.py 162 INFO Setting passwordSendExpiringTime to off pwdPolicy_warning_test.py 341 INFO Binding with (uid=tuser,dc=example,dc=com) and requesting password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 344 INFO Check the state of the control pwdPolicy_warning_test.py 347 INFO Password Expiry warning time is not returned as passwordSendExpiringTime is set to off pwdPolicy_warning_test.py 352 INFO Rebinding as DM
Passed suites/password/pwdPolicy_warning_test.py::test_password_warning[passwordWarning-3600] 0.64
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 41 INFO Get the default values pwdPolicy_warning_test.py 48 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Set configuration parameter INFO:tests.suites.password.pwdPolicy_warning_test:Setting passwordWarning to 3600 INFO:tests.suites.password.pwdPolicy_warning_test:Binding with (uid=tuser,dc=example,dc=com) and requesting password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check the state of the control INFO:tests.suites.password.pwdPolicy_warning_test:(uid=tuser,dc=example,dc=com) password will expire in 172800 seconds INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 337 INFO Set configuration parameter pwdPolicy_warning_test.py 162 INFO Setting passwordWarning to 3600 pwdPolicy_warning_test.py 341 INFO Binding with (uid=tuser,dc=example,dc=com) and requesting password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 344 INFO Check the state of the control pwdPolicy_warning_test.py 350 INFO (uid=tuser,dc=example,dc=com) password will expire in 172800 seconds pwdPolicy_warning_test.py 352 INFO Rebinding as DM
Passed suites/password/pwdPolicy_warning_test.py::test_with_different_password_states 0.27
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 41 INFO Get the default values pwdPolicy_warning_test.py 48 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Expire user's password by changingpasswordExpirationTime timestamp INFO:tests.suites.password.pwdPolicy_warning_test:Old passwordExpirationTime: b'20180702234156Z' INFO:tests.suites.password.pwdPolicy_warning_test:New passwordExpirationTime: 20180601234156Z INFO:tests.suites.password.pwdPolicy_warning_test:Attempting to bind with user uid=tuser,dc=example,dc=com and retrive the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind Failed, error: /usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ldap.INVALID_CREDENTIALS: {'desc': 'Invalid credentials', 'info': 'password expired!'} INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM INFO:tests.suites.password.pwdPolicy_warning_test:Reverting back user's passwordExpirationTime INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding with uid=tuser,dc=example,dc=com and retrieving the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check that the control is returned INFO:tests.suites.password.pwdPolicy_warning_test:user's password will expire in 172800 seconds INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 385 INFO Expire user's password by changingpasswordExpirationTime timestamp pwdPolicy_warning_test.py 390 INFO Old passwordExpirationTime: b'20180702234156Z' pwdPolicy_warning_test.py 392 INFO New passwordExpirationTime: 20180601234156Z pwdPolicy_warning_test.py 396 INFO Attempting to bind with user uid=tuser,dc=example,dc=com and retrive the password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 400 INFO Bind Failed, error: /usr/lib64/python3.6/site-packages/ldap/ldapobject.py:313: ldap.INVALID_CREDENTIALS: {'desc': 'Invalid credentials', 'info': 'password expired!'} pwdPolicy_warning_test.py 402 INFO Rebinding as DM pwdPolicy_warning_test.py 405 INFO Reverting back user's passwordExpirationTime pwdPolicy_warning_test.py 409 INFO Rebinding with uid=tuser,dc=example,dc=com and retrieving the password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 412 INFO Check that the control is returned pwdPolicy_warning_test.py 416 INFO user's password will expire in 172800 seconds pwdPolicy_warning_test.py 418 INFO Rebinding as DM
Passed suites/password/pwdPolicy_warning_test.py::test_default_behavior 0.13
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 78 INFO Get the default values pwdPolicy_warning_test.py 84 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Binding with uid=tuser,dc=example,dc=com and requesting the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check that no control is returned INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 445 INFO Binding with uid=tuser,dc=example,dc=com and requesting the password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 448 INFO Check that no control is returned pwdPolicy_warning_test.py 451 INFO Rebinding as DM
Passed suites/password/pwdPolicy_warning_test.py::test_when_maxage_and_warning_are_the_same 0.20
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 78 INFO Get the default values pwdPolicy_warning_test.py 84 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:First change user's password to reset its password expiration time INFO:tests.suites.password.pwdPolicy_warning_test:Binding with uid=tuser,dc=example,dc=com and requesting the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check that control is returned evenif passwordSendExpiringTime is set to off INFO:tests.suites.password.pwdPolicy_warning_test:user's password will expire in 86400 seconds INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 480 INFO Set the new values pwdPolicy_warning_test.py 484 INFO First change user's password to reset its password expiration time pwdPolicy_warning_test.py 490 INFO Binding with uid=tuser,dc=example,dc=com and requesting the password expiry warning time pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 493 INFO Check that control is returned evenif passwordSendExpiringTime is set to off pwdPolicy_warning_test.py 498 INFO user's password will expire in 86400 seconds pwdPolicy_warning_test.py 500 INFO Rebinding as DM
Passed suites/password/pwdPolicy_warning_test.py::test_with_local_policy 0.13
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Get the default values INFO:tests.suites.password.pwdPolicy_warning_test:Set the new values INFO:tests.suites.password.pwdPolicy_warning_test:Add the user INFO:tests.suites.password.pwdPolicy_warning_test:Setting fine grained policy for user (uid=tuser,dc=example,dc=com) Container entries added. ------------------------------ Captured log setup ------------------------------
pwdPolicy_warning_test.py 41 INFO Get the default values pwdPolicy_warning_test.py 48 INFO Set the new values pwdPolicy_warning_test.py 115 INFO Add the user pwdPolicy_warning_test.py 132 INFO Setting fine grained policy for user (uid=tuser,dc=example,dc=com)----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwdPolicy_warning_test:Attempting to get password expiry warning time for user uid=tuser,dc=example,dc=com INFO:tests.suites.password.pwdPolicy_warning_test:Bind with the user and request the password expiry warning time INFO:tests.suites.password.pwdPolicy_warning_test:Check that the control is not returned INFO:tests.suites.password.pwdPolicy_warning_test:Password expiry warning time is not returned INFO:tests.suites.password.pwdPolicy_warning_test:Rebinding as DM ------------------------------ Captured log call -------------------------------
pwdPolicy_warning_test.py 528 INFO Attempting to get password expiry warning time for user uid=tuser,dc=example,dc=com pwdPolicy_warning_test.py 149 INFO Bind with the user and request the password expiry warning time pwdPolicy_warning_test.py 531 INFO Check that the control is not returned pwdPolicy_warning_test.py 534 INFO Password expiry warning time is not returned pwdPolicy_warning_test.py 536 INFO Rebinding as DM
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CLEAR] 0.21
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test CLEAR PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test CLEAR PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT] 0.15
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test CRYPT PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test CRYPT PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT-MD5] 0.15
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test CRYPT-MD5 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test CRYPT-MD5 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT-SHA256] 0.17
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test CRYPT-SHA256 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test CRYPT-SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[CRYPT-SHA512] 0.17
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test CRYPT-SHA512 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test CRYPT-SHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[MD5] 0.24
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test MD5 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test MD5 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SHA PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SHA PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA256] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SHA256 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA384] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SHA384 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SHA384 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SHA512] 0.21
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SHA512 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SMD5] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SMD5 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SMD5 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SSHA PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SSHA PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA256] 0.21
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SSHA256 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SSHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA384] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SSHA384 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SSHA384 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[SSHA512] 0.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test SSHA512 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test SSHA512 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[PBKDF2_SHA256] 0.42
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test PBKDF2_SHA256 PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test PBKDF2_SHA256 PASSED
Passed suites/password/pwd_algo_test.py::test_pwd_algo_test[DEFAULT] 0.42
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test DEFAULT PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 139 INFO Test DEFAULT PASSED
Passed suites/password/pwd_algo_test.py::test_pbkdf2_algo 2.53
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_algo_test:Test PASSED ------------------------------ Captured log call -------------------------------
pwd_algo_test.py 170 INFO Test PASSED
Passed suites/password/pwd_lockout_bypass_test.py::test_lockout_bypass 0.23
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/password/pwd_log_test.py::test_hide_unhashed_pwd 4.12
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwd_log_test:Test complete INFO:tests.suites.password.pwd_log_test:Test complete ------------------------------ Captured log call -------------------------------
pwd_log_test.py 97 INFO Test complete pwd_log_test.py 112 INFO Test complete
Passed suites/password/pwp_history_test.py::test_basic 8.16
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.pwp_history_test:Configured password policy. INFO:tests.suites.password.pwp_history_test:Password change correctly rejected INFO:tests.suites.password.pwp_history_test:Correct number of passwords found in history. INFO:tests.suites.password.pwp_history_test:Password change correctly rejected INFO:tests.suites.password.pwp_history_test:Password change correctly rejected INFO:tests.suites.password.pwp_history_test:Password change correctly rejected INFO:tests.suites.password.pwp_history_test:Password change correctly rejected INFO:tests.suites.password.pwp_history_test:Test suite PASSED. ------------------------------ Captured log call -------------------------------
pwp_history_test.py 62 INFO Configured password policy. pwp_history_test.py 95 INFO Password change correctly rejected pwp_history_test.py 173 INFO Correct number of passwords found in history. pwp_history_test.py 187 INFO Password change correctly rejected pwp_history_test.py 199 INFO Password change correctly rejected pwp_history_test.py 209 INFO Password change correctly rejected pwp_history_test.py 246 INFO Password change correctly rejected pwp_history_test.py 251 INFO Test suite PASSED.
Passed suites/password/regression_test.py::test_pwp_local_unlock 4.25
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ou=people,dc=example,dc=com ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to on INFO:tests.suites.password.regression_test:Configure subtree password policy for ou=people,dc=example,dc=com INFO:tests.suites.password.regression_test:Adding user-uid=UIDpwtest1,ou=people,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. regression_test.py 42 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to on regression_test.py 50 INFO Configure subtree password policy for ou=people,dc=example,dc=com regression_test.py 72 INFO Adding user-uid=UIDpwtest1,ou=people,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Verify user can bind... INFO:tests.suites.password.regression_test:Test passwordUnlock default - user should be able to reset password after lockout INFO:tests.suites.password.regression_test:Verify account is locked INFO:tests.suites.password.regression_test:Wait for lockout duration... INFO:tests.suites.password.regression_test:Check if user can now bind with correct password ------------------------------ Captured log call -------------------------------
regression_test.py 105 INFO Verify user can bind... regression_test.py 108 INFO Test passwordUnlock default - user should be able to reset password after lockout regression_test.py 119 INFO Verify account is locked regression_test.py 123 INFO Wait for lockout duration... regression_test.py 126 INFO Check if user can now bind with correct password
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with CNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[SNpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with SNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with SNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[UIDpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with UIDpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with UIDpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[MAILpwtest1@redhat.com] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with MAILpwtest1@redhat.com ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with MAILpwtest1@redhat.com
Passed suites/password/regression_test.py::test_trivial_passw_check[GNpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with GNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with GNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1ZZZZ] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1ZZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with CNpwtest1ZZZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZZZCNpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZZZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZZZZZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[ZCNpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1Z] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1Z ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with CNpwtest1Z
Passed suites/password/regression_test.py::test_trivial_passw_check[ZCNpwtest1Z] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZCNpwtest1Z ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZCNpwtest1Z
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZCNpwtest1] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1ZZ] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1ZZ ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with CNpwtest1ZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZCNpwtest1ZZ] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZCNpwtest1ZZ ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZZCNpwtest1ZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZCNpwtest1] 0.10
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZZZCNpwtest1
Passed suites/password/regression_test.py::test_trivial_passw_check[CNpwtest1ZZZ] 0.10
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1ZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with CNpwtest1ZZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZCNpwtest1ZZZ] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZCNpwtest1ZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZZZCNpwtest1ZZZ
Passed suites/password/regression_test.py::test_trivial_passw_check[ZZZZZZCNpwtest1ZZZZZZZZ] 0.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZZZZCNpwtest1ZZZZZZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 151 INFO Replace userPassword attribute with ZZZZZZCNpwtest1ZZZZZZZZ
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with CNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[SNpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with SNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with SNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[UIDpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with UIDpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with UIDpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[MAILpwtest1@redhat.com] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with MAILpwtest1@redhat.com ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with MAILpwtest1@redhat.com
Passed suites/password/regression_test.py::test_global_vs_local[GNpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with GNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with GNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1ZZZZ] 0.13
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1ZZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with CNpwtest1ZZZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZZZCNpwtest1] 0.13
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZZZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZZZZZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[ZCNpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1Z] 0.13
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1Z ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with CNpwtest1Z
Passed suites/password/regression_test.py::test_global_vs_local[ZCNpwtest1Z] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZCNpwtest1Z ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZCNpwtest1Z
Passed suites/password/regression_test.py::test_global_vs_local[ZZCNpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1ZZ] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1ZZ ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with CNpwtest1ZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZCNpwtest1ZZ] 0.13
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZCNpwtest1ZZ ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZZCNpwtest1ZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZCNpwtest1] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZCNpwtest1 ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZZZCNpwtest1
Passed suites/password/regression_test.py::test_global_vs_local[CNpwtest1ZZZ] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with CNpwtest1ZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with CNpwtest1ZZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZCNpwtest1ZZZ] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZCNpwtest1ZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZZZCNpwtest1ZZZ
Passed suites/password/regression_test.py::test_global_vs_local[ZZZZZZCNpwtest1ZZZZZZZZ] 0.12
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.password.regression_test:Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off INFO:tests.suites.password.regression_test:Replace userPassword attribute with ZZZZZZCNpwtest1ZZZZZZZZ ------------------------------ Captured log call -------------------------------
regression_test.py 177 INFO Configure Pwpolicy with PasswordCheckSyntax and nsslapd-pwpolicy-local set to off regression_test.py 181 INFO Replace userPassword attribute with ZZZZZZCNpwtest1ZZZZZZZZ
Passed suites/plugins/acceptance_test.py::test_acctpolicy 9.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Account Policy Plugin Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_acctpolicy: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 118 INFO Testing Account Policy Plugin acceptance_test.py 180 INFO test_acctpolicy: PASS
Passed suites/plugins/acceptance_test.py::test_attruniq 14.65
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing attribute uniqueness Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_attruniq: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 230 INFO Testing attribute uniqueness acceptance_test.py 328 INFO test_attruniq: PASS
Passed suites/plugins/acceptance_test.py::test_automember 19.67
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Auto Membership Plugin... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_automember: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 390 INFO Testing Auto Membership Plugin... acceptance_test.py 493 INFO test_automember: PASS
Passed suites/plugins/acceptance_test.py::test_dna 14.62
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Distributed Numeric Assignment Plugin... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_dna: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 543 INFO Testing Distributed Numeric Assignment Plugin... acceptance_test.py 613 INFO test_dna: PASS
Passed suites/plugins/acceptance_test.py::test_linkedattrs 19.69
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Linked Attributes... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_linkedattrs: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 686 INFO Testing Linked Attributes... acceptance_test.py 797 INFO test_linkedattrs: PASS
Passed suites/plugins/acceptance_test.py::test_memberof 31.27
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing MemberOf Plugin... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_memberof: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 890 INFO Testing MemberOf Plugin... acceptance_test.py 1077 INFO test_memberof: PASS
Passed suites/plugins/acceptance_test.py::test_mep 14.76
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Managed Entries... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_mep: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 1126 INFO Testing Managed Entries... acceptance_test.py 1204 INFO test_mep: PASS
Passed suites/plugins/acceptance_test.py::test_passthru 19.14
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Pass Through Authentication... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_passthru: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 1263 INFO Testing Pass Through Authentication... acceptance_test.py 1339 INFO test_passthru: PASS
Passed suites/plugins/acceptance_test.py::test_referint 10.11
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing referential integrity postoperation... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_referint: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 1418 INFO Testing referential integrity postoperation... acceptance_test.py 1540 INFO test_referint: PASS
Passed suites/plugins/acceptance_test.py::test_retrocl 19.20
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing Retro Changelog Plugin... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_retrocl: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 1587 INFO Testing Retro Changelog Plugin... acceptance_test.py 1642 INFO test_retrocl: PASS
Passed suites/plugins/acceptance_test.py::test_rootdn 30.64
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.acceptance_test:Testing RootDN Access Control... Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. Job for dirsrv@standalone1.service failed because the control process exited with error code. See "systemctl status dirsrv@standalone1.service" and "journalctl -xe" for details. INFO:tests.suites.plugins.acceptance_test:test_rootdn: PASS ------------------------------ Captured log call -------------------------------
acceptance_test.py 1704 INFO Testing RootDN Access Control... acceptance_test.py 1785 INFO test_rootdn: PASS
Passed suites/plugins/accpol_test.py::test_glact_inact 27.28
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.utils:Configuring Global account policy plugin, pwpolicy attributes and restarting the server ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. accpol_test.py 32 INFO Configuring Global account policy plugin, pwpolicy attributes and restarting the server----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 10 secs to check if account is not inactivated, expected value 0 INFO:lib389.utils:Account should not be inactivated since AccountInactivityLimit not exceeded INFO:lib389.utils:Sleep for 3 more secs to check if account is inactivated INFO:lib389.utils:Sleep +10 secs to check if account glinactusr3 is inactivated INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 343 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 345 INFO Sleep for 10 secs to check if account is not inactivated, expected value 0 accpol_test.py 347 INFO Account should not be inactivated since AccountInactivityLimit not exceeded accpol_test.py 349 INFO Sleep for 3 more secs to check if account is inactivated accpol_test.py 352 INFO Sleep +10 secs to check if account glinactusr3 is inactivated accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glremv_lastlogin 19.43
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 6 secs to check if account is not inactivated, expected value 0 INFO:lib389.utils:Account should not be inactivated since AccountInactivityLimit not exceeded INFO:lib389.utils:Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account INFO:lib389.utils:Sleep for 7 more secs to check if account is inactivated INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Check if account is activated, expected 0 INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 386 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 388 INFO Sleep for 6 secs to check if account is not inactivated, expected value 0 accpol_test.py 390 INFO Account should not be inactivated since AccountInactivityLimit not exceeded accpol_test.py 249 INFO Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account accpol_test.py 393 INFO Sleep for 7 more secs to check if account is inactivated accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 397 INFO Check if account is activated, expected 0 accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glact_login 23.43
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 13 secs to check if account is inactivated, expected error 19 INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Check if account is activated, expected 0 INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 426 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 428 INFO Sleep for 13 secs to check if account is inactivated, expected error 19 accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 432 INFO Check if account is activated, expected 0 accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glinact_limit 123.03
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 9 secs to check if account is not inactivated, expected 0 INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Check if account is activated, expected 0 INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 484 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 486 INFO Sleep for 9 secs to check if account is not inactivated, expected 0 accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 508 INFO Check if account is activated, expected 0 accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnologin_attr 83.25
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:Set attribute StateAttrName to createTimestamp, loginTime attr wont be considered INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 9 secs to check if account is not inactivated, expected 0 INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Set attribute StateAttrName to lastLoginTime, the default INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Check if account is activated, expected 0 INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 567 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 568 INFO Set attribute StateAttrName to createTimestamp, loginTime attr wont be considered accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 572 INFO Sleep for 9 secs to check if account is not inactivated, expected 0 accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 597 INFO Set attribute StateAttrName to lastLoginTime, the default accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 601 INFO Check if account is activated, expected 0 accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnoalt_stattr 54.37
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Set attribute altStateAttrName to 1.1 INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 13 secs to check if account is not inactivated, expected 0 INFO:lib389.utils:lastLoginTime attribute is added from the above ldap bind by userdn INFO:lib389.utils:Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 632 INFO Set attribute altStateAttrName to 1.1 accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 636 INFO Sleep for 13 secs to check if account is not inactivated, expected 0 accpol_test.py 639 INFO lastLoginTime attribute is added from the above ldap bind by userdn accpol_test.py 249 INFO Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glattr_modtime 44.54
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Set attribute altStateAttrName to modifyTimestamp INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 13 secs to check if account is inactivated, expected 0 INFO:lib389.utils:Check ModifyTimeStamp attribute present for user INFO:lib389.utils:Enable account by replacing cn attribute value, value of modifyTimeStamp changed INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 679 INFO Set attribute altStateAttrName to modifyTimestamp accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 683 INFO Sleep for 13 secs to check if account is inactivated, expected 0 accpol_test.py 197 INFO Check ModifyTimeStamp attribute present for user accpol_test.py 232 INFO Enable account by replacing cn attribute value, value of modifyTimeStamp changed accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 249 INFO Delete lastLoginTime/createTimeStamp/ModifyTimeStamp attribute from user account accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnoalt_nologin 50.61
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Set attribute altStateAttrName to 1.1 INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Set attribute alwaysrecordlogin to No INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 13 secs to check if account is not inactivated, expected 0 INFO:lib389.utils:Set attribute altStateAttrName to createTimestamp INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Reset the default attribute values INFO:lib389.utils:Modify attribute value for a given DN INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 734 INFO Set attribute altStateAttrName to 1.1 accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 736 INFO Set attribute alwaysrecordlogin to No accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 740 INFO Sleep for 13 secs to check if account is not inactivated, expected 0 accpol_test.py 745 INFO Set attribute altStateAttrName to createTimestamp accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 750 INFO Reset the default attribute values accpol_test.py 184 INFO Modify attribute value for a given DN accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glinact_nsact 27.73
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 3 secs to check if account is not inactivated, expected value 0 INFO:lib389.utils:Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl INFO:lib389.utils:Running ns-activate.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:output: b'uid=nsactusr1,ou=groups,dc=example,dc=com already activated.\n' INFO:lib389.utils:Sleep for 10 secs to check if account is inactivated, expected value 19 INFO:lib389.utils:Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl INFO:lib389.utils:Running ns-activate.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:output: b'uid=nsactusr1,ou=groups,dc=example,dc=com already activated.\n' INFO:lib389.utils:Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl INFO:lib389.utils:Running ns-accountstatus.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:output: b'uid=nsactusr1,ou=groups,dc=example,dc=com - inactivated (inactivity limit exceeded).\n' INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl INFO:lib389.utils:Running ns-accountstatus.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:output: b'uid=nsactusr1,ou=groups,dc=example,dc=com - activated.\n' INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 790 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 792 INFO Sleep for 3 secs to check if account is not inactivated, expected value 0 accpol_test.py 157 INFO Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl accpol_test.py 161 INFO Running ns-activate.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com accpol_test.py 175 INFO output: b'uid=nsactusr1,ou=groups,dc=example,dc=com already activated.\n' accpol_test.py 795 INFO Sleep for 10 secs to check if account is inactivated, expected value 19 accpol_test.py 157 INFO Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl accpol_test.py 161 INFO Running ns-activate.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com accpol_test.py 175 INFO output: b'uid=nsactusr1,ou=groups,dc=example,dc=com already activated.\n' accpol_test.py 157 INFO Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl accpol_test.py 161 INFO Running ns-accountstatus.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com accpol_test.py 175 INFO output: b'uid=nsactusr1,ou=groups,dc=example,dc=com - inactivated (inactivity limit exceeded).\n' accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 157 INFO Account activate/in-activate/status using ns-activate/inactivate/accountstatus.pl accpol_test.py 161 INFO Running ns-accountstatus.pl for user uid=nsactusr1,ou=groups,dc=example,dc=com accpol_test.py 175 INFO output: b'uid=nsactusr1,ou=groups,dc=example,dc=com - activated.\n' accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glinact_acclock 40.52
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 3 secs and try invalid binds to lockout the user INFO:lib389.utils:Lockout user account by attempting invalid password binds INFO:lib389.utils:Sleep for 10 secs to check if account is inactivated, expected value 19 INFO:lib389.utils:Add lastLoginTime to activate the user account INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Checking if account is unlocked after passwordlockoutduration, but inactivated after accountInactivityLimit INFO:lib389.utils:Lockout user account by attempting invalid password binds INFO:lib389.utils:Account is expected to be unlocked after 5 secs of passwordlockoutduration INFO:lib389.utils:Sleep 13s and check if account inactivated based on accountInactivityLimit, expected 19 INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 835 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 837 INFO Sleep for 3 secs and try invalid binds to lockout the user accpol_test.py 114 INFO Lockout user account by attempting invalid password binds accpol_test.py 841 INFO Sleep for 10 secs to check if account is inactivated, expected value 19 accpol_test.py 845 INFO Add lastLoginTime to activate the user account accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 849 INFO Checking if account is unlocked after passwordlockoutduration, but inactivated after accountInactivityLimit accpol_test.py 114 INFO Lockout user account by attempting invalid password binds accpol_test.py 853 INFO Account is expected to be unlocked after 5 secs of passwordlockoutduration accpol_test.py 857 INFO Sleep 13s and check if account inactivated based on accountInactivityLimit, expected 19 accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_glnact_pwexp 50.34
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs INFO:lib389.utils:Passwordmaxage is set to 9. Password will expire in 9 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 9 secs and check if password expired INFO:lib389.utils:Add lastLoginTime to activate the user account INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:Sleep for 4 secs and check if account is now inactivated, expected error 19 INFO:lib389.utils:Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 901 INFO AccountInactivityLimit set to 12. Account will be inactivated if not accessed in 12 secs accpol_test.py 902 INFO Passwordmaxage is set to 9. Password will expire in 9 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 905 INFO Sleep for 9 secs and check if password expired accpol_test.py 911 INFO Add lastLoginTime to activate the user account accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 135 INFO Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com accpol_test.py 135 INFO Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com accpol_test.py 922 INFO Sleep for 4 secs and check if account is now inactivated, expected error 19 accpol_test.py 135 INFO Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 135 INFO Reset user password for user-uid=pwexpusr1,ou=groups,dc=example,dc=com accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_locact_inact 31.47
---------------------------- Captured stderr setup -----------------------------
INFO:lib389.utils:Adding Local account policy plugin configuration entries ------------------------------ Captured log setup ------------------------------
accpol_test.py 74 INFO Adding Local account policy plugin configuration entries----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:AccountInactivityLimit set to 10. Account will be inactivated if not accessed in 10 secs INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 9 secs to check if account is not inactivated, expected value 0 INFO:lib389.utils:Account should not be inactivated since AccountInactivityLimit not exceeded INFO:lib389.utils:Sleep for 2 more secs to check if account is inactivated INFO:lib389.utils:Sleep +9 secs to check if account inactusr3 is inactivated INFO:lib389.utils:Add lastLoginTime attribute to all users and check if its activated INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 974 INFO AccountInactivityLimit set to 10. Account will be inactivated if not accessed in 10 secs accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 976 INFO Sleep for 9 secs to check if account is not inactivated, expected value 0 accpol_test.py 978 INFO Account should not be inactivated since AccountInactivityLimit not exceeded accpol_test.py 980 INFO Sleep for 2 more secs to check if account is inactivated accpol_test.py 983 INFO Sleep +9 secs to check if account inactusr3 is inactivated accpol_test.py 986 INFO Add lastLoginTime attribute to all users and check if its activated accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_locinact_modrdn 27.46
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Account should not be inactivated since the subtree is not configured INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 11 secs to check if account is not inactivated, expected value 0 INFO:lib389.utils:Moving users from ou=groups to ou=people subtree INFO:lib389.utils:Then wait for 11 secs and check if entries are inactivated INFO:lib389.utils:Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 1020 INFO Account should not be inactivated since the subtree is not configured accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 1022 INFO Sleep for 11 secs to check if account is not inactivated, expected value 0 accpol_test.py 1025 INFO Moving users from ou=groups to ou=people subtree accpol_test.py 1034 INFO Then wait for 11 secs and check if entries are inactivated accpol_test.py 214 INFO Enable account by replacing lastLoginTime/createTimeStamp/ModifyTimeStamp attribute accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/accpol_test.py::test_locact_modrdn 15.30
----------------------------- Captured stderr call -----------------------------
INFO:lib389.utils:Account should be inactivated since the subtree is configured INFO:lib389.utils:add_users: Pass all of these as parameters suffix, subtree, userid and nousrs INFO:lib389.utils:Sleep for 11 secs to check if account is inactivated, expected value 19 INFO:lib389.utils:Moving users from ou=people to ou=groups subtree INFO:lib389.utils:Sleep for +2 secs and check users from both ou=people and ou=groups subtree INFO:lib389.utils:del_users: Pass all of these as parameters suffix, subtree, userid and nousrs ------------------------------ Captured log call -------------------------------
accpol_test.py 1066 INFO Account should be inactivated since the subtree is configured accpol_test.py 266 INFO add_users: Pass all of these as parameters suffix, subtree, userid and nousrs accpol_test.py 1068 INFO Sleep for 11 secs to check if account is inactivated, expected value 19 accpol_test.py 1071 INFO Moving users from ou=people to ou=groups subtree accpol_test.py 1079 INFO Sleep for +2 secs and check users from both ou=people and ou=groups subtree accpol_test.py 285 INFO del_users: Pass all of these as parameters suffix, subtree, userid and nousrs
Passed suites/plugins/attr_nsslapd-pluginarg_test.py::test_duplicate_values 3.49
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 0: Enable 7bit plugin... ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. attr_nsslapd-pluginarg_test.py 30 INFO Ticket 47431 - 0: Enable 7bit plugin...----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 1: Check 26 duplicate values are treated as one... DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:modify_s cn=7-bit check,cn=plugins,cn=config DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:line: [30/Jun/2018:19:57:27.065661723 -0400] - WARN - str2entry_dupcheck - 26 duplicate values for attribute type nsslapd-pluginarg2 detected in entry cn=7-bit check,cn=plugins,cn=config. Extra values ignored. INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Expected error "str2entry_dupcheck.* duplicate values for attribute type nsslapd-pluginarg2 detected in entry cn=7-bit check,cn=plugins,cn=config." logged in /var/log/dirsrv/slapd-standalone1/errors INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 1: done ------------------------------ Captured log call -------------------------------
attr_nsslapd-pluginarg_test.py 55 INFO Ticket 47431 - 1: Check 26 duplicate values are treated as one... attr_nsslapd-pluginarg_test.py 58 DEBUG modify_s cn=7-bit check,cn=plugins,cn=config attr_nsslapd-pluginarg_test.py 82 DEBUG line: [30/Jun/2018:19:57:27.065661723 -0400] - WARN - str2entry_dupcheck - 26 duplicate values for attribute type nsslapd-pluginarg2 detected in entry cn=7-bit check,cn=plugins,cn=config. Extra values ignored. attr_nsslapd-pluginarg_test.py 83 INFO Expected error "str2entry_dupcheck.* duplicate values for attribute type nsslapd-pluginarg2 detected in entry cn=7-bit check,cn=plugins,cn=config." logged in /var/log/dirsrv/slapd-standalone1/errors attr_nsslapd-pluginarg_test.py 85 INFO Ticket 47431 - 1: done
Passed suites/plugins/attr_nsslapd-pluginarg_test.py::test_multiple_value 4.62
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 2: Check two values belonging to one arg is fixed... DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:line - [30/Jun/2018:19:57:31.632367633 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 0: uid DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:ATTRS[0] uid DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:uid was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:line - [30/Jun/2018:19:57:31.633472281 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 1: mail DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:ATTRS[1] mail DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:mail was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:line - [30/Jun/2018:19:57:31.634132655 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 2: userpassword DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:ATTRS[2] userpassword DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:userpassword was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:line - [30/Jun/2018:19:57:31.634773829 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 3: , DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:ATTRS[3] , DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:, was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:line - [30/Jun/2018:19:57:31.635282207 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 4: dc=example,dc=com DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:ATTRS[4] dc=example,dc=com DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:dc=example,dc=com was logged INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 2: done ------------------------------ Captured log call -------------------------------
attr_nsslapd-pluginarg_test.py 110 INFO Ticket 47431 - 2: Check two values belonging to one arg is fixed... attr_nsslapd-pluginarg_test.py 130 DEBUG line - [30/Jun/2018:19:57:31.632367633 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 0: uid attr_nsslapd-pluginarg_test.py 131 DEBUG ATTRS[0] uid attr_nsslapd-pluginarg_test.py 135 DEBUG uid was logged attr_nsslapd-pluginarg_test.py 130 DEBUG line - [30/Jun/2018:19:57:31.633472281 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 1: mail attr_nsslapd-pluginarg_test.py 131 DEBUG ATTRS[1] mail attr_nsslapd-pluginarg_test.py 135 DEBUG mail was logged attr_nsslapd-pluginarg_test.py 130 DEBUG line - [30/Jun/2018:19:57:31.634132655 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 2: userpassword attr_nsslapd-pluginarg_test.py 131 DEBUG ATTRS[2] userpassword attr_nsslapd-pluginarg_test.py 135 DEBUG userpassword was logged attr_nsslapd-pluginarg_test.py 130 DEBUG line - [30/Jun/2018:19:57:31.634773829 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 3: , attr_nsslapd-pluginarg_test.py 131 DEBUG ATTRS[3] , attr_nsslapd-pluginarg_test.py 135 DEBUG , was logged attr_nsslapd-pluginarg_test.py 130 DEBUG line - [30/Jun/2018:19:57:31.635282207 -0400] - DEBUG - NS7bitAttr - NS7bitAttr_Init - 4: dc=example,dc=com attr_nsslapd-pluginarg_test.py 131 DEBUG ATTRS[4] dc=example,dc=com attr_nsslapd-pluginarg_test.py 135 DEBUG dc=example,dc=com was logged attr_nsslapd-pluginarg_test.py 141 INFO Ticket 47431 - 2: done
Passed suites/plugins/attr_nsslapd-pluginarg_test.py::test_missing_args 3.57
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 3: Check missing args are fixed... DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:uid was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:mail was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:userpassword was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:, was logged DEBUG:tests.suites.plugins.attr_nsslapd-pluginarg_test:dc=example,dc=com was logged INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Ticket 47431 - 3: done INFO:tests.suites.plugins.attr_nsslapd-pluginarg_test:Test complete ------------------------------ Captured log call -------------------------------
attr_nsslapd-pluginarg_test.py 169 INFO Ticket 47431 - 3: Check missing args are fixed... attr_nsslapd-pluginarg_test.py 196 DEBUG uid was logged attr_nsslapd-pluginarg_test.py 196 DEBUG mail was logged attr_nsslapd-pluginarg_test.py 196 DEBUG userpassword was logged attr_nsslapd-pluginarg_test.py 196 DEBUG , was logged attr_nsslapd-pluginarg_test.py 196 DEBUG dc=example,dc=com was logged attr_nsslapd-pluginarg_test.py 202 INFO Ticket 47431 - 3: done attr_nsslapd-pluginarg_test.py 203 INFO Test complete
Passed suites/plugins/attr_uniqueness_test.py::test_attr_uniqueness_init 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/attr_uniqueness_test.py::test_attr_uniqueness 0.22
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.attr_uniqueness_test:Running test_attr_uniqueness... INFO:tests.suites.plugins.attr_uniqueness_test:test_attr_uniqueness: PASS ------------------------------ Captured log call -------------------------------
attr_uniqueness_test.py 36 INFO Running test_attr_uniqueness... attr_uniqueness_test.py 189 INFO test_attr_uniqueness: PASS
Passed suites/plugins/dna_test.py::test_basic 4.48
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.dna_test:Testing Distributed Numeric Assignment Plugin... ------------------------------ Captured log call -------------------------------
dna_test.py 42 INFO Testing Distributed Numeric Assignment Plugin...
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_001 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_003 4.32
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Enable MemberOf plugin ------------------------------ Captured log call -------------------------------
memberof_test.py 166 INFO Enable MemberOf plugin
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_004 0.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofenh1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofenh2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 64 INFO Create user uid=user_memofenh1,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofenh2,ou=people,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp1,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp2,ou=groups,dc=example,dc=com memberof_test.py 185 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) memberof_test.py 186 INFO Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 189 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) memberof_test.py 190 INFO Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_005 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 211 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_006 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 234 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_007 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' ------------------------------ Captured log call -------------------------------
memberof_test.py 257 INFO Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 261 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com'
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_008 8.77
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Remove uniqueMember as a memberofgrpattr INFO:tests.suites.plugins.memberof_test:Assert that this change of configuration did change the already set values INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 285 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) memberof_test.py 289 INFO Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 300 INFO Remove uniqueMember as a memberofgrpattr memberof_test.py 307 INFO Assert that this change of configuration did change the already set values memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_009 0.00
----------------------------- Captured stderr call -----------------------------
ERROR:tests.suites.plugins.memberof_test:Setting 'memberUid' as memberofgroupattr is rejected (expected) ------------------------------ Captured log call -------------------------------
memberof_test.py 329 ERROR Setting 'memberUid' as memberofgroupattr is rejected (expected)
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_010 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Try b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) ERROR:tests.suites.plugins.memberof_test:b'uid=user_memofenh1,ou=people,dc=example,dc=com' already member of b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' --> fail (expected) ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 348 INFO Try b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' (member) memberof_test.py 355 ERROR b'uid=user_memofenh1,ou=people,dc=example,dc=com' already member of b'cn=group_memofegrp1,ou=groups,dc=example,dc=com' --> fail (expected)
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_011 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Check initial status INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Try b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) ERROR:tests.suites.plugins.memberof_test:b'uid=user_memofenh2,ou=people,dc=example,dc=com' already member of b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' --> fail (expected) INFO:tests.suites.plugins.memberof_test:Check final status INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 378 INFO Check initial status memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 388 INFO Try b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' (member) memberof_test.py 395 ERROR b'uid=user_memofenh2,ou=people,dc=example,dc=com' already member of b'cn=group_memofegrp2,ou=groups,dc=example,dc=com' --> fail (expected) memberof_test.py 398 INFO Check final status memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_012 0.00
No log output captured.
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_013 0.00
No log output captured.
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_014 0.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Check initial status INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is not memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Checking final status INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 473 INFO Check initial status memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 80 INFO Create group cn=group_memofegrp3,ou=groups,dc=example,dc=com memberof_test.py 485 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) memberof_test.py 486 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 498 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is not memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) memberof_test.py 502 INFO Update b'uid=user_memofenh2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp3,ou=groups,dc=example,dc=com' (member) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 529 INFO Checking final status memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_015 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Checking Initial status INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp015,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp015,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_dummy2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp015,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 585 INFO Checking Initial status memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 80 INFO Create group cn=group_memofegrp015,ou=groups,dc=example,dc=com memberof_test.py 605 INFO Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp015,ou=groups,dc=example,dc=com' (member) memberof_test.py 606 INFO Update b'uid=user_dummy2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp015,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_016 0.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp016,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp016,ou=groups,dc=example,dc=com memberof_test.py 702 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (member) memberof_test.py 703 INFO Update b'uid=user_memofenh1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 731 INFO Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (member) memberof_test.py 741 INFO Update b'uid=user_dummy1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp016,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_017 0.03
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp017,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser3,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (memberuid) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp017,ou=groups,dc=example,dc=com memberof_test.py 900 INFO Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (member) memberof_test.py 901 INFO Update b'uid=user_memofuser2,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 902 INFO Update b'uid=user_memofuser3,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (memberuid) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com'
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_018 0.04
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp018,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (memberuid) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp018,ou=groups,dc=example,dc=com' (member) INFO:tests.suites.plugins.memberof_test:Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp018,ou=groups,dc=example,dc=com' (uniqueMember) INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 80 INFO Create group cn=group_memofegrp018,ou=groups,dc=example,dc=com memberof_test.py 1129 INFO Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (member) memberof_test.py 1130 INFO Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 1131 INFO Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is memberof b'cn=group_memofegrp017,ou=groups,dc=example,dc=com' (memberuid) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp018,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 1151 INFO Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp018,ou=groups,dc=example,dc=com' (member) memberof_test.py 1152 INFO Update b'uid=user_memofuser1,ou=people,dc=example,dc=com' is no longer memberof b'cn=group_memofegrp018,ou=groups,dc=example,dc=com' (uniqueMember) memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp017,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_019 0.06
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp019_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp019_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp019_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp019_2,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp019_3,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp019_1,ou=groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_1,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp019_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp019_1,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp019_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_020 0.05
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_021 0.06
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create user uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Create group cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 64 INFO Create user uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 80 INFO Create group cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_022 5.11
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_023 0.08
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp016,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofenh2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp3,ou=Groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_024 0.06
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified ------------------------------ Captured log call -------------------------------
memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified
Passed suites/plugins/memberof_test.py::test_memberof_MultiGrpAttr_025 0.07
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser2,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser3,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser4,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:member: uid=user_memofuser1,ou=people,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' INFO:tests.suites.plugins.memberof_test:Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' ------------------------------ Captured log call -------------------------------
memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 98 INFO uniqueMember: cn=group_memofegrp020_5,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser2,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser3,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser4,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO uniqueMember: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_2,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_3,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_4,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_1,ou=Groups,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 98 INFO member: uid=user_memofuser1,ou=people,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_1,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_2,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_3,ou=groups,dc=example,dc=com memberof_test.py 98 INFO member: cn=group_memofegrp020_4,ou=groups,dc=example,dc=com memberof_test.py 91 INFO Check b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'cn=group_memofegrp020_5,ou=groups,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.uniqueMember = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 91 INFO Check b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com'.member = b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_1,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_2,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_3,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'cn=group_memofegrp020_4,ou=groups,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser1,ou=people,dc=example,dc=com' memberof_test.py 114 INFO memberof: cn=group_memofegrp020_5,ou=Groups,dc=example,dc=com memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser2,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser3,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com' memberof_test.py 107 INFO Lookup memberof from b'uid=user_memofuser4,ou=people,dc=example,dc=com'
Passed suites/plugins/memberof_test.py::test_memberof_auto_add_oc 0.04
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.memberof_test:Lookup memberof from uid=user1,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:memberof: cn=group,dc=example,dc=com INFO:tests.suites.plugins.memberof_test:--> membership verified INFO:tests.suites.plugins.memberof_test:Correctly rejected invalid objectclass INFO:tests.suites.plugins.memberof_test:Test complete. ------------------------------ Captured log call -------------------------------
memberof_test.py 107 INFO Lookup memberof from uid=user1,dc=example,dc=com memberof_test.py 114 INFO memberof: cn=group,dc=example,dc=com memberof_test.py 117 INFO --> membership verified memberof_test.py 2477 INFO Correctly rejected invalid objectclass memberof_test.py 2547 INFO Test complete.
Passed suites/plugins/pluginpath_validation_test.py::test_pluginpath_validation 0.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
WARNING:tests.suites.plugins.pluginpath_validation_test:Failed to copy /usr/lib64/dirsrv/plugins/libwhoami-plugin.la to the tmp directory, error: No such file or directory INFO:tests.suites.plugins.pluginpath_validation_test:Test complete ------------------------------ Captured log call -------------------------------
pluginpath_validation_test.py 67 WARNING Failed to copy /usr/lib64/dirsrv/plugins/libwhoami-plugin.la to the tmp directory, error: No such file or directory pluginpath_validation_test.py 102 INFO Test complete
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_init 0.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Initializing root DN test suite... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_init: Initialized root DN test suite. ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 43 INFO Initializing root DN test suite... rootdn_plugin_test.py 83 INFO test_rootdn_init: Initialized root DN test suite.
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_specific_time 0.25
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_access_specific_time... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_access_specific_time: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 91 INFO Running test_rootdn_access_specific_time... rootdn_plugin_test.py 165 INFO test_rootdn_access_specific_time: PASSED
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_day_of_week 0.25
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_access_day_of_week... INFO:tests.suites.plugins.rootdn_plugin_test:Today: Sat INFO:tests.suites.plugins.rootdn_plugin_test:Allowed days: Sat,Sun INFO:tests.suites.plugins.rootdn_plugin_test:Deny days: Mon, Tue INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_access_day_of_week: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 173 INFO Running test_rootdn_access_day_of_week... rootdn_plugin_test.py 189 INFO Today: Sat rootdn_plugin_test.py 190 INFO Allowed days: Sat,Sun rootdn_plugin_test.py 191 INFO Deny days: Mon, Tue rootdn_plugin_test.py 258 INFO test_rootdn_access_day_of_week: PASSED
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_denied_ip 3.98
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_access_denied_ip... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_access_denied_ip: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 266 INFO Running test_rootdn_access_denied_ip... rootdn_plugin_test.py 333 INFO test_rootdn_access_denied_ip: PASSED
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_denied_host 0.26
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_access_denied_host... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_access_denied_host: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 341 INFO Running test_rootdn_access_denied_host... rootdn_plugin_test.py 410 INFO test_rootdn_access_denied_host: PASSED
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_allowed_ip 4.18
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_access_allowed_ip... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_access_allowed_ip: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 418 INFO Running test_rootdn_access_allowed_ip... rootdn_plugin_test.py 488 INFO test_rootdn_access_allowed_ip: PASSED
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_access_allowed_host 0.26
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_access_allowed_host... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_access_allowed_host: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 496 INFO Running test_rootdn_access_allowed_host... rootdn_plugin_test.py 572 INFO test_rootdn_access_allowed_host: PASSED
Passed suites/plugins/rootdn_plugin_test.py::test_rootdn_config_validate 0.07
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.plugins.rootdn_plugin_test:Running test_rootdn_config_validate... INFO:tests.suites.plugins.rootdn_plugin_test:test_rootdn_config_validate: PASSED ------------------------------ Captured log call -------------------------------
rootdn_plugin_test.py 585 INFO Running test_rootdn_config_validate... rootdn_plugin_test.py 750 INFO test_rootdn_config_validate: PASSED
Passed suites/psearch/psearch_test.py::test_psearch 2.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:dc=example,dc=com has changed! INFO:lib389:cn=Directory Administrators,dc=example,dc=com has changed! INFO:lib389:ou=Groups,dc=example,dc=com has changed! INFO:lib389:ou=People,dc=example,dc=com has changed! INFO:lib389:ou=Special Users,dc=example,dc=com has changed! INFO:lib389:cn=Accounting Managers,ou=Groups,dc=example,dc=com has changed! INFO:lib389:cn=HR Managers,ou=Groups,dc=example,dc=com has changed! INFO:lib389:cn=QA Managers,ou=Groups,dc=example,dc=com has changed! INFO:lib389:cn=PD Managers,ou=Groups,dc=example,dc=com has changed! INFO:lib389:No more results INFO:lib389:cn=group1,ou=Groups,dc=example,dc=com has changed! INFO:lib389:No more results ------------------------------ Captured log call -------------------------------
psearch_test.py 29 INFO dc=example,dc=com has changed! psearch_test.py 29 INFO cn=Directory Administrators,dc=example,dc=com has changed! psearch_test.py 29 INFO ou=Groups,dc=example,dc=com has changed! psearch_test.py 29 INFO ou=People,dc=example,dc=com has changed! psearch_test.py 29 INFO ou=Special Users,dc=example,dc=com has changed! psearch_test.py 29 INFO cn=Accounting Managers,ou=Groups,dc=example,dc=com has changed! psearch_test.py 29 INFO cn=HR Managers,ou=Groups,dc=example,dc=com has changed! psearch_test.py 29 INFO cn=QA Managers,ou=Groups,dc=example,dc=com has changed! psearch_test.py 29 INFO cn=PD Managers,ou=Groups,dc=example,dc=com has changed! psearch_test.py 33 INFO No more results psearch_test.py 29 INFO cn=group1,ou=Groups,dc=example,dc=com has changed! psearch_test.py 33 INFO No more results
Passed suites/replication/acceptance_test.py::test_add_entry 10.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'master4', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Joining master master4 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39004 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39004 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master1 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master2 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39004 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created INFO:lib389.topologies:Ensuring master master3 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39004 is was created INFO:lib389.topologies:Ensuring master master4 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master4 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39002 is was created INFO:lib389.topologies:Ensuring master master4 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39003 is was created INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'master4', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 153 INFO Joining master master4 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39004 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39004 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master1 to master4 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master2 to master4 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39004 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created topologies.py 161 INFO Ensuring master master3 to master4 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39004 is was created topologies.py 161 INFO Ensuring master master4 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master4 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39002 is was created topologies.py 161 INFO Ensuring master master4 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39003 is was created acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modify_entry 3.03
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Deleting entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com acceptance_test.py 41 INFO Deleting entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Modifying entry uid=mmrepl_test,dc=example,dc=com - add operation INFO:tests.suites.replication.acceptance_test:Modifying entry uid=mmrepl_test,dc=example,dc=com - replace operation INFO:tests.suites.replication.acceptance_test:Modifying entry uid=mmrepl_test,dc=example,dc=com - delete operation ------------------------------ Captured log call -------------------------------
acceptance_test.py 124 INFO Modifying entry uid=mmrepl_test,dc=example,dc=com - add operation acceptance_test.py 134 INFO Modifying entry uid=mmrepl_test,dc=example,dc=com - replace operation acceptance_test.py 142 INFO Modifying entry uid=mmrepl_test,dc=example,dc=com - delete operation
Passed suites/replication/acceptance_test.py::test_delete_entry 10.01
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Deleting entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com acceptance_test.py 41 INFO Deleting entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Deleting entry uid=mmrepl_test,dc=example,dc=com during the test ------------------------------ Captured log call -------------------------------
acceptance_test.py 164 INFO Deleting entry uid=mmrepl_test,dc=example,dc=com during the test
Passed suites/replication/acceptance_test.py::test_modrdn_entry[0] 20.04
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Modify entry RDN uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Remove entry with new RDN uid=newrdn,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acceptance_test.py 187 INFO Modify entry RDN uid=mmrepl_test,dc=example,dc=com acceptance_test.py 206 INFO Remove entry with new RDN uid=newrdn,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modrdn_entry[1] 20.03
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Modify entry RDN uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Remove entry with new RDN uid=newrdn,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acceptance_test.py 187 INFO Modify entry RDN uid=mmrepl_test,dc=example,dc=com acceptance_test.py 206 INFO Remove entry with new RDN uid=newrdn,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modrdn_after_pause 14.08
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Pause all replicas INFO:tests.suites.replication.acceptance_test:Modify entry RDN uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Resume all replicas INFO:tests.suites.replication.acceptance_test:Wait for replication to happen INFO:tests.suites.replication.acceptance_test:Remove entry with new RDN uid=newrdn,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acceptance_test.py 232 INFO Adding entry uid=mmrepl_test,dc=example,dc=com acceptance_test.py 247 INFO Pause all replicas acceptance_test.py 250 INFO Modify entry RDN uid=mmrepl_test,dc=example,dc=com acceptance_test.py 258 INFO Resume all replicas acceptance_test.py 261 INFO Wait for replication to happen acceptance_test.py 268 INFO Remove entry with new RDN uid=newrdn,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_modify_stripattrs 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Modify nsds5replicastripattrs with b'modifiersname modifytimestamp' INFO:tests.suites.replication.acceptance_test:Check nsds5replicastripattrs for b'modifiersname modifytimestamp' ------------------------------ Captured log call -------------------------------
acceptance_test.py 290 INFO Modify nsds5replicastripattrs with b'modifiersname modifytimestamp' acceptance_test.py 293 INFO Check nsds5replicastripattrs for b'modifiersname modifytimestamp'
Passed suites/replication/acceptance_test.py::test_new_suffix 10.63
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding suffix:o=test_repl and backend: repl_base to master1 INFO:lib389:List backend with suffix=o=test_repl INFO:lib389:Creating a local backend INFO:lib389:List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master1/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO:tests.suites.replication.acceptance_test:Adding suffix:o=test_repl and backend: repl_base to master2 INFO:lib389:List backend with suffix=o=test_repl INFO:lib389:Creating a local backend INFO:lib389:List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master2/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO:tests.suites.replication.acceptance_test:Adding suffix:o=test_repl and backend: repl_base to master3 INFO:lib389:List backend with suffix=o=test_repl INFO:lib389:Creating a local backend INFO:lib389:List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master3/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO:tests.suites.replication.acceptance_test:Adding suffix:o=test_repl and backend: repl_base to master4 INFO:lib389:List backend with suffix=o=test_repl INFO:lib389:Creating a local backend INFO:lib389:List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master4/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree ------------------------------ Captured log setup ------------------------------
acceptance_test.py 58 INFO Adding suffix:o=test_repl and backend: repl_base to master1 backend.py 71 INFO List backend with suffix=o=test_repl backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master1/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree acceptance_test.py 58 INFO Adding suffix:o=test_repl and backend: repl_base to master2 backend.py 71 INFO List backend with suffix=o=test_repl backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master2/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree acceptance_test.py 58 INFO Adding suffix:o=test_repl and backend: repl_base to master3 backend.py 71 INFO List backend with suffix=o=test_repl backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master3/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree acceptance_test.py 58 INFO Adding suffix:o=test_repl and backend: repl_base to master4 backend.py 71 INFO List backend with suffix=o=test_repl backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=repl_base,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=repl_base,cn=ldbm database,cn=plugins,cn=config cn: repl_base nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-master4/db/repl_base nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=test_repl objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="o=test_repl",cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=o\3Dtest_repl,cn=mapping tree,cn=config cn: o=test_repl nsslapd-backend: repl_base nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree----------------------------- Captured stderr call -----------------------------
INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/replication/acceptance_test.py::test_many_attrs 20.04
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Modifying entry uid=mmrepl_test,dc=example,dc=com - 10 add operations INFO:tests.suites.replication.acceptance_test:Check that everything was properly replicated after an add operation INFO:tests.suites.replication.acceptance_test:Modifying entry uid=mmrepl_test,dc=example,dc=com - 4 delete operations for [b'test0', b'test4', b'test7', b'test9'] INFO:tests.suites.replication.acceptance_test:Check that everything was properly replicated after a delete operation ------------------------------ Captured log call -------------------------------
acceptance_test.py 348 INFO Modifying entry uid=mmrepl_test,dc=example,dc=com - 10 add operations acceptance_test.py 352 INFO Check that everything was properly replicated after an add operation acceptance_test.py 357 INFO Modifying entry uid=mmrepl_test,dc=example,dc=com - 4 delete operations for [b'test0', b'test4', b'test7', b'test9'] acceptance_test.py 361 INFO Check that everything was properly replicated after a delete operation
Passed suites/replication/acceptance_test.py::test_double_delete 10.02
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com INFO:tests.suites.replication.acceptance_test:Deleting entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com acceptance_test.py 41 INFO Deleting entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Deleting entry uid=mmrepl_test,dc=example,dc=com from master1 INFO:tests.suites.replication.acceptance_test:Deleting entry uid=mmrepl_test,dc=example,dc=com from master2 INFO:tests.suites.replication.acceptance_test:Entry uid=mmrepl_test,dc=example,dc=com wasn't found master2. It is expected. INFO:tests.suites.replication.acceptance_test:Make searches to check if server is alive ------------------------------ Captured log call -------------------------------
acceptance_test.py 381 INFO Deleting entry uid=mmrepl_test,dc=example,dc=com from master1 acceptance_test.py 384 INFO Deleting entry uid=mmrepl_test,dc=example,dc=com from master2 acceptance_test.py 388 INFO Entry uid=mmrepl_test,dc=example,dc=com wasn't found master2. It is expected. acceptance_test.py 390 INFO Make searches to check if server is alive
Passed suites/replication/acceptance_test.py::test_password_repl_error 20.36
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.acceptance_test:Adding entry uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log setup ------------------------------
acceptance_test.py 37 INFO Adding entry uid=mmrepl_test,dc=example,dc=com----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Clean the error log INFO:tests.suites.replication.acceptance_test:Set replication loglevel INFO:tests.suites.replication.acceptance_test:Modifying entry uid=mmrepl_test,dc=example,dc=com - change userpassword on master 2 INFO:tests.suites.replication.acceptance_test:Restart the servers to flush the logs INFO:tests.suites.replication.acceptance_test:Check the error log for the error with uid=mmrepl_test,dc=example,dc=com ------------------------------ Captured log call -------------------------------
acceptance_test.py 411 INFO Clean the error log acceptance_test.py 414 INFO Set replication loglevel acceptance_test.py 417 INFO Modifying entry uid=mmrepl_test,dc=example,dc=com - change userpassword on master 2 acceptance_test.py 425 INFO Restart the servers to flush the logs acceptance_test.py 434 INFO Check the error log for the error with uid=mmrepl_test,dc=example,dc=com
Passed suites/replication/acceptance_test.py::test_invalid_agmt 0.11
----------------------------- Captured stderr call -----------------------------
CRITICAL:lib389:Failed to add replication agreement: {'desc': 'Server is unwilling to perform'} INFO:lib389:Invalid repl agreement correctly rejected ------------------------------ Captured log call -------------------------------
agreement.py 663 CRITICAL Failed to add replication agreement: {'desc': 'Server is unwilling to perform'} acceptance_test.py 459 INFO Invalid repl agreement correctly rejected
Passed suites/replication/acceptance_test.py::test_warining_for_invalid_replica 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.acceptance_test:Set nsds5ReplicaBackoffMin to 20 INFO:tests.suites.replication.acceptance_test:Set nsds5ReplicaBackoffMax to 10 INFO:tests.suites.replication.acceptance_test:Resetting configuration: nsds5ReplicaBackoffMin INFO:tests.suites.replication.acceptance_test:Check the error log for the error ------------------------------ Captured log call -------------------------------
acceptance_test.py 487 INFO Set nsds5ReplicaBackoffMin to 20 acceptance_test.py 490 INFO Set nsds5ReplicaBackoffMax to 10 acceptance_test.py 492 INFO Resetting configuration: nsds5ReplicaBackoffMin acceptance_test.py 494 INFO Check the error log for the error
Passed suites/replication/cascading_test.py::test_basic_with_hub 16.53
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39101 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39101 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39101 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39101 INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39101 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39101 to ldap://server.example.com:39201 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39101, 'ldap-secureport': 63801, 'server-id': 'hub1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 471 INFO Creating replication topology. replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39101 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39101 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39101 is working replica.py 1588 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39101 replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39101 to ldap://server.example.com:39201 is was created replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39101 to ldap://server.example.com:39201 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cascading_test:update cn=101,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO:tests.suites.replication.cascading_test:update cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working ------------------------------ Captured log call -------------------------------
cascading_test.py 43 INFO update cn=101,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal cascading_test.py 43 INFO update cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config to add nsDS5ReplicatedAttributeListTotal replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working
Passed suites/replication/changelog_test.py::test_verify_changelog 0.07
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:LDAP operations add, modify, modrdn and delete INFO:tests.suites.replication.changelog_test:Adding user replusr INFO:tests.suites.replication.changelog_test:Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO:tests.suites.replication.changelog_test:Deleting user: uid=cl5usr,ou=People,dc=example,dc=com INFO:tests.suites.replication.changelog_test:Dump changelog using nss5task and check if ldap operations are logged INFO:tests.suites.replication.changelog_test:Remove ldif files, if present in: /var/lib/dirsrv/slapd-master1/changelogdb INFO:tests.suites.replication.changelog_test:No existing changelog ldif files present INFO:tests.suites.replication.changelog_test:Running nsds5task to dump changelog database to a file INFO:tests.suites.replication.changelog_test:Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-master1/changelogdb INFO:tests.suites.replication.changelog_test:Changelog ldif file exist: /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1.ldif INFO:tests.suites.replication.changelog_test:Checking changelog ldif file for ldap operations INFO:tests.suites.replication.changelog_test:Checking if all required changetype operations are present INFO:tests.suites.replication.changelog_test:Valid ldap operations: {'modify', 'delete', 'add', 'modrdn'} INFO:tests.suites.replication.changelog_test:Ldap operations found: {'modify', 'add', 'modrdn', 'delete'} ------------------------------ Captured log call -------------------------------
changelog_test.py 214 INFO LDAP operations add, modify, modrdn and delete changelog_test.py 42 INFO Adding user replusr changelog_test.py 55 INFO Modify RDN of user uid=replusr,ou=People,dc=example,dc=com changelog_test.py 62 INFO Deleting user: uid=cl5usr,ou=People,dc=example,dc=com changelog_test.py 69 INFO Dump changelog using nss5task and check if ldap operations are logged changelog_test.py 73 INFO Remove ldif files, if present in: /var/lib/dirsrv/slapd-master1/changelogdb changelog_test.py 84 INFO No existing changelog ldif files present changelog_test.py 86 INFO Running nsds5task to dump changelog database to a file changelog_test.py 89 INFO Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-master1/changelogdb changelog_test.py 93 INFO Changelog ldif file exist: /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1.ldif changelog_test.py 103 INFO Checking changelog ldif file for ldap operations changelog_test.py 108 INFO Checking if all required changetype operations are present changelog_test.py 114 INFO Valid ldap operations: {'modify', 'delete', 'add', 'modrdn'} changelog_test.py 115 INFO Ldap operations found: {'modify', 'add', 'modrdn', 'delete'}
Passed suites/replication/changelog_test.py::test_verify_changelog_online_backup 6.07
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:Run db2bak script to take database backup INFO:lib389:Backup task backup_06302018_200309 completed successfully INFO:tests.suites.replication.changelog_test:Database backup is created successfully INFO:tests.suites.replication.changelog_test:Run bak2db to restore directory server INFO:lib389:Restore task restore_06302018_200311 completed successfully INFO:tests.suites.replication.changelog_test:LDAP operations add, modify, modrdn and delete INFO:tests.suites.replication.changelog_test:Adding user replusr INFO:tests.suites.replication.changelog_test:Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO:tests.suites.replication.changelog_test:Deleting user: uid=cl5usr,ou=People,dc=example,dc=com INFO:tests.suites.replication.changelog_test:Dump changelog using nss5task and check if ldap operations are logged INFO:tests.suites.replication.changelog_test:Remove ldif files, if present in: /var/lib/dirsrv/slapd-master1/changelogdb INFO:tests.suites.replication.changelog_test:No existing changelog ldif files present INFO:tests.suites.replication.changelog_test:Running nsds5task to dump changelog database to a file INFO:tests.suites.replication.changelog_test:Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-master1/changelogdb INFO:tests.suites.replication.changelog_test:Changelog ldif file exist: /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1.ldif INFO:tests.suites.replication.changelog_test:Checking changelog ldif file for ldap operations INFO:tests.suites.replication.changelog_test:Checking if all required changetype operations are present INFO:tests.suites.replication.changelog_test:Valid ldap operations: {'modify', 'delete', 'add', 'modrdn'} INFO:tests.suites.replication.changelog_test:Ldap operations found: {'modify', 'delete', 'add', 'modrdn'} ------------------------------ Captured log call -------------------------------
changelog_test.py 241 INFO Run db2bak script to take database backup tasks.py 458 INFO Backup task backup_06302018_200309 completed successfully changelog_test.py 250 INFO Database backup is created successfully changelog_test.py 255 INFO Run bak2db to restore directory server tasks.py 520 INFO Restore task restore_06302018_200311 completed successfully changelog_test.py 262 INFO LDAP operations add, modify, modrdn and delete changelog_test.py 42 INFO Adding user replusr changelog_test.py 55 INFO Modify RDN of user uid=replusr,ou=People,dc=example,dc=com changelog_test.py 62 INFO Deleting user: uid=cl5usr,ou=People,dc=example,dc=com changelog_test.py 69 INFO Dump changelog using nss5task and check if ldap operations are logged changelog_test.py 73 INFO Remove ldif files, if present in: /var/lib/dirsrv/slapd-master1/changelogdb changelog_test.py 84 INFO No existing changelog ldif files present changelog_test.py 86 INFO Running nsds5task to dump changelog database to a file changelog_test.py 89 INFO Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-master1/changelogdb changelog_test.py 93 INFO Changelog ldif file exist: /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1.ldif changelog_test.py 103 INFO Checking changelog ldif file for ldap operations changelog_test.py 108 INFO Checking if all required changetype operations are present changelog_test.py 114 INFO Valid ldap operations: {'modify', 'delete', 'add', 'modrdn'} changelog_test.py 115 INFO Ldap operations found: {'modify', 'delete', 'add', 'modrdn'}
Passed suites/replication/changelog_test.py::test_verify_changelog_offline_backup 7.33
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:Run db2bak to take database backup [30/Jun/2018:20:03:20.183939711 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:20:03:20.280831087 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:20:03:20.286947340 -0400] - INFO - dblayer_copy_directory - Backing up file 1 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nsuniqueid.db) [30/Jun/2018:20:03:20.287699130 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/nsuniqueid.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nsuniqueid.db [30/Jun/2018:20:03:20.288402940 -0400] - INFO - dblayer_copy_directory - Backing up file 2 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/uid.db) [30/Jun/2018:20:03:20.289021943 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/uid.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/uid.db [30/Jun/2018:20:03:20.289600339 -0400] - INFO - dblayer_copy_directory - Backing up file 3 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nscpEntryDN.db) [30/Jun/2018:20:03:20.290181045 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/nscpEntryDN.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nscpEntryDN.db [30/Jun/2018:20:03:20.290690221 -0400] - INFO - dblayer_copy_directory - Backing up file 4 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/objectclass.db) [30/Jun/2018:20:03:20.291241466 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/objectclass.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/objectclass.db [30/Jun/2018:20:03:20.291756874 -0400] - INFO - dblayer_copy_directory - Backing up file 5 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nsTombstoneCSN.db) [30/Jun/2018:20:03:20.292341975 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/nsTombstoneCSN.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nsTombstoneCSN.db [30/Jun/2018:20:03:20.292831993 -0400] - INFO - dblayer_copy_directory - Backing up file 6 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/member.db) [30/Jun/2018:20:03:20.293405934 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/member.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/member.db [30/Jun/2018:20:03:20.293906881 -0400] - INFO - dblayer_copy_directory - Backing up file 7 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/parentid.db) [30/Jun/2018:20:03:20.294512211 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/parentid.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/parentid.db [30/Jun/2018:20:03:20.295113477 -0400] - INFO - dblayer_copy_directory - Backing up file 8 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/id2entry.db) [30/Jun/2018:20:03:20.295604336 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/id2entry.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/id2entry.db [30/Jun/2018:20:03:20.300228650 -0400] - INFO - dblayer_copy_directory - Backing up file 9 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/aci.db) [30/Jun/2018:20:03:20.300769503 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/aci.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/aci.db [30/Jun/2018:20:03:20.301360438 -0400] - INFO - dblayer_copy_directory - Backing up file 10 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/entryrdn.db) [30/Jun/2018:20:03:20.301939083 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/entryrdn.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/entryrdn.db [30/Jun/2018:20:03:20.302452777 -0400] - INFO - dblayer_copy_directory - Backing up file 11 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/ancestorid.db) [30/Jun/2018:20:03:20.302971764 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/ancestorid.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/ancestorid.db [30/Jun/2018:20:03:20.303530367 -0400] - INFO - dblayer_copy_directory - Backing up file 12 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/sn.db) [30/Jun/2018:20:03:20.304051679 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/sn.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/sn.db [30/Jun/2018:20:03:20.304622587 -0400] - INFO - dblayer_copy_directory - Backing up file 13 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/numsubordinates.db) [30/Jun/2018:20:03:20.305091545 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/numsubordinates.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/numsubordinates.db [30/Jun/2018:20:03:20.305691915 -0400] - INFO - dblayer_copy_directory - Backing up file 14 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/uniquemember.db) [30/Jun/2018:20:03:20.306208155 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/uniquemember.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/uniquemember.db [30/Jun/2018:20:03:20.306728445 -0400] - INFO - dblayer_copy_directory - Backing up file 15 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/cn.db) [30/Jun/2018:20:03:20.307218196 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/cn.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/cn.db [30/Jun/2018:20:03:20.307770447 -0400] - INFO - dblayer_copy_directory - Backing up file 16 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/DBVERSION) [30/Jun/2018:20:03:20.308347558 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/userRoot/DBVERSION to /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/DBVERSION [30/Jun/2018:20:03:20.309106027 -0400] - INFO - dblayer_copy_directory - Backing up file 17 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1_5b381a34000000010000.db) [30/Jun/2018:20:03:20.309626066 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1_5b381a34000000010000.db to /var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1_5b381a34000000010000.db [30/Jun/2018:20:03:20.310285223 -0400] - INFO - dblayer_copy_directory - Backing up file 18 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/DBVERSION) [30/Jun/2018:20:03:20.310865125 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/changelogdb/DBVERSION to /var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/DBVERSION [30/Jun/2018:20:03:20.311518159 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/changelogdb/DBVERSION to /var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/DBVERSION [30/Jun/2018:20:03:20.312104708 -0400] - INFO - dblayer_backup - Backing up file 19 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/log.0000000001) [30/Jun/2018:20:03:20.312579111 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/log.0000000001 to /var/lib/dirsrv/slapd-master1/bak/offline_backup/log.0000000001 [30/Jun/2018:20:03:20.324471269 -0400] - INFO - dblayer_backup - Backing up file 20 (/var/lib/dirsrv/slapd-master1/bak/offline_backup/DBVERSION) [30/Jun/2018:20:03:20.325143379 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/db/DBVERSION to /var/lib/dirsrv/slapd-master1/bak/offline_backup/DBVERSION [30/Jun/2018:20:03:20.327477791 -0400] - INFO - dblayer_pre_close - All database threads now stopped INFO:tests.suites.replication.changelog_test:Run bak2db to restore directory server [30/Jun/2018:20:03:21.379600285 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:20:03:21.477751001 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:20:03:21.485256068 -0400] - INFO - dblayer_delete_transaction_logs - Deleting log file: (/var/lib/dirsrv/slapd-master1/db/log.0000000001) [30/Jun/2018:20:03:21.487411091 -0400] - INFO - dblayer_restore - Restoring file 1 (/var/lib/dirsrv/slapd-master1/db/log.0000000001) [30/Jun/2018:20:03:21.488011291 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/log.0000000001 to /var/lib/dirsrv/slapd-master1/db/log.0000000001 [30/Jun/2018:20:03:21.496991231 -0400] - INFO - dblayer_copy_directory - Restoring file 2 (/var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1_5b381a34000000010000.db) [30/Jun/2018:20:03:21.497610072 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1_5b381a34000000010000.db to /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1_5b381a34000000010000.db [30/Jun/2018:20:03:21.498294422 -0400] - INFO - dblayer_copy_directory - Restoring file 3 (/var/lib/dirsrv/slapd-master1/changelogdb/DBVERSION) [30/Jun/2018:20:03:21.498821545 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/DBVERSION to /var/lib/dirsrv/slapd-master1/changelogdb/DBVERSION [30/Jun/2018:20:03:21.499292985 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/.repl_changelog_backup/changelogdb/DBVERSION to /var/lib/dirsrv/slapd-master1/changelogdb/DBVERSION [30/Jun/2018:20:03:21.499887264 -0400] - INFO - dblayer_copy_directory - Restoring file 4 (/var/lib/dirsrv/slapd-master1/db/userRoot/nsuniqueid.db) [30/Jun/2018:20:03:21.500475772 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nsuniqueid.db to /var/lib/dirsrv/slapd-master1/db/userRoot/nsuniqueid.db [30/Jun/2018:20:03:21.501003775 -0400] - INFO - dblayer_copy_directory - Restoring file 5 (/var/lib/dirsrv/slapd-master1/db/userRoot/uid.db) [30/Jun/2018:20:03:21.501487709 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/uid.db to /var/lib/dirsrv/slapd-master1/db/userRoot/uid.db [30/Jun/2018:20:03:21.501988638 -0400] - INFO - dblayer_copy_directory - Restoring file 6 (/var/lib/dirsrv/slapd-master1/db/userRoot/nscpEntryDN.db) [30/Jun/2018:20:03:21.502519554 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nscpEntryDN.db to /var/lib/dirsrv/slapd-master1/db/userRoot/nscpEntryDN.db [30/Jun/2018:20:03:21.503019989 -0400] - INFO - dblayer_copy_directory - Restoring file 7 (/var/lib/dirsrv/slapd-master1/db/userRoot/objectclass.db) [30/Jun/2018:20:03:21.503493935 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/objectclass.db to /var/lib/dirsrv/slapd-master1/db/userRoot/objectclass.db [30/Jun/2018:20:03:21.504033725 -0400] - INFO - dblayer_copy_directory - Restoring file 8 (/var/lib/dirsrv/slapd-master1/db/userRoot/nsTombstoneCSN.db) [30/Jun/2018:20:03:21.504530127 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/nsTombstoneCSN.db to /var/lib/dirsrv/slapd-master1/db/userRoot/nsTombstoneCSN.db [30/Jun/2018:20:03:21.505045453 -0400] - INFO - dblayer_copy_directory - Restoring file 9 (/var/lib/dirsrv/slapd-master1/db/userRoot/member.db) [30/Jun/2018:20:03:21.505483298 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/member.db to /var/lib/dirsrv/slapd-master1/db/userRoot/member.db [30/Jun/2018:20:03:21.505966524 -0400] - INFO - dblayer_copy_directory - Restoring file 10 (/var/lib/dirsrv/slapd-master1/db/userRoot/parentid.db) [30/Jun/2018:20:03:21.506509412 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/parentid.db to /var/lib/dirsrv/slapd-master1/db/userRoot/parentid.db [30/Jun/2018:20:03:21.506978136 -0400] - INFO - dblayer_copy_directory - Restoring file 11 (/var/lib/dirsrv/slapd-master1/db/userRoot/id2entry.db) [30/Jun/2018:20:03:21.507518934 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/id2entry.db to /var/lib/dirsrv/slapd-master1/db/userRoot/id2entry.db [30/Jun/2018:20:03:21.507998854 -0400] - INFO - dblayer_copy_directory - Restoring file 12 (/var/lib/dirsrv/slapd-master1/db/userRoot/aci.db) [30/Jun/2018:20:03:21.508499372 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/aci.db to /var/lib/dirsrv/slapd-master1/db/userRoot/aci.db [30/Jun/2018:20:03:21.508908129 -0400] - INFO - dblayer_copy_directory - Restoring file 13 (/var/lib/dirsrv/slapd-master1/db/userRoot/entryrdn.db) [30/Jun/2018:20:03:21.509373943 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/entryrdn.db to /var/lib/dirsrv/slapd-master1/db/userRoot/entryrdn.db [30/Jun/2018:20:03:21.509819396 -0400] - INFO - dblayer_copy_directory - Restoring file 14 (/var/lib/dirsrv/slapd-master1/db/userRoot/ancestorid.db) [30/Jun/2018:20:03:21.510265859 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/ancestorid.db to /var/lib/dirsrv/slapd-master1/db/userRoot/ancestorid.db [30/Jun/2018:20:03:21.510796506 -0400] - INFO - dblayer_copy_directory - Restoring file 15 (/var/lib/dirsrv/slapd-master1/db/userRoot/sn.db) [30/Jun/2018:20:03:21.511307507 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/sn.db to /var/lib/dirsrv/slapd-master1/db/userRoot/sn.db [30/Jun/2018:20:03:21.511716958 -0400] - INFO - dblayer_copy_directory - Restoring file 16 (/var/lib/dirsrv/slapd-master1/db/userRoot/numsubordinates.db) [30/Jun/2018:20:03:21.512217097 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/numsubordinates.db to /var/lib/dirsrv/slapd-master1/db/userRoot/numsubordinates.db [30/Jun/2018:20:03:21.512685509 -0400] - INFO - dblayer_copy_directory - Restoring file 17 (/var/lib/dirsrv/slapd-master1/db/userRoot/uniquemember.db) [30/Jun/2018:20:03:21.513246307 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/uniquemember.db to /var/lib/dirsrv/slapd-master1/db/userRoot/uniquemember.db [30/Jun/2018:20:03:21.513697450 -0400] - INFO - dblayer_copy_directory - Restoring file 18 (/var/lib/dirsrv/slapd-master1/db/userRoot/cn.db) [30/Jun/2018:20:03:21.514149090 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/cn.db to /var/lib/dirsrv/slapd-master1/db/userRoot/cn.db [30/Jun/2018:20:03:21.514592491 -0400] - INFO - dblayer_copy_directory - Restoring file 19 (/var/lib/dirsrv/slapd-master1/db/userRoot/DBVERSION) [30/Jun/2018:20:03:21.515099912 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/userRoot/DBVERSION to /var/lib/dirsrv/slapd-master1/db/userRoot/DBVERSION [30/Jun/2018:20:03:21.515585542 -0400] - INFO - dblayer_restore - Restoring file 20 (/var/lib/dirsrv/slapd-master1/db/DBVERSION) [30/Jun/2018:20:03:21.516029571 -0400] - INFO - dblayer_copyfile - Copying /var/lib/dirsrv/slapd-master1/bak/offline_backup/DBVERSION to /var/lib/dirsrv/slapd-master1/db/DBVERSION [30/Jun/2018:20:03:21.569663598 -0400] - INFO - dblayer_pre_close - All database threads now stopped INFO:tests.suites.replication.changelog_test:Database backup is created successfully INFO:tests.suites.replication.changelog_test:LDAP operations add, modify, modrdn and delete INFO:tests.suites.replication.changelog_test:Adding user replusr INFO:tests.suites.replication.changelog_test:Modify RDN of user uid=replusr,ou=People,dc=example,dc=com INFO:tests.suites.replication.changelog_test:Deleting user: uid=cl5usr,ou=People,dc=example,dc=com INFO:tests.suites.replication.changelog_test:Dump changelog using nss5task and check if ldap operations are logged INFO:tests.suites.replication.changelog_test:Remove ldif files, if present in: /var/lib/dirsrv/slapd-master1/changelogdb INFO:tests.suites.replication.changelog_test:No existing changelog ldif files present INFO:tests.suites.replication.changelog_test:Running nsds5task to dump changelog database to a file INFO:tests.suites.replication.changelog_test:Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-master1/changelogdb INFO:tests.suites.replication.changelog_test:Changelog ldif file exist: /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1.ldif INFO:tests.suites.replication.changelog_test:Checking changelog ldif file for ldap operations INFO:tests.suites.replication.changelog_test:Checking if all required changetype operations are present INFO:tests.suites.replication.changelog_test:Valid ldap operations: {'modify', 'delete', 'add', 'modrdn'} INFO:tests.suites.replication.changelog_test:Ldap operations found: {'modify', 'delete', 'add', 'modrdn'} ------------------------------ Captured log call -------------------------------
changelog_test.py 291 INFO Run db2bak to take database backup changelog_test.py 298 INFO Run bak2db to restore directory server changelog_test.py 308 INFO Database backup is created successfully changelog_test.py 313 INFO LDAP operations add, modify, modrdn and delete changelog_test.py 42 INFO Adding user replusr changelog_test.py 55 INFO Modify RDN of user uid=replusr,ou=People,dc=example,dc=com changelog_test.py 62 INFO Deleting user: uid=cl5usr,ou=People,dc=example,dc=com changelog_test.py 69 INFO Dump changelog using nss5task and check if ldap operations are logged changelog_test.py 73 INFO Remove ldif files, if present in: /var/lib/dirsrv/slapd-master1/changelogdb changelog_test.py 84 INFO No existing changelog ldif files present changelog_test.py 86 INFO Running nsds5task to dump changelog database to a file changelog_test.py 89 INFO Check if changelog ldif file exist in: /var/lib/dirsrv/slapd-master1/changelogdb changelog_test.py 93 INFO Changelog ldif file exist: /var/lib/dirsrv/slapd-master1/changelogdb/1dc8d206-7cc211e8-8367f45f-da2257a1.ldif changelog_test.py 103 INFO Checking changelog ldif file for ldap operations changelog_test.py 108 INFO Checking if all required changetype operations are present changelog_test.py 114 INFO Valid ldap operations: {'modify', 'delete', 'add', 'modrdn'} changelog_test.py 115 INFO Ldap operations found: {'modify', 'delete', 'add', 'modrdn'}
Passed suites/replication/changelog_test.py::test_changelog_maxage 0.14
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.changelog_test:Testing Ticket 47669 - Test duration syntax in the changelogs INFO:lib389:Bind as cn=Directory Manager ------------------------------ Captured log setup ------------------------------
changelog_test.py 129 INFO Testing Ticket 47669 - Test duration syntax in the changelogs changelog_test.py 132 INFO Bind as cn=Directory Manager----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:1. Test nsslapd-changelogmaxage in cn=changelog5,cn=config INFO:lib389:Bind as cn=Directory Manager INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 12345 -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 10s -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 30M -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 12h -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 2D -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 4w -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: -123 -- invalid ERROR:tests.suites.replication.changelog_test:Expectedly failed to add nsslapd-changelogmaxage: -123 to cn=changelog5,cn=config: error Server is unwilling to perform INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: xyz -- invalid ERROR:tests.suites.replication.changelog_test:Expectedly failed to add nsslapd-changelogmaxage: xyz to cn=changelog5,cn=config: error Server is unwilling to perform ------------------------------ Captured log call -------------------------------
changelog_test.py 335 INFO 1. Test nsslapd-changelogmaxage in cn=changelog5,cn=config changelog_test.py 338 INFO Bind as cn=Directory Manager changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 12345 -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 10s -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 30M -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 12h -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 2D -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 4w -- valid changelog_test.py 165 INFO Test nsslapd-changelogmaxage: -123 -- invalid changelog_test.py 171 ERROR Expectedly failed to add nsslapd-changelogmaxage: -123 to cn=changelog5,cn=config: error Server is unwilling to perform changelog_test.py 165 INFO Test nsslapd-changelogmaxage: xyz -- invalid changelog_test.py 171 ERROR Expectedly failed to add nsslapd-changelogmaxage: xyz to cn=changelog5,cn=config: error Server is unwilling to perform
Passed suites/replication/changelog_test.py::test_ticket47669_changelog_triminterval 0.14
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:2. Test nsslapd-changelogtrim-interval in cn=changelog5,cn=config INFO:lib389:Bind as cn=Directory Manager INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: 12345 -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: 10s -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: 30M -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: 12h -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: 2D -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: 4w -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: -123 -- invalid ERROR:tests.suites.replication.changelog_test:Expectedly failed to add nsslapd-changelogtrim-interval: -123 to cn=changelog5,cn=config: error Server is unwilling to perform INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogtrim-interval: xyz -- invalid ERROR:tests.suites.replication.changelog_test:Expectedly failed to add nsslapd-changelogtrim-interval: xyz to cn=changelog5,cn=config: error Server is unwilling to perform ------------------------------ Captured log call -------------------------------
changelog_test.py 368 INFO 2. Test nsslapd-changelogtrim-interval in cn=changelog5,cn=config changelog_test.py 371 INFO Bind as cn=Directory Manager changelog_test.py 158 INFO Test nsslapd-changelogtrim-interval: 12345 -- valid changelog_test.py 158 INFO Test nsslapd-changelogtrim-interval: 10s -- valid changelog_test.py 158 INFO Test nsslapd-changelogtrim-interval: 30M -- valid changelog_test.py 158 INFO Test nsslapd-changelogtrim-interval: 12h -- valid changelog_test.py 158 INFO Test nsslapd-changelogtrim-interval: 2D -- valid changelog_test.py 158 INFO Test nsslapd-changelogtrim-interval: 4w -- valid changelog_test.py 165 INFO Test nsslapd-changelogtrim-interval: -123 -- invalid changelog_test.py 171 ERROR Expectedly failed to add nsslapd-changelogtrim-interval: -123 to cn=changelog5,cn=config: error Server is unwilling to perform changelog_test.py 165 INFO Test nsslapd-changelogtrim-interval: xyz -- invalid changelog_test.py 171 ERROR Expectedly failed to add nsslapd-changelogtrim-interval: xyz to cn=changelog5,cn=config: error Server is unwilling to perform
Passed suites/replication/changelog_test.py::test_changelog_compactdbinterval 0.13
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:3. Test nsslapd-changelogcompactdb-interval in cn=changelog5,cn=config INFO:lib389:Bind as cn=Directory Manager INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: 12345 -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: 10s -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: 30M -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: 12h -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: 2D -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: 4w -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: -123 -- invalid ERROR:tests.suites.replication.changelog_test:Expectedly failed to add nsslapd-changelogcompactdb-interval: -123 to cn=changelog5,cn=config: error Server is unwilling to perform INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogcompactdb-interval: xyz -- invalid ERROR:tests.suites.replication.changelog_test:Expectedly failed to add nsslapd-changelogcompactdb-interval: xyz to cn=changelog5,cn=config: error Server is unwilling to perform ------------------------------ Captured log call -------------------------------
changelog_test.py 402 INFO 3. Test nsslapd-changelogcompactdb-interval in cn=changelog5,cn=config changelog_test.py 405 INFO Bind as cn=Directory Manager changelog_test.py 158 INFO Test nsslapd-changelogcompactdb-interval: 12345 -- valid changelog_test.py 158 INFO Test nsslapd-changelogcompactdb-interval: 10s -- valid changelog_test.py 158 INFO Test nsslapd-changelogcompactdb-interval: 30M -- valid changelog_test.py 158 INFO Test nsslapd-changelogcompactdb-interval: 12h -- valid changelog_test.py 158 INFO Test nsslapd-changelogcompactdb-interval: 2D -- valid changelog_test.py 158 INFO Test nsslapd-changelogcompactdb-interval: 4w -- valid changelog_test.py 165 INFO Test nsslapd-changelogcompactdb-interval: -123 -- invalid changelog_test.py 171 ERROR Expectedly failed to add nsslapd-changelogcompactdb-interval: -123 to cn=changelog5,cn=config: error Server is unwilling to perform changelog_test.py 165 INFO Test nsslapd-changelogcompactdb-interval: xyz -- invalid changelog_test.py 171 ERROR Expectedly failed to add nsslapd-changelogcompactdb-interval: xyz to cn=changelog5,cn=config: error Server is unwilling to perform
Passed suites/replication/changelog_test.py::test_retrochangelog_maxage 0.14
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_test:4. Test nsslapd-changelogmaxage in cn=Retro Changelog Plugin,cn=plugins,cn=config INFO:lib389:Bind as cn=Directory Manager INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 12345 -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 10s -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 30M -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 12h -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 2D -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: 4w -- valid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: -123 -- invalid INFO:tests.suites.replication.changelog_test:Test nsslapd-changelogmaxage: xyz -- invalid INFO:lib389:ticket47669 was successfully verified. ------------------------------ Captured log call -------------------------------
changelog_test.py 436 INFO 4. Test nsslapd-changelogmaxage in cn=Retro Changelog Plugin,cn=plugins,cn=config changelog_test.py 439 INFO Bind as cn=Directory Manager changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 12345 -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 10s -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 30M -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 12h -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 2D -- valid changelog_test.py 158 INFO Test nsslapd-changelogmaxage: 4w -- valid changelog_test.py 165 INFO Test nsslapd-changelogmaxage: -123 -- invalid changelog_test.py 165 INFO Test nsslapd-changelogmaxage: xyz -- invalid changelog_test.py 451 INFO ticket47669 was successfully verified.
Passed suites/replication/changelog_trimming_test.py::test_max_age 14.10
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_trimming_test:Testing changelog triming interval with max age... ------------------------------ Captured log call -------------------------------
changelog_trimming_test.py 66 INFO Testing changelog triming interval with max age...
Passed suites/replication/changelog_trimming_test.py::test_max_entries 12.34
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.changelog_trimming_test:Testing changelog triming interval with max entries... ------------------------------ Captured log call -------------------------------
changelog_trimming_test.py 105 INFO Testing changelog triming interval with max entries...
Passed suites/replication/cleanallruv_test.py::test_clean 2.72
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'master4', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Joining master master4 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39004 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39004 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master1 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master2 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39004 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created INFO:lib389.topologies:Ensuring master master3 to master4 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39004 is was created INFO:lib389.topologies:Ensuring master master4 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master4 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39002 is was created INFO:lib389.topologies:Ensuring master master4 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39003 is was created DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39004, 'ldap-secureport': 63704, 'server-id': 'master4', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 153 INFO Joining master master4 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39004 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39004 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master1 to master4 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39004 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master2 to master4 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39004 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created topologies.py 161 INFO Ensuring master master3 to master4 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39004 is was created topologies.py 161 INFO Ensuring master master4 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master4 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39002 is was created topologies.py 161 INFO Ensuring master master4 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39004 to ldap://server.example.com:39003 is was created cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_clean... INFO:tests.suites.replication.cleanallruv_test:test_clean: disable master 4... INFO:tests.suites.replication.cleanallruv_test:test_clean: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_clean: run the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_clean: check all the masters have been cleaned... INFO:tests.suites.replication.cleanallruv_test:test_clean PASSED, restoring master 4... ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 184 INFO Running test_clean... cleanallruv_test.py 187 INFO test_clean: disable master 4... cleanallruv_test.py 67 INFO test_clean: remove all the agreements to master 4... cleanallruv_test.py 191 INFO test_clean: run the cleanAllRUV task... cleanallruv_test.py 200 INFO test_clean: check all the masters have been cleaned... cleanallruv_test.py 204 INFO test_clean PASSED, restoring master 4...
Passed suites/replication/cleanallruv_test.py::test_clean_restart 24.59
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_clean_restart... INFO:tests.suites.replication.cleanallruv_test:test_clean: disable master 4... INFO:tests.suites.replication.cleanallruv_test:test_clean: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_clean: run the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_clean_restart: check all the masters have been cleaned... INFO:tests.suites.replication.cleanallruv_test:test_clean_restart PASSED, restoring master 4... ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 235 INFO Running test_clean_restart... cleanallruv_test.py 238 INFO test_clean: disable master 4... cleanallruv_test.py 67 INFO test_clean: remove all the agreements to master 4... cleanallruv_test.py 246 INFO test_clean: run the cleanAllRUV task... cleanallruv_test.py 269 INFO test_clean_restart: check all the masters have been cleaned... cleanallruv_test.py 273 INFO test_clean_restart PASSED, restoring master 4...
Passed suites/replication/cleanallruv_test.py::test_clean_force 13.72
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_clean_force... INFO:tests.suites.replication.cleanallruv_test:test_clean_force: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_clean: run the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_clean_force: check all the masters have been cleaned... INFO:tests.suites.replication.cleanallruv_test:test_clean_force PASSED, restoring master 4... ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 298 INFO Running test_clean_force... cleanallruv_test.py 67 INFO test_clean_force: remove all the agreements to master 4... cleanallruv_test.py 316 INFO test_clean: run the cleanAllRUV task... cleanallruv_test.py 326 INFO test_clean_force: check all the masters have been cleaned... cleanallruv_test.py 330 INFO test_clean_force PASSED, restoring master 4...
Passed suites/replication/cleanallruv_test.py::test_abort 6.35
---------------------------- Captured stderr setup -----------------------------
DEBUG:tests.suites.replication.cleanallruv_test:-------------- BEGIN RESET of m4 ----------------- INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working DEBUG:tests.suites.replication.cleanallruv_test:-------------- FINISH RESET of m4 ----------------- ------------------------------ Captured log setup ------------------------------
cleanallruv_test.py 141 DEBUG -------------- BEGIN RESET of m4 ----------------- replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39004 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39001 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39004 to ldap://server.example.com:39003 is working cleanallruv_test.py 162 DEBUG -------------- FINISH RESET of m4 ---------------------------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.cleanallruv_test:Running test_abort... INFO:tests.suites.replication.cleanallruv_test:test_abort: remove all the agreements to master 4... INFO:tests.suites.replication.cleanallruv_test:test_abort: stop master 2 to freeze the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort: add the cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort: check master 1 no longer has a cleanAllRUV task... INFO:tests.suites.replication.cleanallruv_test:test_abort: start master 2 to begin the restore process... INFO:tests.suites.replication.cleanallruv_test:test_abort PASSED, restoring master 4... ------------------------------ Captured log call -------------------------------
cleanallruv_test.py 352 INFO Running test_abort... cleanallruv_test.py 67 INFO test_abort: remove all the agreements to master 4... cleanallruv_test.py 357 INFO test_abort: stop master 2 to freeze the cleanAllRUV task... cleanallruv_test.py 361 INFO test_abort: add the cleanAllRUV task... cleanallruv_test.py 374 INFO test_abort: check master 1 no longer has a cleanAllRUV task... cleanallruv_test.py 380 INFO test_abort: start master 2 to begin the restore process... cleanallruv_test.py 383 INFO test_abort PASSED, restoring master 4...
Passed suites/replication/conflict_resolve_test.py::TestTwoMasters::()::test_add_modrdn 15.51
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:tests.suites.replication.conflict_resolve_test:Test create - modrdn INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working conflict_resolve_test.py 207 INFO Test create - modrdn replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/replication/conflict_resolve_test.py::TestTwoMasters::()::test_complex_add_modify_modrdn_delete 76.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:tests.suites.replication.conflict_resolve_test:Test add-del on M1 and add on M2 INFO:tests.suites.replication.conflict_resolve_test:Test add-mod on M1 and add on M2 INFO:tests.suites.replication.conflict_resolve_test:Test add-modrdn on M1 and add on M2 INFO:tests.suites.replication.conflict_resolve_test:Test multiple add, modrdn INFO:tests.suites.replication.conflict_resolve_test:Add - del on both masters INFO:tests.suites.replication.conflict_resolve_test:Test modrdn - modrdn INFO:tests.suites.replication.conflict_resolve_test:Test modrdn - del INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working conflict_resolve_test.py 282 INFO Test add-del on M1 and add on M2 conflict_resolve_test.py 298 INFO Test add-mod on M1 and add on M2 conflict_resolve_test.py 314 INFO Test add-modrdn on M1 and add on M2 conflict_resolve_test.py 330 INFO Test multiple add, modrdn conflict_resolve_test.py 338 INFO Add - del on both masters conflict_resolve_test.py 345 INFO Test modrdn - modrdn conflict_resolve_test.py 350 INFO Test modrdn - del replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/replication/regression_test.py::test_double_delete 2.26
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:tests.suites.replication.regression_test:Adding a test entry user ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists regression_test.py 40 INFO Adding a test entry user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.regression_test:Deleting entry uid=testuser,ou=People,dc=example,dc=com from master1 INFO:tests.suites.replication.regression_test:Deleting entry uid=testuser,ou=People,dc=example,dc=com from master2 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
regression_test.py 68 INFO Deleting entry uid=testuser,ou=People,dc=example,dc=com from master1 regression_test.py 71 INFO Deleting entry uid=testuser,ou=People,dc=example,dc=com from master2 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/replication/regression_test.py::test_repl_modrdn 6.29
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.regression_test:Add test entries - Add 3 OUs and 2 same users under 2 different OUs INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:tests.suites.replication.regression_test:Stop Replication INFO:tests.suites.replication.regression_test:Apply modrdn to M1 - move test user from OU A -> C INFO:tests.suites.replication.regression_test:Apply modrdn on M2 - move test user from OU B -> C INFO:tests.suites.replication.regression_test:Start Replication INFO:tests.suites.replication.regression_test:Wait for sometime for repl to resume INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:tests.suites.replication.regression_test:Check that there should be only one test entry under ou=C on both masters INFO:tests.suites.replication.regression_test:Check that the replication is working fine both ways, M1 <-> M2 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
regression_test.py 113 INFO Add test entries - Add 3 OUs and 2 same users under 2 different OUs replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working regression_test.py 137 INFO Stop Replication regression_test.py 140 INFO Apply modrdn to M1 - move test user from OU A -> C regression_test.py 143 INFO Apply modrdn on M2 - move test user from OU B -> C regression_test.py 146 INFO Start Replication regression_test.py 149 INFO Wait for sometime for repl to resume replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working regression_test.py 153 INFO Check that there should be only one test entry under ou=C on both masters regression_test.py 160 INFO Check that the replication is working fine both ways, M1 <-> M2 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/replication/regression_test.py::test_password_repl_error 11.05
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.regression_test:Adding a test entry user ------------------------------ Captured log setup ------------------------------
regression_test.py 40 INFO Adding a test entry user----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.regression_test:Clean the error log INFO:tests.suites.replication.regression_test:Set replication loglevel INFO:tests.suites.replication.regression_test:Modifying entry uid=testuser,ou=People,dc=example,dc=com - change userpassword on master 1 INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:tests.suites.replication.regression_test:Restart the servers to flush the logs INFO:tests.suites.replication.regression_test:Check that password works on master 2 INFO:tests.suites.replication.regression_test:Check the error log for the error with uid=testuser,ou=People,dc=example,dc=com INFO:tests.suites.replication.regression_test:Set the default loglevel ------------------------------ Captured log call -------------------------------
regression_test.py 185 INFO Clean the error log regression_test.py 188 INFO Set replication loglevel regression_test.py 191 INFO Modifying entry uid=testuser,ou=People,dc=example,dc=com - change userpassword on master 1 replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working regression_test.py 198 INFO Restart the servers to flush the logs regression_test.py 203 INFO Check that password works on master 2 regression_test.py 207 INFO Check the error log for the error with uid=testuser,ou=People,dc=example,dc=com regression_test.py 210 INFO Set the default loglevel
Passed suites/replication/regression_test.py::test_invalid_agmt 2.02
----------------------------- Captured stderr call -----------------------------
INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working ------------------------------ Captured log call -------------------------------
replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working
Passed suites/replication/regression_test.py::test_cleanallruv_repl 113.94
---------------------------- Captured stdout setup -----------------------------
Instance slapd-master1 removed. OK group dirsrv exists OK user dirsrv exists Instance slapd-master2 removed. OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.regression_test:Change the error log levels for all masters INFO:tests.suites.replication.regression_test:Get the replication agreements for all 3 masters INFO:tests.suites.replication.regression_test:Get the changelog enteries for M1 and M2 INFO:tests.suites.replication.regression_test:Modify nsslapd-changelogmaxage=30 and nsslapd-changelogtrim-interval=5 for M1 and M2 INFO:tests.suites.replication.regression_test:Add test users to 3 masters INFO:lib389:Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:cleanAllRUV task (task-06302018_202350) completed successfully INFO:lib389:Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config ------------------------------ Captured log call -------------------------------
regression_test.py 280 INFO Change the error log levels for all masters regression_test.py 284 INFO Get the replication agreements for all 3 masters regression_test.py 289 INFO Get the changelog enteries for M1 and M2 regression_test.py 293 INFO Modify nsslapd-changelogmaxage=30 and nsslapd-changelogtrim-interval=5 for M1 and M2 regression_test.py 297 INFO Add test users to 3 masters agreement.py 830 INFO Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 830 INFO Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config tasks.py 1224 INFO cleanAllRUV task (task-06302018_202350) completed successfully agreement.py 830 INFO Pausing replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5ReplicaType--1-4-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5Flags--1-2-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.03
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5ReplicaId-0-65535-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.03
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaPurgeDelay--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.03
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsDS5ReplicaBindDnGroupCheckInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaTombstonePurgeInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaReleaseTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaBackoffMin-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-3] 0.03
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_add[nsds5ReplicaBackoffMax-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.03
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsDS5Flags--1-2-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.03
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaPurgeDelay--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsDS5ReplicaBindDnGroupCheckInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaTombstonePurgeInterval--2-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaProtocolTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaReleaseTimeout--1-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-1] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaBackoffMin-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-3] 0.02
No log output captured.
Passed suites/replication/replica_config_test.py::test_replica_num_modify[nsds5ReplicaBackoffMax-0-9223372036854775807-9999999999999999999999999999999999999999999999999999999999999999999-invalid-6] 0.02
No log output captured.
Passed suites/replication/ruvstore_test.py::test_ruv_entry_backup 7.19
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.ruvstore_test:LDAP operations add, modify, modrdn and delete INFO:tests.suites.replication.ruvstore_test:Adding user to master1 INFO:tests.suites.replication.ruvstore_test:Modify RDN of user: uid=rep2lusr,ou=People,dc=example,dc=com INFO:tests.suites.replication.ruvstore_test:Deleting user: uid=ruvusr,ou=People,dc=example,dc=com INFO:tests.suites.replication.ruvstore_test:Stopping the server instance to run db2ldif task to create backup file [30/Jun/2018:20:24:41.241549731 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:20:24:41.340577974 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:20:24:41.345029995 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory [30/Jun/2018:20:24:41.345672878 -0400] - NOTICE - ldbm_back_start - found 7609124k available [30/Jun/2018:20:24:41.346231343 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k [30/Jun/2018:20:24:41.346639469 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k [30/Jun/2018:20:24:41.347471724 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k [30/Jun/2018:20:24:41.348292331 -0400] - NOTICE - ldbm_back_start - total cache size: 838351339 B; ldiffile: /var/lib/dirsrv/slapd-master1/ldif/master1.ldif [30/Jun/2018:20:24:41.357173733 -0400] - INFO - ldbm_back_ldbm2ldif - export userRoot: Processed 17 entries (100%). [30/Jun/2018:20:24:41.460540189 -0400] - INFO - dblayer_pre_close - Waiting for 4 database threads to stop [30/Jun/2018:20:24:43.854754843 -0400] - INFO - dblayer_pre_close - All database threads now stopped INFO:tests.suites.replication.ruvstore_test:Starting the server after backup INFO:tests.suites.replication.ruvstore_test:Checking if backup file contains RUV and required attributes INFO:tests.suites.replication.ruvstore_test:Attribute found in RUV: objectClass INFO:tests.suites.replication.ruvstore_test:Attribute found in RUV: nsUniqueId INFO:tests.suites.replication.ruvstore_test:Attribute found in RUV: nsds50ruv INFO:tests.suites.replication.ruvstore_test:Attribute found in RUV: nsruvReplicaLastModified ------------------------------ Captured log call -------------------------------
ruvstore_test.py 100 INFO LDAP operations add, modify, modrdn and delete ruvstore_test.py 56 INFO Adding user to master1 ruvstore_test.py 59 INFO Modify RDN of user: uid=rep2lusr,ou=People,dc=example,dc=com ruvstore_test.py 66 INFO Deleting user: uid=ruvusr,ou=People,dc=example,dc=com ruvstore_test.py 104 INFO Stopping the server instance to run db2ldif task to create backup file ruvstore_test.py 108 INFO Starting the server after backup ruvstore_test.py 111 INFO Checking if backup file contains RUV and required attributes ruvstore_test.py 49 INFO Attribute found in RUV: objectClass ruvstore_test.py 49 INFO Attribute found in RUV: nsUniqueId ruvstore_test.py 49 INFO Attribute found in RUV: nsds50ruv ruvstore_test.py 49 INFO Attribute found in RUV: nsruvReplicaLastModified
Passed suites/replication/single_master_test.py::test_mail_attr_repl 13.71
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.single_master_test:Check that replication is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:tests.suites.replication.single_master_test:Back up /var/lib/dirsrv/slapd-consumer1/db/userRoot/mail.db to /tmp/mail.db INFO:tests.suites.replication.single_master_test:Remove 'mail' attr from master INFO:tests.suites.replication.single_master_test:Wait for the replication to happen INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:tests.suites.replication.single_master_test:Restore /tmp/mail.db to /var/lib/dirsrv/slapd-consumer1/db/userRoot/mail.db INFO:tests.suites.replication.single_master_test:Make a search for mail attribute in attempt to crash server INFO:tests.suites.replication.single_master_test:Make sure that server hasn't crashed INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working ------------------------------ Captured log call -------------------------------
single_master_test.py 64 INFO Check that replication is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working single_master_test.py 80 INFO Back up /var/lib/dirsrv/slapd-consumer1/db/userRoot/mail.db to /tmp/mail.db single_master_test.py 84 INFO Remove 'mail' attr from master single_master_test.py 87 INFO Wait for the replication to happen replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working single_master_test.py 91 INFO Restore /tmp/mail.db to /var/lib/dirsrv/slapd-consumer1/db/userRoot/mail.db single_master_test.py 95 INFO Make a search for mail attribute in attempt to crash server single_master_test.py 98 INFO Make sure that server hasn't crashed replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working
Passed suites/replication/single_master_test.py::test_lastupdate_attr_before_init 0.07
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 38902, 'ldap-secureport': 63602, 'server-id': 'standalone2', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:38901 to ldap://server.example.com:38902 is was created ------------------------------ Captured log call -------------------------------
replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:38901 to ldap://server.example.com:38902 is was created
Passed suites/replication/tls_client_auth_repl_test.py::test_ssl_transport 4.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working----------------------------- Captured stderr call -----------------------------
INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working ------------------------------ Captured log call -------------------------------
replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working
Passed suites/replication/tls_client_auth_repl_test.py::test_extract_pemfiles 4.05
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.tls_client_auth_repl_test:Check that nsslapd-extract-pemfiles is on INFO:tests.suites.replication.tls_client_auth_repl_test:Set nsslapd-extract-pemfiles = '{}' and check replication works) INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working INFO:tests.suites.replication.tls_client_auth_repl_test:Set nsslapd-extract-pemfiles = '{}' and check replication works) INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working INFO:lib389.replica:SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working ------------------------------ Captured log call -------------------------------
tls_client_auth_repl_test.py 166 INFO Check that nsslapd-extract-pemfiles is on tls_client_auth_repl_test.py 170 INFO Set nsslapd-extract-pemfiles = '{}' and check replication works) replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working tls_client_auth_repl_test.py 170 INFO Set nsslapd-extract-pemfiles = '{}' and check replication works) replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63701 to ldaps://server.example.com:63702 is working replica.py 1873 INFO SUCCESS: Replication from ldaps://server.example.com:63702 to ldaps://server.example.com:63701 is working
Passed suites/replication/wait_for_async_feature_test.py::test_not_int_value 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists
Passed suites/replication/wait_for_async_feature_test.py::test_multi_value 0.01
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr0] 0.00
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr1] 0.00
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr2] 0.00
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_value_check[waitfor_async_attr3] 0.00
No log output captured.
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr0] 20.04
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Add 100 nested entries under replicated suffix on master1 INFO:tests.suites.replication.wait_for_async_feature_test:Delete created entries ------------------------------ Captured log setup ------------------------------
wait_for_async_feature_test.py 61 INFO Add 100 nested entries under replicated suffix on master1 wait_for_async_feature_test.py 69 INFO Delete created entries----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Set Replication Debugging loglevel for the errorlog INFO:tests.suites.replication.wait_for_async_feature_test:Gather all sync attempts within Counter dict, group by timestamp INFO:tests.suites.replication.wait_for_async_feature_test:Take the most common timestamp and assert it has appeared in the range from 4 to 11 times DEBUG:tests.suites.replication.wait_for_async_feature_test:4 <= 9 <= 11 ------------------------------ Captured log call -------------------------------
wait_for_async_feature_test.py 166 INFO Set Replication Debugging loglevel for the errorlog wait_for_async_feature_test.py 176 INFO Gather all sync attempts within Counter dict, group by timestamp wait_for_async_feature_test.py 198 INFO Take the most common timestamp and assert it has appeared in the range from 4 to 11 times wait_for_async_feature_test.py 200 DEBUG 4 <= 9 <= 11
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr1] 20.02
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Add 100 nested entries under replicated suffix on master1 INFO:tests.suites.replication.wait_for_async_feature_test:Delete created entries ------------------------------ Captured log setup ------------------------------
wait_for_async_feature_test.py 61 INFO Add 100 nested entries under replicated suffix on master1 wait_for_async_feature_test.py 69 INFO Delete created entries----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Set Replication Debugging loglevel for the errorlog INFO:tests.suites.replication.wait_for_async_feature_test:Gather all sync attempts within Counter dict, group by timestamp INFO:tests.suites.replication.wait_for_async_feature_test:Take the most common timestamp and assert it has appeared in the range from 0 to 2 times DEBUG:tests.suites.replication.wait_for_async_feature_test:0 <= 2 <= 2 ------------------------------ Captured log call -------------------------------
wait_for_async_feature_test.py 166 INFO Set Replication Debugging loglevel for the errorlog wait_for_async_feature_test.py 176 INFO Gather all sync attempts within Counter dict, group by timestamp wait_for_async_feature_test.py 198 INFO Take the most common timestamp and assert it has appeared in the range from 0 to 2 times wait_for_async_feature_test.py 200 DEBUG 0 <= 2 <= 2
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr2] 20.03
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Add 100 nested entries under replicated suffix on master1 INFO:tests.suites.replication.wait_for_async_feature_test:Delete created entries ------------------------------ Captured log setup ------------------------------
wait_for_async_feature_test.py 61 INFO Add 100 nested entries under replicated suffix on master1 wait_for_async_feature_test.py 69 INFO Delete created entries----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Set Replication Debugging loglevel for the errorlog INFO:tests.suites.replication.wait_for_async_feature_test:Gather all sync attempts within Counter dict, group by timestamp INFO:tests.suites.replication.wait_for_async_feature_test:Take the most common timestamp and assert it has appeared in the range from 4 to 11 times DEBUG:tests.suites.replication.wait_for_async_feature_test:4 <= 7 <= 11 ------------------------------ Captured log call -------------------------------
wait_for_async_feature_test.py 166 INFO Set Replication Debugging loglevel for the errorlog wait_for_async_feature_test.py 176 INFO Gather all sync attempts within Counter dict, group by timestamp wait_for_async_feature_test.py 198 INFO Take the most common timestamp and assert it has appeared in the range from 4 to 11 times wait_for_async_feature_test.py 200 DEBUG 4 <= 7 <= 11
Passed suites/replication/wait_for_async_feature_test.py::test_behavior_with_value[waitfor_async_attr3] 20.04
---------------------------- Captured stderr setup -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Add 100 nested entries under replicated suffix on master1 INFO:tests.suites.replication.wait_for_async_feature_test:Delete created entries ------------------------------ Captured log setup ------------------------------
wait_for_async_feature_test.py 61 INFO Add 100 nested entries under replicated suffix on master1 wait_for_async_feature_test.py 69 INFO Delete created entries----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.replication.wait_for_async_feature_test:Set Replication Debugging loglevel for the errorlog INFO:tests.suites.replication.wait_for_async_feature_test:Gather all sync attempts within Counter dict, group by timestamp INFO:tests.suites.replication.wait_for_async_feature_test:Take the most common timestamp and assert it has appeared in the range from 4 to 11 times DEBUG:tests.suites.replication.wait_for_async_feature_test:4 <= 7 <= 11 ------------------------------ Captured log call -------------------------------
wait_for_async_feature_test.py 166 INFO Set Replication Debugging loglevel for the errorlog wait_for_async_feature_test.py 176 INFO Gather all sync attempts within Counter dict, group by timestamp wait_for_async_feature_test.py 198 INFO Take the most common timestamp and assert it has appeared in the range from 4 to 11 times wait_for_async_feature_test.py 200 DEBUG 4 <= 7 <= 11
Passed suites/sasl/allowed_mechs_test.py::test_basic_feature 36.23
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stdout call -----------------------------
['EXTERNAL', 'GSS-SPNEGO', 'GSSAPI', 'DIGEST-MD5', 'CRAM-MD5', 'PLAIN', 'LOGIN', 'ANONYMOUS'] ----------------------------- Captured stderr call -----------------------------
INFO:lib389:Test we have some of the default mechanisms INFO:lib389:Edit mechanisms to allow just PLAIN INFO:lib389:Restart server and make sure we still have correct allowed mechs INFO:lib389:Edit mechanisms to allow just PLAIN and EXTERNAL INFO:lib389:Edit mechanisms to allow just PLAIN and GSSAPI INFO:lib389:Edit mechanisms to allow just PLAIN, GSSAPI, and ANONYMOUS INFO:lib389:Edit mechanisms to allow just PLAIN and ANONYMOUS INFO:lib389:Reset allowed mechaisms INFO:lib389:Check that we have the original set of mechanisms INFO:lib389:Check that we have the original set of mechanisms after a restart ------------------------------ Captured log call -------------------------------
allowed_mechs_test.py 73 INFO Test we have some of the default mechanisms allowed_mechs_test.py 81 INFO Edit mechanisms to allow just PLAIN allowed_mechs_test.py 89 INFO Restart server and make sure we still have correct allowed mechs allowed_mechs_test.py 98 INFO Edit mechanisms to allow just PLAIN and EXTERNAL allowed_mechs_test.py 106 INFO Edit mechanisms to allow just PLAIN and GSSAPI allowed_mechs_test.py 124 INFO Edit mechanisms to allow just PLAIN, GSSAPI, and ANONYMOUS allowed_mechs_test.py 144 INFO Edit mechanisms to allow just PLAIN and ANONYMOUS allowed_mechs_test.py 163 INFO Reset allowed mechaisms allowed_mechs_test.py 167 INFO Check that we have the original set of mechanisms allowed_mechs_test.py 172 INFO Check that we have the original set of mechanisms after a restart
Passed suites/sasl/plain_test.py::test_basic_feature 7.20
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed suites/schema/schema_reload_test.py::test_valid_schema 2.09
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.schema.schema_reload_test:Test schema-reload task with valid schema INFO:tests.suites.schema.schema_reload_test:Create valid schema file (99user.ldif)... INFO:tests.suites.schema.schema_reload_test:Run the schema-reload task... INFO:lib389:Schema Reload task (task-06302018_203019) completed successfully INFO:tests.suites.schema.schema_reload_test:The schema reload task worked as expected INFO:tests.suites.schema.schema_reload_test:Check cn=schema to verify the valid schema was added ------------------------------ Captured log call -------------------------------
schema_reload_test.py 41 INFO Test schema-reload task with valid schema schema_reload_test.py 44 INFO Create valid schema file (99user.ldif)... schema_reload_test.py 60 INFO Run the schema-reload task... tasks.py 991 INFO Schema Reload task (task-06302018_203019) completed successfully schema_reload_test.py 66 INFO The schema reload task worked as expected schema_reload_test.py 69 INFO Check cn=schema to verify the valid schema was added
Passed suites/schema/schema_reload_test.py::test_invalid_schema 2.10
----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.schema.schema_reload_test:Test schema-reload task with invalid schema INFO:tests.suites.schema.schema_reload_test:Create valid schema file (98user.ldif)... INFO:tests.suites.schema.schema_reload_test:Create invalid schema file (99user.ldif)... INFO:tests.suites.schema.schema_reload_test:Run the schema-reload task, it should fail... ERROR:lib389:Error: Schema Reload task (task-06302018_203021) exited with -2 INFO:tests.suites.schema.schema_reload_test:The schema reload task failed as expected: error -2 INFO:tests.suites.schema.schema_reload_test:Check cn=schema to verify the invalid schema was not added INFO:tests.suites.schema.schema_reload_test:The invalid schema is not present on the server ------------------------------ Captured log call -------------------------------
schema_reload_test.py 93 INFO Test schema-reload task with invalid schema schema_reload_test.py 96 INFO Create valid schema file (98user.ldif)... schema_reload_test.py 111 INFO Create invalid schema file (99user.ldif)... schema_reload_test.py 128 INFO Run the schema-reload task, it should fail... tasks.py 988 ERROR Error: Schema Reload task (task-06302018_203021) exited with -2 schema_reload_test.py 135 INFO The schema reload task failed as expected: error -2 schema_reload_test.py 138 INFO Check cn=schema to verify the invalid schema was not added schema_reload_test.py 145 INFO The invalid schema is not present on the server
Passed suites/schema/schema_replication_test.py::test_schema_replication_one 9.32
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7ee6dcadd8> (master <lib389.DirSrv object at 0x7f7ef84f16a0>, consumer <lib389.DirSrv object at 0x7f7efc1301d0> ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists schema_replication_test.py 182 DEBUG test_schema_replication_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7ee6dcadd8> (master <lib389.DirSrv object at 0x7f7ef84f16a0>, consumer <lib389.DirSrv object at 0x7f7efc1301d0>----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Extra OC Schema is pushed - no error INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_one topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7ee6dcadd8> (master <lib389.DirSrv object at 0x7f7ef84f16a0>, consumer <lib389.DirSrv object at 0x7f7efc1301d0> DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive 0 (expected 1) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'1' (expected 2) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_one master_schema_csn=b'5b3820af000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_one onsumer_schema_csn=b'5b3820af000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [39] 389-Directory/1.4.0.11 B2018.181.2311 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91] server.example.com:389 (/etc/dirsrv/slapd-master1) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [274] [30/Jun/2018:20:30:25.611806047 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [391] [30/Jun/2018:20:30:25.708715817 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [572] [30/Jun/2018:20:30:25.715128275 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [717] [30/Jun/2018:20:30:25.715989137 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7793037312, process usage 21684224 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [835] [30/Jun/2018:20:30:25.716545250 -0400] - INFO - check_and_set_import_cache - Import allocates 3044155KB import cache. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [946] [30/Jun/2018:20:30:25.848762206 -0400] - INFO - import_main_offline - import userRoot: Beginning import job... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1078] [30/Jun/2018:20:30:25.849554371 -0400] - INFO - import_main_offline - import userRoot: Index buffering enabled with bucket size 100 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1200] [30/Jun/2018:20:30:26.050436833 -0400] - INFO - import_producer - import userRoot: Processing file "/tmp/ldifemouqP.ldif" DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1341] [30/Jun/2018:20:30:26.051732005 -0400] - INFO - import_producer - import userRoot: Finished scanning file "/tmp/ldifemouqP.ldif" (9 entries) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1464] [30/Jun/2018:20:30:26.551667851 -0400] - INFO - import_monitor_threads - import userRoot: Workers finished; cleaning up... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1574] [30/Jun/2018:20:30:26.752664827 -0400] - INFO - import_monitor_threads - import userRoot: Workers cleaned up. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1692] [30/Jun/2018:20:30:26.753553251 -0400] - INFO - import_main_offline - import userRoot: Cleaning up producer thread... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1818] [30/Jun/2018:20:30:26.754067127 -0400] - INFO - import_main_offline - import userRoot: Indexing complete. Post-processing... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [1979] [30/Jun/2018:20:30:26.754603336 -0400] - INFO - import_main_offline - import userRoot: Generating numsubordinates (this may take several minutes to complete)... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2103] [30/Jun/2018:20:30:26.756192953 -0400] - INFO - import_main_offline - import userRoot: Generating numSubordinates complete. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2228] [30/Jun/2018:20:30:26.756891171 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Gathering ancestorid non-leaf IDs... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2360] [30/Jun/2018:20:30:26.757392875 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Finished gathering ancestorid non-leaf IDs. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2503] [30/Jun/2018:20:30:26.758711274 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Creating ancestorid index (new idl)... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2643] [30/Jun/2018:20:30:26.759363550 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Created ancestorid index (new idl). DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2749] [30/Jun/2018:20:30:26.759865940 -0400] - INFO - import_main_offline - import userRoot: Flushing caches... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2853] [30/Jun/2018:20:30:26.760338313 -0400] - INFO - import_main_offline - import userRoot: Closing files... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [2954] [30/Jun/2018:20:30:26.786513866 -0400] - INFO - dblayer_pre_close - All database threads now stopped DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3112] [30/Jun/2018:20:30:26.787433954 -0400] - INFO - import_main_offline - import userRoot: Import complete. Processed 9 entries in 1 seconds. (9.00 entries/sec) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3294] [30/Jun/2018:20:30:26.940827678 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3399] [30/Jun/2018:20:30:27.045889297 -0400] - INFO - main - 389-Directory/1.4.0.11 B2018.181.2311 starting up DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3507] [30/Jun/2018:20:30:27.889914948 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3624] [30/Jun/2018:20:30:27.892665027 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3723] [30/Jun/2018:20:30:27.901851778 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3816] [30/Jun/2018:20:30:27.902633996 -0400] - NOTICE - ldbm_back_start - found 7610016k available DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [3920] [30/Jun/2018:20:30:27.903212681 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4046] [30/Jun/2018:20:30:27.903899916 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4168] [30/Jun/2018:20:30:27.904593558 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4268] [30/Jun/2018:20:30:27.905395063 -0400] - NOTICE - ldbm_back_start - total cache size: 788019691 B; DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4380] [30/Jun/2018:20:30:27.906335904 -0400] - INFO - dblayer_start - Resizing db cache size: 3117214924 -> 167262699 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4516] [30/Jun/2018:20:30:28.005492528 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 39001 for LDAP requests DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4704] [30/Jun/2018:20:30:32.383853969 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [4884] [30/Jun/2018:20:30:32.384440087 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5072] [30/Jun/2018:20:30:32.384931894 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5252] [30/Jun/2018:20:30:32.385400666 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5411] [30/Jun/2018:20:30:32.571302449 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Beginning total update of replica "agmt="cn=temp_201" (server:39201)". DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5595] [30/Jun/2018:20:30:32.572379089 -0400] - NOTICE - NSMMReplicationPlugin - replica_subentry_check - Need to create replication keep alive entry <cn=repl keep alive 1,dc=example,dc=com> DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5740] [30/Jun/2018:20:30:32.572886608 -0400] - INFO - NSMMReplicationPlugin - replica_subentry_create - add dn: cn=repl keep alive 1,dc=example,dc=com DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5757] objectclass: top DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5783] objectclass: ldapsubentry DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5813] objectclass: extensibleObject DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [5835] cn: repl keep alive 1 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6010] [30/Jun/2018:20:30:35.202338809 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Finished total update of replica "agmt="cn=temp_201" (server:39201)". Sent 12 entries. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6010] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 6010 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Extra OC Schema is pushed - no error schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 222 DEBUG test_schema_replication_one topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7ee6dcadd8> (master <lib389.DirSrv object at 0x7f7ef84f16a0>, consumer <lib389.DirSrv object at 0x7f7efc1301d0> schema_replication_test.py 151 DEBUG trigger_update: receive 0 (expected 1) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'1' (expected 2) schema_replication_test.py 232 DEBUG test_schema_replication_one master_schema_csn=b'5b3820af000000000000' schema_replication_test.py 233 DEBUG ctest_schema_replication_one onsumer_schema_csn=b'5b3820af000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [39] 389-Directory/1.4.0.11 B2018.181.2311 schema_replication_test.py 61 DEBUG _pattern_errorlog: [91] server.example.com:389 (/etc/dirsrv/slapd-master1) schema_replication_test.py 61 DEBUG _pattern_errorlog: [92] schema_replication_test.py 61 DEBUG _pattern_errorlog: [274] [30/Jun/2018:20:30:25.611806047 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. schema_replication_test.py 61 DEBUG _pattern_errorlog: [391] [30/Jun/2018:20:30:25.708715817 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [572] [30/Jun/2018:20:30:25.715128275 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database schema_replication_test.py 61 DEBUG _pattern_errorlog: [717] [30/Jun/2018:20:30:25.715989137 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7793037312, process usage 21684224 schema_replication_test.py 61 DEBUG _pattern_errorlog: [835] [30/Jun/2018:20:30:25.716545250 -0400] - INFO - check_and_set_import_cache - Import allocates 3044155KB import cache. schema_replication_test.py 61 DEBUG _pattern_errorlog: [946] [30/Jun/2018:20:30:25.848762206 -0400] - INFO - import_main_offline - import userRoot: Beginning import job... schema_replication_test.py 61 DEBUG _pattern_errorlog: [1078] [30/Jun/2018:20:30:25.849554371 -0400] - INFO - import_main_offline - import userRoot: Index buffering enabled with bucket size 100 schema_replication_test.py 61 DEBUG _pattern_errorlog: [1200] [30/Jun/2018:20:30:26.050436833 -0400] - INFO - import_producer - import userRoot: Processing file "/tmp/ldifemouqP.ldif" schema_replication_test.py 61 DEBUG _pattern_errorlog: [1341] [30/Jun/2018:20:30:26.051732005 -0400] - INFO - import_producer - import userRoot: Finished scanning file "/tmp/ldifemouqP.ldif" (9 entries) schema_replication_test.py 61 DEBUG _pattern_errorlog: [1464] [30/Jun/2018:20:30:26.551667851 -0400] - INFO - import_monitor_threads - import userRoot: Workers finished; cleaning up... schema_replication_test.py 61 DEBUG _pattern_errorlog: [1574] [30/Jun/2018:20:30:26.752664827 -0400] - INFO - import_monitor_threads - import userRoot: Workers cleaned up. schema_replication_test.py 61 DEBUG _pattern_errorlog: [1692] [30/Jun/2018:20:30:26.753553251 -0400] - INFO - import_main_offline - import userRoot: Cleaning up producer thread... schema_replication_test.py 61 DEBUG _pattern_errorlog: [1818] [30/Jun/2018:20:30:26.754067127 -0400] - INFO - import_main_offline - import userRoot: Indexing complete. Post-processing... schema_replication_test.py 61 DEBUG _pattern_errorlog: [1979] [30/Jun/2018:20:30:26.754603336 -0400] - INFO - import_main_offline - import userRoot: Generating numsubordinates (this may take several minutes to complete)... schema_replication_test.py 61 DEBUG _pattern_errorlog: [2103] [30/Jun/2018:20:30:26.756192953 -0400] - INFO - import_main_offline - import userRoot: Generating numSubordinates complete. schema_replication_test.py 61 DEBUG _pattern_errorlog: [2228] [30/Jun/2018:20:30:26.756891171 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Gathering ancestorid non-leaf IDs... schema_replication_test.py 61 DEBUG _pattern_errorlog: [2360] [30/Jun/2018:20:30:26.757392875 -0400] - INFO - ldbm_get_nonleaf_ids - import userRoot: Finished gathering ancestorid non-leaf IDs. schema_replication_test.py 61 DEBUG _pattern_errorlog: [2503] [30/Jun/2018:20:30:26.758711274 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Creating ancestorid index (new idl)... schema_replication_test.py 61 DEBUG _pattern_errorlog: [2643] [30/Jun/2018:20:30:26.759363550 -0400] - INFO - ldbm_ancestorid_new_idl_create_index - import userRoot: Created ancestorid index (new idl). schema_replication_test.py 61 DEBUG _pattern_errorlog: [2749] [30/Jun/2018:20:30:26.759865940 -0400] - INFO - import_main_offline - import userRoot: Flushing caches... schema_replication_test.py 61 DEBUG _pattern_errorlog: [2853] [30/Jun/2018:20:30:26.760338313 -0400] - INFO - import_main_offline - import userRoot: Closing files... schema_replication_test.py 61 DEBUG _pattern_errorlog: [2954] [30/Jun/2018:20:30:26.786513866 -0400] - INFO - dblayer_pre_close - All database threads now stopped schema_replication_test.py 61 DEBUG _pattern_errorlog: [3112] [30/Jun/2018:20:30:26.787433954 -0400] - INFO - import_main_offline - import userRoot: Import complete. Processed 9 entries in 1 seconds. (9.00 entries/sec) schema_replication_test.py 61 DEBUG _pattern_errorlog: [3294] [30/Jun/2018:20:30:26.940827678 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. schema_replication_test.py 61 DEBUG _pattern_errorlog: [3399] [30/Jun/2018:20:30:27.045889297 -0400] - INFO - main - 389-Directory/1.4.0.11 B2018.181.2311 starting up schema_replication_test.py 61 DEBUG _pattern_errorlog: [3507] [30/Jun/2018:20:30:27.889914948 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds schema_replication_test.py 61 DEBUG _pattern_errorlog: [3624] [30/Jun/2018:20:30:27.892665027 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [3723] [30/Jun/2018:20:30:27.901851778 -0400] - NOTICE - ldbm_back_start - found 8167124k physical memory schema_replication_test.py 61 DEBUG _pattern_errorlog: [3816] [30/Jun/2018:20:30:27.902633996 -0400] - NOTICE - ldbm_back_start - found 7610016k available schema_replication_test.py 61 DEBUG _pattern_errorlog: [3920] [30/Jun/2018:20:30:27.903212681 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 204178k schema_replication_test.py 61 DEBUG _pattern_errorlog: [4046] [30/Jun/2018:20:30:27.903899916 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 589824k schema_replication_test.py 61 DEBUG _pattern_errorlog: [4168] [30/Jun/2018:20:30:27.904593558 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 65536k schema_replication_test.py 61 DEBUG _pattern_errorlog: [4268] [30/Jun/2018:20:30:27.905395063 -0400] - NOTICE - ldbm_back_start - total cache size: 788019691 B; schema_replication_test.py 61 DEBUG _pattern_errorlog: [4380] [30/Jun/2018:20:30:27.906335904 -0400] - INFO - dblayer_start - Resizing db cache size: 3117214924 -> 167262699 schema_replication_test.py 61 DEBUG _pattern_errorlog: [4516] [30/Jun/2018:20:30:28.005492528 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 39001 for LDAP requests schema_replication_test.py 61 DEBUG _pattern_errorlog: [4704] [30/Jun/2018:20:30:32.383853969 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... schema_replication_test.py 61 DEBUG _pattern_errorlog: [4884] [30/Jun/2018:20:30:32.384440087 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) schema_replication_test.py 61 DEBUG _pattern_errorlog: [5072] [30/Jun/2018:20:30:32.384931894 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding the replication changelog RUV, this may take several minutes... schema_replication_test.py 61 DEBUG _pattern_errorlog: [5252] [30/Jun/2018:20:30:32.385400666 -0400] - NOTICE - NSMMReplicationPlugin - changelog program - _cl5ConstructRUV - Rebuilding replication changelog RUV complete. Result 0 (Success) schema_replication_test.py 61 DEBUG _pattern_errorlog: [5411] [30/Jun/2018:20:30:32.571302449 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Beginning total update of replica "agmt="cn=temp_201" (server:39201)". schema_replication_test.py 61 DEBUG _pattern_errorlog: [5595] [30/Jun/2018:20:30:32.572379089 -0400] - NOTICE - NSMMReplicationPlugin - replica_subentry_check - Need to create replication keep alive entry <cn=repl keep alive 1,dc=example,dc=com> schema_replication_test.py 61 DEBUG _pattern_errorlog: [5740] [30/Jun/2018:20:30:32.572886608 -0400] - INFO - NSMMReplicationPlugin - replica_subentry_create - add dn: cn=repl keep alive 1,dc=example,dc=com schema_replication_test.py 61 DEBUG _pattern_errorlog: [5757] objectclass: top schema_replication_test.py 61 DEBUG _pattern_errorlog: [5783] objectclass: ldapsubentry schema_replication_test.py 61 DEBUG _pattern_errorlog: [5813] objectclass: extensibleObject schema_replication_test.py 61 DEBUG _pattern_errorlog: [5835] cn: repl keep alive 1 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6010] [30/Jun/2018:20:30:35.202338809 -0400] - INFO - NSMMReplicationPlugin - repl5_tot_run - Finished total update of replica "agmt="cn=temp_201" (server:39201)". Sent 12 entries. schema_replication_test.py 61 DEBUG _pattern_errorlog: [6010] schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 6010
Passed suites/schema/schema_replication_test.py::test_schema_replication_two 11.45
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Extra OC Schema is pushed - (ticket 47721 allows to learn missing def) INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'2' (expected 3) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'3' (expected 4) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_two master_schema_csn=b'5b3820bb000000000000' DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_two consumer_schema_csn=b'5b3820bb000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 6011 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6212] 30/Jun/2018:20:30:51.489866127 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (server:39201) must not be overwritten (set replication log for additional info) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 6212 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Extra OC Schema is pushed - (ticket 47721 allows to learn missing def) schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'2' (expected 3) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'3' (expected 4) schema_replication_test.py 288 DEBUG test_schema_replication_two master_schema_csn=b'5b3820bb000000000000' schema_replication_test.py 289 DEBUG test_schema_replication_two consumer_schema_csn=b'5b3820bb000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 6011 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6212] 30/Jun/2018:20:30:51.489866127 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (server:39201) must not be overwritten (set replication log for additional info) schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 6212
Passed suites/schema/schema_replication_test.py::test_schema_replication_three 9.32
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Extra OC Schema is pushed - no error INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'4' (expected 5) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'5' (expected 6) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_three master_schema_csn=b'5b3820c4000000000000' DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_three consumer_schema_csn=b'5b3820c4000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 6213 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6213] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 6213 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Extra OC Schema is pushed - no error schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'4' (expected 5) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'5' (expected 6) schema_replication_test.py 339 DEBUG test_schema_replication_three master_schema_csn=b'5b3820c4000000000000' schema_replication_test.py 340 DEBUG test_schema_replication_three consumer_schema_csn=b'5b3820c4000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 6213 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6213] schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 6213
Passed suites/schema/schema_replication_test.py::test_schema_replication_four 9.41
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Same OC - extra MUST: Schema is pushed - no error INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'6' (expected 7) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'7' (expected 8) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_four master_schema_csn=b'5b3820ce000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_four onsumer_schema_csn=b'5b3820ce000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 6214 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6214] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 6214 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Same OC - extra MUST: Schema is pushed - no error schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'6' (expected 7) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'7' (expected 8) schema_replication_test.py 388 DEBUG test_schema_replication_four master_schema_csn=b'5b3820ce000000000000' schema_replication_test.py 389 DEBUG ctest_schema_replication_four onsumer_schema_csn=b'5b3820ce000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 6214 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6214] schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 6214
Passed suites/schema/schema_replication_test.py::test_schema_replication_five 11.62
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Same OC - extra MUST: Schema is pushed - (fix for 47721) INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'8' (expected 9) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'9' (expected 10) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_five master_schema_csn=b'5b3820da000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_five onsumer_schema_csn=b'5b3820da000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 6215 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6467] /Jun/2018:20:31:21.835730340 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6614] [30/Jun/2018:20:31:21.836696861 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6736] [30/Jun/2018:20:31:21.838709340 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820d60002:1530405078:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [6857] [30/Jun/2018:20:31:21.839389023 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820d90000:1530405081:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [7020] [30/Jun/2018:20:31:21.840008965 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820d9000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [7200] [30/Jun/2018:20:31:21.840643958 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee656000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [7445] [30/Jun/2018:20:31:21.841463385 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [7713] [30/Jun/2018:20:31:21.842134209 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [7888] [30/Jun/2018:20:31:21.842730198 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820d9000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8156] [30/Jun/2018:20:31:21.843227338 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8294] [30/Jun/2018:20:31:21.843775238 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8424] [30/Jun/2018:20:31:21.844416650 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8562] [30/Jun/2018:20:31:21.844908209 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8690] [30/Jun/2018:20:31:21.845445475 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8805] [30/Jun/2018:20:31:21.845899304 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [8968] [30/Jun/2018:20:31:21.847138147 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [9139] [30/Jun/2018:20:31:21.847757281 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [9299] [30/Jun/2018:20:31:21.848318539 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [9455] [30/Jun/2018:20:31:21.849949874 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [9625] [30/Jun/2018:20:31:21.850637899 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [9809] [30/Jun/2018:20:31:21.851179704 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820d9000000000000 / remotecsn:5b3820ce000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [9973] [30/Jun/2018:20:31:21.951102177 -0400] - DEBUG - schema_oc_compare_strict - Attribute telexNumber is not required in 'consumerNewOCA' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [10127] [30/Jun/2018:20:31:21.951974503 -0400] - DEBUG - schema_oc_superset_check - Remote consumerNewOCA schema objectclasses is a superset of the received one. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [10291] [30/Jun/2018:20:31:21.953977897 -0400] - DEBUG - schema_oc_compare_strict - Attribute telexNumber is not required in 'consumerNewOCA' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [10441] [30/Jun/2018:20:31:21.954745429 -0400] - DEBUG - schema_list_oc2learn - Add that unknown/extended objectclass consumerNewOCA (1.2.3.4.5.6.7.8.9.10.1) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [10727] [30/Jun/2018:20:31:21.955363201 -0400] - DEBUG - schema_oc_to_string - Replace (old[251]=( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' )) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [11040] [30/Jun/2018:20:31:21.956014688 -0400] - DEBUG - supplier_get_new_definitions - supplier takes objectclass: ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'user defined' ) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [11342] [30/Jun/2018:20:31:21.969288243 -0400] - DEBUG - modify_schema_prepare_mods - MOD[1] del (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' ) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [11653] [30/Jun/2018:20:31:21.970166595 -0400] - DEBUG - modify_schema_prepare_mods - MOD[0] add (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'user defined' ) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [11776] [30/Jun/2018:20:31:22.017366411 -0400] - DEBUG - modify_schema_internal_mod - Successfully learn objectclasses definitions DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [11978] [30/Jun/2018:20:31:22.018057028 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (server:39201) must not be overwritten (set replication log for additional info) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 11978 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Same OC - extra MUST: Schema is pushed - (fix for 47721) schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'8' (expected 9) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'9' (expected 10) schema_replication_test.py 451 DEBUG test_schema_replication_five master_schema_csn=b'5b3820da000000000000' schema_replication_test.py 452 DEBUG ctest_schema_replication_five onsumer_schema_csn=b'5b3820da000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 6215 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6467] /Jun/2018:20:31:21.835730340 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [6614] [30/Jun/2018:20:31:21.836696861 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6736] [30/Jun/2018:20:31:21.838709340 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820d60002:1530405078:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [6857] [30/Jun/2018:20:31:21.839389023 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820d90000:1530405081:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [7020] [30/Jun/2018:20:31:21.840008965 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820d9000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [7200] [30/Jun/2018:20:31:21.840643958 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee656000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [7445] [30/Jun/2018:20:31:21.841463385 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [7713] [30/Jun/2018:20:31:21.842134209 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [7888] [30/Jun/2018:20:31:21.842730198 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820d9000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [8156] [30/Jun/2018:20:31:21.843227338 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [8294] [30/Jun/2018:20:31:21.843775238 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [8424] [30/Jun/2018:20:31:21.844416650 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [8562] [30/Jun/2018:20:31:21.844908209 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [8690] [30/Jun/2018:20:31:21.845445475 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [8805] [30/Jun/2018:20:31:21.845899304 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [8968] [30/Jun/2018:20:31:21.847138147 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [9139] [30/Jun/2018:20:31:21.847757281 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [9299] [30/Jun/2018:20:31:21.848318539 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [9455] [30/Jun/2018:20:31:21.849949874 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [9625] [30/Jun/2018:20:31:21.850637899 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [9809] [30/Jun/2018:20:31:21.851179704 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820d9000000000000 / remotecsn:5b3820ce000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [9973] [30/Jun/2018:20:31:21.951102177 -0400] - DEBUG - schema_oc_compare_strict - Attribute telexNumber is not required in 'consumerNewOCA' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [10127] [30/Jun/2018:20:31:21.951974503 -0400] - DEBUG - schema_oc_superset_check - Remote consumerNewOCA schema objectclasses is a superset of the received one. schema_replication_test.py 61 DEBUG _pattern_errorlog: [10291] [30/Jun/2018:20:31:21.953977897 -0400] - DEBUG - schema_oc_compare_strict - Attribute telexNumber is not required in 'consumerNewOCA' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [10441] [30/Jun/2018:20:31:21.954745429 -0400] - DEBUG - schema_list_oc2learn - Add that unknown/extended objectclass consumerNewOCA (1.2.3.4.5.6.7.8.9.10.1) schema_replication_test.py 61 DEBUG _pattern_errorlog: [10727] [30/Jun/2018:20:31:21.955363201 -0400] - DEBUG - schema_oc_to_string - Replace (old[251]=( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' )) schema_replication_test.py 61 DEBUG _pattern_errorlog: [11040] [30/Jun/2018:20:31:21.956014688 -0400] - DEBUG - supplier_get_new_definitions - supplier takes objectclass: ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'user defined' ) schema_replication_test.py 61 DEBUG _pattern_errorlog: [11342] [30/Jun/2018:20:31:21.969288243 -0400] - DEBUG - modify_schema_prepare_mods - MOD[1] del (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' ) schema_replication_test.py 61 DEBUG _pattern_errorlog: [11653] [30/Jun/2018:20:31:21.970166595 -0400] - DEBUG - modify_schema_prepare_mods - MOD[0] add (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'user defined' ) schema_replication_test.py 61 DEBUG _pattern_errorlog: [11776] [30/Jun/2018:20:31:22.017366411 -0400] - DEBUG - modify_schema_internal_mod - Successfully learn objectclasses definitions schema_replication_test.py 61 DEBUG _pattern_errorlog: [11978] [30/Jun/2018:20:31:22.018057028 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (server:39201) must not be overwritten (set replication log for additional info) schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 11978
Passed suites/schema/schema_replication_test.py::test_schema_replication_six 9.45
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Same OC - extra MUST: Schema is pushed - no error INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'10' (expected 11) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'11' (expected 12) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_six master_schema_csn=b'5b3820e3000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_six onsumer_schema_csn=b'5b3820e3000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 11979 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [12115] 30/Jun/2018:20:31:22.018791233 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] schema definitions may have been learned DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [12249] [30/Jun/2018:20:31:22.178428834 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820d7000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [12422] [30/Jun/2018:20:31:22.179227805 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [12537] [30/Jun/2018:20:31:22.352028654 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820d90002:1530405081:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [12659] [30/Jun/2018:20:31:22.352949447 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820d90002:1530405081:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [12780] [30/Jun/2018:20:31:22.353641052 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820da0000:1530405082:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [13035] [30/Jun/2018:20:31:22.354154137 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [13204] [30/Jun/2018:20:31:22.354717622 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [13348] [30/Jun/2018:20:31:22.355213890 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [13546] [30/Jun/2018:20:31:22.355706530 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d6000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [13715] [30/Jun/2018:20:31:22.356089379 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [13859] [30/Jun/2018:20:31:22.356533357 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [14057] [30/Jun/2018:20:31:22.356938342 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 5b3820d9 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [14207] [30/Jun/2018:20:31:22.357441608 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66bf00 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [14422] [30/Jun/2018:20:31:22.357920369 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66bf00 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [14694] [30/Jun/2018:20:31:22.358408931 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820d9000000010000) csnBuf (5b3820d6000000010000) csnConsumerMax (5b3820d6000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [14807] [30/Jun/2018:20:31:22.358820680 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820d6000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [14986] [30/Jun/2018:20:31:22.359352949 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820d6000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [15130] [30/Jun/2018:20:31:22.359874731 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [15242] [30/Jun/2018:20:31:22.360464057 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [15374] [30/Jun/2018:20:31:22.360927122 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [15582] [30/Jun/2018:20:31:22.361339765 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820d9000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [15768] [30/Jun/2018:20:31:22.361849736 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16059] [30/Jun/2018:20:31:22.362324419 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820d9000000010000) csnMax (5b3820d9000000010000) csnBuf (5b3820d9000000010000) csnConsumerMax (5b3820d9000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16171] [30/Jun/2018:20:31:22.362767602 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16343] [30/Jun/2018:20:31:22.363218050 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16455] [30/Jun/2018:20:31:22.363709969 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16587] [30/Jun/2018:20:31:22.364181639 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16720] [30/Jun/2018:20:31:22.366671381 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16850] [30/Jun/2018:20:31:22.367331885 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 19, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [16983] [30/Jun/2018:20:31:22.367853636 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17116] [30/Jun/2018:20:31:22.369505335 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17249] [30/Jun/2018:20:31:22.372327856 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17382] [30/Jun/2018:20:31:22.377190086 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17515] [30/Jun/2018:20:31:22.386172412 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17648] [30/Jun/2018:20:31:22.402981214 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17781] [30/Jun/2018:20:31:22.435831333 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [17894] [30/Jun/2018:20:31:22.464306411 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 19 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [18003] [30/Jun/2018:20:31:22.500728515 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [18263] [30/Jun/2018:20:31:22.501631073 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [18415] [30/Jun/2018:20:31:22.503344836 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [18573] [30/Jun/2018:20:31:22.504138175 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [18735] [30/Jun/2018:20:31:22.504731580 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [18894] [30/Jun/2018:20:31:22.850655951 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [19057] [30/Jun/2018:20:31:22.851533456 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [19220] [30/Jun/2018:20:31:22.852253562 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [19380] [30/Jun/2018:20:31:22.852913520 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [19543] [30/Jun/2018:20:31:22.853538916 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [19696] [30/Jun/2018:20:31:22.951725412 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [19824] [30/Jun/2018:20:31:22.952667521 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [20006] [30/Jun/2018:20:31:22.953332523 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 5b3820d9 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [20164] [30/Jun/2018:20:31:27.968226578 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [20327] [30/Jun/2018:20:31:27.969301153 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [20490] [30/Jun/2018:20:31:27.972637328 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [20650] [30/Jun/2018:20:31:27.973249256 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [20807] [30/Jun/2018:20:31:27.973909033 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [21292] [30/Jun/2018:20:31:27.974630210 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [21337] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [21500] [30/Jun/2018:20:31:28.015084096 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [21622] [30/Jun/2018:20:31:28.017428595 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820da0000:1530405082:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [21743] [30/Jun/2018:20:31:28.018043068 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e00000:1530405088:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [21899] [30/Jun/2018:20:31:28.019763423 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [22069] [30/Jun/2018:20:31:28.020357070 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [22253] [30/Jun/2018:20:31:28.020878238 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820da000000000000 / remotecsn:5b3820d7000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [22387] [30/Jun/2018:20:31:28.183199013 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820d9000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [22560] [30/Jun/2018:20:31:28.183926987 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [22675] [30/Jun/2018:20:31:28.358074985 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e00001:1530405088:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [22930] [30/Jun/2018:20:31:28.358793317 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [23099] [30/Jun/2018:20:31:28.359331127 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [23243] [30/Jun/2018:20:31:28.359802045 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [23441] [30/Jun/2018:20:31:28.360351225 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [23610] [30/Jun/2018:20:31:28.361003600 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [23754] [30/Jun/2018:20:31:28.361837247 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [23952] [30/Jun/2018:20:31:28.362385586 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 5b3820d9 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [24224] [30/Jun/2018:20:31:28.362856903 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820d9000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820d9000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [24336] [30/Jun/2018:20:31:28.363354850 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [24596] [30/Jun/2018:20:31:28.363801643 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [24733] [30/Jun/2018:20:31:28.364317568 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [24885] [30/Jun/2018:20:31:28.365923203 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [25043] [30/Jun/2018:20:31:28.366499634 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [25205] [30/Jun/2018:20:31:28.366990212 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [25327] [30/Jun/2018:20:31:29.975403140 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e00001:1530405088:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [25448] [30/Jun/2018:20:31:29.976596195 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e10000:1530405089:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [25611] [30/Jun/2018:20:31:29.977195831 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820e1000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [25791] [30/Jun/2018:20:31:29.977776265 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee659000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [26036] [30/Jun/2018:20:31:29.978683267 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [26304] [30/Jun/2018:20:31:29.979316089 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [26479] [30/Jun/2018:20:31:29.979855421 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820e1000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [26747] [30/Jun/2018:20:31:29.980483608 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [26885] [30/Jun/2018:20:31:29.980918229 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27015] [30/Jun/2018:20:31:29.981548848 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27153] [30/Jun/2018:20:31:29.982033660 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27281] [30/Jun/2018:20:31:29.982662733 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27396] [30/Jun/2018:20:31:29.983164402 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27559] [30/Jun/2018:20:31:29.983997186 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27730] [30/Jun/2018:20:31:29.984857950 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [27890] [30/Jun/2018:20:31:29.985363280 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28046] [30/Jun/2018:20:31:29.986992039 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28216] [30/Jun/2018:20:31:29.987493505 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28400] [30/Jun/2018:20:31:29.987938499 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820da000000000000 / remotecsn:5b3820d9000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28534] [30/Jun/2018:20:31:30.148383212 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820da000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28649] [30/Jun/2018:20:31:30.149117336 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e10002:1530405089:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28771] [30/Jun/2018:20:31:30.149756664 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e10002:1530405089:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [28892] [30/Jun/2018:20:31:30.150238594 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e20000:1530405090:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [29147] [30/Jun/2018:20:31:30.150788555 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [29316] [30/Jun/2018:20:31:30.151293078 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [29460] [30/Jun/2018:20:31:30.151724219 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [29658] [30/Jun/2018:20:31:30.152247490 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [29827] [30/Jun/2018:20:31:30.152688291 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [29971] [30/Jun/2018:20:31:30.153171303 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [30169] [30/Jun/2018:20:31:30.153637766 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e1000000010000 5b3820e1 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [30319] [30/Jun/2018:20:31:30.154112902 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff674900 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [30534] [30/Jun/2018:20:31:30.154739671 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff674900 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [30806] [30/Jun/2018:20:31:30.155241425 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820e1000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820d9000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [30919] [30/Jun/2018:20:31:30.155747805 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820d9000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [31098] [30/Jun/2018:20:31:30.156343603 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820d9000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [31242] [30/Jun/2018:20:31:30.156843375 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [31450] [30/Jun/2018:20:31:30.157387255 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820e1000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [31562] [30/Jun/2018:20:31:30.157884743 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [31748] [30/Jun/2018:20:31:30.158399333 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32039] [30/Jun/2018:20:31:30.158871999 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820e1000000010000) csnMax (5b3820e1000000010000) csnBuf (5b3820e1000000010000) csnConsumerMax (5b3820e1000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32151] [30/Jun/2018:20:31:30.159360193 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32323] [30/Jun/2018:20:31:30.159789410 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32435] [30/Jun/2018:20:31:30.160258322 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32567] [30/Jun/2018:20:31:30.160739261 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32700] [30/Jun/2018:20:31:30.162471182 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32830] [30/Jun/2018:20:31:30.163145460 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 14, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [32963] [30/Jun/2018:20:31:30.163827918 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33096] [30/Jun/2018:20:31:30.165505822 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33229] [30/Jun/2018:20:31:30.168266693 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33362] [30/Jun/2018:20:31:30.173070080 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33495] [30/Jun/2018:20:31:30.181824593 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33628] [30/Jun/2018:20:31:30.198626361 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33761] [30/Jun/2018:20:31:30.231356048 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33874] [30/Jun/2018:20:31:30.260860544 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 14 14 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [33983] [30/Jun/2018:20:31:30.296233598 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [34243] [30/Jun/2018:20:31:30.296998680 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [34395] [30/Jun/2018:20:31:30.298643801 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [34553] [30/Jun/2018:20:31:30.299156268 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [34715] [30/Jun/2018:20:31:30.299658167 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [34970] [30/Jun/2018:20:31:31.328679014 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [35117] [30/Jun/2018:20:31:31.329696443 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [35239] [30/Jun/2018:20:31:31.331632631 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e20000:1530405090:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [35360] [30/Jun/2018:20:31:31.332353171 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e30000:1530405091:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [35523] [30/Jun/2018:20:31:31.332879559 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820e3000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [35703] [30/Jun/2018:20:31:31.333407477 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee661000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [35948] [30/Jun/2018:20:31:31.334189632 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [36216] [30/Jun/2018:20:31:31.334793819 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [36391] [30/Jun/2018:20:31:31.335354327 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820e3000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [36659] [30/Jun/2018:20:31:31.335824950 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [36797] [30/Jun/2018:20:31:31.336301692 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [36927] [30/Jun/2018:20:31:31.336723337 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37065] [30/Jun/2018:20:31:31.337259111 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37193] [30/Jun/2018:20:31:31.337736251 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37308] [30/Jun/2018:20:31:31.338231815 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37471] [30/Jun/2018:20:31:31.339191421 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37642] [30/Jun/2018:20:31:31.339728423 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37802] [30/Jun/2018:20:31:31.340236389 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [37958] [30/Jun/2018:20:31:31.341830723 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [38128] [30/Jun/2018:20:31:31.342348264 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [38312] [30/Jun/2018:20:31:31.342773452 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820e3000000000000 / remotecsn:5b3820da000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [38446] [30/Jun/2018:20:31:31.502257879 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820da000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [38619] [30/Jun/2018:20:31:31.503136120 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [38734] [30/Jun/2018:20:31:31.684008137 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e30002:1530405091:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [38989] [30/Jun/2018:20:31:31.684817878 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [39158] [30/Jun/2018:20:31:31.685371814 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [39302] [30/Jun/2018:20:31:31.686101814 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [39500] [30/Jun/2018:20:31:31.686676297 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e1000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [39669] [30/Jun/2018:20:31:31.687132418 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [39813] [30/Jun/2018:20:31:31.687589286 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [40011] [30/Jun/2018:20:31:31.688005110 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 5b3820e3 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [40161] [30/Jun/2018:20:31:31.688458950 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff674900 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [40376] [30/Jun/2018:20:31:31.688910394 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff674900 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [40648] [30/Jun/2018:20:31:31.689347286 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820e3000000010000) csnBuf (5b3820e1000000010000) csnConsumerMax (5b3820e1000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [40761] [30/Jun/2018:20:31:31.689780088 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820e1000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [40940] [30/Jun/2018:20:31:31.690314849 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820e1000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [41084] [30/Jun/2018:20:31:31.690809806 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [41292] [30/Jun/2018:20:31:31.691395698 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820e3000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [41404] [30/Jun/2018:20:31:31.691955797 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [41590] [30/Jun/2018:20:31:31.693136947 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [41881] [30/Jun/2018:20:31:31.693667665 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820e3000000010000) csnMax (5b3820e3000000010000) csnBuf (5b3820e3000000010000) csnConsumerMax (5b3820e3000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [41993] [30/Jun/2018:20:31:31.694157858 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42165] [30/Jun/2018:20:31:31.694635329 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42277] [30/Jun/2018:20:31:31.695091787 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42410] [30/Jun/2018:20:31:31.695594162 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42540] [30/Jun/2018:20:31:31.696055264 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 21, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42673] [30/Jun/2018:20:31:31.696605487 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42806] [30/Jun/2018:20:31:31.698172241 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [42939] [30/Jun/2018:20:31:31.700825163 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43072] [30/Jun/2018:20:31:31.705574957 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43205] [30/Jun/2018:20:31:31.714341487 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43338] [30/Jun/2018:20:31:31.731213006 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43471] [30/Jun/2018:20:31:31.764220017 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43584] [30/Jun/2018:20:31:31.795728996 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 21 21 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43693] [30/Jun/2018:20:31:31.829101644 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [43953] [30/Jun/2018:20:31:31.830081467 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [44105] [30/Jun/2018:20:31:31.831941677 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [44263] [30/Jun/2018:20:31:31.832561716 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [44425] [30/Jun/2018:20:31:31.833037436 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [44584] [30/Jun/2018:20:31:32.342787595 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [44747] [30/Jun/2018:20:31:32.343646673 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [44910] [30/Jun/2018:20:31:32.344301486 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [45070] [30/Jun/2018:20:31:32.344807239 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [45233] [30/Jun/2018:20:31:32.345524872 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [45386] [30/Jun/2018:20:31:32.444016441 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [45514] [30/Jun/2018:20:31:32.445120821 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [45696] [30/Jun/2018:20:31:32.445903784 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 5b3820e3 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [45951] [30/Jun/2018:20:31:34.833638483 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [46098] [30/Jun/2018:20:31:34.834445816 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [46213] [30/Jun/2018:20:31:34.838029768 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [46371] [30/Jun/2018:20:31:37.459088859 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [46534] [30/Jun/2018:20:31:37.460236368 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [46697] [30/Jun/2018:20:31:37.460928387 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [46857] [30/Jun/2018:20:31:37.461531671 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [47014] [30/Jun/2018:20:31:37.462237328 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [47499] [30/Jun/2018:20:31:37.462863750 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [47544] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [47707] [30/Jun/2018:20:31:37.492285265 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [47829] [30/Jun/2018:20:31:37.494343936 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e30002:1530405091:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [47950] [30/Jun/2018:20:31:37.495142706 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e90000:1530405097:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [48106] [30/Jun/2018:20:31:37.496931080 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [48276] [30/Jun/2018:20:31:37.497565049 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [48460] [30/Jun/2018:20:31:37.498177931 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820e3000000000000 / remotecsn:5b3820da000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [48594] [30/Jun/2018:20:31:37.656372759 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820e3000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [48709] [30/Jun/2018:20:31:37.657107536 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e90001:1530405097:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [48964] [30/Jun/2018:20:31:37.657698299 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [49133] [30/Jun/2018:20:31:37.658217640 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [49277] [30/Jun/2018:20:31:37.658746378 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [49475] [30/Jun/2018:20:31:37.659387025 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [49644] [30/Jun/2018:20:31:37.659912324 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [49788] [30/Jun/2018:20:31:37.660482818 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [49986] [30/Jun/2018:20:31:37.660995052 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 5b3820e3 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [50258] [30/Jun/2018:20:31:37.661500662 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820e3000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820e3000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [50370] [30/Jun/2018:20:31:37.661967023 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [50630] [30/Jun/2018:20:31:37.662499095 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [50767] [30/Jun/2018:20:31:37.662995255 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [50919] [30/Jun/2018:20:31:37.664743931 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [51077] [30/Jun/2018:20:31:37.665372441 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [51239] [30/Jun/2018:20:31:37.665910794 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [51361] [30/Jun/2018:20:31:39.467020806 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e90001:1530405097:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [51482] [30/Jun/2018:20:31:39.467909894 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820eb0000:1530405099:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [51645] [30/Jun/2018:20:31:39.468554043 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820eb000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [51825] [30/Jun/2018:20:31:39.469092017 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee663000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [52070] [30/Jun/2018:20:31:39.470074095 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [52338] [30/Jun/2018:20:31:39.470697871 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [52513] [30/Jun/2018:20:31:39.471237415 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820eb000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [52781] [30/Jun/2018:20:31:39.471846253 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [52919] [30/Jun/2018:20:31:39.472360738 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53049] [30/Jun/2018:20:31:39.472818977 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53187] [30/Jun/2018:20:31:39.473319241 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53315] [30/Jun/2018:20:31:39.473886740 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53430] [30/Jun/2018:20:31:39.474419073 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53593] [30/Jun/2018:20:31:39.475243224 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53764] [30/Jun/2018:20:31:39.475729836 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [53924] [30/Jun/2018:20:31:39.476198661 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [54080] [30/Jun/2018:20:31:39.477750863 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [54250] [30/Jun/2018:20:31:39.478326199 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [54365] [30/Jun/2018:20:31:39.478863377 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820eb0002:1530405099:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [54620] [30/Jun/2018:20:31:39.479372771 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [54789] [30/Jun/2018:20:31:39.479828206 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [54933] [30/Jun/2018:20:31:39.480307907 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [55131] [30/Jun/2018:20:31:39.480743528 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [55300] [30/Jun/2018:20:31:39.481239120 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [55444] [30/Jun/2018:20:31:39.481659003 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [55642] [30/Jun/2018:20:31:39.482273922 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820eb000000010000 5b3820eb DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [55792] [30/Jun/2018:20:31:39.482892909 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b300 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56007] [30/Jun/2018:20:31:39.483453184 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b300 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56279] [30/Jun/2018:20:31:39.483914863 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820eb000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820e3000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56392] [30/Jun/2018:20:31:39.484380258 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820e3000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56571] [30/Jun/2018:20:31:39.484850421 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820e3000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56715] [30/Jun/2018:20:31:39.485348974 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56827] [30/Jun/2018:20:31:39.485879027 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [56959] [30/Jun/2018:20:31:39.486382486 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [57167] [30/Jun/2018:20:31:39.486966919 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820eb000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [57353] [30/Jun/2018:20:31:39.487571857 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [57485] [30/Jun/2018:20:31:39.488114069 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [57776] [30/Jun/2018:20:31:39.488618211 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820eb000000010000) csnMax (5b3820eb000000010000) csnBuf (5b3820eb000000010000) csnConsumerMax (5b3820eb000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [57888] [30/Jun/2018:20:31:39.489182151 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58060] [30/Jun/2018:20:31:39.489670002 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58172] [30/Jun/2018:20:31:39.490153996 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58305] [30/Jun/2018:20:31:39.490733814 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58435] [30/Jun/2018:20:31:39.491234497 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58568] [30/Jun/2018:20:31:39.491741659 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58701] [30/Jun/2018:20:31:39.493275007 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58834] [30/Jun/2018:20:31:39.495923798 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [58967] [30/Jun/2018:20:31:39.500600144 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [59100] [30/Jun/2018:20:31:39.509308814 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [59233] [30/Jun/2018:20:31:39.525999549 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [59366] [30/Jun/2018:20:31:39.558757178 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [59479] [30/Jun/2018:20:31:39.590859908 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [59588] [30/Jun/2018:20:31:39.623603332 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [59848] [30/Jun/2018:20:31:39.624479637 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60000] [30/Jun/2018:20:31:39.626313399 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60158] [30/Jun/2018:20:31:39.626950667 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60320] [30/Jun/2018:20:31:39.627549828 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60320] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 60320 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Same OC - extra MUST: Schema is pushed - no error schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'10' (expected 11) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'11' (expected 12) schema_replication_test.py 507 DEBUG test_schema_replication_six master_schema_csn=b'5b3820e3000000000000' schema_replication_test.py 508 DEBUG ctest_schema_replication_six onsumer_schema_csn=b'5b3820e3000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 11979 schema_replication_test.py 61 DEBUG _pattern_errorlog: [12115] 30/Jun/2018:20:31:22.018791233 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] schema definitions may have been learned schema_replication_test.py 61 DEBUG _pattern_errorlog: [12249] [30/Jun/2018:20:31:22.178428834 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820d7000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [12422] [30/Jun/2018:20:31:22.179227805 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [12537] [30/Jun/2018:20:31:22.352028654 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820d90002:1530405081:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [12659] [30/Jun/2018:20:31:22.352949447 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820d90002:1530405081:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [12780] [30/Jun/2018:20:31:22.353641052 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820da0000:1530405082:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [13035] [30/Jun/2018:20:31:22.354154137 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [13204] [30/Jun/2018:20:31:22.354717622 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [13348] [30/Jun/2018:20:31:22.355213890 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [13546] [30/Jun/2018:20:31:22.355706530 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d6000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [13715] [30/Jun/2018:20:31:22.356089379 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [13859] [30/Jun/2018:20:31:22.356533357 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [14057] [30/Jun/2018:20:31:22.356938342 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 5b3820d9 schema_replication_test.py 61 DEBUG _pattern_errorlog: [14207] [30/Jun/2018:20:31:22.357441608 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66bf00 schema_replication_test.py 61 DEBUG _pattern_errorlog: [14422] [30/Jun/2018:20:31:22.357920369 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66bf00 schema_replication_test.py 61 DEBUG _pattern_errorlog: [14694] [30/Jun/2018:20:31:22.358408931 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820d9000000010000) csnBuf (5b3820d6000000010000) csnConsumerMax (5b3820d6000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [14807] [30/Jun/2018:20:31:22.358820680 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820d6000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [14986] [30/Jun/2018:20:31:22.359352949 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820d6000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [15130] [30/Jun/2018:20:31:22.359874731 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [15242] [30/Jun/2018:20:31:22.360464057 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [15374] [30/Jun/2018:20:31:22.360927122 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [15582] [30/Jun/2018:20:31:22.361339765 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820d9000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [15768] [30/Jun/2018:20:31:22.361849736 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [16059] [30/Jun/2018:20:31:22.362324419 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820d9000000010000) csnMax (5b3820d9000000010000) csnBuf (5b3820d9000000010000) csnConsumerMax (5b3820d9000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [16171] [30/Jun/2018:20:31:22.362767602 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [16343] [30/Jun/2018:20:31:22.363218050 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [16455] [30/Jun/2018:20:31:22.363709969 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [16587] [30/Jun/2018:20:31:22.364181639 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [16720] [30/Jun/2018:20:31:22.366671381 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [16850] [30/Jun/2018:20:31:22.367331885 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 19, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [16983] [30/Jun/2018:20:31:22.367853636 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17116] [30/Jun/2018:20:31:22.369505335 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17249] [30/Jun/2018:20:31:22.372327856 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17382] [30/Jun/2018:20:31:22.377190086 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17515] [30/Jun/2018:20:31:22.386172412 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17648] [30/Jun/2018:20:31:22.402981214 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17781] [30/Jun/2018:20:31:22.435831333 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [17894] [30/Jun/2018:20:31:22.464306411 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 19 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [18003] [30/Jun/2018:20:31:22.500728515 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [18263] [30/Jun/2018:20:31:22.501631073 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [18415] [30/Jun/2018:20:31:22.503344836 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [18573] [30/Jun/2018:20:31:22.504138175 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [18735] [30/Jun/2018:20:31:22.504731580 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [18894] [30/Jun/2018:20:31:22.850655951 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [19057] [30/Jun/2018:20:31:22.851533456 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [19220] [30/Jun/2018:20:31:22.852253562 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [19380] [30/Jun/2018:20:31:22.852913520 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [19543] [30/Jun/2018:20:31:22.853538916 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [19696] [30/Jun/2018:20:31:22.951725412 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds schema_replication_test.py 61 DEBUG _pattern_errorlog: [19824] [30/Jun/2018:20:31:22.952667521 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [20006] [30/Jun/2018:20:31:22.953332523 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 5b3820d9 schema_replication_test.py 61 DEBUG _pattern_errorlog: [20164] [30/Jun/2018:20:31:27.968226578 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [20327] [30/Jun/2018:20:31:27.969301153 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [20490] [30/Jun/2018:20:31:27.972637328 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [20650] [30/Jun/2018:20:31:27.973249256 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [20807] [30/Jun/2018:20:31:27.973909033 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext schema_replication_test.py 61 DEBUG _pattern_errorlog: [21292] [30/Jun/2018:20:31:27.974630210 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W schema_replication_test.py 61 DEBUG _pattern_errorlog: [21337] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= schema_replication_test.py 61 DEBUG _pattern_errorlog: [21500] [30/Jun/2018:20:31:28.015084096 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [21622] [30/Jun/2018:20:31:28.017428595 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820da0000:1530405082:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [21743] [30/Jun/2018:20:31:28.018043068 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e00000:1530405088:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [21899] [30/Jun/2018:20:31:28.019763423 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [22069] [30/Jun/2018:20:31:28.020357070 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [22253] [30/Jun/2018:20:31:28.020878238 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820da000000000000 / remotecsn:5b3820d7000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [22387] [30/Jun/2018:20:31:28.183199013 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820d9000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [22560] [30/Jun/2018:20:31:28.183926987 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [22675] [30/Jun/2018:20:31:28.358074985 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e00001:1530405088:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [22930] [30/Jun/2018:20:31:28.358793317 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [23099] [30/Jun/2018:20:31:28.359331127 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [23243] [30/Jun/2018:20:31:28.359802045 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [23441] [30/Jun/2018:20:31:28.360351225 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [23610] [30/Jun/2018:20:31:28.361003600 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [23754] [30/Jun/2018:20:31:28.361837247 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [23952] [30/Jun/2018:20:31:28.362385586 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 5b3820d9 schema_replication_test.py 61 DEBUG _pattern_errorlog: [24224] [30/Jun/2018:20:31:28.362856903 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820d9000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820d9000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [24336] [30/Jun/2018:20:31:28.363354850 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [24596] [30/Jun/2018:20:31:28.363801643 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [24733] [30/Jun/2018:20:31:28.364317568 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send schema_replication_test.py 61 DEBUG _pattern_errorlog: [24885] [30/Jun/2018:20:31:28.365923203 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [25043] [30/Jun/2018:20:31:28.366499634 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [25205] [30/Jun/2018:20:31:28.366990212 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [25327] [30/Jun/2018:20:31:29.975403140 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e00001:1530405088:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [25448] [30/Jun/2018:20:31:29.976596195 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e10000:1530405089:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [25611] [30/Jun/2018:20:31:29.977195831 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820e1000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [25791] [30/Jun/2018:20:31:29.977776265 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee659000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [26036] [30/Jun/2018:20:31:29.978683267 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [26304] [30/Jun/2018:20:31:29.979316089 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [26479] [30/Jun/2018:20:31:29.979855421 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820e1000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [26747] [30/Jun/2018:20:31:29.980483608 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [26885] [30/Jun/2018:20:31:29.980918229 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [27015] [30/Jun/2018:20:31:29.981548848 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [27153] [30/Jun/2018:20:31:29.982033660 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [27281] [30/Jun/2018:20:31:29.982662733 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [27396] [30/Jun/2018:20:31:29.983164402 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [27559] [30/Jun/2018:20:31:29.983997186 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [27730] [30/Jun/2018:20:31:29.984857950 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [27890] [30/Jun/2018:20:31:29.985363280 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [28046] [30/Jun/2018:20:31:29.986992039 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [28216] [30/Jun/2018:20:31:29.987493505 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [28400] [30/Jun/2018:20:31:29.987938499 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820da000000000000 / remotecsn:5b3820d9000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [28534] [30/Jun/2018:20:31:30.148383212 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820da000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [28649] [30/Jun/2018:20:31:30.149117336 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e10002:1530405089:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [28771] [30/Jun/2018:20:31:30.149756664 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e10002:1530405089:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [28892] [30/Jun/2018:20:31:30.150238594 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e20000:1530405090:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [29147] [30/Jun/2018:20:31:30.150788555 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [29316] [30/Jun/2018:20:31:30.151293078 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [29460] [30/Jun/2018:20:31:30.151724219 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [29658] [30/Jun/2018:20:31:30.152247490 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820d9000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [29827] [30/Jun/2018:20:31:30.152688291 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [29971] [30/Jun/2018:20:31:30.153171303 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [30169] [30/Jun/2018:20:31:30.153637766 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e1000000010000 5b3820e1 schema_replication_test.py 61 DEBUG _pattern_errorlog: [30319] [30/Jun/2018:20:31:30.154112902 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff674900 schema_replication_test.py 61 DEBUG _pattern_errorlog: [30534] [30/Jun/2018:20:31:30.154739671 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff674900 schema_replication_test.py 61 DEBUG _pattern_errorlog: [30806] [30/Jun/2018:20:31:30.155241425 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820e1000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820d9000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [30919] [30/Jun/2018:20:31:30.155747805 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820d9000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [31098] [30/Jun/2018:20:31:30.156343603 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820d9000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [31242] [30/Jun/2018:20:31:30.156843375 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [31450] [30/Jun/2018:20:31:30.157387255 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820e1000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [31562] [30/Jun/2018:20:31:30.157884743 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [31748] [30/Jun/2018:20:31:30.158399333 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [32039] [30/Jun/2018:20:31:30.158871999 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820e1000000010000) csnMax (5b3820e1000000010000) csnBuf (5b3820e1000000010000) csnConsumerMax (5b3820e1000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [32151] [30/Jun/2018:20:31:30.159360193 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [32323] [30/Jun/2018:20:31:30.159789410 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [32435] [30/Jun/2018:20:31:30.160258322 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [32567] [30/Jun/2018:20:31:30.160739261 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [32700] [30/Jun/2018:20:31:30.162471182 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [32830] [30/Jun/2018:20:31:30.163145460 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 14, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [32963] [30/Jun/2018:20:31:30.163827918 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33096] [30/Jun/2018:20:31:30.165505822 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33229] [30/Jun/2018:20:31:30.168266693 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33362] [30/Jun/2018:20:31:30.173070080 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33495] [30/Jun/2018:20:31:30.181824593 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33628] [30/Jun/2018:20:31:30.198626361 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33761] [30/Jun/2018:20:31:30.231356048 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33874] [30/Jun/2018:20:31:30.260860544 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 14 14 schema_replication_test.py 61 DEBUG _pattern_errorlog: [33983] [30/Jun/2018:20:31:30.296233598 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [34243] [30/Jun/2018:20:31:30.296998680 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [34395] [30/Jun/2018:20:31:30.298643801 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [34553] [30/Jun/2018:20:31:30.299156268 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [34715] [30/Jun/2018:20:31:30.299658167 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [34970] [30/Jun/2018:20:31:31.328679014 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [35117] [30/Jun/2018:20:31:31.329696443 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [35239] [30/Jun/2018:20:31:31.331632631 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e20000:1530405090:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [35360] [30/Jun/2018:20:31:31.332353171 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e30000:1530405091:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [35523] [30/Jun/2018:20:31:31.332879559 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820e3000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [35703] [30/Jun/2018:20:31:31.333407477 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee661000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [35948] [30/Jun/2018:20:31:31.334189632 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [36216] [30/Jun/2018:20:31:31.334793819 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [36391] [30/Jun/2018:20:31:31.335354327 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820e3000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [36659] [30/Jun/2018:20:31:31.335824950 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [36797] [30/Jun/2018:20:31:31.336301692 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [36927] [30/Jun/2018:20:31:31.336723337 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [37065] [30/Jun/2018:20:31:31.337259111 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [37193] [30/Jun/2018:20:31:31.337736251 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [37308] [30/Jun/2018:20:31:31.338231815 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [37471] [30/Jun/2018:20:31:31.339191421 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [37642] [30/Jun/2018:20:31:31.339728423 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [37802] [30/Jun/2018:20:31:31.340236389 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [37958] [30/Jun/2018:20:31:31.341830723 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [38128] [30/Jun/2018:20:31:31.342348264 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [38312] [30/Jun/2018:20:31:31.342773452 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820e3000000000000 / remotecsn:5b3820da000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [38446] [30/Jun/2018:20:31:31.502257879 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820da000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [38619] [30/Jun/2018:20:31:31.503136120 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [38734] [30/Jun/2018:20:31:31.684008137 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e30002:1530405091:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [38989] [30/Jun/2018:20:31:31.684817878 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [39158] [30/Jun/2018:20:31:31.685371814 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [39302] [30/Jun/2018:20:31:31.686101814 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [39500] [30/Jun/2018:20:31:31.686676297 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e1000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [39669] [30/Jun/2018:20:31:31.687132418 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [39813] [30/Jun/2018:20:31:31.687589286 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [40011] [30/Jun/2018:20:31:31.688005110 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 5b3820e3 schema_replication_test.py 61 DEBUG _pattern_errorlog: [40161] [30/Jun/2018:20:31:31.688458950 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff674900 schema_replication_test.py 61 DEBUG _pattern_errorlog: [40376] [30/Jun/2018:20:31:31.688910394 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff674900 schema_replication_test.py 61 DEBUG _pattern_errorlog: [40648] [30/Jun/2018:20:31:31.689347286 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820e3000000010000) csnBuf (5b3820e1000000010000) csnConsumerMax (5b3820e1000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [40761] [30/Jun/2018:20:31:31.689780088 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820e1000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [40940] [30/Jun/2018:20:31:31.690314849 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820e1000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [41084] [30/Jun/2018:20:31:31.690809806 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [41292] [30/Jun/2018:20:31:31.691395698 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820e3000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [41404] [30/Jun/2018:20:31:31.691955797 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [41590] [30/Jun/2018:20:31:31.693136947 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [41881] [30/Jun/2018:20:31:31.693667665 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820e3000000010000) csnMax (5b3820e3000000010000) csnBuf (5b3820e3000000010000) csnConsumerMax (5b3820e3000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [41993] [30/Jun/2018:20:31:31.694157858 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [42165] [30/Jun/2018:20:31:31.694635329 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [42277] [30/Jun/2018:20:31:31.695091787 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [42410] [30/Jun/2018:20:31:31.695594162 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [42540] [30/Jun/2018:20:31:31.696055264 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 21, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [42673] [30/Jun/2018:20:31:31.696605487 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [42806] [30/Jun/2018:20:31:31.698172241 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [42939] [30/Jun/2018:20:31:31.700825163 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [43072] [30/Jun/2018:20:31:31.705574957 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [43205] [30/Jun/2018:20:31:31.714341487 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [43338] [30/Jun/2018:20:31:31.731213006 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [43471] [30/Jun/2018:20:31:31.764220017 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [43584] [30/Jun/2018:20:31:31.795728996 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 21 21 schema_replication_test.py 61 DEBUG _pattern_errorlog: [43693] [30/Jun/2018:20:31:31.829101644 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [43953] [30/Jun/2018:20:31:31.830081467 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [44105] [30/Jun/2018:20:31:31.831941677 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [44263] [30/Jun/2018:20:31:31.832561716 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [44425] [30/Jun/2018:20:31:31.833037436 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [44584] [30/Jun/2018:20:31:32.342787595 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [44747] [30/Jun/2018:20:31:32.343646673 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [44910] [30/Jun/2018:20:31:32.344301486 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [45070] [30/Jun/2018:20:31:32.344807239 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [45233] [30/Jun/2018:20:31:32.345524872 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [45386] [30/Jun/2018:20:31:32.444016441 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds schema_replication_test.py 61 DEBUG _pattern_errorlog: [45514] [30/Jun/2018:20:31:32.445120821 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [45696] [30/Jun/2018:20:31:32.445903784 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 5b3820e3 schema_replication_test.py 61 DEBUG _pattern_errorlog: [45951] [30/Jun/2018:20:31:34.833638483 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [46098] [30/Jun/2018:20:31:34.834445816 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [46213] [30/Jun/2018:20:31:34.838029768 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [46371] [30/Jun/2018:20:31:37.459088859 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [46534] [30/Jun/2018:20:31:37.460236368 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [46697] [30/Jun/2018:20:31:37.460928387 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [46857] [30/Jun/2018:20:31:37.461531671 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [47014] [30/Jun/2018:20:31:37.462237328 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext schema_replication_test.py 61 DEBUG _pattern_errorlog: [47499] [30/Jun/2018:20:31:37.462863750 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W schema_replication_test.py 61 DEBUG _pattern_errorlog: [47544] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= schema_replication_test.py 61 DEBUG _pattern_errorlog: [47707] [30/Jun/2018:20:31:37.492285265 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [47829] [30/Jun/2018:20:31:37.494343936 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e30002:1530405091:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [47950] [30/Jun/2018:20:31:37.495142706 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820e90000:1530405097:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [48106] [30/Jun/2018:20:31:37.496931080 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [48276] [30/Jun/2018:20:31:37.497565049 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [48460] [30/Jun/2018:20:31:37.498177931 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820e3000000000000 / remotecsn:5b3820da000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [48594] [30/Jun/2018:20:31:37.656372759 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820e3000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [48709] [30/Jun/2018:20:31:37.657107536 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820e90001:1530405097:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [48964] [30/Jun/2018:20:31:37.657698299 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [49133] [30/Jun/2018:20:31:37.658217640 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [49277] [30/Jun/2018:20:31:37.658746378 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [49475] [30/Jun/2018:20:31:37.659387025 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [49644] [30/Jun/2018:20:31:37.659912324 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [49788] [30/Jun/2018:20:31:37.660482818 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [49986] [30/Jun/2018:20:31:37.660995052 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 5b3820e3 schema_replication_test.py 61 DEBUG _pattern_errorlog: [50258] [30/Jun/2018:20:31:37.661500662 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820e3000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820e3000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [50370] [30/Jun/2018:20:31:37.661967023 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [50630] [30/Jun/2018:20:31:37.662499095 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [50767] [30/Jun/2018:20:31:37.662995255 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send schema_replication_test.py 61 DEBUG _pattern_errorlog: [50919] [30/Jun/2018:20:31:37.664743931 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [51077] [30/Jun/2018:20:31:37.665372441 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [51239] [30/Jun/2018:20:31:37.665910794 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [51361] [30/Jun/2018:20:31:39.467020806 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820e90001:1530405097:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [51482] [30/Jun/2018:20:31:39.467909894 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820eb0000:1530405099:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [51645] [30/Jun/2018:20:31:39.468554043 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820eb000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [51825] [30/Jun/2018:20:31:39.469092017 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee663000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [52070] [30/Jun/2018:20:31:39.470074095 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [52338] [30/Jun/2018:20:31:39.470697871 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [52513] [30/Jun/2018:20:31:39.471237415 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820eb000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [52781] [30/Jun/2018:20:31:39.471846253 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [52919] [30/Jun/2018:20:31:39.472360738 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [53049] [30/Jun/2018:20:31:39.472818977 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [53187] [30/Jun/2018:20:31:39.473319241 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [53315] [30/Jun/2018:20:31:39.473886740 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [53430] [30/Jun/2018:20:31:39.474419073 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [53593] [30/Jun/2018:20:31:39.475243224 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [53764] [30/Jun/2018:20:31:39.475729836 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [53924] [30/Jun/2018:20:31:39.476198661 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [54080] [30/Jun/2018:20:31:39.477750863 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [54250] [30/Jun/2018:20:31:39.478326199 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [54365] [30/Jun/2018:20:31:39.478863377 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820eb0002:1530405099:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [54620] [30/Jun/2018:20:31:39.479372771 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [54789] [30/Jun/2018:20:31:39.479828206 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [54933] [30/Jun/2018:20:31:39.480307907 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [55131] [30/Jun/2018:20:31:39.480743528 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820e3000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [55300] [30/Jun/2018:20:31:39.481239120 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [55444] [30/Jun/2018:20:31:39.481659003 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [55642] [30/Jun/2018:20:31:39.482273922 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820eb000000010000 5b3820eb schema_replication_test.py 61 DEBUG _pattern_errorlog: [55792] [30/Jun/2018:20:31:39.482892909 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b300 schema_replication_test.py 61 DEBUG _pattern_errorlog: [56007] [30/Jun/2018:20:31:39.483453184 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b300 schema_replication_test.py 61 DEBUG _pattern_errorlog: [56279] [30/Jun/2018:20:31:39.483914863 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820eb000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820e3000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [56392] [30/Jun/2018:20:31:39.484380258 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820e3000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [56571] [30/Jun/2018:20:31:39.484850421 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820e3000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [56715] [30/Jun/2018:20:31:39.485348974 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [56827] [30/Jun/2018:20:31:39.485879027 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [56959] [30/Jun/2018:20:31:39.486382486 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [57167] [30/Jun/2018:20:31:39.486966919 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820eb000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [57353] [30/Jun/2018:20:31:39.487571857 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [57485] [30/Jun/2018:20:31:39.488114069 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [57776] [30/Jun/2018:20:31:39.488618211 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820eb000000010000) csnMax (5b3820eb000000010000) csnBuf (5b3820eb000000010000) csnConsumerMax (5b3820eb000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [57888] [30/Jun/2018:20:31:39.489182151 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [58060] [30/Jun/2018:20:31:39.489670002 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [58172] [30/Jun/2018:20:31:39.490153996 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [58305] [30/Jun/2018:20:31:39.490733814 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [58435] [30/Jun/2018:20:31:39.491234497 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [58568] [30/Jun/2018:20:31:39.491741659 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [58701] [30/Jun/2018:20:31:39.493275007 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [58834] [30/Jun/2018:20:31:39.495923798 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [58967] [30/Jun/2018:20:31:39.500600144 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [59100] [30/Jun/2018:20:31:39.509308814 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [59233] [30/Jun/2018:20:31:39.525999549 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [59366] [30/Jun/2018:20:31:39.558757178 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [59479] [30/Jun/2018:20:31:39.590859908 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [59588] [30/Jun/2018:20:31:39.623603332 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [59848] [30/Jun/2018:20:31:39.624479637 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [60000] [30/Jun/2018:20:31:39.626313399 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [60158] [30/Jun/2018:20:31:39.626950667 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [60320] [30/Jun/2018:20:31:39.627549828 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [60320] schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 60320
Passed suites/schema/schema_replication_test.py::test_schema_replication_seven 9.43
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Same OC - extra MAY: Schema is pushed - no error INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'12' (expected 13) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'13' (expected 14) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_seven master_schema_csn=b'5b3820ec000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_seven consumer_schema_csn=b'5b3820ec000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 60321 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60575] 30/Jun/2018:20:31:40.830182574 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60722] [30/Jun/2018:20:31:40.831410228 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60844] [30/Jun/2018:20:31:40.833456409 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820eb0002:1530405099:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [60965] [30/Jun/2018:20:31:40.834087822 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820ec0000:1530405100:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [61128] [30/Jun/2018:20:31:40.834686191 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820ec000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [61308] [30/Jun/2018:20:31:40.835434149 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee66b000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [61553] [30/Jun/2018:20:31:40.836352355 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [61821] [30/Jun/2018:20:31:40.837141035 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [61996] [30/Jun/2018:20:31:40.837842013 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820ec000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [62264] [30/Jun/2018:20:31:40.838528977 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [62402] [30/Jun/2018:20:31:40.839161870 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [62532] [30/Jun/2018:20:31:40.839893833 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [62670] [30/Jun/2018:20:31:40.840558287 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [62798] [30/Jun/2018:20:31:40.841210260 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [62913] [30/Jun/2018:20:31:40.841807759 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [63076] [30/Jun/2018:20:31:40.843142721 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [63247] [30/Jun/2018:20:31:40.843678286 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [63407] [30/Jun/2018:20:31:40.844211893 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [63563] [30/Jun/2018:20:31:40.845811803 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [63733] [30/Jun/2018:20:31:40.846459829 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [63917] [30/Jun/2018:20:31:40.846979079 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820ec000000000000 / remotecsn:5b3820e3000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [64080] [30/Jun/2018:20:31:40.946940179 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCA' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [64214] [30/Jun/2018:20:31:41.008438138 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820e3000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [64387] [30/Jun/2018:20:31:41.009307528 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [64502] [30/Jun/2018:20:31:41.182926590 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820ec0002:1530405100:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [64624] [30/Jun/2018:20:31:41.183727459 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820ec0002:1530405100:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [64745] [30/Jun/2018:20:31:41.184523499 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820ed0000:1530405101:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [65000] [30/Jun/2018:20:31:41.185116734 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [65169] [30/Jun/2018:20:31:41.185723593 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [65313] [30/Jun/2018:20:31:41.186300598 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [65511] [30/Jun/2018:20:31:41.186805648 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820eb000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [65680] [30/Jun/2018:20:31:41.187375345 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [65824] [30/Jun/2018:20:31:41.188491346 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [66022] [30/Jun/2018:20:31:41.189023516 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 5b3820ec DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [66172] [30/Jun/2018:20:31:41.189522592 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b300 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [66387] [30/Jun/2018:20:31:41.190045984 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b300 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [66659] [30/Jun/2018:20:31:41.190632050 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820ec000000010000) csnBuf (5b3820eb000000010000) csnConsumerMax (5b3820eb000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [66772] [30/Jun/2018:20:31:41.191151835 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820eb000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [66951] [30/Jun/2018:20:31:41.191715139 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820eb000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67095] [30/Jun/2018:20:31:41.192303252 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67303] [30/Jun/2018:20:31:41.192838222 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820ec000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67415] [30/Jun/2018:20:31:41.193417201 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67601] [30/Jun/2018:20:31:41.194659752 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67734] [30/Jun/2018:20:31:41.195170343 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67864] [30/Jun/2018:20:31:41.195678633 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [67997] [30/Jun/2018:20:31:41.196146836 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [68288] [30/Jun/2018:20:31:41.196660481 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820ec000000010000) csnMax (5b3820ec000000010000) csnBuf (5b3820ec000000010000) csnConsumerMax (5b3820ec000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [68400] [30/Jun/2018:20:31:41.197180587 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [68572] [30/Jun/2018:20:31:41.197618070 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [68685] [30/Jun/2018:20:31:41.198086586 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [68818] [30/Jun/2018:20:31:41.198580439 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [68927] [30/Jun/2018:20:31:41.201071886 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [69187] [30/Jun/2018:20:31:41.201716335 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [69339] [30/Jun/2018:20:31:41.203379026 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [69497] [30/Jun/2018:20:31:41.204022309 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [69659] [30/Jun/2018:20:31:41.204560545 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [69818] [30/Jun/2018:20:31:41.846283274 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [69981] [30/Jun/2018:20:31:41.847088290 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [70144] [30/Jun/2018:20:31:41.847702787 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [70304] [30/Jun/2018:20:31:41.848166752 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [70467] [30/Jun/2018:20:31:41.848651840 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [70620] [30/Jun/2018:20:31:41.947199308 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [70748] [30/Jun/2018:20:31:41.947873295 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [70930] [30/Jun/2018:20:31:41.948370285 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 5b3820ec DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [71088] [30/Jun/2018:20:31:46.961310353 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [71251] [30/Jun/2018:20:31:46.962735065 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [71414] [30/Jun/2018:20:31:46.963459471 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [71574] [30/Jun/2018:20:31:46.963981474 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [71731] [30/Jun/2018:20:31:46.964580615 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72216] [30/Jun/2018:20:31:46.965190086 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72261] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72424] [30/Jun/2018:20:31:46.993845395 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72546] [30/Jun/2018:20:31:46.995808143 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820ed0000:1530405101:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72667] [30/Jun/2018:20:31:46.996405490 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f20000:1530405106:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72823] [30/Jun/2018:20:31:46.998119919 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [72993] [30/Jun/2018:20:31:46.998711422 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [73177] [30/Jun/2018:20:31:46.999214618 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820ec000000000000 / remotecsn:5b3820e3000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [73311] [30/Jun/2018:20:31:47.162320641 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820ec000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [73426] [30/Jun/2018:20:31:47.163195171 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820f20001:1530405106:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [73548] [30/Jun/2018:20:31:47.163739900 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f20001:1530405106:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [73669] [30/Jun/2018:20:31:47.164180153 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f30000:1530405107:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [73924] [30/Jun/2018:20:31:47.164636926 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [74093] [30/Jun/2018:20:31:47.165200785 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [74237] [30/Jun/2018:20:31:47.165703426 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [74435] [30/Jun/2018:20:31:47.166160098 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [74604] [30/Jun/2018:20:31:47.166631036 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [74748] [30/Jun/2018:20:31:47.167084181 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [74946] [30/Jun/2018:20:31:47.167616129 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 5b3820ec DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [75218] [30/Jun/2018:20:31:47.168179344 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820ec000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820ec000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [75330] [30/Jun/2018:20:31:47.168928174 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [75590] [30/Jun/2018:20:31:47.169532466 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [75727] [30/Jun/2018:20:31:47.169966958 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [75879] [30/Jun/2018:20:31:47.171598805 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [76037] [30/Jun/2018:20:31:47.172185401 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [76199] [30/Jun/2018:20:31:47.172738005 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [76321] [30/Jun/2018:20:31:48.970177019 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f30000:1530405107:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [76442] [30/Jun/2018:20:31:48.971796305 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f40000:1530405108:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [76605] [30/Jun/2018:20:31:48.972432123 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820f4000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [76785] [30/Jun/2018:20:31:48.973016225 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee66c000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [77030] [30/Jun/2018:20:31:48.973887386 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [77298] [30/Jun/2018:20:31:48.974525400 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [77473] [30/Jun/2018:20:31:48.975055176 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820f4000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [77741] [30/Jun/2018:20:31:48.975602474 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [77879] [30/Jun/2018:20:31:48.976130846 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78009] [30/Jun/2018:20:31:48.976829743 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78147] [30/Jun/2018:20:31:48.977329843 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78275] [30/Jun/2018:20:31:48.977947335 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78390] [30/Jun/2018:20:31:48.978411251 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78553] [30/Jun/2018:20:31:48.979360257 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78724] [30/Jun/2018:20:31:48.979916023 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [78884] [30/Jun/2018:20:31:48.980512434 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [79040] [30/Jun/2018:20:31:48.982154342 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [79210] [30/Jun/2018:20:31:48.982850072 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [79325] [30/Jun/2018:20:31:48.983397262 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820f40002:1530405108:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [79580] [30/Jun/2018:20:31:48.983931303 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [79749] [30/Jun/2018:20:31:48.984403124 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [79893] [30/Jun/2018:20:31:48.984889901 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [80091] [30/Jun/2018:20:31:48.985343582 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [80260] [30/Jun/2018:20:31:48.985853167 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [80404] [30/Jun/2018:20:31:48.986302176 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [80602] [30/Jun/2018:20:31:48.986744219 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f4000000010000 5b3820f4 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [80752] [30/Jun/2018:20:31:48.987223525 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b400 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [80967] [30/Jun/2018:20:31:48.987689600 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b400 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [81239] [30/Jun/2018:20:31:48.988080399 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820f4000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820ec000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [81352] [30/Jun/2018:20:31:48.988520726 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820ec000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [81531] [30/Jun/2018:20:31:48.989157925 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820ec000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [81675] [30/Jun/2018:20:31:48.989837739 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [81787] [30/Jun/2018:20:31:48.990507094 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [81995] [30/Jun/2018:20:31:48.991131569 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820f4000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [82127] [30/Jun/2018:20:31:48.991713256 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [82313] [30/Jun/2018:20:31:48.992944722 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [82604] [30/Jun/2018:20:31:48.993530715 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820f4000000010000) csnMax (5b3820f4000000010000) csnBuf (5b3820f4000000010000) csnConsumerMax (5b3820f4000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [82716] [30/Jun/2018:20:31:48.994192425 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [82888] [30/Jun/2018:20:31:48.994719595 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83000] [30/Jun/2018:20:31:48.995203530 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83133] [30/Jun/2018:20:31:48.995811393 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83263] [30/Jun/2018:20:31:48.996554400 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83396] [30/Jun/2018:20:31:48.997215665 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83529] [30/Jun/2018:20:31:48.999099065 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83662] [30/Jun/2018:20:31:49.001977783 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83795] [30/Jun/2018:20:31:49.006910758 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [83928] [30/Jun/2018:20:31:49.015721716 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84061] [30/Jun/2018:20:31:49.032636016 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84194] [30/Jun/2018:20:31:49.065685062 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84307] [30/Jun/2018:20:31:49.095877136 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84416] [30/Jun/2018:20:31:49.130922039 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84676] [30/Jun/2018:20:31:49.131819852 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84828] [30/Jun/2018:20:31:49.133551795 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [84986] [30/Jun/2018:20:31:49.134132441 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85148] [30/Jun/2018:20:31:49.134595679 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85148] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 85148 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Same OC - extra MAY: Schema is pushed - no error schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'12' (expected 13) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'13' (expected 14) schema_replication_test.py 561 DEBUG test_schema_replication_seven master_schema_csn=b'5b3820ec000000000000' schema_replication_test.py 562 DEBUG ctest_schema_replication_seven consumer_schema_csn=b'5b3820ec000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 60321 schema_replication_test.py 61 DEBUG _pattern_errorlog: [60575] 30/Jun/2018:20:31:40.830182574 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [60722] [30/Jun/2018:20:31:40.831410228 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [60844] [30/Jun/2018:20:31:40.833456409 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820eb0002:1530405099:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [60965] [30/Jun/2018:20:31:40.834087822 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820ec0000:1530405100:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [61128] [30/Jun/2018:20:31:40.834686191 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820ec000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [61308] [30/Jun/2018:20:31:40.835434149 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee66b000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [61553] [30/Jun/2018:20:31:40.836352355 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [61821] [30/Jun/2018:20:31:40.837141035 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [61996] [30/Jun/2018:20:31:40.837842013 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820ec000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [62264] [30/Jun/2018:20:31:40.838528977 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [62402] [30/Jun/2018:20:31:40.839161870 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [62532] [30/Jun/2018:20:31:40.839893833 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [62670] [30/Jun/2018:20:31:40.840558287 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [62798] [30/Jun/2018:20:31:40.841210260 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [62913] [30/Jun/2018:20:31:40.841807759 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [63076] [30/Jun/2018:20:31:40.843142721 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [63247] [30/Jun/2018:20:31:40.843678286 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [63407] [30/Jun/2018:20:31:40.844211893 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [63563] [30/Jun/2018:20:31:40.845811803 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [63733] [30/Jun/2018:20:31:40.846459829 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [63917] [30/Jun/2018:20:31:40.846979079 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820ec000000000000 / remotecsn:5b3820e3000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [64080] [30/Jun/2018:20:31:40.946940179 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCA' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [64214] [30/Jun/2018:20:31:41.008438138 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820e3000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [64387] [30/Jun/2018:20:31:41.009307528 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [64502] [30/Jun/2018:20:31:41.182926590 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820ec0002:1530405100:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [64624] [30/Jun/2018:20:31:41.183727459 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820ec0002:1530405100:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [64745] [30/Jun/2018:20:31:41.184523499 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820ed0000:1530405101:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [65000] [30/Jun/2018:20:31:41.185116734 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [65169] [30/Jun/2018:20:31:41.185723593 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [65313] [30/Jun/2018:20:31:41.186300598 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [65511] [30/Jun/2018:20:31:41.186805648 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820eb000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [65680] [30/Jun/2018:20:31:41.187375345 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [65824] [30/Jun/2018:20:31:41.188491346 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [66022] [30/Jun/2018:20:31:41.189023516 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 5b3820ec schema_replication_test.py 61 DEBUG _pattern_errorlog: [66172] [30/Jun/2018:20:31:41.189522592 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b300 schema_replication_test.py 61 DEBUG _pattern_errorlog: [66387] [30/Jun/2018:20:31:41.190045984 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b300 schema_replication_test.py 61 DEBUG _pattern_errorlog: [66659] [30/Jun/2018:20:31:41.190632050 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820ec000000010000) csnBuf (5b3820eb000000010000) csnConsumerMax (5b3820eb000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [66772] [30/Jun/2018:20:31:41.191151835 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820eb000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [66951] [30/Jun/2018:20:31:41.191715139 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820eb000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [67095] [30/Jun/2018:20:31:41.192303252 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [67303] [30/Jun/2018:20:31:41.192838222 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820ec000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [67415] [30/Jun/2018:20:31:41.193417201 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [67601] [30/Jun/2018:20:31:41.194659752 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [67734] [30/Jun/2018:20:31:41.195170343 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [67864] [30/Jun/2018:20:31:41.195678633 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [67997] [30/Jun/2018:20:31:41.196146836 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [68288] [30/Jun/2018:20:31:41.196660481 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820ec000000010000) csnMax (5b3820ec000000010000) csnBuf (5b3820ec000000010000) csnConsumerMax (5b3820ec000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [68400] [30/Jun/2018:20:31:41.197180587 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [68572] [30/Jun/2018:20:31:41.197618070 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [68685] [30/Jun/2018:20:31:41.198086586 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [68818] [30/Jun/2018:20:31:41.198580439 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [68927] [30/Jun/2018:20:31:41.201071886 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [69187] [30/Jun/2018:20:31:41.201716335 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [69339] [30/Jun/2018:20:31:41.203379026 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [69497] [30/Jun/2018:20:31:41.204022309 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [69659] [30/Jun/2018:20:31:41.204560545 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [69818] [30/Jun/2018:20:31:41.846283274 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [69981] [30/Jun/2018:20:31:41.847088290 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [70144] [30/Jun/2018:20:31:41.847702787 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [70304] [30/Jun/2018:20:31:41.848166752 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [70467] [30/Jun/2018:20:31:41.848651840 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [70620] [30/Jun/2018:20:31:41.947199308 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds schema_replication_test.py 61 DEBUG _pattern_errorlog: [70748] [30/Jun/2018:20:31:41.947873295 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [70930] [30/Jun/2018:20:31:41.948370285 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 5b3820ec schema_replication_test.py 61 DEBUG _pattern_errorlog: [71088] [30/Jun/2018:20:31:46.961310353 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [71251] [30/Jun/2018:20:31:46.962735065 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [71414] [30/Jun/2018:20:31:46.963459471 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [71574] [30/Jun/2018:20:31:46.963981474 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [71731] [30/Jun/2018:20:31:46.964580615 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext schema_replication_test.py 61 DEBUG _pattern_errorlog: [72216] [30/Jun/2018:20:31:46.965190086 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W schema_replication_test.py 61 DEBUG _pattern_errorlog: [72261] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= schema_replication_test.py 61 DEBUG _pattern_errorlog: [72424] [30/Jun/2018:20:31:46.993845395 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [72546] [30/Jun/2018:20:31:46.995808143 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820ed0000:1530405101:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [72667] [30/Jun/2018:20:31:46.996405490 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f20000:1530405106:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [72823] [30/Jun/2018:20:31:46.998119919 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [72993] [30/Jun/2018:20:31:46.998711422 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [73177] [30/Jun/2018:20:31:46.999214618 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820ec000000000000 / remotecsn:5b3820e3000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [73311] [30/Jun/2018:20:31:47.162320641 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820ec000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [73426] [30/Jun/2018:20:31:47.163195171 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820f20001:1530405106:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [73548] [30/Jun/2018:20:31:47.163739900 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f20001:1530405106:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [73669] [30/Jun/2018:20:31:47.164180153 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f30000:1530405107:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [73924] [30/Jun/2018:20:31:47.164636926 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [74093] [30/Jun/2018:20:31:47.165200785 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [74237] [30/Jun/2018:20:31:47.165703426 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [74435] [30/Jun/2018:20:31:47.166160098 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [74604] [30/Jun/2018:20:31:47.166631036 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [74748] [30/Jun/2018:20:31:47.167084181 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [74946] [30/Jun/2018:20:31:47.167616129 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 5b3820ec schema_replication_test.py 61 DEBUG _pattern_errorlog: [75218] [30/Jun/2018:20:31:47.168179344 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820ec000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820ec000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [75330] [30/Jun/2018:20:31:47.168928174 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [75590] [30/Jun/2018:20:31:47.169532466 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [75727] [30/Jun/2018:20:31:47.169966958 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send schema_replication_test.py 61 DEBUG _pattern_errorlog: [75879] [30/Jun/2018:20:31:47.171598805 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [76037] [30/Jun/2018:20:31:47.172185401 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [76199] [30/Jun/2018:20:31:47.172738005 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [76321] [30/Jun/2018:20:31:48.970177019 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f30000:1530405107:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [76442] [30/Jun/2018:20:31:48.971796305 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f40000:1530405108:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [76605] [30/Jun/2018:20:31:48.972432123 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820f4000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [76785] [30/Jun/2018:20:31:48.973016225 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee66c000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [77030] [30/Jun/2018:20:31:48.973887386 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [77298] [30/Jun/2018:20:31:48.974525400 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [77473] [30/Jun/2018:20:31:48.975055176 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820f4000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [77741] [30/Jun/2018:20:31:48.975602474 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [77879] [30/Jun/2018:20:31:48.976130846 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [78009] [30/Jun/2018:20:31:48.976829743 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [78147] [30/Jun/2018:20:31:48.977329843 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [78275] [30/Jun/2018:20:31:48.977947335 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [78390] [30/Jun/2018:20:31:48.978411251 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [78553] [30/Jun/2018:20:31:48.979360257 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [78724] [30/Jun/2018:20:31:48.979916023 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [78884] [30/Jun/2018:20:31:48.980512434 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [79040] [30/Jun/2018:20:31:48.982154342 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [79210] [30/Jun/2018:20:31:48.982850072 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [79325] [30/Jun/2018:20:31:48.983397262 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820f40002:1530405108:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [79580] [30/Jun/2018:20:31:48.983931303 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [79749] [30/Jun/2018:20:31:48.984403124 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [79893] [30/Jun/2018:20:31:48.984889901 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [80091] [30/Jun/2018:20:31:48.985343582 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820ec000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [80260] [30/Jun/2018:20:31:48.985853167 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [80404] [30/Jun/2018:20:31:48.986302176 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [80602] [30/Jun/2018:20:31:48.986744219 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f4000000010000 5b3820f4 schema_replication_test.py 61 DEBUG _pattern_errorlog: [80752] [30/Jun/2018:20:31:48.987223525 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b400 schema_replication_test.py 61 DEBUG _pattern_errorlog: [80967] [30/Jun/2018:20:31:48.987689600 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b400 schema_replication_test.py 61 DEBUG _pattern_errorlog: [81239] [30/Jun/2018:20:31:48.988080399 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820f4000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820ec000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [81352] [30/Jun/2018:20:31:48.988520726 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820ec000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [81531] [30/Jun/2018:20:31:48.989157925 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820ec000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [81675] [30/Jun/2018:20:31:48.989837739 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [81787] [30/Jun/2018:20:31:48.990507094 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [81995] [30/Jun/2018:20:31:48.991131569 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820f4000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [82127] [30/Jun/2018:20:31:48.991713256 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [82313] [30/Jun/2018:20:31:48.992944722 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [82604] [30/Jun/2018:20:31:48.993530715 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820f4000000010000) csnMax (5b3820f4000000010000) csnBuf (5b3820f4000000010000) csnConsumerMax (5b3820f4000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [82716] [30/Jun/2018:20:31:48.994192425 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [82888] [30/Jun/2018:20:31:48.994719595 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [83000] [30/Jun/2018:20:31:48.995203530 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [83133] [30/Jun/2018:20:31:48.995811393 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [83263] [30/Jun/2018:20:31:48.996554400 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [83396] [30/Jun/2018:20:31:48.997215665 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [83529] [30/Jun/2018:20:31:48.999099065 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [83662] [30/Jun/2018:20:31:49.001977783 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [83795] [30/Jun/2018:20:31:49.006910758 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [83928] [30/Jun/2018:20:31:49.015721716 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [84061] [30/Jun/2018:20:31:49.032636016 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [84194] [30/Jun/2018:20:31:49.065685062 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [84307] [30/Jun/2018:20:31:49.095877136 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [84416] [30/Jun/2018:20:31:49.130922039 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [84676] [30/Jun/2018:20:31:49.131819852 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [84828] [30/Jun/2018:20:31:49.133551795 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [84986] [30/Jun/2018:20:31:49.134132441 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [85148] [30/Jun/2018:20:31:49.134595679 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [85148] schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 85148
Passed suites/schema/schema_replication_test.py::test_schema_replication_eight 11.71
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Same OC - extra MAY: Schema is pushed (fix for 47721) INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'14' (expected 15) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'15' (expected 16) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_eight master_schema_csn=b'5b3820f8000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_eight onsumer_schema_csn=b'5b3820f8000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 85149 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85403] 30/Jun/2018:20:31:52.598661552 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85550] [30/Jun/2018:20:31:52.599574826 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85672] [30/Jun/2018:20:31:52.601295865 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f40002:1530405108:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85793] [30/Jun/2018:20:31:52.601973992 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f80000:1530405112:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [85956] [30/Jun/2018:20:31:52.602570620 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820f8000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [86136] [30/Jun/2018:20:31:52.603055922 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee674000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [86381] [30/Jun/2018:20:31:52.604012441 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [86649] [30/Jun/2018:20:31:52.604646877 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [86824] [30/Jun/2018:20:31:52.605213509 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820f8000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87092] [30/Jun/2018:20:31:52.605846965 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87230] [30/Jun/2018:20:31:52.606493916 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87360] [30/Jun/2018:20:31:52.607065296 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87498] [30/Jun/2018:20:31:52.607713456 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87626] [30/Jun/2018:20:31:52.608208276 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87741] [30/Jun/2018:20:31:52.608800646 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [87904] [30/Jun/2018:20:31:52.609943621 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [88075] [30/Jun/2018:20:31:52.610445997 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [88235] [30/Jun/2018:20:31:52.611040852 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [88391] [30/Jun/2018:20:31:52.612741182 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [88561] [30/Jun/2018:20:31:52.613292701 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [88745] [30/Jun/2018:20:31:52.613805606 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820f8000000000000 / remotecsn:5b3820ec000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [88908] [30/Jun/2018:20:31:52.712763414 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCC' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [89073] [30/Jun/2018:20:31:52.713873640 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'consumerNewOCA' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [89227] [30/Jun/2018:20:31:52.714437549 -0400] - DEBUG - schema_oc_superset_check - Remote consumerNewOCA schema objectclasses is a superset of the received one. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [89390] [30/Jun/2018:20:31:52.716275341 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCC' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [89555] [30/Jun/2018:20:31:52.716897603 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'consumerNewOCA' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [89705] [30/Jun/2018:20:31:52.717446061 -0400] - DEBUG - schema_list_oc2learn - Add that unknown/extended objectclass consumerNewOCA (1.2.3.4.5.6.7.8.9.10.1) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [90005] [30/Jun/2018:20:31:52.718010823 -0400] - DEBUG - schema_oc_to_string - Replace (old[265]=( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' )) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [90334] [30/Jun/2018:20:31:52.718547344 -0400] - DEBUG - supplier_get_new_definitions - supplier takes objectclass: ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street $ postOfficeBox ) X-ORIGIN 'user defined' ) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [90650] [30/Jun/2018:20:31:52.731058227 -0400] - DEBUG - modify_schema_prepare_mods - MOD[1] del (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' ) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [90977] [30/Jun/2018:20:31:52.731864808 -0400] - DEBUG - modify_schema_prepare_mods - MOD[0] add (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street $ postOfficeBox ) X-ORIGIN 'user defined' ) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91100] [30/Jun/2018:20:31:52.777713665 -0400] - DEBUG - modify_schema_internal_mod - Successfully learn objectclasses definitions DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91302] [30/Jun/2018:20:31:52.778473757 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (server:39201) must not be overwritten (set replication log for additional info) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 91302 ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Same OC - extra MAY: Schema is pushed (fix for 47721) schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'14' (expected 15) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'15' (expected 16) schema_replication_test.py 624 DEBUG test_schema_replication_eight master_schema_csn=b'5b3820f8000000000000' schema_replication_test.py 625 DEBUG ctest_schema_replication_eight onsumer_schema_csn=b'5b3820f8000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 85149 schema_replication_test.py 61 DEBUG _pattern_errorlog: [85403] 30/Jun/2018:20:31:52.598661552 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [85550] [30/Jun/2018:20:31:52.599574826 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [85672] [30/Jun/2018:20:31:52.601295865 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f40002:1530405108:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [85793] [30/Jun/2018:20:31:52.601973992 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f80000:1530405112:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [85956] [30/Jun/2018:20:31:52.602570620 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b3820f8000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [86136] [30/Jun/2018:20:31:52.603055922 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee674000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [86381] [30/Jun/2018:20:31:52.604012441 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [86649] [30/Jun/2018:20:31:52.604646877 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [86824] [30/Jun/2018:20:31:52.605213509 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b3820f8000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [87092] [30/Jun/2018:20:31:52.605846965 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [87230] [30/Jun/2018:20:31:52.606493916 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [87360] [30/Jun/2018:20:31:52.607065296 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [87498] [30/Jun/2018:20:31:52.607713456 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [87626] [30/Jun/2018:20:31:52.608208276 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [87741] [30/Jun/2018:20:31:52.608800646 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [87904] [30/Jun/2018:20:31:52.609943621 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [88075] [30/Jun/2018:20:31:52.610445997 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [88235] [30/Jun/2018:20:31:52.611040852 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [88391] [30/Jun/2018:20:31:52.612741182 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [88561] [30/Jun/2018:20:31:52.613292701 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [88745] [30/Jun/2018:20:31:52.613805606 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820f8000000000000 / remotecsn:5b3820ec000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [88908] [30/Jun/2018:20:31:52.712763414 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCC' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [89073] [30/Jun/2018:20:31:52.713873640 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'consumerNewOCA' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [89227] [30/Jun/2018:20:31:52.714437549 -0400] - DEBUG - schema_oc_superset_check - Remote consumerNewOCA schema objectclasses is a superset of the received one. schema_replication_test.py 61 DEBUG _pattern_errorlog: [89390] [30/Jun/2018:20:31:52.716275341 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCC' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [89555] [30/Jun/2018:20:31:52.716897603 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'consumerNewOCA' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [89705] [30/Jun/2018:20:31:52.717446061 -0400] - DEBUG - schema_list_oc2learn - Add that unknown/extended objectclass consumerNewOCA (1.2.3.4.5.6.7.8.9.10.1) schema_replication_test.py 61 DEBUG _pattern_errorlog: [90005] [30/Jun/2018:20:31:52.718010823 -0400] - DEBUG - schema_oc_to_string - Replace (old[265]=( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' )) schema_replication_test.py 61 DEBUG _pattern_errorlog: [90334] [30/Jun/2018:20:31:52.718547344 -0400] - DEBUG - supplier_get_new_definitions - supplier takes objectclass: ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street $ postOfficeBox ) X-ORIGIN 'user defined' ) schema_replication_test.py 61 DEBUG _pattern_errorlog: [90650] [30/Jun/2018:20:31:52.731058227 -0400] - DEBUG - modify_schema_prepare_mods - MOD[1] del (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP 'person' AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street ) X-ORIGIN 'blahblahblah' ) schema_replication_test.py 61 DEBUG _pattern_errorlog: [90977] [30/Jun/2018:20:31:52.731864808 -0400] - DEBUG - modify_schema_prepare_mods - MOD[0] add (objectclasses): ( 1.2.3.4.5.6.7.8.9.10.1 NAME 'consumerNewOCA' DESC 'To test ticket 47490' SUP person AUXILIARY MUST ( postalAddress $ preferredLocale $ telexNumber ) MAY ( postalCode $ street $ postOfficeBox ) X-ORIGIN 'user defined' ) schema_replication_test.py 61 DEBUG _pattern_errorlog: [91100] [30/Jun/2018:20:31:52.777713665 -0400] - DEBUG - modify_schema_internal_mod - Successfully learn objectclasses definitions schema_replication_test.py 61 DEBUG _pattern_errorlog: [91302] [30/Jun/2018:20:31:52.778473757 -0400] - ERR - NSMMReplicationPlugin - update_consumer_schema - [S] Schema agmt="cn=201" (server:39201) must not be overwritten (set replication log for additional info) schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 91302
Passed suites/schema/schema_replication_test.py::test_schema_replication_nine 9.45
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Same OC - extra MAY: Schema is pushed - no error INFO:lib389:####### INFO:lib389:################################################### DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'16' (expected 17) INFO:lib389:Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config DEBUG:tests.suites.schema.schema_replication_test:trigger_update: receive b'17' (expected 18) DEBUG:tests.suites.schema.schema_replication_test:test_schema_replication_nine master_schema_csn=b'5b382102000000000000' DEBUG:tests.suites.schema.schema_replication_test:ctest_schema_replication_nine onsumer_schema_csn=b'5b382102000000000000' DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: start at offset 91303 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91439] 30/Jun/2018:20:31:52.779112874 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] schema definitions may have been learned DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91602] [30/Jun/2018:20:31:52.878160738 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCC' of the remote consumer schema DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91736] [30/Jun/2018:20:31:52.946314412 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820f6000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [91909] [30/Jun/2018:20:31:52.947145726 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92024] [30/Jun/2018:20:31:53.120951700 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820f80002:1530405112:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92146] [30/Jun/2018:20:31:53.121835446 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f80002:1530405112:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92267] [30/Jun/2018:20:31:53.122535328 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f90000:1530405113:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92522] [30/Jun/2018:20:31:53.123177168 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92691] [30/Jun/2018:20:31:53.123766580 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [92835] [30/Jun/2018:20:31:53.124369129 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [93033] [30/Jun/2018:20:31:53.124900507 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f4000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [93202] [30/Jun/2018:20:31:53.125458054 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [93346] [30/Jun/2018:20:31:53.125999125 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [93544] [30/Jun/2018:20:31:53.126499923 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 5b3820f8 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [93694] [30/Jun/2018:20:31:53.127041038 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b400 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [93909] [30/Jun/2018:20:31:53.127638569 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b400 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [94181] [30/Jun/2018:20:31:53.128249377 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820f8000000010000) csnBuf (5b3820f4000000010000) csnConsumerMax (5b3820f4000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [94294] [30/Jun/2018:20:31:53.128749973 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820f4000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [94473] [30/Jun/2018:20:31:53.129494415 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820f4000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [94617] [30/Jun/2018:20:31:53.130185250 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [94825] [30/Jun/2018:20:31:53.130794947 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820f8000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [94937] [30/Jun/2018:20:31:53.131499308 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [95123] [30/Jun/2018:20:31:53.132090631 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [95414] [30/Jun/2018:20:31:53.132777184 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820f8000000010000) csnMax (5b3820f8000000010000) csnBuf (5b3820f8000000010000) csnConsumerMax (5b3820f8000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [95526] [30/Jun/2018:20:31:53.133407519 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [95698] [30/Jun/2018:20:31:53.133932753 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [95810] [30/Jun/2018:20:31:53.134500038 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [95942] [30/Jun/2018:20:31:53.135180599 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96075] [30/Jun/2018:20:31:53.136894979 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96205] [30/Jun/2018:20:31:53.137496628 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 19, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96338] [30/Jun/2018:20:31:53.138066030 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96471] [30/Jun/2018:20:31:53.139658562 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96604] [30/Jun/2018:20:31:53.142376692 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96737] [30/Jun/2018:20:31:53.147161243 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [96870] [30/Jun/2018:20:31:53.156250520 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97003] [30/Jun/2018:20:31:53.173150369 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97136] [30/Jun/2018:20:31:53.206055706 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97249] [30/Jun/2018:20:31:53.235358707 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 19 19 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97358] [30/Jun/2018:20:31:53.271103391 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97618] [30/Jun/2018:20:31:53.271991363 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97770] [30/Jun/2018:20:31:53.273742929 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [97928] [30/Jun/2018:20:31:53.274340873 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [98090] [30/Jun/2018:20:31:53.274809041 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [98249] [30/Jun/2018:20:31:53.613590326 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [98412] [30/Jun/2018:20:31:53.614422455 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [98575] [30/Jun/2018:20:31:53.615107698 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [98735] [30/Jun/2018:20:31:53.615577873 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [98898] [30/Jun/2018:20:31:53.616143269 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [99051] [30/Jun/2018:20:31:53.714580366 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [99179] [30/Jun/2018:20:31:53.715428072 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [99361] [30/Jun/2018:20:31:53.715980148 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 5b3820f8 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [99519] [30/Jun/2018:20:31:58.729146052 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [99682] [30/Jun/2018:20:31:58.730335855 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [99845] [30/Jun/2018:20:31:58.730941999 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [100005] [30/Jun/2018:20:31:58.731439470 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [100162] [30/Jun/2018:20:31:58.732218351 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [100647] [30/Jun/2018:20:31:58.732796922 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [100692] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [100855] [30/Jun/2018:20:31:58.768307545 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [100977] [30/Jun/2018:20:31:58.770361597 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f90000:1530405113:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [101098] [30/Jun/2018:20:31:58.770990816 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820fe0000:1530405118:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [101254] [30/Jun/2018:20:31:58.772655747 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [101424] [30/Jun/2018:20:31:58.773303073 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [101608] [30/Jun/2018:20:31:58.773785746 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820f8000000000000 / remotecsn:5b3820f6000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [101742] [30/Jun/2018:20:31:58.931120791 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820f8000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [101857] [30/Jun/2018:20:31:58.931886426 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820fe0001:1530405118:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [102112] [30/Jun/2018:20:31:58.932521971 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [102281] [30/Jun/2018:20:31:58.933018420 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [102425] [30/Jun/2018:20:31:58.933526728 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [102623] [30/Jun/2018:20:31:58.934086890 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [102792] [30/Jun/2018:20:31:58.934574027 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [102936] [30/Jun/2018:20:31:58.935045315 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [103134] [30/Jun/2018:20:31:58.935585325 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 5b3820f8 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [103406] [30/Jun/2018:20:31:58.936092920 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820f8000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820f8000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [103518] [30/Jun/2018:20:31:58.936570263 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [103778] [30/Jun/2018:20:31:58.936992616 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [103915] [30/Jun/2018:20:31:58.937443905 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104067] [30/Jun/2018:20:31:58.939012512 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104225] [30/Jun/2018:20:31:58.939545748 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104387] [30/Jun/2018:20:31:58.940094387 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104509] [30/Jun/2018:20:32:00.736554619 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820fe0001:1530405118:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104630] [30/Jun/2018:20:32:00.737922823 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3821000000:1530405120:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104793] [30/Jun/2018:20:32:00.738567743 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b382100000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [104973] [30/Jun/2018:20:32:00.739285905 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee678000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [105218] [30/Jun/2018:20:32:00.740185019 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [105486] [30/Jun/2018:20:32:00.740949269 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [105661] [30/Jun/2018:20:32:00.741579982 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b382100000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [105929] [30/Jun/2018:20:32:00.742146315 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106067] [30/Jun/2018:20:32:00.742658983 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106197] [30/Jun/2018:20:32:00.743238181 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106335] [30/Jun/2018:20:32:00.743717624 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106463] [30/Jun/2018:20:32:00.744270662 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106578] [30/Jun/2018:20:32:00.744731444 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106741] [30/Jun/2018:20:32:00.745832271 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [106912] [30/Jun/2018:20:32:00.746525242 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [107072] [30/Jun/2018:20:32:00.747104087 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [107228] [30/Jun/2018:20:32:00.748763597 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [107398] [30/Jun/2018:20:32:00.749407341 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [107513] [30/Jun/2018:20:32:00.749966749 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3821000002:1530405120:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [107768] [30/Jun/2018:20:32:00.750513072 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [107937] [30/Jun/2018:20:32:00.750998498 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [108081] [30/Jun/2018:20:32:00.751481185 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [108279] [30/Jun/2018:20:32:00.751914167 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [108448] [30/Jun/2018:20:32:00.752334985 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [108592] [30/Jun/2018:20:32:00.752810522 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [108790] [30/Jun/2018:20:32:00.753337011 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382100000000010000 5b382100 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [108940] [30/Jun/2018:20:32:00.753802299 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b500 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [109155] [30/Jun/2018:20:32:00.754254499 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b500 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [109427] [30/Jun/2018:20:32:00.754712603 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b382100000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820f8000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [109540] [30/Jun/2018:20:32:00.755263531 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820f8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [109719] [30/Jun/2018:20:32:00.755776920 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820f8000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [109863] [30/Jun/2018:20:32:00.756317507 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [109975] [30/Jun/2018:20:32:00.756830508 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [110183] [30/Jun/2018:20:32:00.757352426 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b382100000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [110315] [30/Jun/2018:20:32:00.757875809 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [110501] [30/Jun/2018:20:32:00.758840650 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [110792] [30/Jun/2018:20:32:00.759447743 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b382100000000010000) csnMax (5b382100000000010000) csnBuf (5b382100000000010000) csnConsumerMax (5b382100000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [110904] [30/Jun/2018:20:32:00.760098369 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111076] [30/Jun/2018:20:32:00.760587314 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111188] [30/Jun/2018:20:32:00.761007253 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111321] [30/Jun/2018:20:32:00.761543293 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111451] [30/Jun/2018:20:32:00.762024487 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111584] [30/Jun/2018:20:32:00.762598061 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111717] [30/Jun/2018:20:32:00.764092457 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111850] [30/Jun/2018:20:32:00.766836442 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [111983] [30/Jun/2018:20:32:00.771642189 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [112116] [30/Jun/2018:20:32:00.780527280 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [112249] [30/Jun/2018:20:32:00.797392618 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [112382] [30/Jun/2018:20:32:00.830386775 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [112495] [30/Jun/2018:20:32:00.861686662 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [112604] [30/Jun/2018:20:32:00.895302936 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [112864] [30/Jun/2018:20:32:00.896107718 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113016] [30/Jun/2018:20:32:00.897889733 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113174] [30/Jun/2018:20:32:00.898455103 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113336] [30/Jun/2018:20:32:00.899047760 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113591] [30/Jun/2018:20:32:02.095317432 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113738] [30/Jun/2018:20:32:02.096241365 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113860] [30/Jun/2018:20:32:02.098650116 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3821000002:1530405120:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [113981] [30/Jun/2018:20:32:02.099548338 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3821020000:1530405122:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [114144] [30/Jun/2018:20:32:02.100234826 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b382102000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [114324] [30/Jun/2018:20:32:02.101144963 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee680000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [114569] [30/Jun/2018:20:32:02.102192380 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [114837] [30/Jun/2018:20:32:02.102945596 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115012] [30/Jun/2018:20:32:02.103715670 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b382102000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115280] [30/Jun/2018:20:32:02.104359123 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115418] [30/Jun/2018:20:32:02.105066488 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115548] [30/Jun/2018:20:32:02.105686666 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115686] [30/Jun/2018:20:32:02.106435390 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115814] [30/Jun/2018:20:32:02.107042730 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [115929] [30/Jun/2018:20:32:02.107593034 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [116092] [30/Jun/2018:20:32:02.108712337 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [116263] [30/Jun/2018:20:32:02.109639144 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [116423] [30/Jun/2018:20:32:02.110094034 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [116579] [30/Jun/2018:20:32:02.111803653 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [116749] [30/Jun/2018:20:32:02.112449362 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [116933] [30/Jun/2018:20:32:02.113004337 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b382102000000000000 / remotecsn:5b3820f8000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [117067] [30/Jun/2018:20:32:02.275788953 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820f8000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [117240] [30/Jun/2018:20:32:02.276562361 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [117355] [30/Jun/2018:20:32:02.450297934 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3821020002:1530405122:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [117610] [30/Jun/2018:20:32:02.451017673 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [117779] [30/Jun/2018:20:32:02.451519909 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [117923] [30/Jun/2018:20:32:02.451974117 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [118121] [30/Jun/2018:20:32:02.452484126 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382100000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [118290] [30/Jun/2018:20:32:02.452979824 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [118434] [30/Jun/2018:20:32:02.453454187 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [118632] [30/Jun/2018:20:32:02.453874842 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 5b382102 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [118782] [30/Jun/2018:20:32:02.454327527 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b500 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [118997] [30/Jun/2018:20:32:02.454717051 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b500 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [119269] [30/Jun/2018:20:32:02.455246198 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b382102000000010000) csnBuf (5b382100000000010000) csnConsumerMax (5b382100000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [119382] [30/Jun/2018:20:32:02.455636177 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b382100000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [119561] [30/Jun/2018:20:32:02.456039239 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b382100000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [119705] [30/Jun/2018:20:32:02.456574360 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [119817] [30/Jun/2018:20:32:02.457063372 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [120025] [30/Jun/2018:20:32:02.457687079 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b382102000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [120157] [30/Jun/2018:20:32:02.458196277 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [120343] [30/Jun/2018:20:32:02.458667165 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [120634] [30/Jun/2018:20:32:02.459145294 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b382102000000010000) csnMax (5b382102000000010000) csnBuf (5b382102000000010000) csnConsumerMax (5b382102000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [120746] [30/Jun/2018:20:32:02.459614994 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [120918] [30/Jun/2018:20:32:02.460145382 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121030] [30/Jun/2018:20:32:02.460546541 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121163] [30/Jun/2018:20:32:02.460873427 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121293] [30/Jun/2018:20:32:02.461349845 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121426] [30/Jun/2018:20:32:02.461773675 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121559] [30/Jun/2018:20:32:02.463342230 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121692] [30/Jun/2018:20:32:02.466027620 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121825] [30/Jun/2018:20:32:02.470675633 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [121958] [30/Jun/2018:20:32:02.479463152 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [122091] [30/Jun/2018:20:32:02.496124767 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [122224] [30/Jun/2018:20:32:02.528846208 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [122337] [30/Jun/2018:20:32:02.561008111 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [122446] [30/Jun/2018:20:32:02.593600604 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [122706] [30/Jun/2018:20:32:02.594308308 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [122858] [30/Jun/2018:20:32:02.596091062 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123016] [30/Jun/2018:20:32:02.596649610 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123178] [30/Jun/2018:20:32:02.597312231 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123337] [30/Jun/2018:20:32:03.112202485 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123500] [30/Jun/2018:20:32:03.113218837 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123663] [30/Jun/2018:20:32:03.113738351 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123823] [30/Jun/2018:20:32:03.114215689 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [123986] [30/Jun/2018:20:32:03.114733160 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [124139] [30/Jun/2018:20:32:03.213430314 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [124267] [30/Jun/2018:20:32:03.214423558 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [124449] [30/Jun/2018:20:32:03.215068317 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 5b382102 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [124704] [30/Jun/2018:20:32:04.597743563 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [124851] [30/Jun/2018:20:32:04.598673212 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [124966] [30/Jun/2018:20:32:04.602670932 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [125124] [30/Jun/2018:20:32:08.228379937 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [125287] [30/Jun/2018:20:32:08.229581904 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [125450] [30/Jun/2018:20:32:08.230239716 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [125610] [30/Jun/2018:20:32:08.230809598 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [125767] [30/Jun/2018:20:32:08.231506314 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [126252] [30/Jun/2018:20:32:08.232182704 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [126297] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [126460] [30/Jun/2018:20:32:08.261670773 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [126582] [30/Jun/2018:20:32:08.264239174 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3821020002:1530405122:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [126703] [30/Jun/2018:20:32:08.264989876 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3821080000:1530405128:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [126859] [30/Jun/2018:20:32:08.266740645 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [127029] [30/Jun/2018:20:32:08.267352823 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [127213] [30/Jun/2018:20:32:08.268028861 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b382102000000000000 / remotecsn:5b3820f8000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [127347] [30/Jun/2018:20:32:08.428582893 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b382102000000000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [127462] [30/Jun/2018:20:32:08.429502870 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3821080001:1530405128:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [127717] [30/Jun/2018:20:32:08.430089471 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [127886] [30/Jun/2018:20:32:08.430689390 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [128030] [30/Jun/2018:20:32:08.431194101 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [128228] [30/Jun/2018:20:32:08.431740328 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [128397] [30/Jun/2018:20:32:08.432267271 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [128541] [30/Jun/2018:20:32:08.433072175 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [128739] [30/Jun/2018:20:32:08.433590826 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 5b382102 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129011] [30/Jun/2018:20:32:08.434157144 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b382102000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b382102000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129123] [30/Jun/2018:20:32:08.434645184 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129383] [30/Jun/2018:20:32:08.435181221 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129520] [30/Jun/2018:20:32:08.435649628 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129672] [30/Jun/2018:20:32:08.437296293 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129830] [30/Jun/2018:20:32:08.437986746 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [129992] [30/Jun/2018:20:32:08.438504559 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [130114] [30/Jun/2018:20:32:10.236196587 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3821080001:1530405128:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [130235] [30/Jun/2018:20:32:10.237419224 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b38210a0000:1530405130:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [130398] [30/Jun/2018:20:32:10.238007441 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b38210a000000010000 into pending list DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [130578] [30/Jun/2018:20:32:10.238631417 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee682000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [130823] [30/Jun/2018:20:32:10.239505811 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [131091] [30/Jun/2018:20:32:10.240087990 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [131266] [30/Jun/2018:20:32:10.241512642 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b38210a000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [131534] [30/Jun/2018:20:32:10.242068006 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [131672] [30/Jun/2018:20:32:10.242637136 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [131802] [30/Jun/2018:20:32:10.243124239 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [131940] [30/Jun/2018:20:32:10.243574056 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [132068] [30/Jun/2018:20:32:10.244062006 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [132183] [30/Jun/2018:20:32:10.244570396 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [132346] [30/Jun/2018:20:32:10.245554945 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [132517] [30/Jun/2018:20:32:10.246187001 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [132677] [30/Jun/2018:20:32:10.246649089 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [132833] [30/Jun/2018:20:32:10.248340166 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [133003] [30/Jun/2018:20:32:10.248925144 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [133118] [30/Jun/2018:20:32:10.249507423 -0400] - DEBUG - csngen_adjust_time - gen state before 5b38210a0002:1530405130:0:0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [133373] [30/Jun/2018:20:32:10.249969962 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [133542] [30/Jun/2018:20:32:10.250488132 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [133686] [30/Jun/2018:20:32:10.250876435 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [133884] [30/Jun/2018:20:32:10.251369945 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 00000000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [134053] [30/Jun/2018:20:32:10.251853223 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [134197] [30/Jun/2018:20:32:10.252245671 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [134395] [30/Jun/2018:20:32:10.252652093 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b38210a000000010000 5b38210a DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [134545] [30/Jun/2018:20:32:10.253091727 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b200 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [134760] [30/Jun/2018:20:32:10.253550265 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b200 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135032] [30/Jun/2018:20:32:10.253999493 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b38210a000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b382102000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135145] [30/Jun/2018:20:32:10.254435278 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b382102000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135324] [30/Jun/2018:20:32:10.254948334 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b382102000000010000 found, position set for replay DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135468] [30/Jun/2018:20:32:10.255481879 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135676] [30/Jun/2018:20:32:10.255986094 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b38210a000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135788] [30/Jun/2018:20:32:10.256551037 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [135920] [30/Jun/2018:20:32:10.257171669 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [136106] [30/Jun/2018:20:32:10.257643853 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b38210a000000010000 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [136397] [30/Jun/2018:20:32:10.258078617 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b38210a000000010000) csnMax (5b38210a000000010000) csnBuf (5b38210a000000010000) csnConsumerMax (5b38210a000000010000) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [136509] [30/Jun/2018:20:32:10.258544760 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [136681] [30/Jun/2018:20:32:10.259020944 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [136793] [30/Jun/2018:20:32:10.259469549 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [136926] [30/Jun/2018:20:32:10.260009888 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137056] [30/Jun/2018:20:32:10.260543676 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137189] [30/Jun/2018:20:32:10.261111954 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137322] [30/Jun/2018:20:32:10.262651563 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137455] [30/Jun/2018:20:32:10.265476922 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137588] [30/Jun/2018:20:32:10.270361665 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137721] [30/Jun/2018:20:32:10.279265962 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137854] [30/Jun/2018:20:32:10.296109596 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [137987] [30/Jun/2018:20:32:10.329024843 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138100] [30/Jun/2018:20:32:10.360169586 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138209] [30/Jun/2018:20:32:10.394003941 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138469] [30/Jun/2018:20:32:10.395032671 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138621] [30/Jun/2018:20:32:10.396908242 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138779] [30/Jun/2018:20:32:10.397578932 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138941] [30/Jun/2018:20:32:10.398204481 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: [138941] DEBUG:tests.suites.schema.schema_replication_test:_pattern_errorlog: end at offset 138941 INFO:tests.suites.schema.schema_replication_test:Testcase PASSED ------------------------------ Captured log call -------------------------------
schema_replication_test.py 40 INFO ############################################### schema_replication_test.py 41 INFO ####### schema_replication_test.py 42 INFO ####### Same OC - extra MAY: Schema is pushed - no error schema_replication_test.py 43 INFO ####### schema_replication_test.py 44 INFO ################################################### schema_replication_test.py 151 DEBUG trigger_update: receive b'16' (expected 17) agreement.py 830 INFO Pausing replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 856 INFO Resuming replication cn=201,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config schema_replication_test.py 151 DEBUG trigger_update: receive b'17' (expected 18) schema_replication_test.py 684 DEBUG test_schema_replication_nine master_schema_csn=b'5b382102000000000000' schema_replication_test.py 685 DEBUG ctest_schema_replication_nine onsumer_schema_csn=b'5b382102000000000000' schema_replication_test.py 54 DEBUG _pattern_errorlog: start at offset 91303 schema_replication_test.py 61 DEBUG _pattern_errorlog: [91439] 30/Jun/2018:20:31:52.779112874 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] schema definitions may have been learned schema_replication_test.py 61 DEBUG _pattern_errorlog: [91602] [30/Jun/2018:20:31:52.878160738 -0400] - DEBUG - schema_oc_compare_strict - Attribute postOfficeBox is not allowed in 'masterNewOCC' of the remote consumer schema schema_replication_test.py 61 DEBUG _pattern_errorlog: [91736] [30/Jun/2018:20:31:52.946314412 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820f6000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [91909] [30/Jun/2018:20:31:52.947145726 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [92024] [30/Jun/2018:20:31:53.120951700 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820f80002:1530405112:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [92146] [30/Jun/2018:20:31:53.121835446 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f80002:1530405112:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [92267] [30/Jun/2018:20:31:53.122535328 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820f90000:1530405113:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [92522] [30/Jun/2018:20:31:53.123177168 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [92691] [30/Jun/2018:20:31:53.123766580 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [92835] [30/Jun/2018:20:31:53.124369129 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [93033] [30/Jun/2018:20:31:53.124900507 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f4000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [93202] [30/Jun/2018:20:31:53.125458054 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [93346] [30/Jun/2018:20:31:53.125999125 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [93544] [30/Jun/2018:20:31:53.126499923 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 5b3820f8 schema_replication_test.py 61 DEBUG _pattern_errorlog: [93694] [30/Jun/2018:20:31:53.127041038 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b400 schema_replication_test.py 61 DEBUG _pattern_errorlog: [93909] [30/Jun/2018:20:31:53.127638569 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b400 schema_replication_test.py 61 DEBUG _pattern_errorlog: [94181] [30/Jun/2018:20:31:53.128249377 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b3820f8000000010000) csnBuf (5b3820f4000000010000) csnConsumerMax (5b3820f4000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [94294] [30/Jun/2018:20:31:53.128749973 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820f4000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [94473] [30/Jun/2018:20:31:53.129494415 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820f4000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [94617] [30/Jun/2018:20:31:53.130185250 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [94825] [30/Jun/2018:20:31:53.130794947 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b3820f8000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [94937] [30/Jun/2018:20:31:53.131499308 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [95123] [30/Jun/2018:20:31:53.132090631 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [95414] [30/Jun/2018:20:31:53.132777184 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b3820f8000000010000) csnMax (5b3820f8000000010000) csnBuf (5b3820f8000000010000) csnConsumerMax (5b3820f8000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [95526] [30/Jun/2018:20:31:53.133407519 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [95698] [30/Jun/2018:20:31:53.133932753 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [95810] [30/Jun/2018:20:31:53.134500038 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [95942] [30/Jun/2018:20:31:53.135180599 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [96075] [30/Jun/2018:20:31:53.136894979 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [96205] [30/Jun/2018:20:31:53.137496628 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 19, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [96338] [30/Jun/2018:20:31:53.138066030 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [96471] [30/Jun/2018:20:31:53.139658562 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [96604] [30/Jun/2018:20:31:53.142376692 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [96737] [30/Jun/2018:20:31:53.147161243 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [96870] [30/Jun/2018:20:31:53.156250520 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [97003] [30/Jun/2018:20:31:53.173150369 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [97136] [30/Jun/2018:20:31:53.206055706 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [97249] [30/Jun/2018:20:31:53.235358707 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 19 19 schema_replication_test.py 61 DEBUG _pattern_errorlog: [97358] [30/Jun/2018:20:31:53.271103391 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [97618] [30/Jun/2018:20:31:53.271991363 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [97770] [30/Jun/2018:20:31:53.273742929 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [97928] [30/Jun/2018:20:31:53.274340873 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [98090] [30/Jun/2018:20:31:53.274809041 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [98249] [30/Jun/2018:20:31:53.613590326 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [98412] [30/Jun/2018:20:31:53.614422455 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [98575] [30/Jun/2018:20:31:53.615107698 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [98735] [30/Jun/2018:20:31:53.615577873 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [98898] [30/Jun/2018:20:31:53.616143269 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [99051] [30/Jun/2018:20:31:53.714580366 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds schema_replication_test.py 61 DEBUG _pattern_errorlog: [99179] [30/Jun/2018:20:31:53.715428072 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [99361] [30/Jun/2018:20:31:53.715980148 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 5b3820f8 schema_replication_test.py 61 DEBUG _pattern_errorlog: [99519] [30/Jun/2018:20:31:58.729146052 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [99682] [30/Jun/2018:20:31:58.730335855 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [99845] [30/Jun/2018:20:31:58.730941999 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [100005] [30/Jun/2018:20:31:58.731439470 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [100162] [30/Jun/2018:20:31:58.732218351 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext schema_replication_test.py 61 DEBUG _pattern_errorlog: [100647] [30/Jun/2018:20:31:58.732796922 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W schema_replication_test.py 61 DEBUG _pattern_errorlog: [100692] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= schema_replication_test.py 61 DEBUG _pattern_errorlog: [100855] [30/Jun/2018:20:31:58.768307545 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [100977] [30/Jun/2018:20:31:58.770361597 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820f90000:1530405113:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [101098] [30/Jun/2018:20:31:58.770990816 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3820fe0000:1530405118:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [101254] [30/Jun/2018:20:31:58.772655747 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [101424] [30/Jun/2018:20:31:58.773303073 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [101608] [30/Jun/2018:20:31:58.773785746 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b3820f8000000000000 / remotecsn:5b3820f6000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [101742] [30/Jun/2018:20:31:58.931120791 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820f8000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [101857] [30/Jun/2018:20:31:58.931886426 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3820fe0001:1530405118:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [102112] [30/Jun/2018:20:31:58.932521971 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [102281] [30/Jun/2018:20:31:58.933018420 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [102425] [30/Jun/2018:20:31:58.933526728 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [102623] [30/Jun/2018:20:31:58.934086890 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [102792] [30/Jun/2018:20:31:58.934574027 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [102936] [30/Jun/2018:20:31:58.935045315 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [103134] [30/Jun/2018:20:31:58.935585325 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 5b3820f8 schema_replication_test.py 61 DEBUG _pattern_errorlog: [103406] [30/Jun/2018:20:31:58.936092920 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b3820f8000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820f8000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [103518] [30/Jun/2018:20:31:58.936570263 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [103778] [30/Jun/2018:20:31:58.936992616 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [103915] [30/Jun/2018:20:31:58.937443905 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send schema_replication_test.py 61 DEBUG _pattern_errorlog: [104067] [30/Jun/2018:20:31:58.939012512 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [104225] [30/Jun/2018:20:31:58.939545748 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [104387] [30/Jun/2018:20:31:58.940094387 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [104509] [30/Jun/2018:20:32:00.736554619 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3820fe0001:1530405118:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [104630] [30/Jun/2018:20:32:00.737922823 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3821000000:1530405120:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [104793] [30/Jun/2018:20:32:00.738567743 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b382100000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [104973] [30/Jun/2018:20:32:00.739285905 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee678000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [105218] [30/Jun/2018:20:32:00.740185019 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [105486] [30/Jun/2018:20:32:00.740949269 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [105661] [30/Jun/2018:20:32:00.741579982 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b382100000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [105929] [30/Jun/2018:20:32:00.742146315 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [106067] [30/Jun/2018:20:32:00.742658983 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [106197] [30/Jun/2018:20:32:00.743238181 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [106335] [30/Jun/2018:20:32:00.743717624 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [106463] [30/Jun/2018:20:32:00.744270662 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [106578] [30/Jun/2018:20:32:00.744731444 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [106741] [30/Jun/2018:20:32:00.745832271 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [106912] [30/Jun/2018:20:32:00.746525242 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [107072] [30/Jun/2018:20:32:00.747104087 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [107228] [30/Jun/2018:20:32:00.748763597 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [107398] [30/Jun/2018:20:32:00.749407341 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [107513] [30/Jun/2018:20:32:00.749966749 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3821000002:1530405120:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [107768] [30/Jun/2018:20:32:00.750513072 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [107937] [30/Jun/2018:20:32:00.750998498 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [108081] [30/Jun/2018:20:32:00.751481185 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [108279] [30/Jun/2018:20:32:00.751914167 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b3820f8000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [108448] [30/Jun/2018:20:32:00.752334985 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [108592] [30/Jun/2018:20:32:00.752810522 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [108790] [30/Jun/2018:20:32:00.753337011 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382100000000010000 5b382100 schema_replication_test.py 61 DEBUG _pattern_errorlog: [108940] [30/Jun/2018:20:32:00.753802299 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b500 schema_replication_test.py 61 DEBUG _pattern_errorlog: [109155] [30/Jun/2018:20:32:00.754254499 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b500 schema_replication_test.py 61 DEBUG _pattern_errorlog: [109427] [30/Jun/2018:20:32:00.754712603 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b382100000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b3820f8000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [109540] [30/Jun/2018:20:32:00.755263531 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b3820f8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [109719] [30/Jun/2018:20:32:00.755776920 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b3820f8000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [109863] [30/Jun/2018:20:32:00.756317507 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [109975] [30/Jun/2018:20:32:00.756830508 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [110183] [30/Jun/2018:20:32:00.757352426 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b382100000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [110315] [30/Jun/2018:20:32:00.757875809 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [110501] [30/Jun/2018:20:32:00.758840650 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [110792] [30/Jun/2018:20:32:00.759447743 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b382100000000010000) csnMax (5b382100000000010000) csnBuf (5b382100000000010000) csnConsumerMax (5b382100000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [110904] [30/Jun/2018:20:32:00.760098369 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [111076] [30/Jun/2018:20:32:00.760587314 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [111188] [30/Jun/2018:20:32:00.761007253 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [111321] [30/Jun/2018:20:32:00.761543293 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [111451] [30/Jun/2018:20:32:00.762024487 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [111584] [30/Jun/2018:20:32:00.762598061 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [111717] [30/Jun/2018:20:32:00.764092457 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [111850] [30/Jun/2018:20:32:00.766836442 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [111983] [30/Jun/2018:20:32:00.771642189 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [112116] [30/Jun/2018:20:32:00.780527280 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [112249] [30/Jun/2018:20:32:00.797392618 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [112382] [30/Jun/2018:20:32:00.830386775 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [112495] [30/Jun/2018:20:32:00.861686662 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [112604] [30/Jun/2018:20:32:00.895302936 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [112864] [30/Jun/2018:20:32:00.896107718 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [113016] [30/Jun/2018:20:32:00.897889733 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [113174] [30/Jun/2018:20:32:00.898455103 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [113336] [30/Jun/2018:20:32:00.899047760 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [113591] [30/Jun/2018:20:32:02.095317432 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [113738] [30/Jun/2018:20:32:02.096241365 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [113860] [30/Jun/2018:20:32:02.098650116 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3821000002:1530405120:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [113981] [30/Jun/2018:20:32:02.099548338 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3821020000:1530405122:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [114144] [30/Jun/2018:20:32:02.100234826 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b382102000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [114324] [30/Jun/2018:20:32:02.101144963 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee680000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [114569] [30/Jun/2018:20:32:02.102192380 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [114837] [30/Jun/2018:20:32:02.102945596 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [115012] [30/Jun/2018:20:32:02.103715670 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b382102000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [115280] [30/Jun/2018:20:32:02.104359123 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [115418] [30/Jun/2018:20:32:02.105066488 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [115548] [30/Jun/2018:20:32:02.105686666 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [115686] [30/Jun/2018:20:32:02.106435390 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [115814] [30/Jun/2018:20:32:02.107042730 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [115929] [30/Jun/2018:20:32:02.107593034 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [116092] [30/Jun/2018:20:32:02.108712337 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [116263] [30/Jun/2018:20:32:02.109639144 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [116423] [30/Jun/2018:20:32:02.110094034 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [116579] [30/Jun/2018:20:32:02.111803653 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [116749] [30/Jun/2018:20:32:02.112449362 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [116933] [30/Jun/2018:20:32:02.113004337 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b382102000000000000 / remotecsn:5b3820f8000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [117067] [30/Jun/2018:20:32:02.275788953 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b3820f8000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [117240] [30/Jun/2018:20:32:02.276562361 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - Schema checking successful: ok to push the schema (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [117355] [30/Jun/2018:20:32:02.450297934 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3821020002:1530405122:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [117610] [30/Jun/2018:20:32:02.451017673 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [117779] [30/Jun/2018:20:32:02.451519909 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [117923] [30/Jun/2018:20:32:02.451974117 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [118121] [30/Jun/2018:20:32:02.452484126 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382100000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [118290] [30/Jun/2018:20:32:02.452979824 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [118434] [30/Jun/2018:20:32:02.453454187 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [118632] [30/Jun/2018:20:32:02.453874842 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 5b382102 schema_replication_test.py 61 DEBUG _pattern_errorlog: [118782] [30/Jun/2018:20:32:02.454327527 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b500 schema_replication_test.py 61 DEBUG _pattern_errorlog: [118997] [30/Jun/2018:20:32:02.454717051 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b500 schema_replication_test.py 61 DEBUG _pattern_errorlog: [119269] [30/Jun/2018:20:32:02.455246198 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b382102000000010000) csnBuf (5b382100000000010000) csnConsumerMax (5b382100000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [119382] [30/Jun/2018:20:32:02.455636177 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b382100000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [119561] [30/Jun/2018:20:32:02.456039239 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b382100000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [119705] [30/Jun/2018:20:32:02.456574360 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [119817] [30/Jun/2018:20:32:02.457063372 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [120025] [30/Jun/2018:20:32:02.457687079 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b382102000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [120157] [30/Jun/2018:20:32:02.458196277 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [120343] [30/Jun/2018:20:32:02.458667165 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [120634] [30/Jun/2018:20:32:02.459145294 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b382102000000010000) csnMax (5b382102000000010000) csnBuf (5b382102000000010000) csnConsumerMax (5b382102000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [120746] [30/Jun/2018:20:32:02.459614994 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [120918] [30/Jun/2018:20:32:02.460145382 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [121030] [30/Jun/2018:20:32:02.460546541 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [121163] [30/Jun/2018:20:32:02.460873427 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [121293] [30/Jun/2018:20:32:02.461349845 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 17, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [121426] [30/Jun/2018:20:32:02.461773675 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [121559] [30/Jun/2018:20:32:02.463342230 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [121692] [30/Jun/2018:20:32:02.466027620 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [121825] [30/Jun/2018:20:32:02.470675633 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [121958] [30/Jun/2018:20:32:02.479463152 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [122091] [30/Jun/2018:20:32:02.496124767 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [122224] [30/Jun/2018:20:32:02.528846208 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [122337] [30/Jun/2018:20:32:02.561008111 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 17 17 schema_replication_test.py 61 DEBUG _pattern_errorlog: [122446] [30/Jun/2018:20:32:02.593600604 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [122706] [30/Jun/2018:20:32:02.594308308 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [122858] [30/Jun/2018:20:32:02.596091062 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [123016] [30/Jun/2018:20:32:02.596649610 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [123178] [30/Jun/2018:20:32:02.597312231 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [123337] [30/Jun/2018:20:32:03.112202485 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now disabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [123500] [30/Jun/2018:20:32:03.113218837 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [123663] [30/Jun/2018:20:32:03.113738351 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [123823] [30/Jun/2018:20:32:03.114215689 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [123986] [30/Jun/2018:20:32:03.114733160 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [124139] [30/Jun/2018:20:32:03.213430314 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_stop - agmt="cn=201" (server:39201): Protocol stopped after 0 seconds schema_replication_test.py 61 DEBUG _pattern_errorlog: [124267] [30/Jun/2018:20:32:03.214423558 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [124449] [30/Jun/2018:20:32:03.215068317 -0400] - DEBUG - NSMMReplicationPlugin - Database RUV: {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 5b382102 schema_replication_test.py 61 DEBUG _pattern_errorlog: [124704] [30/Jun/2018:20:32:04.597743563 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [124851] [30/Jun/2018:20:32:04.598673212 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5GetOperationCount - Found DB object 0x7f8a0005c0c0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [124966] [30/Jun/2018:20:32:04.602670932 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [125124] [30/Jun/2018:20:32:08.228379937 -0400] - DEBUG - NSMMReplicationPlugin - agmt_set_enabled_from_entry: agreement is now enabled (agmt="cn=201" (server:39201)) schema_replication_test.py 61 DEBUG _pattern_errorlog: [125287] [30/Jun/2018:20:32:08.229581904 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [125450] [30/Jun/2018:20:32:08.230239716 -0400] - DEBUG - NSMMReplicationPlugin - close_connection_internal - agmt="cn=201" (server:39201) - Disconnected from the consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [125610] [30/Jun/2018:20:32:08.230809598 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: start -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [125767] [30/Jun/2018:20:32:08.231506314 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - Trying non-secure slapi_ldap_init_ext schema_replication_test.py 61 DEBUG _pattern_errorlog: [126252] [30/Jun/2018:20:32:08.232182704 -0400] - DEBUG - NSMMReplicationPlugin - conn_connect - agmt="cn=201" (server:39201) - binddn = cn=server.example.com:63701,ou=Services,dc=example,dc=com, passwd = {AES-TUhNR0NTcUdTSWIzRFFFRkRUQm1NRVVHQ1NxR1NJYjNEUUVGRERBNEJDUmtaVFV5WlRsbVl5MWtORGhrTTJJdw0KTlMxaFl6VTNNamcwT1Mxak1XVm1aVEEyTlFBQ0FRSUNBU0F3Q2dZSUtvWklodmNOQWdjd0hRWUpZSVpJQVdVRA0KQkFFcUJCRGh6RE1XN2hWckRrMUVCWDFXdWhDeg==}IQTUD9dJReEMnYx/VJ0swnYvTQvOvphKZinvSZy2EXmTymEkiQE/faDUfRg8mc2W schema_replication_test.py 61 DEBUG _pattern_errorlog: [126297] xq2yiiFfYRfhL9ya6037UHbPqZe1eZ0koQbCQ9IRUcA= schema_replication_test.py 61 DEBUG _pattern_errorlog: [126460] [30/Jun/2018:20:32:08.261670773 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - No linger to cancel on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [126582] [30/Jun/2018:20:32:08.264239174 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3821020002:1530405122:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [126703] [30/Jun/2018:20:32:08.264989876 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b3821080000:1530405128:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [126859] [30/Jun/2018:20:32:08.266740645 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [127029] [30/Jun/2018:20:32:08.267352823 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [127213] [30/Jun/2018:20:32:08.268028861 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Checking consumer schema localcsn:5b382102000000000000 / remotecsn:5b3820f8000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [127347] [30/Jun/2018:20:32:08.428582893 -0400] - DEBUG - NSMMReplicationPlugin - conn_push_schema - [S] Reread remotecsn:5b382102000000000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [127462] [30/Jun/2018:20:32:08.429502870 -0400] - DEBUG - csngen_adjust_time - gen state before 5b3821080001:1530405128:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [127717] [30/Jun/2018:20:32:08.430089471 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [127886] [30/Jun/2018:20:32:08.430689390 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [128030] [30/Jun/2018:20:32:08.431194101 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [128228] [30/Jun/2018:20:32:08.431740328 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [128397] [30/Jun/2018:20:32:08.432267271 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [128541] [30/Jun/2018:20:32:08.433072175 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [128739] [30/Jun/2018:20:32:08.433590826 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 5b382102 schema_replication_test.py 61 DEBUG _pattern_errorlog: [129011] [30/Jun/2018:20:32:08.434157144 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax () csnMax (5b382102000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b382102000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [129123] [30/Jun/2018:20:32:08.434645184 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [129383] [30/Jun/2018:20:32:08.435181221 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=0 sent=0 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [129520] [30/Jun/2018:20:32:08.435649628 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No changes to send schema_replication_test.py 61 DEBUG _pattern_errorlog: [129672] [30/Jun/2018:20:32:08.437296293 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [129830] [30/Jun/2018:20:32:08.437986746 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [129992] [30/Jun/2018:20:32:08.438504559 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [130114] [30/Jun/2018:20:32:10.236196587 -0400] - DEBUG - _csngen_adjust_local_time - gen state before 5b3821080001:1530405128:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [130235] [30/Jun/2018:20:32:10.237419224 -0400] - DEBUG - _csngen_adjust_local_time - gen state after 5b38210a0000:1530405130:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [130398] [30/Jun/2018:20:32:10.238007441 -0400] - DEBUG - NSMMReplicationPlugin - ruv_add_csn_inprogress - Successfully inserted csn 5b38210a000000010000 into pending list schema_replication_test.py 61 DEBUG _pattern_errorlog: [130578] [30/Jun/2018:20:32:10.238631417 -0400] - DEBUG - NSMMReplicationPlugin - purge_entry_state_information - From entry cn=test_entry,dc=example,dc=com up to CSN 5b2ee682000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [130823] [30/Jun/2018:20:32:10.239505811 -0400] - DEBUG - NSMMReplicationPlugin - write_changelog_and_ruv - Writing change for cn=test_entry,dc=example,dc=com (uniqid: f411aa0a-7cc511e8-9d52ce90-92aa0dd8, optype: 8) to changelog csn 5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [131091] [30/Jun/2018:20:32:10.240087990 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [131266] [30/Jun/2018:20:32:10.241512642 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - cl5WriteOperationTxn - Successfully written entry with csn (5b38210a000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [131534] [30/Jun/2018:20:32:10.242068006 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFileByReplicaName - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [131672] [30/Jun/2018:20:32:10.242637136 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: committing all csns for csn 5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [131802] [30/Jun/2018:20:32:10.243124239 -0400] - DEBUG - NSMMReplicationPlugin - csnplCommitALL: processing data csn 5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [131940] [30/Jun/2018:20:32:10.243574056 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Successfully committed csn 5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [132068] [30/Jun/2018:20:32:10.244062006 -0400] - DEBUG - NSMMReplicationPlugin - ruv_update_ruv - Rolled up to csn 5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [132183] [30/Jun/2018:20:32:10.244570396 -0400] - DEBUG - replication - multimaster_mmr_postop - error 0 for oparation 561. schema_replication_test.py 61 DEBUG _pattern_errorlog: [132346] [30/Jun/2018:20:32:10.245554945 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [132517] [30/Jun/2018:20:32:10.246187001 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: wait_for_changes -> ready_to_acquire_replica schema_replication_test.py 61 DEBUG _pattern_errorlog: [132677] [30/Jun/2018:20:32:10.246649089 -0400] - DEBUG - NSMMReplicationPlugin - conn_cancel_linger - agmt="cn=201" (server:39201) - Canceling linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [132833] [30/Jun/2018:20:32:10.248340166 -0400] - DEBUG - NSMMReplicationPlugin - acquire_replica - agmt="cn=201" (server:39201): Replica was successfully acquired. schema_replication_test.py 61 DEBUG _pattern_errorlog: [133003] [30/Jun/2018:20:32:10.248925144 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: ready_to_acquire_replica -> sending_updates schema_replication_test.py 61 DEBUG _pattern_errorlog: [133118] [30/Jun/2018:20:32:10.249507423 -0400] - DEBUG - csngen_adjust_time - gen state before 5b38210a0002:1530405130:0:0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [133373] [30/Jun/2018:20:32:10.249969962 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5GetDBFile - found DB object 0x7f8a0005c0c0 for database /var/lib/dirsrv/slapd-master1/changelogdb/f411aa06-7cc511e8-9d52ce90-92aa0dd8_5b3820a8000000010000.db schema_replication_test.py 61 DEBUG _pattern_errorlog: [133542] [30/Jun/2018:20:32:10.250488132 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Consumer RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [133686] [30/Jun/2018:20:32:10.250876435 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [133884] [30/Jun/2018:20:32:10.251369945 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b382102000000010000 00000000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [134053] [30/Jun/2018:20:32:10.251853223 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - _cl5PositionCursorForReplay - (agmt="cn=201" (server:39201)): Supplier RUV: schema_replication_test.py 61 DEBUG _pattern_errorlog: [134197] [30/Jun/2018:20:32:10.252245671 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replicageneration} 5b3820a8000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [134395] [30/Jun/2018:20:32:10.252652093 -0400] - DEBUG - NSMMReplicationPlugin - agmt="cn=201" (server:39201): {replica 1 ldap://server.example.com:39001} 5b3820a8000100010000 5b38210a000000010000 5b38210a schema_replication_test.py 61 DEBUG _pattern_errorlog: [134545] [30/Jun/2018:20:32:10.253091727 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - found thread private buffer cache 0x7f89ff66b200 schema_replication_test.py 61 DEBUG _pattern_errorlog: [134760] [30/Jun/2018:20:32:10.253550265 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_buffer - _pool is 0x7f8a1df1ee00 _pool->pl_busy_lists is 0x7f89ff639e20 _pool->pl_busy_lists->bl_buffers is 0x7f89ff66b200 schema_replication_test.py 61 DEBUG _pattern_errorlog: [135032] [30/Jun/2018:20:32:10.253999493 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_initial_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 0) - csnPrevMax () csnMax (5b38210a000000010000) csnBuf (00000000000000000000) csnConsumerMax (5b382102000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [135145] [30/Jun/2018:20:32:10.254435278 -0400] - DEBUG - clcache_initial_anchorcsn - anchor is now: 5b382102000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [135324] [30/Jun/2018:20:32:10.254948334 -0400] - DEBUG - NSMMReplicationPlugin - changelog program - agmt="cn=201" (server:39201): CSN 5b382102000000010000 found, position set for replay schema_replication_test.py 61 DEBUG _pattern_errorlog: [135468] [30/Jun/2018:20:32:10.255481879 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_get_next_change - load=1 rec=1 csn=5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [135676] [30/Jun/2018:20:32:10.255986094 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Sending modify operation (dn="cn=test_entry,dc=example,dc=com" csn=5b38210a000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [135788] [30/Jun/2018:20:32:10.256551037 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Starting schema_replication_test.py 61 DEBUG _pattern_errorlog: [135920] [30/Jun/2018:20:32:10.257171669 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [136106] [30/Jun/2018:20:32:10.257643853 -0400] - DEBUG - NSMMReplicationPlugin - replay_update - agmt="cn=201" (server:39201): Consumer successfully sent operation with csn 5b38210a000000010000 schema_replication_test.py 61 DEBUG _pattern_errorlog: [136397] [30/Jun/2018:20:32:10.258078617 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_adjust_anchorcsn - agmt="cn=201" (server:39201) - (cscb 0 - state 1) - csnPrevMax (5b38210a000000010000) csnMax (5b38210a000000010000) csnBuf (5b38210a000000010000) csnConsumerMax (5b38210a000000010000) schema_replication_test.py 61 DEBUG _pattern_errorlog: [136509] [30/Jun/2018:20:32:10.258544760 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_load_buffer - rc=-30988 schema_replication_test.py 61 DEBUG _pattern_errorlog: [136681] [30/Jun/2018:20:32:10.259020944 -0400] - DEBUG - NSMMReplicationPlugin - send_updates - agmt="cn=201" (server:39201): No more updates to send (cl5GetNextOperationToReplay) schema_replication_test.py 61 DEBUG _pattern_errorlog: [136793] [30/Jun/2018:20:32:10.259469549 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 0 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [136926] [30/Jun/2018:20:32:10.260009888 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137056] [30/Jun/2018:20:32:10.260543676 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Result 3, 0, 0, 10, (null) schema_replication_test.py 61 DEBUG _pattern_errorlog: [137189] [30/Jun/2018:20:32:10.261111954 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137322] [30/Jun/2018:20:32:10.262651563 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137455] [30/Jun/2018:20:32:10.265476922 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137588] [30/Jun/2018:20:32:10.270361665 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137721] [30/Jun/2018:20:32:10.279265962 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137854] [30/Jun/2018:20:32:10.296109596 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [137987] [30/Jun/2018:20:32:10.329024843 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain - Read result for message_id 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [138100] [30/Jun/2018:20:32:10.360169586 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_waitfor_async_results - 10 10 schema_replication_test.py 61 DEBUG _pattern_errorlog: [138209] [30/Jun/2018:20:32:10.394003941 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_result_threadmain exiting schema_replication_test.py 61 DEBUG _pattern_errorlog: [138469] [30/Jun/2018:20:32:10.395032671 -0400] - DEBUG - agmt="cn=201" (server:39201) - clcache_return_buffer - session end: state=5 load=1 sent=1 skipped=0 skipped_new_rid=0 skipped_csn_gt_cons_maxcsn=0 skipped_up_to_date=0 skipped_csn_gt_ruv=0 skipped_csn_covered=0 schema_replication_test.py 61 DEBUG _pattern_errorlog: [138621] [30/Jun/2018:20:32:10.396908242 -0400] - DEBUG - NSMMReplicationPlugin - release_replica - agmt="cn=201" (server:39201): Successfully released consumer schema_replication_test.py 61 DEBUG _pattern_errorlog: [138779] [30/Jun/2018:20:32:10.397578932 -0400] - DEBUG - NSMMReplicationPlugin - conn_start_linger -agmt="cn=201" (server:39201) - Beginning linger on the connection schema_replication_test.py 61 DEBUG _pattern_errorlog: [138941] [30/Jun/2018:20:32:10.398204481 -0400] - DEBUG - NSMMReplicationPlugin - repl5_inc_run - agmt="cn=201" (server:39201): State: sending_updates -> wait_for_changes schema_replication_test.py 61 DEBUG _pattern_errorlog: [138941] schema_replication_test.py 66 DEBUG _pattern_errorlog: end at offset 138941 schema_replication_test.py 694 INFO Testcase PASSED
Passed suites/schema/test_eduperson.py::test_account_locking 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.schema.test_eduperson:Test PASSED ------------------------------ Captured log call -------------------------------
test_eduperson.py 86 INFO Test PASSED
Passed suites/schema/test_schema.py::test_schema_comparewithfiles 0.20
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.suites.schema.test_schema:Running test_schema_comparewithfiles... WARNING:tests.suites.schema.test_schema:Unable to parse /etc/dirsrv/slapd-standalone1/schema/99user.ldif as a schema file - skipping INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60sabayon.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60sudo.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/05rfc4523.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60rfc2739.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/02common.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/30ns-common.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/01core389.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/50ns-value.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60mozilla.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/05rfc4524.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60pureftpd.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60posix-winsync-plugin.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60nss-ldap.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/05rfc2927.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/10mep-plugin.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/50ns-certificate.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60autofs.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60trust.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/50ns-web.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60eduperson.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/50ns-mail.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/50ns-directory.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/25java-object.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/00core.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60pam-plugin.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/06inetorgperson.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/10rfc2307.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60acctpolicy.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/60rfc3712.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/20subscriber.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/28pilot.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/10automember-plugin.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/50ns-admin.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:Parsed /usr/share/dirsrv/schema/10dna-plugin.ldif as a schema file - checking INFO:tests.suites.schema.test_schema:test_schema_comparewithfiles: PASSED ------------------------------ Captured log call -------------------------------
test_schema.py 123 INFO Running test_schema_comparewithfiles... test_schema.py 135 WARNING Unable to parse /etc/dirsrv/slapd-standalone1/schema/99user.ldif as a schema file - skipping test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60sabayon.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60sudo.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/05rfc4523.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60rfc2739.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/02common.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/30ns-common.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/01core389.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/50ns-value.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60mozilla.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/05rfc4524.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60pureftpd.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60posix-winsync-plugin.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60nss-ldap.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/05rfc2927.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/10mep-plugin.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/50ns-certificate.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60autofs.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60trust.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/50ns-web.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60eduperson.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/50ns-mail.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/50ns-directory.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/25java-object.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/00core.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60pam-plugin.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/06inetorgperson.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/10rfc2307.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60acctpolicy.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/60rfc3712.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/20subscriber.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/28pilot.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/10automember-plugin.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/50ns-admin.ldif as a schema file - checking test_schema.py 137 INFO Parsed /usr/share/dirsrv/schema/10dna-plugin.ldif as a schema file - checking test_schema.py 164 INFO test_schema_comparewithfiles: PASSED
Passed suites/setup_ds/setup_ds_test.py::test_slapd_InstScriptsEnabled[true] 6.41
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists Instance slapd-standalone1 removed. ----------------------------- Captured stderr call -----------------------------
INFO:setup_ds_test:set SER_INST_SCRIPTS_ENABLED to true INFO:setup_ds_test:create_instance - Installs the instance and Sets the value of InstScriptsEnabled to true OR false. INFO:setup_ds_test:Set up the instance and set the config_attr INFO:setup_ds_test:checking the presence of instance script directory when SER_INST_SCRIPTS_ENABLED is set to true ------------------------------ Captured log call -------------------------------
setup_ds_test.py 61 INFO set SER_INST_SCRIPTS_ENABLED to true setup_ds_test.py 18 INFO create_instance - Installs the instance and Sets the value of InstScriptsEnabled to true OR false. setup_ds_test.py 20 INFO Set up the instance and set the config_attr setup_ds_test.py 66 INFO checking the presence of instance script directory when SER_INST_SCRIPTS_ENABLED is set to true
Passed suites/setup_ds/setup_ds_test.py::test_slapd_InstScriptsEnabled[false] 6.47
----------------------------- Captured stdout call -----------------------------
OK group dirsrv exists OK user dirsrv exists Instance slapd-standalone1 removed. ----------------------------- Captured stderr call -----------------------------
INFO:setup_ds_test:set SER_INST_SCRIPTS_ENABLED to false INFO:setup_ds_test:create_instance - Installs the instance and Sets the value of InstScriptsEnabled to true OR false. INFO:setup_ds_test:Set up the instance and set the config_attr INFO:setup_ds_test:checking instance script directory does not present when SER_INST_SCRIPTS_ENABLED is set to false ------------------------------ Captured log call -------------------------------
setup_ds_test.py 61 INFO set SER_INST_SCRIPTS_ENABLED to false setup_ds_test.py 18 INFO create_instance - Installs the instance and Sets the value of InstScriptsEnabled to true OR false. setup_ds_test.py 20 INFO Set up the instance and set the config_attr setup_ds_test.py 70 INFO checking instance script directory does not present when SER_INST_SCRIPTS_ENABLED is set to false
Passed suites/tls/tls_check_crl_test.py::test_tls_check_crl 9.55
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47573_test.py::test_ticket47573_init 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists----------------------------- Captured stderr call -----------------------------
DEBUG:tests.tickets.ticket47573_test:test_ticket47573_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8> (master <lib389.DirSrv object at 0x7f7efc184be0>, consumer <lib389.DirSrv object at 0x7f7efbf6fc88> ------------------------------ Captured log call -------------------------------
ticket47573_test.py 121 DEBUG test_ticket47573_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7efc14e6d8> (master <lib389.DirSrv object at 0x7f7efc184be0>, consumer <lib389.DirSrv object at 0x7f7efbf6fc88>
Passed tickets/ticket47619_test.py::test_ticket47619_init 6.91
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists----------------------------- Captured stderr call -----------------------------
INFO:lib389:test_ticket47619_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7efc1644a8> INFO:lib389:test_ticket47619_init: 100 entries ADDed other_entry[0..99] ------------------------------ Captured log call -------------------------------
ticket47619_test.py 46 INFO test_ticket47619_init topology_m1c1 <lib389.topologies.TopologyMain object at 0x7f7efc1644a8> ticket47619_test.py 60 INFO test_ticket47619_init: 100 entries ADDed other_entry[0..99]
Passed tickets/ticket47619_test.py::test_ticket47619_create_index 4.70
----------------------------- Captured stderr call -----------------------------
INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:List backend with suffix=cn=changelog ------------------------------ Captured log call -------------------------------
backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog backend.py 71 INFO List backend with suffix=cn=changelog
Passed tickets/ticket47619_test.py::test_ticket47619_reindex 16.08
----------------------------- Captured stderr call -----------------------------
INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_street_06302018_203411 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_countryName_06302018_203413 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_description_06302018_203415 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_postalAddress_06302018_203417 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_postalCode_06302018_203419 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_title_06302018_203421 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_l_06302018_203423 completed successfully INFO:lib389:List backend with suffix=cn=changelog INFO:lib389:Index task index_roomNumber_06302018_203425 completed successfully ------------------------------ Captured log call -------------------------------
backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_street_06302018_203411 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_countryName_06302018_203413 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_description_06302018_203415 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_postalAddress_06302018_203417 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_postalCode_06302018_203419 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_title_06302018_203421 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_l_06302018_203423 completed successfully backend.py 71 INFO List backend with suffix=cn=changelog tasks.py 619 INFO Index task index_roomNumber_06302018_203425 completed successfully
Passed tickets/ticket47619_test.py::test_ticket47619_check_indexed_search 0.02
No log output captured.
Passed tickets/ticket47714_test.py::test_ticket47714_init 0.15
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Testing Ticket 47714 - [RFE] Update lastLoginTime also in Account Policy plugin if account lockout is based on passwordExpirationTime. INFO:lib389:####### INFO:lib389:############################################### INFO:lib389.utils: ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=example,dc=com ###################### INFO:lib389.utils: ######################### Adding Test User entry: uid=ticket47714user,dc=example,dc=com ###################### ------------------------------ Captured log call -------------------------------
ticket47714_test.py 37 INFO ############################################### ticket47714_test.py 38 INFO ####### ticket47714_test.py 39 INFO ####### Testing Ticket 47714 - [RFE] Update lastLoginTime also in Account Policy plugin if account lockout is based on passwordExpirationTime. ticket47714_test.py 40 INFO ####### ticket47714_test.py 41 INFO ############################################### ticket47714_test.py 54 INFO ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=example,dc=com ###################### ticket47714_test.py 59 INFO ######################### Adding Test User entry: uid=ticket47714user,dc=example,dc=com ######################
Passed tickets/ticket47823_test.py::test_ticket47823_init 12.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47823_test.py::test_ticket47823_one_container_add 17.65
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With former config (args), check attribute uniqueness with 'cn' (ADD) INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Uniqueness not enforced: create the entries INFO:lib389:Uniqueness enforced: checks second entry is rejected INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### With new config (args), check attribute uniqueness with 'cn' (ADD) INFO:lib389:####### INFO:lib389:############################################### INFO:lib389:Uniqueness not enforced: create the entries INFO:lib389:Uniqueness enforced: checks second entry is rejected ------------------------------ Captured log call -------------------------------
ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With former config (args), check attribute uniqueness with 'cn' (ADD) ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ############################################### ticket47823_test.py 139 INFO Uniqueness not enforced: create the entries ticket47823_test.py 154 INFO Uniqueness enforced: checks second entry is rejected ticket47823_test.py 57 INFO ############################################### ticket47823_test.py 58 INFO ####### ticket47823_test.py 59 INFO ####### With new config (args), check attribute uniqueness with 'cn' (ADD) ticket47823_test.py 60 INFO ####### ticket47823_test.py 61 INFO ############################################### ticket47823_test.py 139 INFO Uniqueness not enforced: create the entries ticket47823_test.py 154 INFO Uniqueness enforced: checks second entry is rejected
Passed tickets/ticket47828_test.py::test_ticket47828_init 4.44
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47828_test.py::test_ticket47828_run_0 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### NO exclude scope: Add an active entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_2 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### NO exclude scope: Add a staged entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Passed tickets/ticket47828_test.py::test_ticket47828_run_9 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47828_test.py 41 INFO ############################################### ticket47828_test.py 42 INFO ####### ticket47828_test.py 43 INFO ####### Provisioning excluded scope: Add an dummy entry and check its ALLOCATED_ATTR is set ticket47828_test.py 44 INFO ####### ticket47828_test.py 45 INFO ###############################################
Passed tickets/ticket47829_test.py::test_ticket47829_mod_stage_user_modrdn_stage_user_1 0.00
----------------------------- Captured stderr call -----------------------------
INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### add an Stage user to a Active group. Then move Stage user to Stage INFO:lib389:####### INFO:lib389:############################################### INFO:lib389: ############################################### INFO:lib389:####### INFO:lib389:####### Return because it requires a fix for 47833 INFO:lib389:####### INFO:lib389:############################################### ------------------------------ Captured log call -------------------------------
ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### add an Stage user to a Active group. Then move Stage user to Stage ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ############################################### ticket47829_test.py 61 INFO ############################################### ticket47829_test.py 62 INFO ####### ticket47829_test.py 63 INFO ####### Return because it requires a fix for 47833 ticket47829_test.py 64 INFO ####### ticket47829_test.py 65 INFO ###############################################
Passed tickets/ticket47920_test.py::test_ticket47920_init 0.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47927_test.py::test_ticket47927_init 4.36
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47927_test.py::test_ticket47927_one 0.01
----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_one: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_one: Failed (expected) to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com: Constraint violation ------------------------------ Captured log call -------------------------------
ticket47927_test.py 100 CRITICAL test_ticket47927_one: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation ticket47927_test.py 111 CRITICAL test_ticket47927_one: Failed (expected) to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com: Constraint violation
Passed tickets/ticket47927_test.py::test_ticket47927_two 4.39
No log output captured.
Passed tickets/ticket47927_test.py::test_ticket47927_three 0.00
----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_three: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_three: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47927_test.py 151 CRITICAL test_ticket47927_three: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation ticket47927_test.py 157 CRITICAL test_ticket47927_three: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com
Passed tickets/ticket47927_test.py::test_ticket47927_four 0.00
----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_four: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_four: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation ------------------------------ Captured log call -------------------------------
ticket47927_test.py 175 CRITICAL test_ticket47927_four: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com ticket47927_test.py 198 CRITICAL test_ticket47927_four: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation
Passed tickets/ticket47927_test.py::test_ticket47927_five 4.35
No log output captured.
Passed tickets/ticket47927_test.py::test_ticket47927_six 0.01
----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_six: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_six: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com CRITICAL:tests.tickets.ticket47927_test:test_ticket47927_six: success to set the telephonenumber for cn=test_4,cn=excluded_bis_container,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket47927_test.py 240 CRITICAL test_ticket47927_six: Failed (expected) to set the telephonenumber for cn=test_2,cn=enforced_container,dc=example,dc=com: Constraint violation ticket47927_test.py 246 CRITICAL test_ticket47927_six: success to set the telephonenumber for cn=test_3,cn=excluded_container,dc=example,dc=com ticket47927_test.py 255 CRITICAL test_ticket47927_six: success to set the telephonenumber for cn=test_4,cn=excluded_bis_container,dc=example,dc=com
Passed tickets/ticket47931_test.py::test_ticket47931 12.17
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:List backend with suffix=dc=deadlock INFO:lib389:Creating a local backend INFO:lib389:List backend cn=deadlock,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=deadlock,cn=ldbm database,cn=plugins,cn=config cn: deadlock nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/deadlock nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=deadlock objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="dc=deadlock",cn=mapping tree,cn=config cn: dc=deadlock nsslapd-backend: deadlock nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=dc\3Ddeadlock,cn=mapping tree,cn=config cn: dc=deadlock nsslapd-backend: deadlock nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree Exception in thread Thread-62: Traceback (most recent call last): File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/export/tests/tickets/ticket47931_test.py", line 35, in run conn.set_option(ldap.OPT_TIMEOUT, self.timeout) File "/usr/lib/python3.6/site-packages/lib389/__init__.py", line 167, in inner return f(*args, **kwargs) File "/usr/lib64/python3.6/site-packages/ldap/ldapobject.py", line 919, in set_option return self._ldap_call(self._l.set_option,option,invalue) File "/usr/lib64/python3.6/site-packages/ldap/ldapobject.py", line 352, in __getattr__ self.__class__.__name__,repr(name) AttributeError: DirSrv has no attribute '_l' INFO:tests.tickets.ticket47931_test:Adding members to the group... INFO:tests.tickets.ticket47931_test:Finished adding members to the group. INFO:tests.tickets.ticket47931_test:Test complete ------------------------------ Captured log call -------------------------------
backend.py 71 INFO List backend with suffix=dc=deadlock backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=deadlock,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=deadlock,cn=ldbm database,cn=plugins,cn=config cn: deadlock nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/deadlock nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=deadlock objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="dc=deadlock",cn=mapping tree,cn=config cn: dc=deadlock nsslapd-backend: deadlock nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=dc\3Ddeadlock,cn=mapping tree,cn=config cn: dc=deadlock nsslapd-backend: deadlock nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree ticket47931_test.py 141 INFO Adding members to the group... ticket47931_test.py 157 INFO Finished adding members to the group. ticket47931_test.py 163 INFO Test complete
Passed tickets/ticket47937_test.py::test_ticket47937 7.43
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47937_test:Creating "ou=people"... INFO:tests.tickets.ticket47937_test:Creating "ou=ranges"... INFO:tests.tickets.ticket47937_test:Creating "cn=entry"... INFO:tests.tickets.ticket47937_test:Creating DNA shared config entry... INFO:tests.tickets.ticket47937_test:Add dna plugin config entry... INFO:tests.tickets.ticket47937_test:Enable the DNA plugin... INFO:tests.tickets.ticket47937_test:Restarting the server... INFO:tests.tickets.ticket47937_test:Apply an invalid attribute to the DNA config(dnaType: foo)... INFO:tests.tickets.ticket47937_test:Operation failed as expected (error: Server is unwilling to perform) ------------------------------ Captured log call -------------------------------
ticket47937_test.py 26 INFO Creating "ou=people"... ticket47937_test.py 39 INFO Creating "ou=ranges"... ticket47937_test.py 50 INFO Creating "cn=entry"... ticket47937_test.py 61 INFO Creating DNA shared config entry... ticket47937_test.py 75 INFO Add dna plugin config entry... ticket47937_test.py 93 INFO Enable the DNA plugin... ticket47937_test.py 100 INFO Restarting the server... ticket47937_test.py 106 INFO Apply an invalid attribute to the DNA config(dnaType: foo)... ticket47937_test.py 112 INFO Operation failed as expected (error: Server is unwilling to perform)
Passed tickets/ticket47953_test.py::test_ticket47953 4.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47953_test:Testing Ticket 47953 - Test we can delete aci that has invalid syntax INFO:lib389:Import task import_06302018_204103 for file /var/lib/dirsrv/slapd-standalone1/ldif/ticket47953.ldif completed successfully INFO:tests.tickets.ticket47953_test:Attempting to remove invalid aci... INFO:tests.tickets.ticket47953_test:Removed invalid aci. ------------------------------ Captured log call -------------------------------
ticket47953_test.py 29 INFO Testing Ticket 47953 - Test we can delete aci that has invalid syntax tasks.py 338 INFO Import task import_06302018_204103 for file /var/lib/dirsrv/slapd-standalone1/ldif/ticket47953.ldif completed successfully ticket47953_test.py 58 INFO Attempting to remove invalid aci... ticket47953_test.py 61 INFO Removed invalid aci.
Passed tickets/ticket47963_test.py::test_ticket47963 7.48
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47963_test:Test complete ------------------------------ Captured log call -------------------------------
ticket47963_test.py 143 INFO Test complete
Passed tickets/ticket47970_test.py::test_ticket47970 0.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47970_test:Testing Ticket 47970 - Testing that a failed SASL bind does not trigger account lockout INFO:tests.tickets.ticket47970_test:account lockout enabled. INFO:tests.tickets.ticket47970_test:passwordMaxFailure set. INFO:tests.tickets.ticket47970_test:SASL Bind failed as expected INFO:tests.tickets.ticket47970_test:Root DSE was correctly not updated ------------------------------ Captured log call -------------------------------
ticket47970_test.py 28 INFO Testing Ticket 47970 - Testing that a failed SASL bind does not trigger account lockout ticket47970_test.py 35 INFO account lockout enabled. ticket47970_test.py 42 INFO passwordMaxFailure set. ticket47970_test.py 57 INFO SASL Bind failed as expected ticket47970_test.py 80 INFO Root DSE was correctly not updated
Passed tickets/ticket47973_test.py::test_ticket47973 0.68
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47973_test:Testing Ticket 47973 - Test the searches still work as expected during schema reload tasks ------------------------------ Captured log call -------------------------------
ticket47973_test.py 49 INFO Testing Ticket 47973 - Test the searches still work as expected during schema reload tasks
Passed tickets/ticket47973_test.py::test_ticket47973_case 10.14
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47973_test:Testing Ticket 47973 (case) - Test the cases in the original schema are preserved. INFO:tests.tickets.ticket47973_test:case 1 - Test the cases in the original schema are preserved. INFO:lib389:Schema Reload task (task-06302018_204153) completed successfully INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $ nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $ matchingRuleUse ) X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top AUXILIARY X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou MAY ( businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationalISDNNumber $ l $ physicalDeliveryOfficeName $ postalAddress $ postalCode $ postOfficeBox $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP Subentry class, version 1' SUP top STRUCTURAL MAY cn X-ORIGIN 'LDAP Subentry Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.40 NAME 'directoryServerFeature' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( oid $ cn $ multiLineDescription ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.41 NAME 'nsslapdPlugin' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsslapd-pluginPath $ nsslapd-pluginInitFunc $ nsslapd-pluginType $ nsslapd-pluginId $ nsslapd-pluginVersion $ nsslapd-pluginVendor $ nsslapd-pluginDescription $ nsslapd-pluginEnabled ) MAY ( nsslapd-pluginConfigArea $ nsslapd-plugin-depends-on-type ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.44 NAME 'nsIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSystemIndex ) MAY ( description $ nsIndexType $ nsMatchingRule $ nsIndexIDListScanLimit ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.109 NAME 'nsBackendInstance' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.110 NAME 'nsMappingTree' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.104 NAME 'nsContainer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.108 NAME 'nsDS5Replica' DESC 'Replication configuration objectclass' SUP top STRUCTURAL MUST ( nsDS5ReplicaRoot $ nsDS5ReplicaId ) MAY ( cn $ nsds5ReplicaPreciseTombstonePurging $ nsds5ReplicaCleanRUV $ nsds5ReplicaAbortCleanRUV $ nsDS5ReplicaType $ nsDS5ReplicaBindDN $ nsDS5ReplicaBindDNGroup $ nsState $ nsDS5ReplicaName $ nsDS5Flags $ nsDS5Task $ nsDS5ReplicaReferral $ nsDS5ReplicaAutoReferral $ nsds5ReplicaPurgeDelay $ nsds5ReplicaTombstonePurgeInterval $ nsds5ReplicaChangeCount $ nsds5ReplicaLegacyConsumer $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaBackoffMin $ nsds5ReplicaBackoffMax $ nsds5ReplicaReleaseTimeout $ nsDS5ReplicaBindDnGroupCheckInterval ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.113 NAME 'nsTombstone' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nstombstonecsn $ nsParentUniqueId $ nscpEntryDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.103 NAME 'nsDS5ReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsds5ReplicaCleanRUVNotified $ nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicatedAttributeListTotal $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5ReplicaEnabled $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5ReplicaStripAttrs $ nsds5replicaSessionPauseTime $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaFlowControlWindow $ nsds5ReplicaFlowControlPause $ nsDS5ReplicaWaitForAsyncResults $ nsds5ReplicaIgnoreMissingChange ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.39 NAME 'nsslapdConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.317 NAME 'nsSaslMapping' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSaslMapRegexString $ nsSaslMapBaseDNTemplate $ nsSaslMapFilterTemplate ) MAY nsSaslMapPriority X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.43 NAME 'nsSNMP' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSNMPEnabled ) MAY ( nsSNMPOrganization $ nsSNMPLocation $ nsSNMPContact $ nsSNMPDescription $ nsSNMPName $ nsSNMPMasterHost $ nsSNMPMasterPort ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsEncryptionConfig-oid NAME 'nsEncryptionConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsCertfile $ nsKeyfile $ nsSSL2 $ nsSSL3 $ nsTLS1 $ nsTLS10 $ nsTLS11 $ nsTLS12 $ sslVersionMin $ sslVersionMax $ nsSSLSessionTimeout $ nsSSL3SessionTimeout $ nsSSLClientAuth $ nsSSL2Ciphers $ nsSSL3Ciphers $ nsSSLSupportedCiphers $ allowWeakCipher $ CACertExtractFile $ allowWeakDHParam $ nsTLSAllowClientRenegotiation ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsEncryptionModule-oid NAME 'nsEncryptionModule' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsSSLToken $ nsSSLPersonalityssl $ nsSSLActivation $ ServerKeyExtractFile $ ServerCertExtractFile ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.327 NAME 'rootDNPluginConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( rootdn-open-time $ rootdn-close-time $ rootdn-days-allowed $ rootdn-allow-host $ rootdn-deny-host $ rootdn-allow-ip $ rootdn-deny-ip ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.328 NAME 'nsSchemaPolicy' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ schemaUpdateObjectclassAccept $ schemaUpdateObjectclassReject $ schemaUpdateAttributeAccept $ schemaUpdateAttributeReject ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.332 NAME 'nsChangelogConfig' DESC 'Configuration of the changelog5 object' SUP top STRUCTURAL MUST ( cn $ nsslapd-changelogdir ) MAY ( nsslapd-changelogmaxage $ nsslapd-changelogtrim-interval $ nsslapd-changelogmaxentries $ nsslapd-changelogsuffix $ nsslapd-changelogcompactdb-interval ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.31 NAME 'groupOfCertificates' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberCertificateDescription $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.35 NAME 'LDAPServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ generation $ changeLogMaximumAge $ changeLogMaximumSize ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' DESC 'object that contains the TTL (time to live) attribute type' SUP top STRUCTURAL MAY ttl X-ORIGIN 'LDAP Caching Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.10 NAME 'netscapeServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ serverRoot $ serverProductName $ serverVersionNumber $ installationTimeStamp $ administratorContactInfo $ userpassword $ adminURL $ serverHostName ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.7 NAME 'nsLicenseUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nsLicensedFor $ nsLicenseStartTime $ nsLicenseEndTime ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' DESC 'LDAP changelog objectclass' SUP top STRUCTURAL MUST ( targetdn $ changeTime $ changenumber $ changeType ) MAY ( changes $ newrdn $ deleteoldrdn $ newsuperior ) X-ORIGIN 'Changelog Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.6 NAME 'referral' DESC 'LDAP referrals objectclass' SUP top STRUCTURAL MAY ref X-ORIGIN 'LDAPv3 referrals Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.12 NAME 'passwordObject' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( pwdpolicysubentry $ passwordExpirationTime $ passwordExpWarned $ passwordRetryCount $ retryCountResetTime $ accountUnlockTime $ passwordHistory $ passwordAllowChangeTime $ passwordGraceUserTime ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.13 NAME 'passwordPolicy' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( passwordMaxAge $ passwordExp $ passwordMinLength $ passwordKeepHistory $ passwordInHistory $ passwordChange $ passwordWarning $ passwordLockout $ passwordMaxFailure $ passwordResetDuration $ passwordUnlock $ passwordLockoutDuration $ passwordCheckSyntax $ passwordMustChange $ passwordStorageScheme $ passwordMinAge $ passwordResetFailureCount $ passwordGraceLimit $ passwordMinDigits $ passwordMinAlphas $ passwordMinUppers $ passwordMinLowers $ passwordMinSpecials $ passwordMin8bit $ passwordMaxRepeats $ passwordMinCategories $ passwordMinTokenLength $ passwordTrackUpdateTime $ passwordAdminDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.30 NAME 'glue' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.32 NAME 'netscapeMachineData' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.38 NAME 'vlvSearch' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvBase $ vlvScope $ vlvFilter ) MAY multiLineDescription X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.42 NAME 'vlvIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvSort ) MAY ( vlvEnabled $ vlvUses ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.84 NAME 'cosDefinition' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( costargettree $ costemplatedn $ cosspecifier $ cosattribute $ aci $ cn $ uid ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.93 NAME 'nsRoleDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MAY ( description $ nsRoleScopeDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.94 NAME 'nsSimpleRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.95 NAME 'nsComplexRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.96 NAME 'nsManagedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsSimpleRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.97 NAME 'nsFilteredRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleFilter X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.98 NAME 'nsNestedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleDN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.99 NAME 'cosSuperDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MUST cosattribute MAY description X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.100 NAME 'cosClassicDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY ( cosTemplateDn $ cosspecifier ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.101 NAME 'cosPointerDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosTemplateDn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.102 NAME 'cosIndirectDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosIndirectSpecifier X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.503 NAME 'nsDSWindowsReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5replicaSessionPauseTime $ nsds7WindowsReplicaSubtree $ nsds7DirectoryReplicaSubtree $ nsds7NewWinUserSyncEnabled $ nsds7NewWinGroupSyncEnabled $ nsds7WindowsDomain $ nsds7DirsyncCookie $ winSyncInterval $ oneWaySync $ winSyncMoveAction $ nsds5ReplicaEnabled $ winSyncDirectoryFilter $ winSyncWindowsFilter $ winSyncSubtreePair ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.128 NAME 'costemplate' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ cospriority ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.304 NAME 'nsView' DESC 'Netscape defined objectclass' SUP top AUXILIARY MAY ( nsViewFilter $ description ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.316 NAME 'nsAttributeEncryption' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsEncryptionAlgorithm ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.21 NAME 'pkiUser' DESC 'X.509 PKI User' SUP top AUXILIARY MAY userCertificate X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.22 NAME 'pkiCA' DESC 'X.509 PKI Certificate Authority' SUP top AUXILIARY MAY ( cACertificate $ certificateRevocationList $ authorityRevocationList $ crossCertificatePair ) X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.19 NAME 'cRLDistributionPoint' DESC 'X.509 CRL distribution point' SUP top STRUCTURAL MUST cn MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.23 NAME 'deltaCRL' DESC 'X.509 delta CRL' SUP top AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.15 NAME 'strongAuthenticationUser' DESC 'X.521 strong authentication user' SUP top AUXILIARY MUST userCertificate X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.18 NAME 'userSecurityInformation' DESC 'X.521 user security information' SUP top AUXILIARY MAY supportedAlgorithms X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.16 NAME 'certificationAuthority' DESC 'X.509 certificate authority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ cACertificate ) MAY crossCertificatePair X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.16.2 NAME 'certificationAuthority-V2' DESC 'X.509 certificate authority, version 2' SUP certificationAuthority AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top STRUCTURAL MUST uid MAY ( description $ seeAlso $ l $ o $ ou $ host ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.6 NAME 'document' SUP top STRUCTURAL MUST documentIdentifier MAY ( cn $ description $ seeAlso $ l $ o $ ou $ documentTitle $ documentVersion $ documentAuthor $ documentLocation $ documentPublisher ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.9 NAME 'documentSeries' SUP top STRUCTURAL MUST cn MAY ( description $ l $ o $ ou $ seeAlso $ telephonenumber ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.13 NAME 'domain' SUP top STRUCTURAL MUST dc MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description $ o $ associatedName ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country STRUCTURAL MUST co X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.14 NAME 'rFC822localPart' SUP domain STRUCTURAL MAY ( cn $ sn ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN 'RFC 2798' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.322 NAME 'autoMemberDefinition' DESC 'Auto Membership Config Definition Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberScope $ autoMemberFilter $ autoMemberGroupingAttr ) MAY ( autoMemberDefaultGroup $ autoMemberDisabled ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.323 NAME 'autoMemberRegexRule' DESC 'Auto Membership Regex Rule Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberTargetGroup ) MAY ( autoMemberExclusiveRegex $ autoMemberInclusiveRegex $ description ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.324 NAME 'dnaPluginConfig' DESC 'DNA plugin configuration' SUP top AUXILIARY MAY ( dnaType $ dnaPrefix $ dnaNextValue $ dnaMaxValue $ dnaInterval $ dnaMagicRegen $ dnaFilter $ dnaScope $ dnaExcludeScope $ dnaSharedCfgDN $ dnaThreshold $ dnaNextRange $ dnaRangeRequestTimeout $ dnaRemoteBindDN $ dnaRemoteBindCred $ cn ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.325 NAME 'dnaSharedConfig' DESC 'DNA Shared Configuration' SUP top AUXILIARY MAY ( dnaHostname $ dnaPortNum $ dnaSecurePortNum $ dnaRemoteBindMethod $ dnaRemoteConnProtocol $ dnaRemainingValues ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.319 NAME 'mepManagedEntry' DESC 'Managed Entries Managed Entry' SUP top AUXILIARY MAY mepManagedBy X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.320 NAME 'mepOriginEntry' DESC 'Managed Entries Origin Entry' SUP top AUXILIARY MAY mepManagedEntry X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.321 NAME 'mepTemplateEntry' DESC 'Managed Entries Template Entry' SUP top AUXILIARY MAY ( cn $ mepStaticAttr $ mepMappedAttr $ mepRDNAttr ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.0 NAME 'posixAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( userPassword $ loginShell $ gecos $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST uid MAY ( userPassword $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.2 NAME 'posixGroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ gidNumber ) MAY ( userPassword $ memberUid $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.3 NAME 'ipService' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipProtocolNumber ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.5 NAME 'oncRpc' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ oncRpcNumber ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.6 NAME 'ipHost' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( ipHostNumber $ cn ) MAY ( manager $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( ipNetworkNumber $ cn ) MAY ( ipNetmaskNumber $ manager $ l $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST cn MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.10 NAME 'nisObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ nisMapEntry $ nisMapName ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( macAddress $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( bootFile $ bootParameter $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.13 NAME 'nisMap' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST nisMapName MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.129 NAME 'inetDomain' DESC 'Auxiliary class for virtual domain nodes' SUP top AUXILIARY MAY ( inetDomainBaseDN $ inetDomainStatus ) X-ORIGIN 'Netscape subscriber interoperability' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.130 NAME 'inetUser' DESC 'Auxiliary class which must be present in an entry for delivery of subscriber services' SUP top AUXILIARY MAY ( uid $ inetUserStatus $ inetUserHTTPURL $ userPassword $ memberOf ) X-ORIGIN 'Netscape subscriber interoperability' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.101.120.141 NAME 'NetscapeLinkedOrganization' AUXILIARY MAY parentOrganization X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.101.120.142 NAME 'NetscapePreferences' AUXILIARY MAY ( preferredLanguage $ preferredLocale $ preferredTimeZone ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.134 NAME 'inetSubscriber' SUP top AUXILIARY MAY ( inetSubscriberAccountId $ inetSubscriberChallenge $ inetSubscriberResponse ) X-ORIGIN 'Netscape subscriber interoperability' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.112 NAME 'inetAdmin' DESC 'Marker for an administrative group or user' SUP top AUXILIARY MAY ( aci $ memberof $ adminrole ) X-ORIGIN 'Netscape Delegated Administrator' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer' DESC 'Container for a Java object' SUP top STRUCTURAL MUST cn X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject' DESC 'Java object representation' SUP top ABSTRACT MUST javaClassName MAY ( javaClassNames $ javaCodebase $ javaDoc $ description ) X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject' DESC 'Java serialized object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference' DESC 'JNDI reference' SUP javaObject AUXILIARY MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject' DESC 'Java marshalled object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminDomain-oid NAME 'nsAdminDomain' DESC 'Netscape defined objectclass' SUP organizationalUnit STRUCTURAL MAY nsAdminDomainName X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsHost-oid NAME 'nsHost' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( serverHostName $ description $ l $ nsHostLocation $ nsHardwarePlatform $ nsOsVersion ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminGroup-oid NAME 'nsAdminGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminGroupName $ description $ nsConfigRoot $ nsAdminSIEDN ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsApplication-oid NAME 'nsApplication' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsVendor $ description $ nsProductName $ nsNickName $ nsProductVersion $ nsBuildNumber $ nsRevisionNumber $ nsSerialNumber $ nsInstalledLocation $ installationTimeStamp $ nsExpirationDate $ nsBuildSecurity $ nsLdapSchemaVersion $ nsServerMigrationClassname $ nsServerCreationClassname ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsResourceRef-oid NAME 'nsResourceRef' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY seeAlso X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTask-oid NAME 'nsTask' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsTaskLabel $ nsHelpref $ nsExecref $ nsLogSuppress ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTaskGroup-oid NAME 'nsTaskGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsTaskLabel X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminObject-oid NAME 'nsAdminObject' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsJarFilename $ nsClassName ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsConfig-oid NAME 'nsConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ nsServerPort $ nsServerAddress $ nsSuiteSpotUser $ nsErrorLog $ nsPidLog $ nsAccessLog $ nsDefaultAcceptLanguage $ nsServerSecurity ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsDirectoryInfo-oid NAME 'nsDirectoryInfo' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsBindDN $ nsBindPassword $ nsDirectoryURL $ nsDirectoryFailoverList $ nsDirectoryInfoRef ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.329 NAME 'nsMemberOf' DESC 'Allow memberOf assignment on groups for nesting and users' SUP top AUXILIARY MAY memberOf X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.331 NAME 'nsAccount' DESC 'A representation of a binding user in a directory server' SUP top AUXILIARY MAY ( userCertificate $ nsCertSubjectDN $ nsSshPublicKey $ userPassword ) X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.333 NAME 'nsPerson' DESC 'A representation of a person in a directory server' SUP top STRUCTURAL MUST ( displayName $ cn ) MAY ( userPassword $ seeAlso $ description $ legalName $ mail $ preferredLanguage ) X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.334 NAME 'nsOrgPerson' DESC 'A representation of an org person in directory server. See also inetOrgPerson.' SUP top AUXILIARY MAY ( businessCategory $ carLicense $ departmentNumber $ employeeNumber $ employeeType $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ manager $ mobile $ o $ pager $ photo $ roomNumber $ uid $ userCertificate $ telephoneNumber $ x500uniqueIdentifier $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminServer-oid NAME 'nsAdminServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY description X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminConfig-oid NAME 'nsAdminConfig' DESC 'Netscape defined objectclass' SUP nsConfig STRUCTURAL MAY ( nsAdminCgiWaitPid $ nsAdminUsers $ nsAdminAccessHosts $ nsAdminAccessAddresses $ nsAdminOneACLDir $ nsAdminEnableDSGW $ nsAdminEnableEnduser $ nsAdminCacheLifetime ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminResourceEditorExtension-oid NAME 'nsAdminResourceEditorExtension' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY ( nsAdminAccountInfo $ nsDeleteclassname ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminGlobalParameters-oid NAME 'nsAdminGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminEndUserHTMLIndex $ nsNickname ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsGlobalParameters-oid NAME 'nsGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsUniqueAttribute $ nsUserIDFormat $ nsUserRDNComponent $ nsGroupRDNComponent $ nsWellKnownJarFiles $ nsNYR ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsDefaultObjectClasses-oid NAME 'nsDefaultObjectClasses' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsDefaultObjectClass X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminConsoleUser-oid NAME 'nsAdminConsoleUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsPreference X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsCustomView-oid NAME 'nsCustomView' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY nsDisplayName X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTopologyCustomView-oid NAME 'nsTopologyCustomView' DESC 'Netscape defined objectclass' SUP nsCustomView STRUCTURAL MAY nsViewConfiguration X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTopologyPlugin-oid NAME 'nsTopologyPlugin' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.18 NAME 'netscapeCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Certificate Management System' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsCertificateServer-oid NAME 'nsCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsCertConfig ) X-ORIGIN 'Netscape Certificate Management System' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.23 NAME 'netscapeDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsDirectoryServer-oid NAME 'nsDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsSecureServerPort $ nsBindPassword $ nsBindDN $ nsBaseDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.8 NAME 'ntUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntUserPriv $ ntUserHomeDir $ ntUserComment $ ntUserFlags $ ntUserScriptPath $ ntUserAuthFlags $ ntUserUsrComment $ ntUserParms $ ntUserWorkstations $ ntUserLastLogon $ ntUserLastLogoff $ ntUserAcctExpires $ ntUserMaxStorage $ ntUserUnitsPerWeek $ ntUserLogonHours $ ntUserBadPwCount $ ntUserNumLogons $ ntUserLogonServer $ ntUserCountryCode $ ntUserCodePage $ ntUserUniqueId $ ntUserPrimaryGroupId $ ntUserProfile $ ntUserHomeDirDrive $ ntUserPasswordExpired $ ntUserCreateNewAccount $ ntUserDeleteAccount $ ntUniqueId $ ntUserNtPassword ) X-ORIGIN 'Netscape NT Synchronization' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.9 NAME 'ntGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntGroupId $ ntGroupAttributes $ ntGroupCreateNewGroup $ ntGroupDeleteGroup $ ntGroupType $ ntUniqueId $ mail ) X-ORIGIN 'Netscape NT Synchronization' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.82 NAME 'nsChangelog4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.114 NAME 'nsConsumer4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.36 NAME 'LDAPReplica' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ replicaRoot $ replicaHost $ replicaPort $ replicaBindDn $ replicaCredentials $ replicaBindMethod $ replicaUseSSL $ replicaUpdateSchedule $ replicaUpdateReplayed $ replicaUpdateFailedAt $ replicaBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList $ replicaCFUpdated $ replicaAbandonedChanges $ replicaLastRelevantChange ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.11 NAME 'cirReplicaSource' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( cirReplicaRoot $ cirHost $ cirPort $ cirBindDN $ cirUsePersistentSearch $ cirUseSSL $ cirBindCredentials $ cirLastUpdateApplied $ cirUpdateSchedule $ cirSyncInterval $ cirUpdateFailedAt $ cirBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ multiLineDescription $ uid $ userPassword ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.113730.3.2.37 NAME 'nsMessagingServerUser' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ nsmsgDisallowAccess $ nsmsgNumMsgQuota $ nswmExtendedUserPrefs $ vacationstartdate $ vacationenddate ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.4 NAME 'mailGroup' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mgrpAddHeader $ mgrpAllowedBroadcaster $ mgrpAllowedDomain $ mgrpApprovePassword $ mgrpBroadcasterPolicy $ mgrpDeliverTo $ mgrpErrorsTo $ mgrpModerator $ mgrpMsgMaxSize $ mgrpMsgRejectAction $ mgrpMsgRejectText $ mgrpNoDuplicateChecks $ mgrpRemoveHeader $ mgrpRFC822MailMember $ owner ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.5 NAME 'groupOfMailEnhancedUniqueNames' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MUST cn MAY ( businessCategory $ description $ mailEnhancedUniqueMember $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.24 NAME 'netscapeMailServer' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.45 NAME 'nsValueItem' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsValueCIS $ nsValueCES $ nsValueTel $ nsValueInt $ nsValueBin $ nsValueDN $ nsValueType $ nsValueSyntax $ nsValueDescription $ nsValueHelpURL $ nsValueFlags $ nsValueDefault ) X-ORIGIN 'Netscape servers - value item' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.29 NAME 'netscapeWebServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY ( description $ nsServerPort ) X-ORIGIN 'Netscape Web Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.154 NAME 'netscapeReversiblePasswordObject' DESC 'object that contains an netscapeReversiblePassword' AUXILIARY MAY netscapeReversiblePassword X-ORIGIN 'Netscape Web Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.11.1.3.2.2.1 NAME 'accountPolicy' DESC 'Account policy entry' SUP top AUXILIARY MAY accountInactivityLimit X-ORIGIN 'Account Policy Plugin' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.17 NAME 'automount' DESC 'An entry in an automounter map' SUP top STRUCTURAL MUST ( cn $ automountInformation ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.16 NAME 'automountMap' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.5923.1.1.2 NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance $ eduPersonPrincipalNamePrior $ eduPersonUniqueId $ eduPersonOrcid ) X-ORIGIN 'http://middleware.internet2.edu/eduperson/' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.13769.9.1 NAME 'mozillaAbPersonAlpha' SUP top AUXILIARY MUST cn MAY ( c $ description $ displayName $ facsimileTelephoneNumber $ givenName $ homePhone $ l $ mail $ mobile $ mozillaCustom1 $ mozillaCustom2 $ mozillaCustom3 $ mozillaCustom4 $ mozillaHomeCountryName $ mozillaHomeLocalityName $ mozillaHomePostalCode $ mozillaHomeState $ mozillaHomeStreet $ mozillaHomeStreet2 $ mozillaHomeUrl $ mozillaNickname $ mozillaSecondEmail $ mozillaUseHtmlMail $ mozillaWorkStreet2 $ mozillaWorkUrl $ nsAIMid $ o $ ou $ pager $ postalCode $ postOfficeBox $ sn $ st $ street $ telephoneNumber $ title ) X-ORIGIN 'Mozilla Address Book' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject' DESC 'Auxiliary object class for adding authorizedService attribute' SUP top AUXILIARY MAY authorizedService X-ORIGIN 'NSS LDAP schema' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' DESC 'Auxiliary object class for adding host attribute' SUP top AUXILIARY MAY host X-ORIGIN 'NSS LDAP schema' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.318 NAME 'pamConfig' DESC 'PAM plugin configuration' SUP top AUXILIARY MAY ( cn $ pamMissingSuffix $ pamExcludeSuffix $ pamIncludeSuffix $ pamIDAttr $ pamIDMapMethod $ pamFallback $ pamSecure $ pamService $ pamFilter ) X-ORIGIN 'Red Hat Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.326 NAME 'dynamicGroup' DESC 'Group containing internal dynamically-generated members' SUP posixGroup AUXILIARY MAY dsOnlyMemberUid X-ORIGIN 'Red Hat Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.6981.11.2.3 NAME 'PureFTPdUser' DESC 'PureFTPd user with optional quota, throttling and ratio' STRUCTURAL MAY ( FTPStatus $ FTPQuotaFiles $ FTPQuotaMBytes $ FTPUploadRatio $ FTPDownloadRatio $ FTPUploadBandwidth $ FTPDownloadBandwidth $ FTPuid $ FTPgid ) X-ORIGIN 'Pure-FTPd' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.2.840.113556.1.5.87 NAME 'calEntry' DESC 'RFC2739: Calendar Entry' SUP top AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs ) X-ORIGIN 'rfc2739' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.255 NAME 'printerService' DESC 'Printer information.' SUP printerAbstract STRUCTURAL MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass' DESC 'Printer information.' SUP printerAbstract AUXILIARY MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' SUP top AUXILIARY MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' SUP top AUXILIARY MUST printer-name MAY printer-aliases X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.2312.4.3.4.1 NAME 'sabayonProfile' DESC 'sabayon profile' SUP top STRUCTURAL MUST cn MAY ( sabayonProfileURL $ description ) X-ORIGIN 'Sabayon' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.2312.4.3.4.2 NAME 'sabayonProfileNameObject' DESC 'contains sabayon profile name' SUP top AUXILIARY MUST sabayonProfileName X-ORIGIN 'Sabayon' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.2312.4.3.4.3 NAME 'sabayonProfileURLObject' DESC 'contains sabayon profile' SUP top AUXILIARY MUST cn MAY sabayonProfileURL X-ORIGIN 'Sabayon' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' DESC 'Sudoer Entries' SUP top STRUCTURAL MUST cn MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $ sudoRunAsGroup $ sudoOption $ sudoNotBefore $ sudoNotAfter $ sudoOrder $ description ) X-ORIGIN 'SUDO' )" INFO:tests.tickets.ticket47973_test:OC: b"( 5.3.6.1.1.1.2.0 NAME 'trustAccount' DESC 'Sets trust accounts information' SUP top AUXILIARY MUST trustModel MAY accessTo X-ORIGIN 'nss_ldap/pam_ldap' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.2.3.4.5.6.7 NAME 'MozillaObject' SUP top STRUCTURAL MUST cn MAY MoZiLLaaTTRiBuTe X-ORIGIN 'user defined' )" INFO:tests.tickets.ticket47973_test:case 1: MoZiLLaaTTRiBuTe is in the objectclasses list -- PASS INFO:tests.tickets.ticket47973_test:case 2 - Duplicated schema except cases are not loaded. INFO:lib389:Schema Reload task (task-06302018_204158) completed successfully INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $ nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $ matchingRuleUse ) X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top AUXILIARY X-ORIGIN 'RFC 4512' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou MAY ( businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationalISDNNumber $ l $ physicalDeliveryOfficeName $ postalAddress $ postalCode $ postOfficeBox $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid X-ORIGIN 'RFC 4519' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP Subentry class, version 1' SUP top STRUCTURAL MAY cn X-ORIGIN 'LDAP Subentry Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.40 NAME 'directoryServerFeature' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( oid $ cn $ multiLineDescription ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.41 NAME 'nsslapdPlugin' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsslapd-pluginPath $ nsslapd-pluginInitFunc $ nsslapd-pluginType $ nsslapd-pluginId $ nsslapd-pluginVersion $ nsslapd-pluginVendor $ nsslapd-pluginDescription $ nsslapd-pluginEnabled ) MAY ( nsslapd-pluginConfigArea $ nsslapd-plugin-depends-on-type ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.44 NAME 'nsIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSystemIndex ) MAY ( description $ nsIndexType $ nsMatchingRule $ nsIndexIDListScanLimit ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.109 NAME 'nsBackendInstance' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.110 NAME 'nsMappingTree' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.104 NAME 'nsContainer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.108 NAME 'nsDS5Replica' DESC 'Replication configuration objectclass' SUP top STRUCTURAL MUST ( nsDS5ReplicaRoot $ nsDS5ReplicaId ) MAY ( cn $ nsds5ReplicaPreciseTombstonePurging $ nsds5ReplicaCleanRUV $ nsds5ReplicaAbortCleanRUV $ nsDS5ReplicaType $ nsDS5ReplicaBindDN $ nsDS5ReplicaBindDNGroup $ nsState $ nsDS5ReplicaName $ nsDS5Flags $ nsDS5Task $ nsDS5ReplicaReferral $ nsDS5ReplicaAutoReferral $ nsds5ReplicaPurgeDelay $ nsds5ReplicaTombstonePurgeInterval $ nsds5ReplicaChangeCount $ nsds5ReplicaLegacyConsumer $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaBackoffMin $ nsds5ReplicaBackoffMax $ nsds5ReplicaReleaseTimeout $ nsDS5ReplicaBindDnGroupCheckInterval ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.113 NAME 'nsTombstone' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nstombstonecsn $ nsParentUniqueId $ nscpEntryDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.103 NAME 'nsDS5ReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsds5ReplicaCleanRUVNotified $ nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicatedAttributeListTotal $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5ReplicaEnabled $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5ReplicaStripAttrs $ nsds5replicaSessionPauseTime $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaFlowControlWindow $ nsds5ReplicaFlowControlPause $ nsDS5ReplicaWaitForAsyncResults $ nsds5ReplicaIgnoreMissingChange ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.39 NAME 'nsslapdConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.317 NAME 'nsSaslMapping' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSaslMapRegexString $ nsSaslMapBaseDNTemplate $ nsSaslMapFilterTemplate ) MAY nsSaslMapPriority X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.43 NAME 'nsSNMP' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSNMPEnabled ) MAY ( nsSNMPOrganization $ nsSNMPLocation $ nsSNMPContact $ nsSNMPDescription $ nsSNMPName $ nsSNMPMasterHost $ nsSNMPMasterPort ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsEncryptionConfig-oid NAME 'nsEncryptionConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsCertfile $ nsKeyfile $ nsSSL2 $ nsSSL3 $ nsTLS1 $ nsTLS10 $ nsTLS11 $ nsTLS12 $ sslVersionMin $ sslVersionMax $ nsSSLSessionTimeout $ nsSSL3SessionTimeout $ nsSSLClientAuth $ nsSSL2Ciphers $ nsSSL3Ciphers $ nsSSLSupportedCiphers $ allowWeakCipher $ CACertExtractFile $ allowWeakDHParam $ nsTLSAllowClientRenegotiation ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsEncryptionModule-oid NAME 'nsEncryptionModule' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsSSLToken $ nsSSLPersonalityssl $ nsSSLActivation $ ServerKeyExtractFile $ ServerCertExtractFile ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.327 NAME 'rootDNPluginConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( rootdn-open-time $ rootdn-close-time $ rootdn-days-allowed $ rootdn-allow-host $ rootdn-deny-host $ rootdn-allow-ip $ rootdn-deny-ip ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.328 NAME 'nsSchemaPolicy' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ schemaUpdateObjectclassAccept $ schemaUpdateObjectclassReject $ schemaUpdateAttributeAccept $ schemaUpdateAttributeReject ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.332 NAME 'nsChangelogConfig' DESC 'Configuration of the changelog5 object' SUP top STRUCTURAL MUST ( cn $ nsslapd-changelogdir ) MAY ( nsslapd-changelogmaxage $ nsslapd-changelogtrim-interval $ nsslapd-changelogmaxentries $ nsslapd-changelogsuffix $ nsslapd-changelogcompactdb-interval ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.31 NAME 'groupOfCertificates' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberCertificateDescription $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.35 NAME 'LDAPServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ generation $ changeLogMaximumAge $ changeLogMaximumSize ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' DESC 'object that contains the TTL (time to live) attribute type' SUP top STRUCTURAL MAY ttl X-ORIGIN 'LDAP Caching Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.10 NAME 'netscapeServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ serverRoot $ serverProductName $ serverVersionNumber $ installationTimeStamp $ administratorContactInfo $ userpassword $ adminURL $ serverHostName ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.7 NAME 'nsLicenseUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nsLicensedFor $ nsLicenseStartTime $ nsLicenseEndTime ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' DESC 'LDAP changelog objectclass' SUP top STRUCTURAL MUST ( targetdn $ changeTime $ changenumber $ changeType ) MAY ( changes $ newrdn $ deleteoldrdn $ newsuperior ) X-ORIGIN 'Changelog Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.6 NAME 'referral' DESC 'LDAP referrals objectclass' SUP top STRUCTURAL MAY ref X-ORIGIN 'LDAPv3 referrals Internet Draft' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.12 NAME 'passwordObject' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( pwdpolicysubentry $ passwordExpirationTime $ passwordExpWarned $ passwordRetryCount $ retryCountResetTime $ accountUnlockTime $ passwordHistory $ passwordAllowChangeTime $ passwordGraceUserTime ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.13 NAME 'passwordPolicy' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( passwordMaxAge $ passwordExp $ passwordMinLength $ passwordKeepHistory $ passwordInHistory $ passwordChange $ passwordWarning $ passwordLockout $ passwordMaxFailure $ passwordResetDuration $ passwordUnlock $ passwordLockoutDuration $ passwordCheckSyntax $ passwordMustChange $ passwordStorageScheme $ passwordMinAge $ passwordResetFailureCount $ passwordGraceLimit $ passwordMinDigits $ passwordMinAlphas $ passwordMinUppers $ passwordMinLowers $ passwordMinSpecials $ passwordMin8bit $ passwordMaxRepeats $ passwordMinCategories $ passwordMinTokenLength $ passwordTrackUpdateTime $ passwordAdminDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.30 NAME 'glue' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.32 NAME 'netscapeMachineData' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.38 NAME 'vlvSearch' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvBase $ vlvScope $ vlvFilter ) MAY multiLineDescription X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.42 NAME 'vlvIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvSort ) MAY ( vlvEnabled $ vlvUses ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.84 NAME 'cosDefinition' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( costargettree $ costemplatedn $ cosspecifier $ cosattribute $ aci $ cn $ uid ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.93 NAME 'nsRoleDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MAY ( description $ nsRoleScopeDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.94 NAME 'nsSimpleRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.95 NAME 'nsComplexRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.96 NAME 'nsManagedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsSimpleRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.97 NAME 'nsFilteredRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleFilter X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.98 NAME 'nsNestedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleDN X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.99 NAME 'cosSuperDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MUST cosattribute MAY description X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.100 NAME 'cosClassicDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY ( cosTemplateDn $ cosspecifier ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.101 NAME 'cosPointerDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosTemplateDn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.102 NAME 'cosIndirectDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosIndirectSpecifier X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.503 NAME 'nsDSWindowsReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5replicaSessionPauseTime $ nsds7WindowsReplicaSubtree $ nsds7DirectoryReplicaSubtree $ nsds7NewWinUserSyncEnabled $ nsds7NewWinGroupSyncEnabled $ nsds7WindowsDomain $ nsds7DirsyncCookie $ winSyncInterval $ oneWaySync $ winSyncMoveAction $ nsds5ReplicaEnabled $ winSyncDirectoryFilter $ winSyncWindowsFilter $ winSyncSubtreePair ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.128 NAME 'costemplate' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ cospriority ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.304 NAME 'nsView' DESC 'Netscape defined objectclass' SUP top AUXILIARY MAY ( nsViewFilter $ description ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.316 NAME 'nsAttributeEncryption' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsEncryptionAlgorithm ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.21 NAME 'pkiUser' DESC 'X.509 PKI User' SUP top AUXILIARY MAY userCertificate X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.22 NAME 'pkiCA' DESC 'X.509 PKI Certificate Authority' SUP top AUXILIARY MAY ( cACertificate $ certificateRevocationList $ authorityRevocationList $ crossCertificatePair ) X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.19 NAME 'cRLDistributionPoint' DESC 'X.509 CRL distribution point' SUP top STRUCTURAL MUST cn MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.23 NAME 'deltaCRL' DESC 'X.509 delta CRL' SUP top AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.15 NAME 'strongAuthenticationUser' DESC 'X.521 strong authentication user' SUP top AUXILIARY MUST userCertificate X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.18 NAME 'userSecurityInformation' DESC 'X.521 user security information' SUP top AUXILIARY MAY supportedAlgorithms X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.16 NAME 'certificationAuthority' DESC 'X.509 certificate authority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ cACertificate ) MAY crossCertificatePair X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.5.6.16.2 NAME 'certificationAuthority-V2' DESC 'X.509 certificate authority, version 2' SUP certificationAuthority AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top STRUCTURAL MUST uid MAY ( description $ seeAlso $ l $ o $ ou $ host ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.6 NAME 'document' SUP top STRUCTURAL MUST documentIdentifier MAY ( cn $ description $ seeAlso $ l $ o $ ou $ documentTitle $ documentVersion $ documentAuthor $ documentLocation $ documentPublisher ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.9 NAME 'documentSeries' SUP top STRUCTURAL MUST cn MAY ( description $ l $ o $ ou $ seeAlso $ telephonenumber ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.13 NAME 'domain' SUP top STRUCTURAL MUST dc MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description $ o $ associatedName ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country STRUCTURAL MUST co X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.14 NAME 'rFC822localPart' SUP domain STRUCTURAL MAY ( cn $ sn ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN 'RFC 2798' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.322 NAME 'autoMemberDefinition' DESC 'Auto Membership Config Definition Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberScope $ autoMemberFilter $ autoMemberGroupingAttr ) MAY ( autoMemberDefaultGroup $ autoMemberDisabled ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.323 NAME 'autoMemberRegexRule' DESC 'Auto Membership Regex Rule Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberTargetGroup ) MAY ( autoMemberExclusiveRegex $ autoMemberInclusiveRegex $ description ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.324 NAME 'dnaPluginConfig' DESC 'DNA plugin configuration' SUP top AUXILIARY MAY ( dnaType $ dnaPrefix $ dnaNextValue $ dnaMaxValue $ dnaInterval $ dnaMagicRegen $ dnaFilter $ dnaScope $ dnaExcludeScope $ dnaSharedCfgDN $ dnaThreshold $ dnaNextRange $ dnaRangeRequestTimeout $ dnaRemoteBindDN $ dnaRemoteBindCred $ cn ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.325 NAME 'dnaSharedConfig' DESC 'DNA Shared Configuration' SUP top AUXILIARY MAY ( dnaHostname $ dnaPortNum $ dnaSecurePortNum $ dnaRemoteBindMethod $ dnaRemoteConnProtocol $ dnaRemainingValues ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.319 NAME 'mepManagedEntry' DESC 'Managed Entries Managed Entry' SUP top AUXILIARY MAY mepManagedBy X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.320 NAME 'mepOriginEntry' DESC 'Managed Entries Origin Entry' SUP top AUXILIARY MAY mepManagedEntry X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.321 NAME 'mepTemplateEntry' DESC 'Managed Entries Template Entry' SUP top AUXILIARY MAY ( cn $ mepStaticAttr $ mepMappedAttr $ mepRDNAttr ) X-ORIGIN '389 Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.0 NAME 'posixAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( userPassword $ loginShell $ gecos $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST uid MAY ( userPassword $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.2 NAME 'posixGroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ gidNumber ) MAY ( userPassword $ memberUid $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.3 NAME 'ipService' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipProtocolNumber ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.5 NAME 'oncRpc' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ oncRpcNumber ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.6 NAME 'ipHost' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( ipHostNumber $ cn ) MAY ( manager $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( ipNetworkNumber $ cn ) MAY ( ipNetmaskNumber $ manager $ l $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST cn MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.10 NAME 'nisObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ nisMapEntry $ nisMapName ) MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( macAddress $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( bootFile $ bootParameter $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.13 NAME 'nisMap' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST nisMapName MAY description X-ORIGIN 'RFC 2307' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.129 NAME 'inetDomain' DESC 'Auxiliary class for virtual domain nodes' SUP top AUXILIARY MAY ( inetDomainBaseDN $ inetDomainStatus ) X-ORIGIN 'Netscape subscriber interoperability' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.130 NAME 'inetUser' DESC 'Auxiliary class which must be present in an entry for delivery of subscriber services' SUP top AUXILIARY MAY ( uid $ inetUserStatus $ inetUserHTTPURL $ userPassword $ memberOf ) X-ORIGIN 'Netscape subscriber interoperability' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.101.120.141 NAME 'NetscapeLinkedOrganization' AUXILIARY MAY parentOrganization X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.1466.101.120.142 NAME 'NetscapePreferences' AUXILIARY MAY ( preferredLanguage $ preferredLocale $ preferredTimeZone ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.134 NAME 'inetSubscriber' SUP top AUXILIARY MAY ( inetSubscriberAccountId $ inetSubscriberChallenge $ inetSubscriberResponse ) X-ORIGIN 'Netscape subscriber interoperability' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.112 NAME 'inetAdmin' DESC 'Marker for an administrative group or user' SUP top AUXILIARY MAY ( aci $ memberof $ adminrole ) X-ORIGIN 'Netscape Delegated Administrator' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer' DESC 'Container for a Java object' SUP top STRUCTURAL MUST cn X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject' DESC 'Java object representation' SUP top ABSTRACT MUST javaClassName MAY ( javaClassNames $ javaCodebase $ javaDoc $ description ) X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject' DESC 'Java serialized object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference' DESC 'JNDI reference' SUP javaObject AUXILIARY MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject' DESC 'Java marshalled object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" INFO:tests.tickets.ticket47973_test:OC: b"( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminDomain-oid NAME 'nsAdminDomain' DESC 'Netscape defined objectclass' SUP organizationalUnit STRUCTURAL MAY nsAdminDomainName X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsHost-oid NAME 'nsHost' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( serverHostName $ description $ l $ nsHostLocation $ nsHardwarePlatform $ nsOsVersion ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminGroup-oid NAME 'nsAdminGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminGroupName $ description $ nsConfigRoot $ nsAdminSIEDN ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsApplication-oid NAME 'nsApplication' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsVendor $ description $ nsProductName $ nsNickName $ nsProductVersion $ nsBuildNumber $ nsRevisionNumber $ nsSerialNumber $ nsInstalledLocation $ installationTimeStamp $ nsExpirationDate $ nsBuildSecurity $ nsLdapSchemaVersion $ nsServerMigrationClassname $ nsServerCreationClassname ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsResourceRef-oid NAME 'nsResourceRef' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY seeAlso X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTask-oid NAME 'nsTask' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsTaskLabel $ nsHelpref $ nsExecref $ nsLogSuppress ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTaskGroup-oid NAME 'nsTaskGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsTaskLabel X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminObject-oid NAME 'nsAdminObject' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsJarFilename $ nsClassName ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsConfig-oid NAME 'nsConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ nsServerPort $ nsServerAddress $ nsSuiteSpotUser $ nsErrorLog $ nsPidLog $ nsAccessLog $ nsDefaultAcceptLanguage $ nsServerSecurity ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsDirectoryInfo-oid NAME 'nsDirectoryInfo' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsBindDN $ nsBindPassword $ nsDirectoryURL $ nsDirectoryFailoverList $ nsDirectoryInfoRef ) X-ORIGIN 'Netscape' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.329 NAME 'nsMemberOf' DESC 'Allow memberOf assignment on groups for nesting and users' SUP top AUXILIARY MAY memberOf X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.331 NAME 'nsAccount' DESC 'A representation of a binding user in a directory server' SUP top AUXILIARY MAY ( userCertificate $ nsCertSubjectDN $ nsSshPublicKey $ userPassword ) X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.333 NAME 'nsPerson' DESC 'A representation of a person in a directory server' SUP top STRUCTURAL MUST ( displayName $ cn ) MAY ( userPassword $ seeAlso $ description $ legalName $ mail $ preferredLanguage ) X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.334 NAME 'nsOrgPerson' DESC 'A representation of an org person in directory server. See also inetOrgPerson.' SUP top AUXILIARY MAY ( businessCategory $ carLicense $ departmentNumber $ employeeNumber $ employeeType $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ manager $ mobile $ o $ pager $ photo $ roomNumber $ uid $ userCertificate $ telephoneNumber $ x500uniqueIdentifier $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN '389 Directory Server Project' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminServer-oid NAME 'nsAdminServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY description X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminConfig-oid NAME 'nsAdminConfig' DESC 'Netscape defined objectclass' SUP nsConfig STRUCTURAL MAY ( nsAdminCgiWaitPid $ nsAdminUsers $ nsAdminAccessHosts $ nsAdminAccessAddresses $ nsAdminOneACLDir $ nsAdminEnableDSGW $ nsAdminEnableEnduser $ nsAdminCacheLifetime ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminResourceEditorExtension-oid NAME 'nsAdminResourceEditorExtension' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY ( nsAdminAccountInfo $ nsDeleteclassname ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminGlobalParameters-oid NAME 'nsAdminGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminEndUserHTMLIndex $ nsNickname ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsGlobalParameters-oid NAME 'nsGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsUniqueAttribute $ nsUserIDFormat $ nsUserRDNComponent $ nsGroupRDNComponent $ nsWellKnownJarFiles $ nsNYR ) X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsDefaultObjectClasses-oid NAME 'nsDefaultObjectClasses' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsDefaultObjectClass X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsAdminConsoleUser-oid NAME 'nsAdminConsoleUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsPreference X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsCustomView-oid NAME 'nsCustomView' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY nsDisplayName X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTopologyCustomView-oid NAME 'nsTopologyCustomView' DESC 'Netscape defined objectclass' SUP nsCustomView STRUCTURAL MAY nsViewConfiguration X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsTopologyPlugin-oid NAME 'nsTopologyPlugin' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL X-ORIGIN 'Netscape Administration Services' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.18 NAME 'netscapeCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Certificate Management System' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsCertificateServer-oid NAME 'nsCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsCertConfig ) X-ORIGIN 'Netscape Certificate Management System' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.23 NAME 'netscapeDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( nsDirectoryServer-oid NAME 'nsDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsSecureServerPort $ nsBindPassword $ nsBindDN $ nsBaseDN ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.8 NAME 'ntUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntUserPriv $ ntUserHomeDir $ ntUserComment $ ntUserFlags $ ntUserScriptPath $ ntUserAuthFlags $ ntUserUsrComment $ ntUserParms $ ntUserWorkstations $ ntUserLastLogon $ ntUserLastLogoff $ ntUserAcctExpires $ ntUserMaxStorage $ ntUserUnitsPerWeek $ ntUserLogonHours $ ntUserBadPwCount $ ntUserNumLogons $ ntUserLogonServer $ ntUserCountryCode $ ntUserCodePage $ ntUserUniqueId $ ntUserPrimaryGroupId $ ntUserProfile $ ntUserHomeDirDrive $ ntUserPasswordExpired $ ntUserCreateNewAccount $ ntUserDeleteAccount $ ntUniqueId $ ntUserNtPassword ) X-ORIGIN 'Netscape NT Synchronization' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.9 NAME 'ntGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntGroupId $ ntGroupAttributes $ ntGroupCreateNewGroup $ ntGroupDeleteGroup $ ntGroupType $ ntUniqueId $ mail ) X-ORIGIN 'Netscape NT Synchronization' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.82 NAME 'nsChangelog4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.114 NAME 'nsConsumer4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.36 NAME 'LDAPReplica' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ replicaRoot $ replicaHost $ replicaPort $ replicaBindDn $ replicaCredentials $ replicaBindMethod $ replicaUseSSL $ replicaUpdateSchedule $ replicaUpdateReplayed $ replicaUpdateFailedAt $ replicaBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList $ replicaCFUpdated $ replicaAbandonedChanges $ replicaLastRelevantChange ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.11 NAME 'cirReplicaSource' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( cirReplicaRoot $ cirHost $ cirPort $ cirBindDN $ cirUsePersistentSearch $ cirUseSSL $ cirBindCredentials $ cirLastUpdateApplied $ cirUpdateSchedule $ cirSyncInterval $ cirUpdateFailedAt $ cirBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList ) X-ORIGIN 'Netscape Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ multiLineDescription $ uid $ userPassword ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.113730.3.2.37 NAME 'nsMessagingServerUser' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ nsmsgDisallowAccess $ nsmsgNumMsgQuota $ nswmExtendedUserPrefs $ vacationstartdate $ vacationenddate ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.4 NAME 'mailGroup' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mgrpAddHeader $ mgrpAllowedBroadcaster $ mgrpAllowedDomain $ mgrpApprovePassword $ mgrpBroadcasterPolicy $ mgrpDeliverTo $ mgrpErrorsTo $ mgrpModerator $ mgrpMsgMaxSize $ mgrpMsgRejectAction $ mgrpMsgRejectText $ mgrpNoDuplicateChecks $ mgrpRemoveHeader $ mgrpRFC822MailMember $ owner ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.5 NAME 'groupOfMailEnhancedUniqueNames' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MUST cn MAY ( businessCategory $ description $ mailEnhancedUniqueMember $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.24 NAME 'netscapeMailServer' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY X-ORIGIN 'Netscape Messaging Server 4.x' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.45 NAME 'nsValueItem' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsValueCIS $ nsValueCES $ nsValueTel $ nsValueInt $ nsValueBin $ nsValueDN $ nsValueType $ nsValueSyntax $ nsValueDescription $ nsValueHelpURL $ nsValueFlags $ nsValueDefault ) X-ORIGIN 'Netscape servers - value item' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.29 NAME 'netscapeWebServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY ( description $ nsServerPort ) X-ORIGIN 'Netscape Web Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.154 NAME 'netscapeReversiblePasswordObject' DESC 'object that contains an netscapeReversiblePassword' AUXILIARY MAY netscapeReversiblePassword X-ORIGIN 'Netscape Web Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.11.1.3.2.2.1 NAME 'accountPolicy' DESC 'Account policy entry' SUP top AUXILIARY MAY accountInactivityLimit X-ORIGIN 'Account Policy Plugin' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.17 NAME 'automount' DESC 'An entry in an automounter map' SUP top STRUCTURAL MUST ( cn $ automountInformation ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.1.1.2.16 NAME 'automountMap' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.5923.1.1.2 NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance $ eduPersonPrincipalNamePrior $ eduPersonUniqueId $ eduPersonOrcid ) X-ORIGIN 'http://middleware.internet2.edu/eduperson/' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.13769.9.1 NAME 'mozillaAbPersonAlpha' SUP top AUXILIARY MUST cn MAY ( c $ description $ displayName $ facsimileTelephoneNumber $ givenName $ homePhone $ l $ mail $ mobile $ mozillaCustom1 $ mozillaCustom2 $ mozillaCustom3 $ mozillaCustom4 $ mozillaHomeCountryName $ mozillaHomeLocalityName $ mozillaHomePostalCode $ mozillaHomeState $ mozillaHomeStreet $ mozillaHomeStreet2 $ mozillaHomeUrl $ mozillaNickname $ mozillaSecondEmail $ mozillaUseHtmlMail $ mozillaWorkStreet2 $ mozillaWorkUrl $ nsAIMid $ o $ ou $ pager $ postalCode $ postOfficeBox $ sn $ st $ street $ telephoneNumber $ title ) X-ORIGIN 'Mozilla Address Book' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject' DESC 'Auxiliary object class for adding authorizedService attribute' SUP top AUXILIARY MAY authorizedService X-ORIGIN 'NSS LDAP schema' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' DESC 'Auxiliary object class for adding host attribute' SUP top AUXILIARY MAY host X-ORIGIN 'NSS LDAP schema' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.318 NAME 'pamConfig' DESC 'PAM plugin configuration' SUP top AUXILIARY MAY ( cn $ pamMissingSuffix $ pamExcludeSuffix $ pamIncludeSuffix $ pamIDAttr $ pamIDMapMethod $ pamFallback $ pamSecure $ pamService $ pamFilter ) X-ORIGIN 'Red Hat Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 2.16.840.1.113730.3.2.326 NAME 'dynamicGroup' DESC 'Group containing internal dynamically-generated members' SUP posixGroup AUXILIARY MAY dsOnlyMemberUid X-ORIGIN 'Red Hat Directory Server' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.6981.11.2.3 NAME 'PureFTPdUser' DESC 'PureFTPd user with optional quota, throttling and ratio' STRUCTURAL MAY ( FTPStatus $ FTPQuotaFiles $ FTPQuotaMBytes $ FTPUploadRatio $ FTPDownloadRatio $ FTPUploadBandwidth $ FTPDownloadBandwidth $ FTPuid $ FTPgid ) X-ORIGIN 'Pure-FTPd' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.2.840.113556.1.5.87 NAME 'calEntry' DESC 'RFC2739: Calendar Entry' SUP top AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs ) X-ORIGIN 'rfc2739' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.255 NAME 'printerService' DESC 'Printer information.' SUP printerAbstract STRUCTURAL MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass' DESC 'Printer information.' SUP printerAbstract AUXILIARY MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' SUP top AUXILIARY MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' SUP top AUXILIARY MUST printer-name MAY printer-aliases X-ORIGIN 'rfc3712' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.2312.4.3.4.1 NAME 'sabayonProfile' DESC 'sabayon profile' SUP top STRUCTURAL MUST cn MAY ( sabayonProfileURL $ description ) X-ORIGIN 'Sabayon' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.2312.4.3.4.2 NAME 'sabayonProfileNameObject' DESC 'contains sabayon profile name' SUP top AUXILIARY MUST sabayonProfileName X-ORIGIN 'Sabayon' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.2312.4.3.4.3 NAME 'sabayonProfileURLObject' DESC 'contains sabayon profile' SUP top AUXILIARY MUST cn MAY sabayonProfileURL X-ORIGIN 'Sabayon' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' DESC 'Sudoer Entries' SUP top STRUCTURAL MUST cn MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $ sudoRunAsGroup $ sudoOption $ sudoNotBefore $ sudoNotAfter $ sudoOrder $ description ) X-ORIGIN 'SUDO' )" INFO:tests.tickets.ticket47973_test:OC: b"( 5.3.6.1.1.1.2.0 NAME 'trustAccount' DESC 'Sets trust accounts information' SUP top AUXILIARY MUST trustModel MAY accessTo X-ORIGIN 'nss_ldap/pam_ldap' )" INFO:tests.tickets.ticket47973_test:OC: b"( 1.2.3.4.5.6.7 NAME 'MozillaObject' SUP top STRUCTURAL MUST cn MAY MoZiLLaaTTRiBuTe X-ORIGIN 'user defined' )" INFO:tests.tickets.ticket47973_test:case 2: MOZILLAATTRIBUTE is not in the objectclasses list -- PASS INFO:tests.tickets.ticket47973_test:case 2-1: Use the custom schema with mozillaattribute INFO:tests.tickets.ticket47973_test:case 2-1: mozillaattribute: b'test user' not found-- FAILURE ------------------------------ Captured log call -------------------------------
ticket47973_test.py 114 INFO Testing Ticket 47973 (case) - Test the cases in the original schema are preserved. ticket47973_test.py 116 INFO case 1 - Test the cases in the original schema are preserved. tasks.py 991 INFO Schema Reload task (task-06302018_204153) completed successfully ticket47973_test.py 146 INFO OC: b"( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName X-ORIGIN 'RFC 4512' )" ticket47973_test.py 146 INFO OC: b"( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $ nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $ matchingRuleUse ) X-ORIGIN 'RFC 4512' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top AUXILIARY X-ORIGIN 'RFC 4512' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou MAY ( businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationalISDNNumber $ l $ physicalDeliveryOfficeName $ postalAddress $ postalCode $ postOfficeBox $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid X-ORIGIN 'RFC 4519' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP Subentry class, version 1' SUP top STRUCTURAL MAY cn X-ORIGIN 'LDAP Subentry Internet Draft' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.40 NAME 'directoryServerFeature' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( oid $ cn $ multiLineDescription ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.41 NAME 'nsslapdPlugin' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsslapd-pluginPath $ nsslapd-pluginInitFunc $ nsslapd-pluginType $ nsslapd-pluginId $ nsslapd-pluginVersion $ nsslapd-pluginVendor $ nsslapd-pluginDescription $ nsslapd-pluginEnabled ) MAY ( nsslapd-pluginConfigArea $ nsslapd-plugin-depends-on-type ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.44 NAME 'nsIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSystemIndex ) MAY ( description $ nsIndexType $ nsMatchingRule $ nsIndexIDListScanLimit ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.109 NAME 'nsBackendInstance' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.110 NAME 'nsMappingTree' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.104 NAME 'nsContainer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.108 NAME 'nsDS5Replica' DESC 'Replication configuration objectclass' SUP top STRUCTURAL MUST ( nsDS5ReplicaRoot $ nsDS5ReplicaId ) MAY ( cn $ nsds5ReplicaPreciseTombstonePurging $ nsds5ReplicaCleanRUV $ nsds5ReplicaAbortCleanRUV $ nsDS5ReplicaType $ nsDS5ReplicaBindDN $ nsDS5ReplicaBindDNGroup $ nsState $ nsDS5ReplicaName $ nsDS5Flags $ nsDS5Task $ nsDS5ReplicaReferral $ nsDS5ReplicaAutoReferral $ nsds5ReplicaPurgeDelay $ nsds5ReplicaTombstonePurgeInterval $ nsds5ReplicaChangeCount $ nsds5ReplicaLegacyConsumer $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaBackoffMin $ nsds5ReplicaBackoffMax $ nsds5ReplicaReleaseTimeout $ nsDS5ReplicaBindDnGroupCheckInterval ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.113 NAME 'nsTombstone' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nstombstonecsn $ nsParentUniqueId $ nscpEntryDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.103 NAME 'nsDS5ReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsds5ReplicaCleanRUVNotified $ nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicatedAttributeListTotal $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5ReplicaEnabled $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5ReplicaStripAttrs $ nsds5replicaSessionPauseTime $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaFlowControlWindow $ nsds5ReplicaFlowControlPause $ nsDS5ReplicaWaitForAsyncResults $ nsds5ReplicaIgnoreMissingChange ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.39 NAME 'nsslapdConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.317 NAME 'nsSaslMapping' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSaslMapRegexString $ nsSaslMapBaseDNTemplate $ nsSaslMapFilterTemplate ) MAY nsSaslMapPriority X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.43 NAME 'nsSNMP' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSNMPEnabled ) MAY ( nsSNMPOrganization $ nsSNMPLocation $ nsSNMPContact $ nsSNMPDescription $ nsSNMPName $ nsSNMPMasterHost $ nsSNMPMasterPort ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( nsEncryptionConfig-oid NAME 'nsEncryptionConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsCertfile $ nsKeyfile $ nsSSL2 $ nsSSL3 $ nsTLS1 $ nsTLS10 $ nsTLS11 $ nsTLS12 $ sslVersionMin $ sslVersionMax $ nsSSLSessionTimeout $ nsSSL3SessionTimeout $ nsSSLClientAuth $ nsSSL2Ciphers $ nsSSL3Ciphers $ nsSSLSupportedCiphers $ allowWeakCipher $ CACertExtractFile $ allowWeakDHParam $ nsTLSAllowClientRenegotiation ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsEncryptionModule-oid NAME 'nsEncryptionModule' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsSSLToken $ nsSSLPersonalityssl $ nsSSLActivation $ ServerKeyExtractFile $ ServerCertExtractFile ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.327 NAME 'rootDNPluginConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( rootdn-open-time $ rootdn-close-time $ rootdn-days-allowed $ rootdn-allow-host $ rootdn-deny-host $ rootdn-allow-ip $ rootdn-deny-ip ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.328 NAME 'nsSchemaPolicy' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ schemaUpdateObjectclassAccept $ schemaUpdateObjectclassReject $ schemaUpdateAttributeAccept $ schemaUpdateAttributeReject ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.332 NAME 'nsChangelogConfig' DESC 'Configuration of the changelog5 object' SUP top STRUCTURAL MUST ( cn $ nsslapd-changelogdir ) MAY ( nsslapd-changelogmaxage $ nsslapd-changelogtrim-interval $ nsslapd-changelogmaxentries $ nsslapd-changelogsuffix $ nsslapd-changelogcompactdb-interval ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.31 NAME 'groupOfCertificates' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberCertificateDescription $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.35 NAME 'LDAPServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ generation $ changeLogMaximumAge $ changeLogMaximumSize ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' DESC 'object that contains the TTL (time to live) attribute type' SUP top STRUCTURAL MAY ttl X-ORIGIN 'LDAP Caching Internet Draft' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.10 NAME 'netscapeServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ serverRoot $ serverProductName $ serverVersionNumber $ installationTimeStamp $ administratorContactInfo $ userpassword $ adminURL $ serverHostName ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.7 NAME 'nsLicenseUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nsLicensedFor $ nsLicenseStartTime $ nsLicenseEndTime ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' DESC 'LDAP changelog objectclass' SUP top STRUCTURAL MUST ( targetdn $ changeTime $ changenumber $ changeType ) MAY ( changes $ newrdn $ deleteoldrdn $ newsuperior ) X-ORIGIN 'Changelog Internet Draft' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.6 NAME 'referral' DESC 'LDAP referrals objectclass' SUP top STRUCTURAL MAY ref X-ORIGIN 'LDAPv3 referrals Internet Draft' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.12 NAME 'passwordObject' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( pwdpolicysubentry $ passwordExpirationTime $ passwordExpWarned $ passwordRetryCount $ retryCountResetTime $ accountUnlockTime $ passwordHistory $ passwordAllowChangeTime $ passwordGraceUserTime ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.13 NAME 'passwordPolicy' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( passwordMaxAge $ passwordExp $ passwordMinLength $ passwordKeepHistory $ passwordInHistory $ passwordChange $ passwordWarning $ passwordLockout $ passwordMaxFailure $ passwordResetDuration $ passwordUnlock $ passwordLockoutDuration $ passwordCheckSyntax $ passwordMustChange $ passwordStorageScheme $ passwordMinAge $ passwordResetFailureCount $ passwordGraceLimit $ passwordMinDigits $ passwordMinAlphas $ passwordMinUppers $ passwordMinLowers $ passwordMinSpecials $ passwordMin8bit $ passwordMaxRepeats $ passwordMinCategories $ passwordMinTokenLength $ passwordTrackUpdateTime $ passwordAdminDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.30 NAME 'glue' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.32 NAME 'netscapeMachineData' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.38 NAME 'vlvSearch' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvBase $ vlvScope $ vlvFilter ) MAY multiLineDescription X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.42 NAME 'vlvIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvSort ) MAY ( vlvEnabled $ vlvUses ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.84 NAME 'cosDefinition' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( costargettree $ costemplatedn $ cosspecifier $ cosattribute $ aci $ cn $ uid ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.93 NAME 'nsRoleDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MAY ( description $ nsRoleScopeDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.94 NAME 'nsSimpleRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.95 NAME 'nsComplexRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.96 NAME 'nsManagedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsSimpleRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.97 NAME 'nsFilteredRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleFilter X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.98 NAME 'nsNestedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleDN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.99 NAME 'cosSuperDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MUST cosattribute MAY description X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.100 NAME 'cosClassicDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY ( cosTemplateDn $ cosspecifier ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.101 NAME 'cosPointerDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosTemplateDn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.102 NAME 'cosIndirectDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosIndirectSpecifier X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.503 NAME 'nsDSWindowsReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5replicaSessionPauseTime $ nsds7WindowsReplicaSubtree $ nsds7DirectoryReplicaSubtree $ nsds7NewWinUserSyncEnabled $ nsds7NewWinGroupSyncEnabled $ nsds7WindowsDomain $ nsds7DirsyncCookie $ winSyncInterval $ oneWaySync $ winSyncMoveAction $ nsds5ReplicaEnabled $ winSyncDirectoryFilter $ winSyncWindowsFilter $ winSyncSubtreePair ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.128 NAME 'costemplate' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ cospriority ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.304 NAME 'nsView' DESC 'Netscape defined objectclass' SUP top AUXILIARY MAY ( nsViewFilter $ description ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.316 NAME 'nsAttributeEncryption' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsEncryptionAlgorithm ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.21 NAME 'pkiUser' DESC 'X.509 PKI User' SUP top AUXILIARY MAY userCertificate X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.22 NAME 'pkiCA' DESC 'X.509 PKI Certificate Authority' SUP top AUXILIARY MAY ( cACertificate $ certificateRevocationList $ authorityRevocationList $ crossCertificatePair ) X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.19 NAME 'cRLDistributionPoint' DESC 'X.509 CRL distribution point' SUP top STRUCTURAL MUST cn MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.23 NAME 'deltaCRL' DESC 'X.509 delta CRL' SUP top AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.15 NAME 'strongAuthenticationUser' DESC 'X.521 strong authentication user' SUP top AUXILIARY MUST userCertificate X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.18 NAME 'userSecurityInformation' DESC 'X.521 user security information' SUP top AUXILIARY MAY supportedAlgorithms X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.16 NAME 'certificationAuthority' DESC 'X.509 certificate authority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ cACertificate ) MAY crossCertificatePair X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 2.5.6.16.2 NAME 'certificationAuthority-V2' DESC 'X.509 certificate authority, version 2' SUP certificationAuthority AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top STRUCTURAL MUST uid MAY ( description $ seeAlso $ l $ o $ ou $ host ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.6 NAME 'document' SUP top STRUCTURAL MUST documentIdentifier MAY ( cn $ description $ seeAlso $ l $ o $ ou $ documentTitle $ documentVersion $ documentAuthor $ documentLocation $ documentPublisher ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.9 NAME 'documentSeries' SUP top STRUCTURAL MUST cn MAY ( description $ l $ o $ ou $ seeAlso $ telephonenumber ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.13 NAME 'domain' SUP top STRUCTURAL MUST dc MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description $ o $ associatedName ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country STRUCTURAL MUST co X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.14 NAME 'rFC822localPart' SUP domain STRUCTURAL MAY ( cn $ sn ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN 'RFC 2798' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.322 NAME 'autoMemberDefinition' DESC 'Auto Membership Config Definition Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberScope $ autoMemberFilter $ autoMemberGroupingAttr ) MAY ( autoMemberDefaultGroup $ autoMemberDisabled ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.323 NAME 'autoMemberRegexRule' DESC 'Auto Membership Regex Rule Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberTargetGroup ) MAY ( autoMemberExclusiveRegex $ autoMemberInclusiveRegex $ description ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.324 NAME 'dnaPluginConfig' DESC 'DNA plugin configuration' SUP top AUXILIARY MAY ( dnaType $ dnaPrefix $ dnaNextValue $ dnaMaxValue $ dnaInterval $ dnaMagicRegen $ dnaFilter $ dnaScope $ dnaExcludeScope $ dnaSharedCfgDN $ dnaThreshold $ dnaNextRange $ dnaRangeRequestTimeout $ dnaRemoteBindDN $ dnaRemoteBindCred $ cn ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.325 NAME 'dnaSharedConfig' DESC 'DNA Shared Configuration' SUP top AUXILIARY MAY ( dnaHostname $ dnaPortNum $ dnaSecurePortNum $ dnaRemoteBindMethod $ dnaRemoteConnProtocol $ dnaRemainingValues ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.319 NAME 'mepManagedEntry' DESC 'Managed Entries Managed Entry' SUP top AUXILIARY MAY mepManagedBy X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.320 NAME 'mepOriginEntry' DESC 'Managed Entries Origin Entry' SUP top AUXILIARY MAY mepManagedEntry X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.321 NAME 'mepTemplateEntry' DESC 'Managed Entries Template Entry' SUP top AUXILIARY MAY ( cn $ mepStaticAttr $ mepMappedAttr $ mepRDNAttr ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.0 NAME 'posixAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( userPassword $ loginShell $ gecos $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST uid MAY ( userPassword $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.2 NAME 'posixGroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ gidNumber ) MAY ( userPassword $ memberUid $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.3 NAME 'ipService' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipProtocolNumber ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.5 NAME 'oncRpc' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ oncRpcNumber ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.6 NAME 'ipHost' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( ipHostNumber $ cn ) MAY ( manager $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( ipNetworkNumber $ cn ) MAY ( ipNetmaskNumber $ manager $ l $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST cn MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.10 NAME 'nisObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ nisMapEntry $ nisMapName ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( macAddress $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( bootFile $ bootParameter $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.13 NAME 'nisMap' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST nisMapName MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.129 NAME 'inetDomain' DESC 'Auxiliary class for virtual domain nodes' SUP top AUXILIARY MAY ( inetDomainBaseDN $ inetDomainStatus ) X-ORIGIN 'Netscape subscriber interoperability' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.130 NAME 'inetUser' DESC 'Auxiliary class which must be present in an entry for delivery of subscriber services' SUP top AUXILIARY MAY ( uid $ inetUserStatus $ inetUserHTTPURL $ userPassword $ memberOf ) X-ORIGIN 'Netscape subscriber interoperability' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.1466.101.120.141 NAME 'NetscapeLinkedOrganization' AUXILIARY MAY parentOrganization X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.1466.101.120.142 NAME 'NetscapePreferences' AUXILIARY MAY ( preferredLanguage $ preferredLocale $ preferredTimeZone ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.134 NAME 'inetSubscriber' SUP top AUXILIARY MAY ( inetSubscriberAccountId $ inetSubscriberChallenge $ inetSubscriberResponse ) X-ORIGIN 'Netscape subscriber interoperability' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.112 NAME 'inetAdmin' DESC 'Marker for an administrative group or user' SUP top AUXILIARY MAY ( aci $ memberof $ adminrole ) X-ORIGIN 'Netscape Delegated Administrator' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer' DESC 'Container for a Java object' SUP top STRUCTURAL MUST cn X-ORIGIN 'RFC 2713' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject' DESC 'Java object representation' SUP top ABSTRACT MUST javaClassName MAY ( javaClassNames $ javaCodebase $ javaDoc $ description ) X-ORIGIN 'RFC 2713' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject' DESC 'Java serialized object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference' DESC 'JNDI reference' SUP javaObject AUXILIARY MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject' DESC 'Java marshalled object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" ticket47973_test.py 146 INFO OC: b"( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' )" ticket47973_test.py 146 INFO OC: b"( nsAdminDomain-oid NAME 'nsAdminDomain' DESC 'Netscape defined objectclass' SUP organizationalUnit STRUCTURAL MAY nsAdminDomainName X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsHost-oid NAME 'nsHost' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( serverHostName $ description $ l $ nsHostLocation $ nsHardwarePlatform $ nsOsVersion ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsAdminGroup-oid NAME 'nsAdminGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminGroupName $ description $ nsConfigRoot $ nsAdminSIEDN ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsApplication-oid NAME 'nsApplication' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsVendor $ description $ nsProductName $ nsNickName $ nsProductVersion $ nsBuildNumber $ nsRevisionNumber $ nsSerialNumber $ nsInstalledLocation $ installationTimeStamp $ nsExpirationDate $ nsBuildSecurity $ nsLdapSchemaVersion $ nsServerMigrationClassname $ nsServerCreationClassname ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsResourceRef-oid NAME 'nsResourceRef' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY seeAlso X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsTask-oid NAME 'nsTask' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsTaskLabel $ nsHelpref $ nsExecref $ nsLogSuppress ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsTaskGroup-oid NAME 'nsTaskGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsTaskLabel X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsAdminObject-oid NAME 'nsAdminObject' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsJarFilename $ nsClassName ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsConfig-oid NAME 'nsConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ nsServerPort $ nsServerAddress $ nsSuiteSpotUser $ nsErrorLog $ nsPidLog $ nsAccessLog $ nsDefaultAcceptLanguage $ nsServerSecurity ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( nsDirectoryInfo-oid NAME 'nsDirectoryInfo' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsBindDN $ nsBindPassword $ nsDirectoryURL $ nsDirectoryFailoverList $ nsDirectoryInfoRef ) X-ORIGIN 'Netscape' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.329 NAME 'nsMemberOf' DESC 'Allow memberOf assignment on groups for nesting and users' SUP top AUXILIARY MAY memberOf X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.331 NAME 'nsAccount' DESC 'A representation of a binding user in a directory server' SUP top AUXILIARY MAY ( userCertificate $ nsCertSubjectDN $ nsSshPublicKey $ userPassword ) X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.333 NAME 'nsPerson' DESC 'A representation of a person in a directory server' SUP top STRUCTURAL MUST ( displayName $ cn ) MAY ( userPassword $ seeAlso $ description $ legalName $ mail $ preferredLanguage ) X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.334 NAME 'nsOrgPerson' DESC 'A representation of an org person in directory server. See also inetOrgPerson.' SUP top AUXILIARY MAY ( businessCategory $ carLicense $ departmentNumber $ employeeNumber $ employeeType $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ manager $ mobile $ o $ pager $ photo $ roomNumber $ uid $ userCertificate $ telephoneNumber $ x500uniqueIdentifier $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 146 INFO OC: b"( nsAdminServer-oid NAME 'nsAdminServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY description X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsAdminConfig-oid NAME 'nsAdminConfig' DESC 'Netscape defined objectclass' SUP nsConfig STRUCTURAL MAY ( nsAdminCgiWaitPid $ nsAdminUsers $ nsAdminAccessHosts $ nsAdminAccessAddresses $ nsAdminOneACLDir $ nsAdminEnableDSGW $ nsAdminEnableEnduser $ nsAdminCacheLifetime ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsAdminResourceEditorExtension-oid NAME 'nsAdminResourceEditorExtension' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY ( nsAdminAccountInfo $ nsDeleteclassname ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsAdminGlobalParameters-oid NAME 'nsAdminGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminEndUserHTMLIndex $ nsNickname ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsGlobalParameters-oid NAME 'nsGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsUniqueAttribute $ nsUserIDFormat $ nsUserRDNComponent $ nsGroupRDNComponent $ nsWellKnownJarFiles $ nsNYR ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsDefaultObjectClasses-oid NAME 'nsDefaultObjectClasses' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsDefaultObjectClass X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsAdminConsoleUser-oid NAME 'nsAdminConsoleUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsPreference X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsCustomView-oid NAME 'nsCustomView' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY nsDisplayName X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsTopologyCustomView-oid NAME 'nsTopologyCustomView' DESC 'Netscape defined objectclass' SUP nsCustomView STRUCTURAL MAY nsViewConfiguration X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( nsTopologyPlugin-oid NAME 'nsTopologyPlugin' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.18 NAME 'netscapeCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Certificate Management System' )" ticket47973_test.py 146 INFO OC: b"( nsCertificateServer-oid NAME 'nsCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsCertConfig ) X-ORIGIN 'Netscape Certificate Management System' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.23 NAME 'netscapeDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( nsDirectoryServer-oid NAME 'nsDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsSecureServerPort $ nsBindPassword $ nsBindDN $ nsBaseDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.8 NAME 'ntUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntUserPriv $ ntUserHomeDir $ ntUserComment $ ntUserFlags $ ntUserScriptPath $ ntUserAuthFlags $ ntUserUsrComment $ ntUserParms $ ntUserWorkstations $ ntUserLastLogon $ ntUserLastLogoff $ ntUserAcctExpires $ ntUserMaxStorage $ ntUserUnitsPerWeek $ ntUserLogonHours $ ntUserBadPwCount $ ntUserNumLogons $ ntUserLogonServer $ ntUserCountryCode $ ntUserCodePage $ ntUserUniqueId $ ntUserPrimaryGroupId $ ntUserProfile $ ntUserHomeDirDrive $ ntUserPasswordExpired $ ntUserCreateNewAccount $ ntUserDeleteAccount $ ntUniqueId $ ntUserNtPassword ) X-ORIGIN 'Netscape NT Synchronization' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.9 NAME 'ntGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntGroupId $ ntGroupAttributes $ ntGroupCreateNewGroup $ ntGroupDeleteGroup $ ntGroupType $ ntUniqueId $ mail ) X-ORIGIN 'Netscape NT Synchronization' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.82 NAME 'nsChangelog4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.114 NAME 'nsConsumer4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.36 NAME 'LDAPReplica' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ replicaRoot $ replicaHost $ replicaPort $ replicaBindDn $ replicaCredentials $ replicaBindMethod $ replicaUseSSL $ replicaUpdateSchedule $ replicaUpdateReplayed $ replicaUpdateFailedAt $ replicaBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList $ replicaCFUpdated $ replicaAbandonedChanges $ replicaLastRelevantChange ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.11 NAME 'cirReplicaSource' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( cirReplicaRoot $ cirHost $ cirPort $ cirBindDN $ cirUsePersistentSearch $ cirUseSSL $ cirBindCredentials $ cirLastUpdateApplied $ cirUpdateSchedule $ cirSyncInterval $ cirUpdateFailedAt $ cirBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ multiLineDescription $ uid $ userPassword ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.113730.3.2.37 NAME 'nsMessagingServerUser' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ nsmsgDisallowAccess $ nsmsgNumMsgQuota $ nswmExtendedUserPrefs $ vacationstartdate $ vacationenddate ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.4 NAME 'mailGroup' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mgrpAddHeader $ mgrpAllowedBroadcaster $ mgrpAllowedDomain $ mgrpApprovePassword $ mgrpBroadcasterPolicy $ mgrpDeliverTo $ mgrpErrorsTo $ mgrpModerator $ mgrpMsgMaxSize $ mgrpMsgRejectAction $ mgrpMsgRejectText $ mgrpNoDuplicateChecks $ mgrpRemoveHeader $ mgrpRFC822MailMember $ owner ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.5 NAME 'groupOfMailEnhancedUniqueNames' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MUST cn MAY ( businessCategory $ description $ mailEnhancedUniqueMember $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.24 NAME 'netscapeMailServer' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.45 NAME 'nsValueItem' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsValueCIS $ nsValueCES $ nsValueTel $ nsValueInt $ nsValueBin $ nsValueDN $ nsValueType $ nsValueSyntax $ nsValueDescription $ nsValueHelpURL $ nsValueFlags $ nsValueDefault ) X-ORIGIN 'Netscape servers - value item' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.29 NAME 'netscapeWebServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY ( description $ nsServerPort ) X-ORIGIN 'Netscape Web Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.154 NAME 'netscapeReversiblePasswordObject' DESC 'object that contains an netscapeReversiblePassword' AUXILIARY MAY netscapeReversiblePassword X-ORIGIN 'Netscape Web Server' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.11.1.3.2.2.1 NAME 'accountPolicy' DESC 'Account policy entry' SUP top AUXILIARY MAY accountInactivityLimit X-ORIGIN 'Account Policy Plugin' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.17 NAME 'automount' DESC 'An entry in an automounter map' SUP top STRUCTURAL MUST ( cn $ automountInformation ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.1.1.2.16 NAME 'automountMap' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.5923.1.1.2 NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance $ eduPersonPrincipalNamePrior $ eduPersonUniqueId $ eduPersonOrcid ) X-ORIGIN 'http://middleware.internet2.edu/eduperson/' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.13769.9.1 NAME 'mozillaAbPersonAlpha' SUP top AUXILIARY MUST cn MAY ( c $ description $ displayName $ facsimileTelephoneNumber $ givenName $ homePhone $ l $ mail $ mobile $ mozillaCustom1 $ mozillaCustom2 $ mozillaCustom3 $ mozillaCustom4 $ mozillaHomeCountryName $ mozillaHomeLocalityName $ mozillaHomePostalCode $ mozillaHomeState $ mozillaHomeStreet $ mozillaHomeStreet2 $ mozillaHomeUrl $ mozillaNickname $ mozillaSecondEmail $ mozillaUseHtmlMail $ mozillaWorkStreet2 $ mozillaWorkUrl $ nsAIMid $ o $ ou $ pager $ postalCode $ postOfficeBox $ sn $ st $ street $ telephoneNumber $ title ) X-ORIGIN 'Mozilla Address Book' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject' DESC 'Auxiliary object class for adding authorizedService attribute' SUP top AUXILIARY MAY authorizedService X-ORIGIN 'NSS LDAP schema' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' DESC 'Auxiliary object class for adding host attribute' SUP top AUXILIARY MAY host X-ORIGIN 'NSS LDAP schema' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.318 NAME 'pamConfig' DESC 'PAM plugin configuration' SUP top AUXILIARY MAY ( cn $ pamMissingSuffix $ pamExcludeSuffix $ pamIncludeSuffix $ pamIDAttr $ pamIDMapMethod $ pamFallback $ pamSecure $ pamService $ pamFilter ) X-ORIGIN 'Red Hat Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 2.16.840.1.113730.3.2.326 NAME 'dynamicGroup' DESC 'Group containing internal dynamically-generated members' SUP posixGroup AUXILIARY MAY dsOnlyMemberUid X-ORIGIN 'Red Hat Directory Server' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.6981.11.2.3 NAME 'PureFTPdUser' DESC 'PureFTPd user with optional quota, throttling and ratio' STRUCTURAL MAY ( FTPStatus $ FTPQuotaFiles $ FTPQuotaMBytes $ FTPUploadRatio $ FTPDownloadRatio $ FTPUploadBandwidth $ FTPDownloadBandwidth $ FTPuid $ FTPgid ) X-ORIGIN 'Pure-FTPd' )" ticket47973_test.py 146 INFO OC: b"( 1.2.840.113556.1.5.87 NAME 'calEntry' DESC 'RFC2739: Calendar Entry' SUP top AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs ) X-ORIGIN 'rfc2739' )" ticket47973_test.py 146 INFO OC: b"( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 146 INFO OC: b"( 1.3.18.0.2.6.255 NAME 'printerService' DESC 'Printer information.' SUP printerAbstract STRUCTURAL MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 146 INFO OC: b"( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass' DESC 'Printer information.' SUP printerAbstract AUXILIARY MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 146 INFO OC: b"( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' SUP top AUXILIARY MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 146 INFO OC: b"( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' SUP top AUXILIARY MUST printer-name MAY printer-aliases X-ORIGIN 'rfc3712' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.2312.4.3.4.1 NAME 'sabayonProfile' DESC 'sabayon profile' SUP top STRUCTURAL MUST cn MAY ( sabayonProfileURL $ description ) X-ORIGIN 'Sabayon' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.2312.4.3.4.2 NAME 'sabayonProfileNameObject' DESC 'contains sabayon profile name' SUP top AUXILIARY MUST sabayonProfileName X-ORIGIN 'Sabayon' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.2312.4.3.4.3 NAME 'sabayonProfileURLObject' DESC 'contains sabayon profile' SUP top AUXILIARY MUST cn MAY sabayonProfileURL X-ORIGIN 'Sabayon' )" ticket47973_test.py 146 INFO OC: b"( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' DESC 'Sudoer Entries' SUP top STRUCTURAL MUST cn MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $ sudoRunAsGroup $ sudoOption $ sudoNotBefore $ sudoNotAfter $ sudoOrder $ description ) X-ORIGIN 'SUDO' )" ticket47973_test.py 146 INFO OC: b"( 5.3.6.1.1.1.2.0 NAME 'trustAccount' DESC 'Sets trust accounts information' SUP top AUXILIARY MUST trustModel MAY accessTo X-ORIGIN 'nss_ldap/pam_ldap' )" ticket47973_test.py 146 INFO OC: b"( 1.2.3.4.5.6.7 NAME 'MozillaObject' SUP top STRUCTURAL MUST cn MAY MoZiLLaaTTRiBuTe X-ORIGIN 'user defined' )" ticket47973_test.py 150 INFO case 1: MoZiLLaaTTRiBuTe is in the objectclasses list -- PASS ticket47973_test.py 156 INFO case 2 - Duplicated schema except cases are not loaded. tasks.py 991 INFO Schema Reload task (task-06302018_204158) completed successfully ticket47973_test.py 185 INFO OC: b"( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.1 NAME 'alias' SUP top STRUCTURAL MUST aliasedObjectName X-ORIGIN 'RFC 4512' )" ticket47973_test.py 185 INFO OC: b"( 2.5.20.1 NAME 'subschema' AUXILIARY MAY ( dITStructureRules $ nameForms $ ditContentRules $ objectClasses $ attributeTypes $ matchingRules $ matchingRuleUse ) X-ORIGIN 'RFC 4512' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.1466.101.120.111 NAME 'extensibleObject' SUP top AUXILIARY X-ORIGIN 'RFC 4512' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.11 NAME 'applicationProcess' SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.2 NAME 'country' SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.9 NAME 'groupOfNames' SUP top STRUCTURAL MUST cn MAY ( member $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.17 NAME 'groupOfUniqueNames' SUP top STRUCTURAL MUST cn MAY ( uniqueMember $ businessCategory $ seeAlso $ owner $ ou $ o $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.3 NAME 'locality' SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.6 NAME 'person' SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.7 NAME 'organizationalPerson' SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.8 NAME 'organizationalRole' SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationalISDNNumber $ facsimileTelephoneNumber $ seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l $ description ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.5 NAME 'organizationalUnit' SUP top STRUCTURAL MUST ou MAY ( businessCategory $ description $ destinationIndicator $ facsimileTelephoneNumber $ internationalISDNNumber $ l $ physicalDeliveryOfficeName $ postalAddress $ postalCode $ postOfficeBox $ preferredDeliveryMethod $ registeredAddress $ searchGuide $ seeAlso $ st $ street $ telephoneNumber $ teletexTerminalIdentifier $ telexNumber $ userPassword $ x121Address ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.10 NAME 'residentialPerson' SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ internationalISDNNumber $ facsimileTelephoneNumber $ preferredDeliveryMethod $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l ) X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid X-ORIGIN 'RFC 4519' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113719.2.142.6.1.1 NAME 'ldapSubEntry' DESC 'LDAP Subentry class, version 1' SUP top STRUCTURAL MAY cn X-ORIGIN 'LDAP Subentry Internet Draft' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.40 NAME 'directoryServerFeature' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( oid $ cn $ multiLineDescription ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.41 NAME 'nsslapdPlugin' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsslapd-pluginPath $ nsslapd-pluginInitFunc $ nsslapd-pluginType $ nsslapd-pluginId $ nsslapd-pluginVersion $ nsslapd-pluginVendor $ nsslapd-pluginDescription $ nsslapd-pluginEnabled ) MAY ( nsslapd-pluginConfigArea $ nsslapd-plugin-depends-on-type ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.44 NAME 'nsIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSystemIndex ) MAY ( description $ nsIndexType $ nsMatchingRule $ nsIndexIDListScanLimit ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.109 NAME 'nsBackendInstance' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.110 NAME 'nsMappingTree' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.104 NAME 'nsContainer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST CN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.108 NAME 'nsDS5Replica' DESC 'Replication configuration objectclass' SUP top STRUCTURAL MUST ( nsDS5ReplicaRoot $ nsDS5ReplicaId ) MAY ( cn $ nsds5ReplicaPreciseTombstonePurging $ nsds5ReplicaCleanRUV $ nsds5ReplicaAbortCleanRUV $ nsDS5ReplicaType $ nsDS5ReplicaBindDN $ nsDS5ReplicaBindDNGroup $ nsState $ nsDS5ReplicaName $ nsDS5Flags $ nsDS5Task $ nsDS5ReplicaReferral $ nsDS5ReplicaAutoReferral $ nsds5ReplicaPurgeDelay $ nsds5ReplicaTombstonePurgeInterval $ nsds5ReplicaChangeCount $ nsds5ReplicaLegacyConsumer $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaBackoffMin $ nsds5ReplicaBackoffMax $ nsds5ReplicaReleaseTimeout $ nsDS5ReplicaBindDnGroupCheckInterval ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.113 NAME 'nsTombstone' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nstombstonecsn $ nsParentUniqueId $ nscpEntryDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.103 NAME 'nsDS5ReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsds5ReplicaCleanRUVNotified $ nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicatedAttributeListTotal $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5ReplicaEnabled $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5ReplicaStripAttrs $ nsds5replicaSessionPauseTime $ nsds5ReplicaProtocolTimeout $ nsds5ReplicaFlowControlWindow $ nsds5ReplicaFlowControlPause $ nsDS5ReplicaWaitForAsyncResults $ nsds5ReplicaIgnoreMissingChange ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.39 NAME 'nsslapdConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.317 NAME 'nsSaslMapping' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSaslMapRegexString $ nsSaslMapBaseDNTemplate $ nsSaslMapFilterTemplate ) MAY nsSaslMapPriority X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.43 NAME 'nsSNMP' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsSNMPEnabled ) MAY ( nsSNMPOrganization $ nsSNMPLocation $ nsSNMPContact $ nsSNMPDescription $ nsSNMPName $ nsSNMPMasterHost $ nsSNMPMasterPort ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( nsEncryptionConfig-oid NAME 'nsEncryptionConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsCertfile $ nsKeyfile $ nsSSL2 $ nsSSL3 $ nsTLS1 $ nsTLS10 $ nsTLS11 $ nsTLS12 $ sslVersionMin $ sslVersionMax $ nsSSLSessionTimeout $ nsSSL3SessionTimeout $ nsSSLClientAuth $ nsSSL2Ciphers $ nsSSL3Ciphers $ nsSSLSupportedCiphers $ allowWeakCipher $ CACertExtractFile $ allowWeakDHParam $ nsTLSAllowClientRenegotiation ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsEncryptionModule-oid NAME 'nsEncryptionModule' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsSSLToken $ nsSSLPersonalityssl $ nsSSLActivation $ ServerKeyExtractFile $ ServerCertExtractFile ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.327 NAME 'rootDNPluginConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( rootdn-open-time $ rootdn-close-time $ rootdn-days-allowed $ rootdn-allow-host $ rootdn-deny-host $ rootdn-allow-ip $ rootdn-deny-ip ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.328 NAME 'nsSchemaPolicy' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ schemaUpdateObjectclassAccept $ schemaUpdateObjectclassReject $ schemaUpdateAttributeAccept $ schemaUpdateAttributeReject ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.332 NAME 'nsChangelogConfig' DESC 'Configuration of the changelog5 object' SUP top STRUCTURAL MUST ( cn $ nsslapd-changelogdir ) MAY ( nsslapd-changelogmaxage $ nsslapd-changelogtrim-interval $ nsslapd-changelogmaxentries $ nsslapd-changelogsuffix $ nsslapd-changelogcompactdb-interval ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.31 NAME 'groupOfCertificates' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberCertificateDescription $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.33 NAME 'groupOfURLs' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( memberURL $ businessCategory $ description $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.35 NAME 'LDAPServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ generation $ changeLogMaximumAge $ changeLogMaximumSize ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' DESC 'object that contains the TTL (time to live) attribute type' SUP top STRUCTURAL MAY ttl X-ORIGIN 'LDAP Caching Internet Draft' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.10 NAME 'netscapeServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ serverRoot $ serverProductName $ serverVersionNumber $ installationTimeStamp $ administratorContactInfo $ userpassword $ adminURL $ serverHostName ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.7 NAME 'nsLicenseUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( nsLicensedFor $ nsLicenseStartTime $ nsLicenseEndTime ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.1 NAME 'changeLogEntry' DESC 'LDAP changelog objectclass' SUP top STRUCTURAL MUST ( targetdn $ changeTime $ changenumber $ changeType ) MAY ( changes $ newrdn $ deleteoldrdn $ newsuperior ) X-ORIGIN 'Changelog Internet Draft' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.6 NAME 'referral' DESC 'LDAP referrals objectclass' SUP top STRUCTURAL MAY ref X-ORIGIN 'LDAPv3 referrals Internet Draft' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.12 NAME 'passwordObject' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( pwdpolicysubentry $ passwordExpirationTime $ passwordExpWarned $ passwordRetryCount $ retryCountResetTime $ accountUnlockTime $ passwordHistory $ passwordAllowChangeTime $ passwordGraceUserTime ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.13 NAME 'passwordPolicy' DESC 'Netscape defined password policy objectclass' SUP top STRUCTURAL MAY ( passwordMaxAge $ passwordExp $ passwordMinLength $ passwordKeepHistory $ passwordInHistory $ passwordChange $ passwordWarning $ passwordLockout $ passwordMaxFailure $ passwordResetDuration $ passwordUnlock $ passwordLockoutDuration $ passwordCheckSyntax $ passwordMustChange $ passwordStorageScheme $ passwordMinAge $ passwordResetFailureCount $ passwordGraceLimit $ passwordMinDigits $ passwordMinAlphas $ passwordMinUppers $ passwordMinLowers $ passwordMinSpecials $ passwordMin8bit $ passwordMaxRepeats $ passwordMinCategories $ passwordMinTokenLength $ passwordTrackUpdateTime $ passwordAdminDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.30 NAME 'glue' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.32 NAME 'netscapeMachineData' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.38 NAME 'vlvSearch' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvBase $ vlvScope $ vlvFilter ) MAY multiLineDescription X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.42 NAME 'vlvIndex' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ vlvSort ) MAY ( vlvEnabled $ vlvUses ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.84 NAME 'cosDefinition' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( costargettree $ costemplatedn $ cosspecifier $ cosattribute $ aci $ cn $ uid ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.93 NAME 'nsRoleDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MAY ( description $ nsRoleScopeDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.94 NAME 'nsSimpleRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.95 NAME 'nsComplexRoleDefinition' DESC 'Netscape defined objectclass' SUP nsRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.96 NAME 'nsManagedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsSimpleRoleDefinition STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.97 NAME 'nsFilteredRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleFilter X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.98 NAME 'nsNestedRoleDefinition' DESC 'Netscape defined objectclass' SUP nsComplexRoleDefinition STRUCTURAL MUST nsRoleDN X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.99 NAME 'cosSuperDefinition' DESC 'Netscape defined objectclass' SUP ldapSubEntry STRUCTURAL MUST cosattribute MAY description X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.100 NAME 'cosClassicDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY ( cosTemplateDn $ cosspecifier ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.101 NAME 'cosPointerDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosTemplateDn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.102 NAME 'cosIndirectDefinition' DESC 'Netscape defined objectclass' SUP cosSuperDefinition STRUCTURAL MAY cosIndirectSpecifier X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.503 NAME 'nsDSWindowsReplicationAgreement' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsDS5ReplicaHost $ nsDS5ReplicaPort $ nsDS5ReplicaTransportInfo $ nsDS5ReplicaBindDN $ nsDS5ReplicaCredentials $ nsDS5ReplicaBindMethod $ nsDS5ReplicaRoot $ nsDS5ReplicatedAttributeList $ nsDS5ReplicaUpdateSchedule $ nsds5BeginReplicaRefresh $ description $ nsds50ruv $ nsruvReplicaLastModified $ nsds5ReplicaTimeout $ nsds5replicaChangesSentSinceStartup $ nsds5replicaLastUpdateEnd $ nsds5replicaLastUpdateStart $ nsds5replicaLastUpdateStatus $ nsds5replicaUpdateInProgress $ nsds5replicaLastInitEnd $ nsds5replicaLastInitStart $ nsds5replicaLastInitStatus $ nsds5debugreplicatimeout $ nsds5replicaBusyWaitTime $ nsds5replicaSessionPauseTime $ nsds7WindowsReplicaSubtree $ nsds7DirectoryReplicaSubtree $ nsds7NewWinUserSyncEnabled $ nsds7NewWinGroupSyncEnabled $ nsds7WindowsDomain $ nsds7DirsyncCookie $ winSyncInterval $ oneWaySync $ winSyncMoveAction $ nsds5ReplicaEnabled $ winSyncDirectoryFilter $ winSyncWindowsFilter $ winSyncSubtreePair ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.128 NAME 'costemplate' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY ( cn $ cospriority ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.304 NAME 'nsView' DESC 'Netscape defined objectclass' SUP top AUXILIARY MAY ( nsViewFilter $ description ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.316 NAME 'nsAttributeEncryption' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsEncryptionAlgorithm ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.21 NAME 'pkiUser' DESC 'X.509 PKI User' SUP top AUXILIARY MAY userCertificate X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.22 NAME 'pkiCA' DESC 'X.509 PKI Certificate Authority' SUP top AUXILIARY MAY ( cACertificate $ certificateRevocationList $ authorityRevocationList $ crossCertificatePair ) X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.19 NAME 'cRLDistributionPoint' DESC 'X.509 CRL distribution point' SUP top STRUCTURAL MUST cn MAY ( certificateRevocationList $ authorityRevocationList $ deltaRevocationList ) X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.23 NAME 'deltaCRL' DESC 'X.509 delta CRL' SUP top AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.15 NAME 'strongAuthenticationUser' DESC 'X.521 strong authentication user' SUP top AUXILIARY MUST userCertificate X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.18 NAME 'userSecurityInformation' DESC 'X.521 user security information' SUP top AUXILIARY MAY supportedAlgorithms X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.16 NAME 'certificationAuthority' DESC 'X.509 certificate authority' SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $ cACertificate ) MAY crossCertificatePair X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 2.5.6.16.2 NAME 'certificationAuthority-V2' DESC 'X.509 certificate authority, version 2' SUP certificationAuthority AUXILIARY MAY deltaRevocationList X-ORIGIN 'RFC 4523' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.5 NAME 'account' SUP top STRUCTURAL MUST uid MAY ( description $ seeAlso $ l $ o $ ou $ host ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.6 NAME 'document' SUP top STRUCTURAL MUST documentIdentifier MAY ( cn $ description $ seeAlso $ l $ o $ ou $ documentTitle $ documentVersion $ documentAuthor $ documentLocation $ documentPublisher ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.9 NAME 'documentSeries' SUP top STRUCTURAL MUST cn MAY ( description $ l $ o $ ou $ seeAlso $ telephonenumber ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.13 NAME 'domain' SUP top STRUCTURAL MUST dc MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $ x121Address $ registeredAddress $ destinationIndicator $ preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description $ o $ associatedName ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.17 NAME 'domainRelatedObject' SUP top AUXILIARY MUST associatedDomain X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.18 NAME 'friendlyCountry' SUP country STRUCTURAL MUST co X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.14 NAME 'rFC822localPart' SUP domain STRUCTURAL MAY ( cn $ sn ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.7 NAME 'room' SUP top STRUCTURAL MUST cn MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.19 NAME 'simpleSecurityObject' SUP top AUXILIARY MUST userPassword X-ORIGIN 'RFC 4524' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' SUP organizationalPerson STRUCTURAL MAY ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ preferredLanguage $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN 'RFC 2798' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.322 NAME 'autoMemberDefinition' DESC 'Auto Membership Config Definition Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberScope $ autoMemberFilter $ autoMemberGroupingAttr ) MAY ( autoMemberDefaultGroup $ autoMemberDisabled ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.323 NAME 'autoMemberRegexRule' DESC 'Auto Membership Regex Rule Entry' SUP top STRUCTURAL MUST ( cn $ autoMemberTargetGroup ) MAY ( autoMemberExclusiveRegex $ autoMemberInclusiveRegex $ description ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.324 NAME 'dnaPluginConfig' DESC 'DNA plugin configuration' SUP top AUXILIARY MAY ( dnaType $ dnaPrefix $ dnaNextValue $ dnaMaxValue $ dnaInterval $ dnaMagicRegen $ dnaFilter $ dnaScope $ dnaExcludeScope $ dnaSharedCfgDN $ dnaThreshold $ dnaNextRange $ dnaRangeRequestTimeout $ dnaRemoteBindDN $ dnaRemoteBindCred $ cn ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.325 NAME 'dnaSharedConfig' DESC 'DNA Shared Configuration' SUP top AUXILIARY MAY ( dnaHostname $ dnaPortNum $ dnaSecurePortNum $ dnaRemoteBindMethod $ dnaRemoteConnProtocol $ dnaRemainingValues ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.319 NAME 'mepManagedEntry' DESC 'Managed Entries Managed Entry' SUP top AUXILIARY MAY mepManagedBy X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.320 NAME 'mepOriginEntry' DESC 'Managed Entries Origin Entry' SUP top AUXILIARY MAY mepManagedEntry X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.321 NAME 'mepTemplateEntry' DESC 'Managed Entries Template Entry' SUP top AUXILIARY MAY ( cn $ mepStaticAttr $ mepMappedAttr $ mepRDNAttr ) X-ORIGIN '389 Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.0 NAME 'posixAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( cn $ uid $ uidNumber $ gidNumber $ homeDirectory ) MAY ( userPassword $ loginShell $ gecos $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.1 NAME 'shadowAccount' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST uid MAY ( userPassword $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.2 NAME 'posixGroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ gidNumber ) MAY ( userPassword $ memberUid $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.3 NAME 'ipService' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipServicePort $ ipServiceProtocol ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.4 NAME 'ipProtocol' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ ipProtocolNumber ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.5 NAME 'oncRpc' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ oncRpcNumber ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.6 NAME 'ipHost' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST ( ipHostNumber $ cn ) MAY ( manager $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.7 NAME 'ipNetwork' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( ipNetworkNumber $ cn ) MAY ( ipNetmaskNumber $ manager $ l $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.8 NAME 'nisNetgroup' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST cn MAY ( nisNetgroupTriple $ memberNisNetgroup $ description ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.10 NAME 'nisObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST ( cn $ nisMapEntry $ nisMapName ) MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.11 NAME 'ieee802Device' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( macAddress $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.12 NAME 'bootableDevice' DESC 'Standard LDAP objectclass' SUP top AUXILIARY MUST cn MAY ( bootFile $ bootParameter $ description $ l $ o $ ou $ owner $ seeAlso $ serialNumber ) X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.13 NAME 'nisMap' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MUST nisMapName MAY description X-ORIGIN 'RFC 2307' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.129 NAME 'inetDomain' DESC 'Auxiliary class for virtual domain nodes' SUP top AUXILIARY MAY ( inetDomainBaseDN $ inetDomainStatus ) X-ORIGIN 'Netscape subscriber interoperability' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.130 NAME 'inetUser' DESC 'Auxiliary class which must be present in an entry for delivery of subscriber services' SUP top AUXILIARY MAY ( uid $ inetUserStatus $ inetUserHTTPURL $ userPassword $ memberOf ) X-ORIGIN 'Netscape subscriber interoperability' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.1466.101.120.141 NAME 'NetscapeLinkedOrganization' AUXILIARY MAY parentOrganization X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.1466.101.120.142 NAME 'NetscapePreferences' AUXILIARY MAY ( preferredLanguage $ preferredLocale $ preferredTimeZone ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.134 NAME 'inetSubscriber' SUP top AUXILIARY MAY ( inetSubscriberAccountId $ inetSubscriberChallenge $ inetSubscriberResponse ) X-ORIGIN 'Netscape subscriber interoperability' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.112 NAME 'inetAdmin' DESC 'Marker for an administrative group or user' SUP top AUXILIARY MAY ( aci $ memberof $ adminrole ) X-ORIGIN 'Netscape Delegated Administrator' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.1 NAME 'javaContainer' DESC 'Container for a Java object' SUP top STRUCTURAL MUST cn X-ORIGIN 'RFC 2713' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.4 NAME 'javaObject' DESC 'Java object representation' SUP top ABSTRACT MUST javaClassName MAY ( javaClassNames $ javaCodebase $ javaDoc $ description ) X-ORIGIN 'RFC 2713' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.5 NAME 'javaSerializedObject' DESC 'Java serialized object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.7 NAME 'javaNamingReference' DESC 'JNDI reference' SUP javaObject AUXILIARY MAY ( javaReferenceAddress $ javaFactory ) X-ORIGIN 'RFC 2713' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.42.2.27.4.2.8 NAME 'javaMarshalledObject' DESC 'Java marshalled object' SUP javaObject AUXILIARY MUST javaSerializedData X-ORIGIN 'RFC 2713' )" ticket47973_test.py 185 INFO OC: b"( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' DESC 'Standard LDAP objectclass' SUP top STRUCTURAL MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' )" ticket47973_test.py 185 INFO OC: b"( nsAdminDomain-oid NAME 'nsAdminDomain' DESC 'Netscape defined objectclass' SUP organizationalUnit STRUCTURAL MAY nsAdminDomainName X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsHost-oid NAME 'nsHost' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( serverHostName $ description $ l $ nsHostLocation $ nsHardwarePlatform $ nsOsVersion ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsAdminGroup-oid NAME 'nsAdminGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminGroupName $ description $ nsConfigRoot $ nsAdminSIEDN ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsApplication-oid NAME 'nsApplication' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsVendor $ description $ nsProductName $ nsNickName $ nsProductVersion $ nsBuildNumber $ nsRevisionNumber $ nsSerialNumber $ nsInstalledLocation $ installationTimeStamp $ nsExpirationDate $ nsBuildSecurity $ nsLdapSchemaVersion $ nsServerMigrationClassname $ nsServerCreationClassname ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsResourceRef-oid NAME 'nsResourceRef' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY seeAlso X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsTask-oid NAME 'nsTask' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsTaskLabel $ nsHelpref $ nsExecref $ nsLogSuppress ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsTaskGroup-oid NAME 'nsTaskGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsTaskLabel X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsAdminObject-oid NAME 'nsAdminObject' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsJarFilename $ nsClassName ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsConfig-oid NAME 'nsConfig' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ nsServerPort $ nsServerAddress $ nsSuiteSpotUser $ nsErrorLog $ nsPidLog $ nsAccessLog $ nsDefaultAcceptLanguage $ nsServerSecurity ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( nsDirectoryInfo-oid NAME 'nsDirectoryInfo' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsBindDN $ nsBindPassword $ nsDirectoryURL $ nsDirectoryFailoverList $ nsDirectoryInfoRef ) X-ORIGIN 'Netscape' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.329 NAME 'nsMemberOf' DESC 'Allow memberOf assignment on groups for nesting and users' SUP top AUXILIARY MAY memberOf X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.331 NAME 'nsAccount' DESC 'A representation of a binding user in a directory server' SUP top AUXILIARY MAY ( userCertificate $ nsCertSubjectDN $ nsSshPublicKey $ userPassword ) X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.333 NAME 'nsPerson' DESC 'A representation of a person in a directory server' SUP top STRUCTURAL MUST ( displayName $ cn ) MAY ( userPassword $ seeAlso $ description $ legalName $ mail $ preferredLanguage ) X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.334 NAME 'nsOrgPerson' DESC 'A representation of an org person in directory server. See also inetOrgPerson.' SUP top AUXILIARY MAY ( businessCategory $ carLicense $ departmentNumber $ employeeNumber $ employeeType $ homePhone $ homePostalAddress $ initials $ jpegPhoto $ labeledURI $ manager $ mobile $ o $ pager $ photo $ roomNumber $ uid $ userCertificate $ telephoneNumber $ x500uniqueIdentifier $ userSMIMECertificate $ userPKCS12 ) X-ORIGIN '389 Directory Server Project' )" ticket47973_test.py 185 INFO OC: b"( nsAdminServer-oid NAME 'nsAdminServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY description X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsAdminConfig-oid NAME 'nsAdminConfig' DESC 'Netscape defined objectclass' SUP nsConfig STRUCTURAL MAY ( nsAdminCgiWaitPid $ nsAdminUsers $ nsAdminAccessHosts $ nsAdminAccessAddresses $ nsAdminOneACLDir $ nsAdminEnableDSGW $ nsAdminEnableEnduser $ nsAdminCacheLifetime ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsAdminResourceEditorExtension-oid NAME 'nsAdminResourceEditorExtension' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY ( nsAdminAccountInfo $ nsDeleteclassname ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsAdminGlobalParameters-oid NAME 'nsAdminGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsAdminEndUserHTMLIndex $ nsNickname ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsGlobalParameters-oid NAME 'nsGlobalParameters' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsUniqueAttribute $ nsUserIDFormat $ nsUserRDNComponent $ nsGroupRDNComponent $ nsWellKnownJarFiles $ nsNYR ) X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsDefaultObjectClasses-oid NAME 'nsDefaultObjectClasses' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsDefaultObjectClass X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsAdminConsoleUser-oid NAME 'nsAdminConsoleUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY nsPreference X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsCustomView-oid NAME 'nsCustomView' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL MAY nsDisplayName X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsTopologyCustomView-oid NAME 'nsTopologyCustomView' DESC 'Netscape defined objectclass' SUP nsCustomView STRUCTURAL MAY nsViewConfiguration X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( nsTopologyPlugin-oid NAME 'nsTopologyPlugin' DESC 'Netscape defined objectclass' SUP nsAdminObject STRUCTURAL X-ORIGIN 'Netscape Administration Services' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.18 NAME 'netscapeCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Certificate Management System' )" ticket47973_test.py 185 INFO OC: b"( nsCertificateServer-oid NAME 'nsCertificateServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsCertConfig ) X-ORIGIN 'Netscape Certificate Management System' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.23 NAME 'netscapeDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( nsDirectoryServer-oid NAME 'nsDirectoryServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST nsServerID MAY ( serverHostName $ nsServerPort $ nsSecureServerPort $ nsBindPassword $ nsBindDN $ nsBaseDN ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.8 NAME 'ntUser' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntUserPriv $ ntUserHomeDir $ ntUserComment $ ntUserFlags $ ntUserScriptPath $ ntUserAuthFlags $ ntUserUsrComment $ ntUserParms $ ntUserWorkstations $ ntUserLastLogon $ ntUserLastLogoff $ ntUserAcctExpires $ ntUserMaxStorage $ ntUserUnitsPerWeek $ ntUserLogonHours $ ntUserBadPwCount $ ntUserNumLogons $ ntUserLogonServer $ ntUserCountryCode $ ntUserCodePage $ ntUserUniqueId $ ntUserPrimaryGroupId $ ntUserProfile $ ntUserHomeDirDrive $ ntUserPasswordExpired $ ntUserCreateNewAccount $ ntUserDeleteAccount $ ntUniqueId $ ntUserNtPassword ) X-ORIGIN 'Netscape NT Synchronization' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.9 NAME 'ntGroup' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ntUserDomainId MAY ( description $ l $ ou $ seeAlso $ ntGroupId $ ntGroupAttributes $ ntGroupCreateNewGroup $ ntGroupDeleteGroup $ ntGroupType $ ntUniqueId $ mail ) X-ORIGIN 'Netscape NT Synchronization' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.82 NAME 'nsChangelog4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.114 NAME 'nsConsumer4Config' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MAY cn X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.36 NAME 'LDAPReplica' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( description $ l $ ou $ seeAlso $ replicaRoot $ replicaHost $ replicaPort $ replicaBindDn $ replicaCredentials $ replicaBindMethod $ replicaUseSSL $ replicaUpdateSchedule $ replicaUpdateReplayed $ replicaUpdateFailedAt $ replicaBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList $ replicaCFUpdated $ replicaAbandonedChanges $ replicaLastRelevantChange ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.11 NAME 'cirReplicaSource' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( cirReplicaRoot $ cirHost $ cirPort $ cirBindDN $ cirUsePersistentSearch $ cirUseSSL $ cirBindCredentials $ cirLastUpdateApplied $ cirUpdateSchedule $ cirSyncInterval $ cirUpdateFailedAt $ cirBeginORC $ replicaNickname $ replicaEntryFilter $ replicatedAttributeList ) X-ORIGIN 'Netscape Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.3 NAME 'mailRecipient' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ multiLineDescription $ uid $ userPassword ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.113730.3.2.37 NAME 'nsMessagingServerUser' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mailAccessDomain $ mailAutoReplyMode $ mailAutoReplyText $ mailDeliveryOption $ mailForwardingAddress $ mailMessageStore $ mailProgramDeliveryInfo $ mailQuota $ nsmsgDisallowAccess $ nsmsgNumMsgQuota $ nswmExtendedUserPrefs $ vacationstartdate $ vacationenddate ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.4 NAME 'mailGroup' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MAY ( cn $ mail $ mailAlternateAddress $ mailHost $ mailRoutingAddress $ mgrpAddHeader $ mgrpAllowedBroadcaster $ mgrpAllowedDomain $ mgrpApprovePassword $ mgrpBroadcasterPolicy $ mgrpDeliverTo $ mgrpErrorsTo $ mgrpModerator $ mgrpMsgMaxSize $ mgrpMsgRejectAction $ mgrpMsgRejectText $ mgrpNoDuplicateChecks $ mgrpRemoveHeader $ mgrpRFC822MailMember $ owner ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.5 NAME 'groupOfMailEnhancedUniqueNames' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY MUST cn MAY ( businessCategory $ description $ mailEnhancedUniqueMember $ o $ ou $ owner $ seeAlso ) X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.24 NAME 'netscapeMailServer' DESC 'Netscape Messaging Server 4.x defined objectclass' SUP top AUXILIARY X-ORIGIN 'Netscape Messaging Server 4.x' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.45 NAME 'nsValueItem' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST cn MAY ( nsValueCIS $ nsValueCES $ nsValueTel $ nsValueInt $ nsValueBin $ nsValueDN $ nsValueType $ nsValueSyntax $ nsValueDescription $ nsValueHelpURL $ nsValueFlags $ nsValueDefault ) X-ORIGIN 'Netscape servers - value item' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.29 NAME 'netscapeWebServer' DESC 'Netscape defined objectclass' SUP top STRUCTURAL MUST ( cn $ nsServerID ) MAY ( description $ nsServerPort ) X-ORIGIN 'Netscape Web Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.154 NAME 'netscapeReversiblePasswordObject' DESC 'object that contains an netscapeReversiblePassword' AUXILIARY MAY netscapeReversiblePassword X-ORIGIN 'Netscape Web Server' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.11.1.3.2.2.1 NAME 'accountPolicy' DESC 'Account policy entry' SUP top AUXILIARY MAY accountInactivityLimit X-ORIGIN 'Account Policy Plugin' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.17 NAME 'automount' DESC 'An entry in an automounter map' SUP top STRUCTURAL MUST ( cn $ automountInformation ) MAY description X-ORIGIN 'draft-howard-rfc2307bis' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.1.1.2.16 NAME 'automountMap' DESC 'An group of related automount objects' SUP top STRUCTURAL MUST ou X-ORIGIN 'draft-howard-rfc2307bis' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.5923.1.1.2 NAME 'eduPerson' AUXILIARY MAY ( eduPersonAffiliation $ eduPersonNickName $ eduPersonOrgDN $ eduPersonOrgUnitDN $ eduPersonPrimaryAffiliation $ eduPersonPrincipalName $ eduPersonEntitlement $ eduPersonPrimaryOrgUnitDN $ eduPersonScopedAffiliation $ eduPersonTargetedID $ eduPersonAssurance $ eduPersonPrincipalNamePrior $ eduPersonUniqueId $ eduPersonOrcid ) X-ORIGIN 'http://middleware.internet2.edu/eduperson/' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.13769.9.1 NAME 'mozillaAbPersonAlpha' SUP top AUXILIARY MUST cn MAY ( c $ description $ displayName $ facsimileTelephoneNumber $ givenName $ homePhone $ l $ mail $ mobile $ mozillaCustom1 $ mozillaCustom2 $ mozillaCustom3 $ mozillaCustom4 $ mozillaHomeCountryName $ mozillaHomeLocalityName $ mozillaHomePostalCode $ mozillaHomeState $ mozillaHomeStreet $ mozillaHomeStreet2 $ mozillaHomeUrl $ mozillaNickname $ mozillaSecondEmail $ mozillaUseHtmlMail $ mozillaWorkStreet2 $ mozillaWorkUrl $ nsAIMid $ o $ ou $ pager $ postalCode $ postOfficeBox $ sn $ st $ street $ telephoneNumber $ title ) X-ORIGIN 'Mozilla Address Book' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject' DESC 'Auxiliary object class for adding authorizedService attribute' SUP top AUXILIARY MAY authorizedService X-ORIGIN 'NSS LDAP schema' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' DESC 'Auxiliary object class for adding host attribute' SUP top AUXILIARY MAY host X-ORIGIN 'NSS LDAP schema' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.318 NAME 'pamConfig' DESC 'PAM plugin configuration' SUP top AUXILIARY MAY ( cn $ pamMissingSuffix $ pamExcludeSuffix $ pamIncludeSuffix $ pamIDAttr $ pamIDMapMethod $ pamFallback $ pamSecure $ pamService $ pamFilter ) X-ORIGIN 'Red Hat Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 2.16.840.1.113730.3.2.326 NAME 'dynamicGroup' DESC 'Group containing internal dynamically-generated members' SUP posixGroup AUXILIARY MAY dsOnlyMemberUid X-ORIGIN 'Red Hat Directory Server' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.6981.11.2.3 NAME 'PureFTPdUser' DESC 'PureFTPd user with optional quota, throttling and ratio' STRUCTURAL MAY ( FTPStatus $ FTPQuotaFiles $ FTPQuotaMBytes $ FTPUploadRatio $ FTPDownloadRatio $ FTPUploadBandwidth $ FTPDownloadBandwidth $ FTPuid $ FTPgid ) X-ORIGIN 'Pure-FTPd' )" ticket47973_test.py 185 INFO OC: b"( 1.2.840.113556.1.5.87 NAME 'calEntry' DESC 'RFC2739: Calendar Entry' SUP top AUXILIARY MAY ( calCalURI $ calFBURL $ calOtherCalURIs $ calOtherFBURLs $ calCAPURI $ calOtherCAPURIs ) X-ORIGIN 'rfc2739' )" ticket47973_test.py 185 INFO OC: b"( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 185 INFO OC: b"( 1.3.18.0.2.6.255 NAME 'printerService' DESC 'Printer information.' SUP printerAbstract STRUCTURAL MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 185 INFO OC: b"( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass' DESC 'Printer information.' SUP printerAbstract AUXILIARY MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 185 INFO OC: b"( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' SUP top AUXILIARY MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) X-ORIGIN 'rfc3712' )" ticket47973_test.py 185 INFO OC: b"( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' SUP top AUXILIARY MUST printer-name MAY printer-aliases X-ORIGIN 'rfc3712' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.2312.4.3.4.1 NAME 'sabayonProfile' DESC 'sabayon profile' SUP top STRUCTURAL MUST cn MAY ( sabayonProfileURL $ description ) X-ORIGIN 'Sabayon' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.2312.4.3.4.2 NAME 'sabayonProfileNameObject' DESC 'contains sabayon profile name' SUP top AUXILIARY MUST sabayonProfileName X-ORIGIN 'Sabayon' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.2312.4.3.4.3 NAME 'sabayonProfileURLObject' DESC 'contains sabayon profile' SUP top AUXILIARY MUST cn MAY sabayonProfileURL X-ORIGIN 'Sabayon' )" ticket47973_test.py 185 INFO OC: b"( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' DESC 'Sudoer Entries' SUP top STRUCTURAL MUST cn MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $ sudoRunAsGroup $ sudoOption $ sudoNotBefore $ sudoNotAfter $ sudoOrder $ description ) X-ORIGIN 'SUDO' )" ticket47973_test.py 185 INFO OC: b"( 5.3.6.1.1.1.2.0 NAME 'trustAccount' DESC 'Sets trust accounts information' SUP top AUXILIARY MUST trustModel MAY accessTo X-ORIGIN 'nss_ldap/pam_ldap' )" ticket47973_test.py 185 INFO OC: b"( 1.2.3.4.5.6.7 NAME 'MozillaObject' SUP top STRUCTURAL MUST cn MAY MoZiLLaaTTRiBuTe X-ORIGIN 'user defined' )" ticket47973_test.py 191 INFO case 2: MOZILLAATTRIBUTE is not in the objectclasses list -- PASS ticket47973_test.py 194 INFO case 2-1: Use the custom schema with mozillaattribute ticket47973_test.py 218 INFO case 2-1: mozillaattribute: b'test user' not found-- FAILURE
Passed tickets/ticket47976_test.py::test_ticket47976_init 4.44
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket47976_test.py::test_ticket47976_1 3.48
No log output captured.
Passed tickets/ticket47976_test.py::test_ticket47976_2 4.03
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47976_test:Test complete INFO:tests.tickets.ticket47976_test:Export LDIF file... INFO:lib389:Export task export_06302018_204217 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully INFO:tests.tickets.ticket47976_test:Import LDIF file... INFO:lib389:Import task import_06302018_204219 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully ------------------------------ Captured log call -------------------------------
ticket47976_test.py 97 INFO Test complete ticket47976_test.py 102 INFO Export LDIF file... tasks.py 407 INFO Export task export_06302018_204217 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully ticket47976_test.py 113 INFO Import LDIF file... tasks.py 338 INFO Import task import_06302018_204219 for file /var/lib/dirsrv/slapd-standalone1/ldif/export.ldif completed successfully
Passed tickets/ticket47976_test.py::test_ticket47976_3 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47976_test:Testing if the delete will hang or not INFO:tests.tickets.ticket47976_test:user0 was correctly deleted INFO:tests.tickets.ticket47976_test:user1 was correctly deleted ------------------------------ Captured log call -------------------------------
ticket47976_test.py 129 INFO Testing if the delete will hang or not ticket47976_test.py 148 INFO user0 was correctly deleted ticket47976_test.py 148 INFO user1 was correctly deleted
Passed tickets/ticket47980_test.py::test_ticket47980 2.07
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47980_test:Testing Ticket 47980 - Testing multiple nested COS pointer definitions are processed correctly ------------------------------ Captured log call -------------------------------
ticket47980_test.py 83 INFO Testing Ticket 47980 - Testing multiple nested COS pointer definitions are processed correctly
Passed tickets/ticket47981_test.py::test_ticket47981 3.08
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket47981_test:Testing Ticket 47981 - Test that COS def changes are correctly reflected in affected users INFO:tests.tickets.ticket47981_test:Adding second suffix that will not contain any COS entries... INFO:lib389:List backend with suffix=o=netscaperoot INFO:lib389:Creating a local backend INFO:lib389:List backend cn=netscaperoot,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=netscaperoot,cn=ldbm database,cn=plugins,cn=config cn: netscaperoot nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/netscaperoot nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=netscaperoot objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="o=netscaperoot",cn=mapping tree,cn=config cn: o=netscaperoot nsslapd-backend: netscaperoot nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=o\3Dnetscaperoot,cn=mapping tree,cn=config cn: o=netscaperoot nsslapd-backend: netscaperoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO:tests.tickets.ticket47981_test:Add our test entries to the default suffix, and proceed with the test... ------------------------------ Captured log call -------------------------------
ticket47981_test.py 122 INFO Testing Ticket 47981 - Test that COS def changes are correctly reflected in affected users ticket47981_test.py 127 INFO Adding second suffix that will not contain any COS entries... backend.py 71 INFO List backend with suffix=o=netscaperoot backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=netscaperoot,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=netscaperoot,cn=ldbm database,cn=plugins,cn=config cn: netscaperoot nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/netscaperoot nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: o=netscaperoot objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="o=netscaperoot",cn=mapping tree,cn=config cn: o=netscaperoot nsslapd-backend: netscaperoot nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=o\3Dnetscaperoot,cn=mapping tree,cn=config cn: o=netscaperoot nsslapd-backend: netscaperoot nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree ticket47981_test.py 144 INFO Add our test entries to the default suffix, and proceed with the test...
Passed tickets/ticket48005_test.py::test_ticket48005_setup 8.84
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48005_test:Ticket 48005 setup... INFO:tests.tickets.ticket48005_test:No ulimit -c in /etc/sysconfig/dirsrv INFO:tests.tickets.ticket48005_test:Adding it INFO:tests.tickets.ticket48005_test:No LimitCORE in /etc/sysconfig/dirsrv.systemd INFO:tests.tickets.ticket48005_test:Adding it ls: cannot access '/var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif': No such file or directory INFO:tests.tickets.ticket48005_test:dbgen_prog: /bin/dbgen.pl INFO:tests.tickets.ticket48005_test:We have 10106 entries. INFO:lib389:Import task import_06302018_204312 for file /var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif completed successfully INFO:tests.tickets.ticket48005_test:Importing /var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif complete. ------------------------------ Captured log call -------------------------------
ticket48005_test.py 29 INFO Ticket 48005 setup... ticket48005_test.py 39 INFO No ulimit -c in /etc/sysconfig/dirsrv ticket48005_test.py 40 INFO Adding it ticket48005_test.py 48 INFO No LimitCORE in /etc/sysconfig/dirsrv.systemd ticket48005_test.py 49 INFO Adding it ticket48005_test.py 62 INFO dbgen_prog: /bin/dbgen.pl ticket48005_test.py 68 INFO We have 10106 entries. tasks.py 338 INFO Import task import_06302018_204312 for file /var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif completed successfully ticket48005_test.py 73 INFO Importing /var/lib/dirsrv/slapd-standalone1/ldif/ticket48005.ldif complete.
Passed tickets/ticket48005_test.py::test_ticket48005_memberof 10.68
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48005_test:Ticket 48005 memberof test... INFO:lib389:fixupMemberOf task fixupmemberof_06302018_204318 for basedn dc=example,dc=com completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:tests.tickets.ticket48005_test:Ticket 48005 memberof test complete ------------------------------ Captured log call -------------------------------
ticket48005_test.py 84 INFO Ticket 48005 memberof test... tasks.py 700 INFO fixupMemberOf task fixupmemberof_06302018_204318 for basedn dc=example,dc=com completed successfully ticket48005_test.py 108 INFO No core files are found ticket48005_test.py 117 INFO Ticket 48005 memberof test complete
Passed tickets/ticket48005_test.py::test_ticket48005_automember 19.87
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48005_test:Ticket 48005 automember test... INFO:tests.tickets.ticket48005_test:Adding automember config INFO:lib389:Automember Rebuild Membership task(task-06302018_204331) completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:lib389:Automember Export Updates task (task-06302018_204334) completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:lib389:Automember Map Updates task (task-06302018_204338) completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:tests.tickets.ticket48005_test:Ticket 48005 automember test complete ------------------------------ Captured log call -------------------------------
ticket48005_test.py 136 INFO Ticket 48005 automember test... ticket48005_test.py 141 INFO Adding automember config tasks.py 807 INFO Automember Rebuild Membership task(task-06302018_204331) completed successfully ticket48005_test.py 174 INFO No core files are found tasks.py 860 INFO Automember Export Updates task (task-06302018_204334) completed successfully ticket48005_test.py 196 INFO No core files are found tasks.py 908 INFO Automember Map Updates task (task-06302018_204338) completed successfully ticket48005_test.py 220 INFO No core files are found ticket48005_test.py 229 INFO Ticket 48005 automember test complete
Passed tickets/ticket48005_test.py::test_ticket48005_syntaxvalidate 3.49
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48005_test:Ticket 48005 syntax validate test... INFO:lib389:Syntax Validate task (task-06302018_204346) completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:tests.tickets.ticket48005_test:Ticket 48005 syntax validate test complete ------------------------------ Captured log call -------------------------------
ticket48005_test.py 239 INFO Ticket 48005 syntax validate test... tasks.py 1078 INFO Syntax Validate task (task-06302018_204346) completed successfully ticket48005_test.py 259 INFO No core files are found ticket48005_test.py 263 INFO Ticket 48005 syntax validate test complete
Passed tickets/ticket48005_test.py::test_ticket48005_usn 39.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48005_test:Ticket 48005 usn test... INFO:lib389:USN tombstone cleanup task (task-06302018_204418) completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:tests.tickets.ticket48005_test:Ticket 48005 usn test complete ------------------------------ Captured log call -------------------------------
ticket48005_test.py 275 INFO Ticket 48005 usn test... tasks.py 1128 INFO USN tombstone cleanup task (task-06302018_204418) completed successfully ticket48005_test.py 314 INFO No core files are found ticket48005_test.py 322 INFO Ticket 48005 usn test complete
Passed tickets/ticket48005_test.py::test_ticket48005_schemareload 3.35
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48005_test:Ticket 48005 schema reload test... INFO:lib389:Schema Reload task (task-06302018_204429) completed successfully ls: cannot access '/var/log/dirsrv/slapd-standalone1/core*': No such file or directory INFO:tests.tickets.ticket48005_test:No core files are found INFO:tests.tickets.ticket48005_test:Ticket 48005 schema reload test complete ------------------------------ Captured log call -------------------------------
ticket48005_test.py 332 INFO Ticket 48005 schema reload test... tasks.py 991 INFO Schema Reload task (task-06302018_204429) completed successfully ticket48005_test.py 352 INFO No core files are found ticket48005_test.py 356 INFO Ticket 48005 schema reload test complete
Passed tickets/ticket48228_test.py::test_ticket48228_test_global_policy 13.99
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48228_test: Set inhistory = 6 INFO:tests.tickets.ticket48228_test: +++++ Enable global password policy +++++ INFO:tests.tickets.ticket48228_test: Set global password history on INFO:tests.tickets.ticket48228_test: Set global passwords in history INFO:tests.tickets.ticket48228_test: Bind as directory manager INFO:tests.tickets.ticket48228_test:Bind as cn=Directory Manager INFO:tests.tickets.ticket48228_test: Add an entryuid=user1,dc=example,dc=com INFO:tests.tickets.ticket48228_test: Update the password of uid=user1,dc=example,dc=com 6 times INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password} INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password0} INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password1} INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password2} INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password3} INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password4} INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password5} INFO:tests.tickets.ticket48228_test: The password password of useruid=user1,dc=example,dc=com in history: error {'desc': 'Constraint violation', 'info': 'password in history'} INFO:tests.tickets.ticket48228_test: Set inhistory = 4 INFO:tests.tickets.ticket48228_test: +++++ Enable global password policy +++++ INFO:tests.tickets.ticket48228_test: Set global password history on INFO:tests.tickets.ticket48228_test: Set global passwords in history INFO:tests.tickets.ticket48228_test: checking the first password, which is supposed NOT to be in history any more INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password5} INFO:tests.tickets.ticket48228_test: checking the second password, which is supposed NOT to be in history any more INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password} INFO:tests.tickets.ticket48228_test: checking the third password, which is supposed NOT to be in history any more INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password0} INFO:tests.tickets.ticket48228_test: checking the sixth password, which is supposed to be in history INFO:tests.tickets.ticket48228_test: Bind as {uid=user1,dc=example,dc=com,password1} INFO:tests.tickets.ticket48228_test: The password password5 of useruid=user1,dc=example,dc=com in history: error {'desc': 'Constraint violation', 'info': 'password in history'} INFO:tests.tickets.ticket48228_test:Global policy was successfully verified. ------------------------------ Captured log call -------------------------------
ticket48228_test.py 150 INFO Set inhistory = 6 ticket48228_test.py 33 INFO +++++ Enable global password policy +++++ ticket48228_test.py 42 INFO Set global password history on ticket48228_test.py 49 INFO Set global passwords in history ticket48228_test.py 153 INFO Bind as directory manager ticket48228_test.py 154 INFO Bind as cn=Directory Manager ticket48228_test.py 157 INFO Add an entryuid=user1,dc=example,dc=com ticket48228_test.py 171 INFO Update the password of uid=user1,dc=example,dc=com 6 times ticket48228_test.py 129 INFO Bind as {uid=user1,dc=example,dc=com,password} ticket48228_test.py 129 INFO Bind as {uid=user1,dc=example,dc=com,password0} ticket48228_test.py 129 INFO Bind as {uid=user1,dc=example,dc=com,password1} ticket48228_test.py 129 INFO Bind as {uid=user1,dc=example,dc=com,password2} ticket48228_test.py 129 INFO Bind as {uid=user1,dc=example,dc=com,password3} ticket48228_test.py 129 INFO Bind as {uid=user1,dc=example,dc=com,password4} ticket48228_test.py 113 INFO Bind as {uid=user1,dc=example,dc=com,password5} ticket48228_test.py 119 INFO The password password of useruid=user1,dc=example,dc=com in history: error {'desc': 'Constraint violation', 'info': 'password in history'} ticket48228_test.py 174 INFO Set inhistory = 4 ticket48228_test.py 33 INFO +++++ Enable global password policy +++++ ticket48228_test.py 42 INFO Set global password history on ticket48228_test.py 49 INFO Set global passwords in history ticket48228_test.py 177 INFO checking the first password, which is supposed NOT to be in history any more ticket48228_test.py 113 INFO Bind as {uid=user1,dc=example,dc=com,password5} ticket48228_test.py 183 INFO checking the second password, which is supposed NOT to be in history any more ticket48228_test.py 113 INFO Bind as {uid=user1,dc=example,dc=com,password} ticket48228_test.py 189 INFO checking the third password, which is supposed NOT to be in history any more ticket48228_test.py 113 INFO Bind as {uid=user1,dc=example,dc=com,password0} ticket48228_test.py 195 INFO checking the sixth password, which is supposed to be in history ticket48228_test.py 113 INFO Bind as {uid=user1,dc=example,dc=com,password1} ticket48228_test.py 119 INFO The password password5 of useruid=user1,dc=example,dc=com in history: error {'desc': 'Constraint violation', 'info': 'password in history'} ticket48228_test.py 201 INFO Global policy was successfully verified.
Passed tickets/ticket48234_test.py::test_ticket48234 0.20
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48234_test:Bind as root DN INFO:tests.tickets.ticket48234_test:Add aci which contains extensible filter. INFO:tests.tickets.ticket48234_test:Add entries ... INFO:tests.tickets.ticket48234_test:adding OU0 under dc=example,dc=com... INFO:tests.tickets.ticket48234_test:adding outest under ou=OU0,dc=example,dc=com... INFO:tests.tickets.ticket48234_test:adding OU1 under dc=example,dc=com... INFO:tests.tickets.ticket48234_test:adding outest under ou=OU1,dc=example,dc=com... INFO:tests.tickets.ticket48234_test:adding admin under ou=outest,ou=OU0,dc=example,dc=com... INFO:tests.tickets.ticket48234_test:adding admin under ou=outest,ou=OU1,dc=example,dc=com... INFO:tests.tickets.ticket48234_test:Bind as user cn=admin,ou=outest,ou=OU1,dc=example,dc=com INFO:tests.tickets.ticket48234_test:Test complete ------------------------------ Captured log call -------------------------------
ticket48234_test.py 33 INFO Bind as root DN ticket48234_test.py 44 INFO Add aci which contains extensible filter. ticket48234_test.py 56 INFO Add entries ... ticket48234_test.py 59 INFO adding OU0 under dc=example,dc=com... ticket48234_test.py 62 INFO adding outest under ou=OU0,dc=example,dc=com... ticket48234_test.py 59 INFO adding OU1 under dc=example,dc=com... ticket48234_test.py 62 INFO adding outest under ou=OU1,dc=example,dc=com... ticket48234_test.py 67 INFO adding admin under ou=outest,ou=OU0,dc=example,dc=com... ticket48234_test.py 67 INFO adding admin under ou=outest,ou=OU1,dc=example,dc=com... ticket48234_test.py 71 INFO Bind as user cn=admin,ou=outest,ou=OU1,dc=example,dc=com ticket48234_test.py 90 INFO Test complete
Passed tickets/ticket48252_test.py::test_ticket48252_setup 0.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48252_test:Enable the USN plugin... INFO:tests.tickets.ticket48252_test:Adding test entries... ------------------------------ Captured log call -------------------------------
ticket48252_test.py 31 INFO Enable the USN plugin... ticket48252_test.py 38 INFO Adding test entries...
Passed tickets/ticket48265_test.py::test_ticket48265_test 0.06
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48265_test:Adding 20 test entries... INFO:tests.tickets.ticket48265_test:Search with Ticket 47521 type complex filter INFO:tests.tickets.ticket48265_test:Search with Ticket 48265 type complex filter INFO:tests.tickets.ticket48265_test:Test 48265 complete ------------------------------ Captured log call -------------------------------
ticket48265_test.py 32 INFO Adding 20 test entries... ticket48265_test.py 49 INFO Search with Ticket 47521 type complex filter ticket48265_test.py 58 INFO Search with Ticket 48265 type complex filter ticket48265_test.py 67 INFO Test 48265 complete
Passed tickets/ticket48270_test.py::test_ticket48270_init 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48270_test:Initialization: add dummy entries for the tests ------------------------------ Captured log call -------------------------------
ticket48270_test.py 24 INFO Initialization: add dummy entries for the tests
Passed tickets/ticket48270_test.py::test_ticket48270_homeDirectory_indexed_cis 2.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48270_test: index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match INFO:tests.tickets.ticket48270_test:successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_204659 completed successfully INFO:tests.tickets.ticket48270_test:Check indexing succeeded with a specified matching rule ------------------------------ Captured log call -------------------------------
ticket48270_test.py 37 INFO index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match ticket48270_test.py 55 INFO successfully checked that filter with exact mr , a filter with lowercase eq is failing backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_204659 completed successfully ticket48270_test.py 61 INFO Check indexing succeeded with a specified matching rule
Passed tickets/ticket48270_test.py::test_ticket48270_homeDirectory_mixed_value 0.00
No log output captured.
Passed tickets/ticket48270_test.py::test_ticket48270_extensible_search 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48270_test:Default: can retrieve an entry filter syntax with exact stored value INFO:tests.tickets.ticket48270_test:Default: can retrieve an entry filter caseExactIA5Match with exact stored value INFO:tests.tickets.ticket48270_test:Default: can not retrieve an entry filter syntax match with lowered stored value INFO:tests.tickets.ticket48270_test:Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value INFO:tests.tickets.ticket48270_test:Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value ------------------------------ Captured log call -------------------------------
ticket48270_test.py 89 INFO Default: can retrieve an entry filter syntax with exact stored value ticket48270_test.py 91 INFO Default: can retrieve an entry filter caseExactIA5Match with exact stored value ticket48270_test.py 95 INFO Default: can not retrieve an entry filter syntax match with lowered stored value ticket48270_test.py 101 INFO Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value ticket48270_test.py 108 INFO Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value
Passed tickets/ticket48272_test.py::test_ticket48272 9.09
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48272_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket48272_test.py 128 INFO Test PASSED
Passed tickets/ticket48294_test.py::test_48294_init 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:############################################### INFO:lib389:####### Testing Ticket 48294 - Linked Attributes plug-in - won't update links after MODRDN operation INFO:lib389:############################################### INFO:tests.tickets.ticket48294_test:Enable Dynamic plugins, and the linked Attrs plugin INFO:tests.tickets.ticket48294_test:Add the plugin config entry INFO:tests.tickets.ticket48294_test:Add 2 entries: manager1 and employee1 INFO:tests.tickets.ticket48294_test:Add linktype to manager1 INFO:tests.tickets.ticket48294_test:Check managed attribute INFO:tests.tickets.ticket48294_test:Value of manager is b'uid=manager1,ou=People,dc=example,dc=com' INFO:tests.tickets.ticket48294_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48294_test.py 29 INFO ############################################### ticket48294_test.py 30 INFO ####### Testing Ticket 48294 - Linked Attributes plug-in - won't update links after MODRDN operation ticket48294_test.py 31 INFO ############################################### ticket48294_test.py 94 INFO Enable Dynamic plugins, and the linked Attrs plugin ticket48294_test.py 107 INFO Add the plugin config entry ticket48294_test.py 119 INFO Add 2 entries: manager1 and employee1 ticket48294_test.py 136 INFO Add linktype to manager1 ticket48294_test.py 140 INFO Check managed attribute ticket48294_test.py 40 INFO Value of manager is b'uid=manager1,ou=People,dc=example,dc=com' ticket48294_test.py 143 INFO PASSED
Passed tickets/ticket48294_test.py::test_48294_run_0 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389:############################################### INFO:lib389:####### Case 0 - Rename employee1 and adjust the link type value by replace INFO:lib389:############################################### INFO:tests.tickets.ticket48294_test:Rename employee1 to employee2 INFO:lib389: ######################### MODRDN uid=employee2 ###################### INFO:tests.tickets.ticket48294_test:Modify the value of directReport to uid=employee2 INFO:tests.tickets.ticket48294_test:Check managed attribute INFO:tests.tickets.ticket48294_test:Value of manager is b'uid=manager1,ou=People,dc=example,dc=com' INFO:tests.tickets.ticket48294_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48294_test.py 29 INFO ############################################### ticket48294_test.py 30 INFO ####### Case 0 - Rename employee1 and adjust the link type value by replace ticket48294_test.py 31 INFO ############################################### ticket48294_test.py 152 INFO Rename employee1 to employee2 ticket48294_test.py 57 INFO ######################### MODRDN uid=employee2 ###################### ticket48294_test.py 155 INFO Modify the value of directReport to uid=employee2 ticket48294_test.py 163 INFO Check managed attribute ticket48294_test.py 40 INFO Value of manager is b'uid=manager1,ou=People,dc=example,dc=com' ticket48294_test.py 166 INFO PASSED
Passed tickets/ticket48294_test.py::test_48294_run_1 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389:############################################### INFO:lib389:####### Case 1 - Rename employee2 and adjust the link type value by delete and add INFO:lib389:############################################### INFO:tests.tickets.ticket48294_test:Rename employee2 to employee3 INFO:lib389: ######################### MODRDN uid=employee3 ###################### INFO:tests.tickets.ticket48294_test:Modify the value of directReport to uid=employee3 INFO:tests.tickets.ticket48294_test:Check managed attribute INFO:tests.tickets.ticket48294_test:Value of manager is b'uid=manager1,ou=People,dc=example,dc=com' INFO:tests.tickets.ticket48294_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48294_test.py 29 INFO ############################################### ticket48294_test.py 30 INFO ####### Case 1 - Rename employee2 and adjust the link type value by delete and add ticket48294_test.py 31 INFO ############################################### ticket48294_test.py 175 INFO Rename employee2 to employee3 ticket48294_test.py 57 INFO ######################### MODRDN uid=employee3 ###################### ticket48294_test.py 178 INFO Modify the value of directReport to uid=employee3 ticket48294_test.py 193 INFO Check managed attribute ticket48294_test.py 40 INFO Value of manager is b'uid=manager1,ou=People,dc=example,dc=com' ticket48294_test.py 196 INFO PASSED
Passed tickets/ticket48294_test.py::test_48294_run_2 0.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389:############################################### INFO:lib389:####### Case 2 - Rename manager1 to manager2 and make sure the managed attribute value is updated INFO:lib389:############################################### INFO:tests.tickets.ticket48294_test:Rename manager1 to manager2 INFO:lib389: ######################### MODRDN uid=manager2 ###################### INFO:tests.tickets.ticket48294_test:Check managed attribute INFO:tests.tickets.ticket48294_test:Value of manager is b'uid=manager2,ou=People,dc=example,dc=com' INFO:tests.tickets.ticket48294_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48294_test.py 29 INFO ############################################### ticket48294_test.py 30 INFO ####### Case 2 - Rename manager1 to manager2 and make sure the managed attribute value is updated ticket48294_test.py 31 INFO ############################################### ticket48294_test.py 205 INFO Rename manager1 to manager2 ticket48294_test.py 57 INFO ######################### MODRDN uid=manager2 ###################### ticket48294_test.py 208 INFO Check managed attribute ticket48294_test.py 40 INFO Value of manager is b'uid=manager2,ou=People,dc=example,dc=com' ticket48294_test.py 211 INFO PASSED
Passed tickets/ticket48295_test.py::test_48295_init 0.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:############################################### INFO:lib389:####### Testing Ticket 48295 - Entry cache is not rolled back -- Linked Attributes plug-in - wrong behaviour when adding valid and broken links INFO:lib389:############################################### INFO:tests.tickets.ticket48295_test:Enable Dynamic plugins, and the linked Attrs plugin INFO:tests.tickets.ticket48295_test:Add the plugin config entry INFO:tests.tickets.ticket48295_test:Add 2 entries: manager1 and employee1 INFO:tests.tickets.ticket48295_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48295_test.py 28 INFO ############################################### ticket48295_test.py 29 INFO ####### Testing Ticket 48295 - Entry cache is not rolled back -- Linked Attributes plug-in - wrong behaviour when adding valid and broken links ticket48295_test.py 30 INFO ############################################### ticket48295_test.py 72 INFO Enable Dynamic plugins, and the linked Attrs plugin ticket48295_test.py 85 INFO Add the plugin config entry ticket48295_test.py 97 INFO Add 2 entries: manager1 and employee1 ticket48295_test.py 114 INFO PASSED
Passed tickets/ticket48295_test.py::test_48295_run 0.00
----------------------------- Captured stderr call -----------------------------
INFO:lib389:############################################### INFO:lib389:####### Add 2 linktypes to manager1 - one exists, another does not to make sure the managed entry does not have managed type. INFO:lib389:############################################### INFO:tests.tickets.ticket48295_test:Add uid=employee1 and uid=doNotExist expectedly failed. INFO:tests.tickets.ticket48295_test:Check managed attribute does not exist. INFO:tests.tickets.ticket48295_test:Value of manager does not expectedly exist INFO:tests.tickets.ticket48295_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48295_test.py 28 INFO ############################################### ticket48295_test.py 29 INFO ####### Add 2 linktypes to manager1 - one exists, another does not to make sure the managed entry does not have managed type. ticket48295_test.py 30 INFO ############################################### ticket48295_test.py 129 INFO Add uid=employee1 and uid=doNotExist expectedly failed. ticket48295_test.py 132 INFO Check managed attribute does not exist. ticket48295_test.py 53 INFO Value of manager does not expectedly exist ticket48295_test.py 135 INFO PASSED
Passed tickets/ticket48312_test.py::test_ticket48312 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48312_test:Test complete ------------------------------ Captured log call -------------------------------
ticket48312_test.py 115 INFO Test complete
Passed tickets/ticket48342_test.py::test_ticket4026 93.49
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48342_test:Add dna plugin config entry...server.example.com:39001 INFO:tests.tickets.ticket48342_test:Enable the DNA plugin... INFO:tests.tickets.ticket48342_test:Restarting the server... INFO:tests.tickets.ticket48342_test:Add dna plugin config entry...server.example.com:39002 INFO:tests.tickets.ticket48342_test:Enable the DNA plugin... INFO:tests.tickets.ticket48342_test:Restarting the server... INFO:tests.tickets.ticket48342_test:Add dna plugin config entry...server.example.com:39003 INFO:tests.tickets.ticket48342_test:Enable the DNA plugin... INFO:tests.tickets.ticket48342_test:Restarting the server... INFO:tests.tickets.ticket48342_test:Test complete INFO:tests.tickets.ticket48342_test:Test complete ------------------------------ Captured log call -------------------------------
ticket48342_test.py 17 INFO Add dna plugin config entry...server.example.com:39001 ticket48342_test.py 35 INFO Enable the DNA plugin... ticket48342_test.py 42 INFO Restarting the server... ticket48342_test.py 17 INFO Add dna plugin config entry...server.example.com:39002 ticket48342_test.py 35 INFO Enable the DNA plugin... ticket48342_test.py 42 INFO Restarting the server... ticket48342_test.py 17 INFO Add dna plugin config entry...server.example.com:39003 ticket48342_test.py 35 INFO Enable the DNA plugin... ticket48342_test.py 42 INFO Restarting the server... ticket48342_test.py 125 INFO Test complete ticket48342_test.py 133 INFO Test complete
Passed tickets/ticket48354_test.py::test_ticket48354 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48354_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket48354_test.py 48 INFO Test PASSED
Passed tickets/ticket48362_test.py::test_ticket48362 93.66
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48362_test:Add dna plugin config entry...server.example.com:39001 INFO:tests.tickets.ticket48362_test:Enable the DNA plugin... INFO:tests.tickets.ticket48362_test:Restarting the server... INFO:tests.tickets.ticket48362_test:Add dna plugin config entry...server.example.com:39002 INFO:tests.tickets.ticket48362_test:Enable the DNA plugin... INFO:tests.tickets.ticket48362_test:Restarting the server... INFO:tests.tickets.ticket48362_test: ======================== Update dnaPortNum=39001 ============================ INFO:tests.tickets.ticket48362_test: ======================== Update done INFO:tests.tickets.ticket48362_test: ======================== Update dnaPortNum=39002 ============================ INFO:tests.tickets.ticket48362_test: ======================== Update done INFO:tests.tickets.ticket48362_test: ======================== BEFORE RESTART ============================ INFO:tests.tickets.ticket48362_test: ======================== BEFORE RESTART ============================ INFO:tests.tickets.ticket48362_test: ======================== BEFORE RESTART ============================ INFO:tests.tickets.ticket48362_test: =================== AFTER RESTART ================================= INFO:tests.tickets.ticket48362_test: =================== AFTER RESTART ================================= INFO:tests.tickets.ticket48362_test: =================== AFTER RESTART ================================= INFO:tests.tickets.ticket48362_test:Test complete ------------------------------ Captured log call -------------------------------
ticket48362_test.py 27 INFO Add dna plugin config entry...server.example.com:39001 ticket48362_test.py 47 INFO Enable the DNA plugin... ticket48362_test.py 54 INFO Restarting the server... ticket48362_test.py 27 INFO Add dna plugin config entry...server.example.com:39002 ticket48362_test.py 47 INFO Enable the DNA plugin... ticket48362_test.py 54 INFO Restarting the server... ticket48362_test.py 82 INFO ======================== Update dnaPortNum=39001 ============================ ticket48362_test.py 89 INFO ======================== Update done ticket48362_test.py 82 INFO ======================== Update dnaPortNum=39002 ============================ ticket48362_test.py 89 INFO ======================== Update done ticket48362_test.py 131 INFO ======================== BEFORE RESTART ============================ ticket48362_test.py 134 INFO ======================== BEFORE RESTART ============================ ticket48362_test.py 140 INFO ======================== BEFORE RESTART ============================ ticket48362_test.py 149 INFO =================== AFTER RESTART ================================= ticket48362_test.py 152 INFO =================== AFTER RESTART ================================= ticket48362_test.py 158 INFO =================== AFTER RESTART ================================= ticket48362_test.py 161 INFO Test complete
Passed tickets/ticket48366_test.py::test_ticket48366_init 0.08
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:Add subtree: ou=green,dc=example,dc=com INFO:lib389:Add subtree: ou=red,dc=example,dc=com INFO:lib389:Add cn=test,ou=people,dc=example,dc=com INFO:lib389:Add cn=proxy,ou=people,dc=example,dc=com INFO:lib389.utils:Adding %d test entries... ------------------------------ Captured log call -------------------------------
ticket48366_test.py 43 INFO Add subtree: ou=green,dc=example,dc=com ticket48366_test.py 47 INFO Add subtree: ou=red,dc=example,dc=com ticket48366_test.py 53 INFO Add cn=test,ou=people,dc=example,dc=com ticket48366_test.py 59 INFO Add cn=proxy,ou=people,dc=example,dc=com ticket48366_test.py 89 INFO Adding %d test entries...
Passed tickets/ticket48366_test.py::test_ticket48366_search_user 0.06
No log output captured.
Passed tickets/ticket48366_test.py::test_ticket48366_search_dm 0.11
No log output captured.
Passed tickets/ticket48497_test.py::test_ticket48497_init 0.04
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48497_test:Initialization: add dummy entries for the tests ------------------------------ Captured log call -------------------------------
ticket48497_test.py 24 INFO Initialization: add dummy entries for the tests
Passed tickets/ticket48497_test.py::test_ticket48497_homeDirectory_mixed_value 0.00
No log output captured.
Passed tickets/ticket48497_test.py::test_ticket48497_extensible_search 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48497_test:Default: can retrieve an entry filter syntax with exact stored value INFO:tests.tickets.ticket48497_test:Default: can retrieve an entry filter caseExactIA5Match with exact stored value INFO:tests.tickets.ticket48497_test:Default: can not retrieve an entry filter syntax match with lowered stored value INFO:tests.tickets.ticket48497_test:Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value INFO:tests.tickets.ticket48497_test:Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value ------------------------------ Captured log call -------------------------------
ticket48497_test.py 47 INFO Default: can retrieve an entry filter syntax with exact stored value ticket48497_test.py 49 INFO Default: can retrieve an entry filter caseExactIA5Match with exact stored value ticket48497_test.py 53 INFO Default: can not retrieve an entry filter syntax match with lowered stored value ticket48497_test.py 59 INFO Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value ticket48497_test.py 66 INFO Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value
Passed tickets/ticket48497_test.py::test_ticket48497_homeDirectory_index_cfg 0.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48497_test: index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match ------------------------------ Captured log call -------------------------------
ticket48497_test.py 71 INFO index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match
Passed tickets/ticket48497_test.py::test_ticket48497_homeDirectory_index_run 2.01
----------------------------- Captured stderr call -----------------------------
INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_205251 completed successfully INFO:tests.tickets.ticket48497_test:Check indexing succeeded with a specified matching rule ------------------------------ Captured log call -------------------------------
backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_205251 completed successfully ticket48497_test.py 91 INFO Check indexing succeeded with a specified matching rule
Passed tickets/ticket48637_test.py::test_ticket48637 4.46
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48637_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket48637_test.py 141 INFO Test PASSED
Passed tickets/ticket48665_test.py::test_ticket48665 0.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48665_test:5 entries are returned from the server. CRITICAL:tests.tickets.ticket48665_test:Failed to change nsslapd-cachememsize No such object INFO:tests.tickets.ticket48665_test:5 entries are returned from the server. INFO:tests.tickets.ticket48665_test:5 entries are returned from the server. INFO:tests.tickets.ticket48665_test:Test complete ------------------------------ Captured log call -------------------------------
ticket48665_test.py 38 INFO 5 entries are returned from the server. ticket48665_test.py 45 CRITICAL Failed to change nsslapd-cachememsize No such object ticket48665_test.py 50 INFO 5 entries are returned from the server. ticket48665_test.py 61 INFO 5 entries are returned from the server. ticket48665_test.py 63 INFO Test complete
Passed tickets/ticket48745_test.py::test_ticket48745_init 0.05
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48745_test:Initialization: add dummy entries for the tests ------------------------------ Captured log call -------------------------------
ticket48745_test.py 24 INFO Initialization: add dummy entries for the tests
Passed tickets/ticket48745_test.py::test_ticket48745_homeDirectory_indexed_cis 2.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48745_test: index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match INFO:tests.tickets.ticket48745_test:successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_205317 completed successfully INFO:tests.tickets.ticket48745_test:Check indexing succeeded with a specified matching rule ------------------------------ Captured log call -------------------------------
ticket48745_test.py 37 INFO index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match ticket48745_test.py 55 INFO successfully checked that filter with exact mr , a filter with lowercase eq is failing backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_205317 completed successfully ticket48745_test.py 61 INFO Check indexing succeeded with a specified matching rule
Passed tickets/ticket48745_test.py::test_ticket48745_homeDirectory_mixed_value 0.00
No log output captured.
Passed tickets/ticket48745_test.py::test_ticket48745_extensible_search_after_index 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48745_test:Default: can retrieve an entry filter syntax with exact stored value INFO:tests.tickets.ticket48745_test:Default: can retrieve an entry filter caseExactIA5Match with exact stored value INFO:tests.tickets.ticket48745_test:Default: can not retrieve an entry filter syntax match with lowered stored value INFO:tests.tickets.ticket48745_test:Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value INFO:tests.tickets.ticket48745_test:Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value ------------------------------ Captured log call -------------------------------
ticket48745_test.py 89 INFO Default: can retrieve an entry filter syntax with exact stored value ticket48745_test.py 97 INFO Default: can retrieve an entry filter caseExactIA5Match with exact stored value ticket48745_test.py 104 INFO Default: can not retrieve an entry filter syntax match with lowered stored value ticket48745_test.py 110 INFO Default: can not retrieve an entry filter caseExactIA5Match with lowered stored value ticket48745_test.py 117 INFO Default: can retrieve an entry filter caseIgnoreIA5Match with lowered stored value
Passed tickets/ticket48746_test.py::test_ticket48746_init 0.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48746_test:Initialization: add dummy entries for the tests ------------------------------ Captured log call -------------------------------
ticket48746_test.py 24 INFO Initialization: add dummy entries for the tests
Passed tickets/ticket48746_test.py::test_ticket48746_homeDirectory_indexed_cis 2.02
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48746_test: index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match INFO:tests.tickets.ticket48746_test:successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_205326 completed successfully INFO:tests.tickets.ticket48746_test:Check indexing succeeded with a specified matching rule ------------------------------ Captured log call -------------------------------
ticket48746_test.py 37 INFO index homeDirectory in caseIgnoreIA5Match and caseExactIA5Match ticket48746_test.py 55 INFO successfully checked that filter with exact mr , a filter with lowercase eq is failing backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_205326 completed successfully ticket48746_test.py 61 INFO Check indexing succeeded with a specified matching rule
Passed tickets/ticket48746_test.py::test_ticket48746_homeDirectory_mixed_value 0.00
No log output captured.
Passed tickets/ticket48746_test.py::test_ticket48746_extensible_search_after_index 0.00
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48746_test:Default: can retrieve an entry filter caseExactIA5Match with exact stored value ------------------------------ Captured log call -------------------------------
ticket48746_test.py 97 INFO Default: can retrieve an entry filter caseExactIA5Match with exact stored value
Passed tickets/ticket48746_test.py::test_ticket48746_homeDirectory_indexed_ces 2.01
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48746_test: index homeDirectory in caseExactIA5Match, this would trigger the crash INFO:tests.tickets.ticket48746_test:successfully checked that filter with exact mr , a filter with lowercase eq is failing INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_205328 completed successfully INFO:tests.tickets.ticket48746_test:Check indexing succeeded with a specified matching rule ------------------------------ Captured log call -------------------------------
ticket48746_test.py 102 INFO index homeDirectory in caseExactIA5Match, this would trigger the crash ticket48746_test.py 119 INFO successfully checked that filter with exact mr , a filter with lowercase eq is failing backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_205328 completed successfully ticket48746_test.py 125 INFO Check indexing succeeded with a specified matching rule
Passed tickets/ticket48755_test.py::test_ticket48755 31.51
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stdout call -----------------------------
Update succeeded: status b'Error (0) Total update succeeded' ----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48755_test:Ticket 48755 - moving an entry could make the online init fail INFO:tests.tickets.ticket48755_test:Generating DIT_0 INFO:tests.tickets.ticket48755_test:Turning tuser0 into a tombstone entry INFO:tests.tickets.ticket48755_test:Turning tuser2 into a tombstone entry INFO:tests.tickets.ticket48755_test:Turning tuser4 into a tombstone entry INFO:tests.tickets.ticket48755_test:Turning tuser6 into a tombstone entry INFO:tests.tickets.ticket48755_test:Turning tuser8 into a tombstone entry INFO:tests.tickets.ticket48755_test:dc=example,dc=com => ou=OU0,dc=example,dc=com => ou=OU0,ou=OU0,dc=example,dc=com => 10 USERS INFO:tests.tickets.ticket48755_test:Generating DIT_1 INFO:tests.tickets.ticket48755_test:Moving ou=OU0,ou=OU0,dc=example,dc=com to DIT_1 INFO:tests.tickets.ticket48755_test:Moving ou=OU0,dc=example,dc=com to DIT_1 INFO:tests.tickets.ticket48755_test:Moving USERS to ou=OU0,dc=example,dc=com INFO:tests.tickets.ticket48755_test:dc=example,dc=com => ou=OU1,dc=example,dc=com => ou=OU0,ou=OU1,dc=example,dc=com => ou=OU0,ou=OU0,ou=OU1,dc=example,dc=com => 10 USERS INFO:tests.tickets.ticket48755_test:Run Consumer Initialization. INFO:lib389:Starting async replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:tests.tickets.ticket48755_test:m1entry count - 42 INFO:tests.tickets.ticket48755_test:m2entry count - 42 INFO:tests.tickets.ticket48755_test:PASSED ------------------------------ Captured log call -------------------------------
ticket48755_test.py 82 INFO Ticket 48755 - moving an entry could make the online init fail ticket48755_test.py 87 INFO Generating DIT_0 ticket48755_test.py 101 INFO Turning tuser0 into a tombstone entry ticket48755_test.py 101 INFO Turning tuser2 into a tombstone entry ticket48755_test.py 101 INFO Turning tuser4 into a tombstone entry ticket48755_test.py 101 INFO Turning tuser6 into a tombstone entry ticket48755_test.py 101 INFO Turning tuser8 into a tombstone entry ticket48755_test.py 104 INFO dc=example,dc=com => ou=OU0,dc=example,dc=com => ou=OU0,ou=OU0,dc=example,dc=com => 10 USERS ticket48755_test.py 106 INFO Generating DIT_1 ticket48755_test.py 115 INFO Moving ou=OU0,ou=OU0,dc=example,dc=com to DIT_1 ticket48755_test.py 119 INFO Moving ou=OU0,dc=example,dc=com to DIT_1 ticket48755_test.py 125 INFO Moving USERS to ou=OU0,dc=example,dc=com ticket48755_test.py 134 INFO dc=example,dc=com => ou=OU1,dc=example,dc=com => ou=OU0,ou=OU1,dc=example,dc=com => ou=OU0,ou=OU0,ou=OU1,dc=example,dc=com => 10 USERS ticket48755_test.py 136 INFO Run Consumer Initialization. replica.py 642 INFO Starting async replication cn=002,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config ticket48755_test.py 147 INFO m1entry count - 42 ticket48755_test.py 148 INFO m2entry count - 42 ticket48755_test.py 151 INFO PASSED
Passed tickets/ticket48784_test.py::test_ticket48784 55.37
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48784_test:Ticket 48784 - Allow usage of OpenLDAP libraries that don't use NSS for crypto INFO:tests.tickets.ticket48784_test:######################### Configure SSL/TLS agreements ###################### INFO:tests.tickets.ticket48784_test:######################## master1 <-- startTLS -> master2 ##################### INFO:tests.tickets.ticket48784_test:##### Update the agreement of master1 INFO:tests.tickets.ticket48784_test:##### Update the agreement of master2 INFO:tests.tickets.ticket48784_test: ######################### Configure SSL/TLS agreements Done ###################### INFO:tests.tickets.ticket48784_test: ######################### Adding 5 entries to master1 ###################### INFO:tests.tickets.ticket48784_test: ######################### Adding 5 entries to master2 ###################### INFO:tests.tickets.ticket48784_test:##### Searching for entries on master1... INFO:tests.tickets.ticket48784_test:##### Searching for entries on master2... INFO:tests.tickets.ticket48784_test:##### openldap client just accepts sslVersionMin not Max. INFO:tests.tickets.ticket48784_test: ######################### Set TLS1.0 on master1 ###################### INFO:tests.tickets.ticket48784_test: ######################### Set TLS1.2 on master2 ###################### INFO:tests.tickets.ticket48784_test:##### restart master[12] INFO:tests.tickets.ticket48784_test:##### replication from master_1 to master_2 should be ok. INFO:tests.tickets.ticket48784_test: ######################### Adding 1 entries to master1 ###################### INFO:tests.tickets.ticket48784_test:##### replication from master_2 to master_1 should fail. INFO:tests.tickets.ticket48784_test: ######################### Adding 1 entries to master2 ###################### INFO:tests.tickets.ticket48784_test:##### Searching for entries on master1... INFO:tests.tickets.ticket48784_test:##### Searching for entries on master2... INFO:tests.tickets.ticket48784_test:Ticket 48784 - PASSED ------------------------------ Captured log call -------------------------------
ticket48784_test.py 88 INFO Ticket 48784 - Allow usage of OpenLDAP libraries that don't use NSS for crypto ticket48784_test.py 48 INFO ######################### Configure SSL/TLS agreements ###################### ticket48784_test.py 49 INFO ######################## master1 <-- startTLS -> master2 ##################### ticket48784_test.py 51 INFO ##### Update the agreement of master1 ticket48784_test.py 56 INFO ##### Update the agreement of master2 ticket48784_test.py 66 INFO ######################### Configure SSL/TLS agreements Done ###################### ticket48784_test.py 33 INFO ######################### Adding 5 entries to master1 ###################### ticket48784_test.py 33 INFO ######################### Adding 5 entries to master2 ###################### ticket48784_test.py 100 INFO ##### Searching for entries on master1... ticket48784_test.py 104 INFO ##### Searching for entries on master2... ticket48784_test.py 108 INFO ##### openldap client just accepts sslVersionMin not Max. ticket48784_test.py 71 INFO ######################### Set TLS1.0 on master1 ###################### ticket48784_test.py 71 INFO ######################### Set TLS1.2 on master2 ###################### ticket48784_test.py 112 INFO ##### restart master[12] ticket48784_test.py 116 INFO ##### replication from master_1 to master_2 should be ok. ticket48784_test.py 33 INFO ######################### Adding 1 entries to master1 ###################### ticket48784_test.py 118 INFO ##### replication from master_2 to master_1 should fail. ticket48784_test.py 33 INFO ######################### Adding 1 entries to master2 ###################### ticket48784_test.py 123 INFO ##### Searching for entries on master1... ticket48784_test.py 127 INFO ##### Searching for entries on master2... ticket48784_test.py 131 INFO Ticket 48784 - PASSED
Passed tickets/ticket48798_test.py::test_ticket48798 14.36
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
depth=1 C = AU, ST = Queensland, L = 389ds, O = testing, CN = ssca.389ds.example.com verify error:num=19:self signed certificate in certificate chain DONE depth=1 C = AU, ST = Queensland, L = 389ds, O = testing, CN = ssca.389ds.example.com verify error:num=19:self signed certificate in certificate chain DONE
Passed tickets/ticket48799_test.py::test_ticket48799 15.41
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48799_test:Test complete ------------------------------ Captured log call -------------------------------
ticket48799_test.py 78 INFO Test complete
Passed tickets/ticket48808_test.py::test_ticket48808 4.52
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48808_test:Run multiple paging controls on a single connection INFO:tests.tickets.ticket48808_test:Adding 100 users INFO:tests.tickets.ticket48808_test:Set user bind INFO:tests.tickets.ticket48808_test:Create simple paged results control instance INFO:tests.tickets.ticket48808_test:Iteration 0 INFO:tests.tickets.ticket48808_test:Iteration 1 INFO:tests.tickets.ticket48808_test:Iteration 2 INFO:tests.tickets.ticket48808_test:Set Directory Manager bind back INFO:tests.tickets.ticket48808_test:Deleting 100 users INFO:tests.tickets.ticket48808_test:Abandon the search INFO:tests.tickets.ticket48808_test:Adding 10 users INFO:tests.tickets.ticket48808_test:Set user bind INFO:tests.tickets.ticket48808_test:Create simple paged results control instance INFO:tests.tickets.ticket48808_test:Set Directory Manager bind back INFO:tests.tickets.ticket48808_test:Deleting 10 users INFO:tests.tickets.ticket48808_test:Search should fail with 'nsPagedSizeLimit = 5'and 'nsslapd-pagedsizelimit = 15' with 10 users INFO:tests.tickets.ticket48808_test:Adding 10 users INFO:tests.tickets.ticket48808_test:Set nsslapd-pagedsizelimit to b'15'. Previous value - [b'0']. Modified suffix - cn=config. INFO:tests.tickets.ticket48808_test:Set nsPagedSizeLimit to b'5'. Previous value - None. Modified suffix - uid=simplepaged_test,dc=example,dc=com. INFO:tests.tickets.ticket48808_test:Set user bind INFO:tests.tickets.ticket48808_test:Create simple paged results control instance INFO:tests.tickets.ticket48808_test:Expect to fail with SIZELIMIT_EXCEEDED INFO:tests.tickets.ticket48808_test:Getting page 0 INFO:tests.tickets.ticket48808_test:Set Directory Manager bind back INFO:tests.tickets.ticket48808_test:Deleting 10 users INFO:tests.tickets.ticket48808_test:Set nsslapd-pagedsizelimit to [b'0']. Previous value - [b'15']. Modified suffix - cn=config. INFO:tests.tickets.ticket48808_test:Set nsPagedSizeLimit to None. Previous value - [b'5']. Modified suffix - uid=simplepaged_test,dc=example,dc=com. INFO:tests.tickets.ticket48808_test:Search should pass with 'nsPagedSizeLimit = 15'and 'nsslapd-pagedsizelimit = 5' with 10 users INFO:tests.tickets.ticket48808_test:Adding 10 users INFO:tests.tickets.ticket48808_test:Set nsslapd-pagedsizelimit to b'5'. Previous value - [b'0']. Modified suffix - cn=config. INFO:tests.tickets.ticket48808_test:Set nsPagedSizeLimit to b'15'. Previous value - None. Modified suffix - uid=simplepaged_test,dc=example,dc=com. INFO:tests.tickets.ticket48808_test:Set user bind INFO:tests.tickets.ticket48808_test:Create simple paged results control instance INFO:tests.tickets.ticket48808_test:Search should PASS INFO:tests.tickets.ticket48808_test:Getting page 0 INFO:tests.tickets.ticket48808_test:10 results INFO:tests.tickets.ticket48808_test:Set Directory Manager bind back INFO:tests.tickets.ticket48808_test:Deleting 10 users INFO:tests.tickets.ticket48808_test:Set nsslapd-pagedsizelimit to [b'0']. Previous value - [b'5']. Modified suffix - cn=config. INFO:tests.tickets.ticket48808_test:Set nsPagedSizeLimit to None. Previous value - [b'15']. Modified suffix - uid=simplepaged_test,dc=example,dc=com. ------------------------------ Captured log call -------------------------------
ticket48808_test.py 157 INFO Run multiple paging controls on a single connection ticket48808_test.py 46 INFO Adding 100 users ticket48808_test.py 164 INFO Set user bind ticket48808_test.py 167 INFO Create simple paged results control instance ticket48808_test.py 172 INFO Iteration 0 ticket48808_test.py 172 INFO Iteration 1 ticket48808_test.py 172 INFO Iteration 2 ticket48808_test.py 191 INFO Set Directory Manager bind back ticket48808_test.py 73 INFO Deleting 100 users ticket48808_test.py 195 INFO Abandon the search ticket48808_test.py 46 INFO Adding 10 users ticket48808_test.py 202 INFO Set user bind ticket48808_test.py 205 INFO Create simple paged results control instance ticket48808_test.py 222 INFO Set Directory Manager bind back ticket48808_test.py 73 INFO Deleting 10 users ticket48808_test.py 226 INFO Search should fail with 'nsPagedSizeLimit = 5'and 'nsslapd-pagedsizelimit = 15' with 10 users ticket48808_test.py 46 INFO Adding 10 users ticket48808_test.py 94 INFO Set nsslapd-pagedsizelimit to b'15'. Previous value - [b'0']. Modified suffix - cn=config. ticket48808_test.py 94 INFO Set nsPagedSizeLimit to b'5'. Previous value - None. Modified suffix - uid=simplepaged_test,dc=example,dc=com. ticket48808_test.py 241 INFO Set user bind ticket48808_test.py 244 INFO Create simple paged results control instance ticket48808_test.py 248 INFO Expect to fail with SIZELIMIT_EXCEEDED ticket48808_test.py 128 INFO Getting page 0 ticket48808_test.py 253 INFO Set Directory Manager bind back ticket48808_test.py 73 INFO Deleting 10 users ticket48808_test.py 94 INFO Set nsslapd-pagedsizelimit to [b'0']. Previous value - [b'15']. Modified suffix - cn=config. ticket48808_test.py 94 INFO Set nsPagedSizeLimit to None. Previous value - [b'5']. Modified suffix - uid=simplepaged_test,dc=example,dc=com. ticket48808_test.py 261 INFO Search should pass with 'nsPagedSizeLimit = 15'and 'nsslapd-pagedsizelimit = 5' with 10 users ticket48808_test.py 46 INFO Adding 10 users ticket48808_test.py 94 INFO Set nsslapd-pagedsizelimit to b'5'. Previous value - [b'0']. Modified suffix - cn=config. ticket48808_test.py 94 INFO Set nsPagedSizeLimit to b'15'. Previous value - None. Modified suffix - uid=simplepaged_test,dc=example,dc=com. ticket48808_test.py 275 INFO Set user bind ticket48808_test.py 278 INFO Create simple paged results control instance ticket48808_test.py 282 INFO Search should PASS ticket48808_test.py 128 INFO Getting page 0 ticket48808_test.py 285 INFO 10 results ticket48808_test.py 288 INFO Set Directory Manager bind back ticket48808_test.py 73 INFO Deleting 10 users ticket48808_test.py 94 INFO Set nsslapd-pagedsizelimit to [b'0']. Previous value - [b'5']. Modified suffix - cn=config. ticket48808_test.py 94 INFO Set nsPagedSizeLimit to None. Previous value - [b'15']. Modified suffix - uid=simplepaged_test,dc=example,dc=com.
Passed tickets/ticket48844_test.py::test_ticket48844_init 0.61
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:List backend with suffix=dc=bitwise,dc=com INFO:lib389:Creating a local backend INFO:lib389:List backend cn=TestBitw,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=TestBitw,cn=ldbm database,cn=plugins,cn=config cn: TestBitw nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/TestBitw nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=bitwise,dc=com objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="dc=bitwise,dc=com",cn=mapping tree,cn=config cn: dc=bitwise,dc=com nsslapd-backend: TestBitw nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=dc\3Dbitwise\2Cdc\3Dcom,cn=mapping tree,cn=config cn: dc=bitwise,dc=com nsslapd-backend: TestBitw nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree ------------------------------ Captured log call -------------------------------
backend.py 71 INFO List backend with suffix=dc=bitwise,dc=com backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=TestBitw,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=TestBitw,cn=ldbm database,cn=plugins,cn=config cn: TestBitw nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/TestBitw nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=bitwise,dc=com objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="dc=bitwise,dc=com",cn=mapping tree,cn=config cn: dc=bitwise,dc=com nsslapd-backend: TestBitw nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=dc\3Dbitwise\2Cdc\3Dcom,cn=mapping tree,cn=config cn: dc=bitwise,dc=com nsslapd-backend: TestBitw nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree
Passed tickets/ticket48844_test.py::test_ticket48844_bitwise_on 3.68
No log output captured.
Passed tickets/ticket48844_test.py::test_ticket48844_bitwise_off 4.49
No log output captured.
Passed tickets/ticket48891_test.py::test_ticket48891_setup 2.20
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48891_test:Testing Ticket 48891 - ns-slapd crashes during the shutdown after adding attribute with a matching rule INFO:lib389:Bind as cn=Directory Manager DEBUG:tests.tickets.ticket48891_test:Looking for a core file in: /var/log/dirsrv/slapd-standalone1/ INFO:lib389: ######################### SETUP SUFFIX o=ticket48891.org ###################### INFO:lib389:List backend with suffix=dc=ticket48891.org INFO:lib389:Creating a local backend INFO:lib389:List backend cn=ticket48891,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=ticket48891,cn=ldbm database,cn=plugins,cn=config cn: ticket48891 nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/ticket48891 nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=ticket48891.org objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="dc=ticket48891.org",cn=mapping tree,cn=config cn: dc=ticket48891.org nsslapd-backend: ticket48891 nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=dc\3Dticket48891.org,cn=mapping tree,cn=config cn: dc=ticket48891.org nsslapd-backend: ticket48891 nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO:lib389: ######################### Generate Test data ###################### INFO:lib389: ######################### SEARCH ALL ###################### INFO:lib389:Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci INFO:lib389:Returned 10 entries. INFO:lib389:10 person entries are successfully created under dc=ticket48891.org. INFO:tests.tickets.ticket48891_test:Testcase PASSED ------------------------------ Captured log call -------------------------------
ticket48891_test.py 38 INFO Testing Ticket 48891 - ns-slapd crashes during the shutdown after adding attribute with a matching rule ticket48891_test.py 41 INFO Bind as cn=Directory Manager ticket48891_test.py 46 DEBUG Looking for a core file in: /var/log/dirsrv/slapd-standalone1/ ticket48891_test.py 51 INFO ######################### SETUP SUFFIX o=ticket48891.org ###################### backend.py 71 INFO List backend with suffix=dc=ticket48891.org backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=ticket48891,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=ticket48891,cn=ldbm database,cn=plugins,cn=config cn: ticket48891 nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/ticket48891 nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=ticket48891.org objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="dc=ticket48891.org",cn=mapping tree,cn=config cn: dc=ticket48891.org nsslapd-backend: ticket48891 nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=dc\3Dticket48891.org,cn=mapping tree,cn=config cn: dc=ticket48891.org nsslapd-backend: ticket48891 nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree ticket48891_test.py 59 INFO ######################### Generate Test data ###################### ticket48891_test.py 75 INFO ######################### SEARCH ALL ###################### ticket48891_test.py 76 INFO Bind as cn=Directory Manager and add the READ/SEARCH SELFDN aci ticket48891_test.py 80 INFO Returned 10 entries. ticket48891_test.py 84 INFO 10 person entries are successfully created under dc=ticket48891.org. ticket48891_test.py 93 INFO Testcase PASSED
Passed tickets/ticket48893_test.py::test_ticket48893 0.00
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48893_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket48893_test.py 44 INFO Test PASSED
Passed tickets/ticket48896_test.py::test_ticket48896 0.41
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48896_test:Testing Ticket 48896 - Default Setting for passwordMinTokenLength does not work INFO:tests.tickets.ticket48896_test:Setting global password policy with password syntax. INFO:tests.tickets.ticket48896_test:Default passwordMinTokenLength == b'3' INFO:tests.tickets.ticket48896_test:Default passwordInHistory == b'6' INFO:tests.tickets.ticket48896_test:Adding a user. INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, password} INFO:tests.tickets.ticket48896_test:Replacing password: password -> Abcd012+, which should be ok INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, Abcd012+} INFO:tests.tickets.ticket48896_test:Replacing password: Abcd012+ -> user, which should fail INFO:tests.tickets.ticket48896_test:Exception (expected): CONSTRAINT_VIOLATION INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, Abcd012+} INFO:tests.tickets.ticket48896_test:Replacing password: Abcd012+ -> buser123, which should fail INFO:tests.tickets.ticket48896_test:Exception (expected): CONSTRAINT_VIOLATION INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, Abcd012+} INFO:tests.tickets.ticket48896_test:Replacing password: Abcd012+ -> Tuse!1234, which should fail INFO:tests.tickets.ticket48896_test:Exception (expected): CONSTRAINT_VIOLATION INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, Abcd012+} INFO:tests.tickets.ticket48896_test:Replacing password: Abcd012+ -> Tuse!0987, which should fail INFO:tests.tickets.ticket48896_test:Exception (expected): CONSTRAINT_VIOLATION INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, Abcd012+} INFO:tests.tickets.ticket48896_test:Replacing password: Abcd012+ -> Tabc!1234, which should fail INFO:tests.tickets.ticket48896_test:Exception (expected): CONSTRAINT_VIOLATION INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:Binding as {uid=buser123,dc=example,dc=com, Abcd012+} INFO:tests.tickets.ticket48896_test:Replacing password: Abcd012+ -> Direc+ory389, which should be ok INFO:tests.tickets.ticket48896_test:PASSED INFO:tests.tickets.ticket48896_test:SUCCESS ------------------------------ Captured log call -------------------------------
ticket48896_test.py 68 INFO Testing Ticket 48896 - Default Setting for passwordMinTokenLength does not work ticket48896_test.py 70 INFO Setting global password policy with password syntax. ticket48896_test.py 79 INFO Default passwordMinTokenLength == b'3' ticket48896_test.py 80 INFO Default passwordInHistory == b'6' ticket48896_test.py 82 INFO Adding a user. ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, password} ticket48896_test.py 50 INFO Replacing password: password -> Abcd012+, which should be ok ticket48896_test.py 62 INFO PASSED ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, Abcd012+} ticket48896_test.py 50 INFO Replacing password: Abcd012+ -> user, which should fail ticket48896_test.py 54 INFO Exception (expected): CONSTRAINT_VIOLATION ticket48896_test.py 62 INFO PASSED ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, Abcd012+} ticket48896_test.py 50 INFO Replacing password: Abcd012+ -> buser123, which should fail ticket48896_test.py 54 INFO Exception (expected): CONSTRAINT_VIOLATION ticket48896_test.py 62 INFO PASSED ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, Abcd012+} ticket48896_test.py 50 INFO Replacing password: Abcd012+ -> Tuse!1234, which should fail ticket48896_test.py 54 INFO Exception (expected): CONSTRAINT_VIOLATION ticket48896_test.py 62 INFO PASSED ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, Abcd012+} ticket48896_test.py 50 INFO Replacing password: Abcd012+ -> Tuse!0987, which should fail ticket48896_test.py 54 INFO Exception (expected): CONSTRAINT_VIOLATION ticket48896_test.py 62 INFO PASSED ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, Abcd012+} ticket48896_test.py 50 INFO Replacing password: Abcd012+ -> Tabc!1234, which should fail ticket48896_test.py 54 INFO Exception (expected): CONSTRAINT_VIOLATION ticket48896_test.py 62 INFO PASSED ticket48896_test.py 46 INFO Binding as {uid=buser123,dc=example,dc=com, Abcd012+} ticket48896_test.py 50 INFO Replacing password: Abcd012+ -> Direc+ory389, which should be ok ticket48896_test.py 62 INFO PASSED ticket48896_test.py 131 INFO SUCCESS
Passed tickets/ticket48916_test.py::test_ticket48916 48.68
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48916_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket48916_test.py 127 INFO Test PASSED
Passed tickets/ticket48944_test.py::test_ticket48944 101.97
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39202, 'ldap-secureport': 63902, 'server-id': 'consumer2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Joining consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39201 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 INFO:lib389.topologies:Joining consumer consumer2 from master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39202 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39202 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39202 is working INFO:lib389.replica:SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39202 INFO:lib389.topologies:Ensuring consumer consumer1 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists INFO:lib389.topologies:Ensuring consumer consumer2 from master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39202 already exists INFO:lib389.topologies:Ensuring consumer consumer1 from master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39201 is was created INFO:lib389.topologies:Ensuring consumer consumer2 from master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39202 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39201, 'ldap-secureport': 63901, 'server-id': 'consumer1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39202, 'ldap-secureport': 63902, 'server-id': 'consumer2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 166 INFO Joining consumer consumer1 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39201 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39201 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39201 topologies.py 166 INFO Joining consumer consumer2 from master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39202 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39202 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39202 is working replica.py 1645 INFO SUCCESS: joined consumer from ldap://server.example.com:39001 to ldap://server.example.com:39202 topologies.py 171 INFO Ensuring consumer consumer1 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39201 already exists topologies.py 171 INFO Ensuring consumer consumer2 from master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39202 already exists topologies.py 171 INFO Ensuring consumer consumer1 from master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39201 is was created topologies.py 171 INFO Ensuring consumer consumer2 from master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39202 is was created----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48944_test:Ticket 48944 - On a read only replica invalid state info can accumulate INFO:tests.tickets.ticket48944_test:Enable account policy plugin and configure required attributes INFO:tests.tickets.ticket48944_test:Configure Account policy plugin on master1 INFO:tests.tickets.ticket48944_test:Enable account policy plugin and configure required attributes INFO:tests.tickets.ticket48944_test:Configure Account policy plugin on master2 INFO:tests.tickets.ticket48944_test:Enable account policy plugin and configure required attributes INFO:tests.tickets.ticket48944_test:Configure Account policy plugin on consumer1 INFO:tests.tickets.ticket48944_test:Enable account policy plugin and configure required attributes INFO:tests.tickets.ticket48944_test:Configure Account policy plugin on consumer2 INFO:tests.tickets.ticket48944_test:Sleep for 10secs for the server to come up INFO:tests.tickets.ticket48944_test:Add few entries to server and check if entries are replicated INFO:tests.tickets.ticket48944_test:Checking if entries are synced across masters and consumers INFO:tests.tickets.ticket48944_test:Start master2 to sync lastLoginTime attribute from master1 INFO:tests.tickets.ticket48944_test:Stop master1 INFO:tests.tickets.ticket48944_test:Bind as user1 to master2 and check if lastLoginTime attribute is greater than master1 INFO:tests.tickets.ticket48944_test:Start all servers except master1 INFO:tests.tickets.ticket48944_test:Check if consumers are updated with lastLoginTime attribute value from master2 INFO:tests.tickets.ticket48944_test:Check if lastLoginTime update in consumers not synced to master2 INFO:tests.tickets.ticket48944_test:Start master1 and check if its updating its older lastLoginTime attribute to consumers INFO:tests.tickets.ticket48944_test:Check if lastLoginTime update from master2 is synced to all masters and consumers INFO:tests.tickets.ticket48944_test:Checking consumer error logs for replica invalid state info ------------------------------ Captured log call -------------------------------
ticket48944_test.py 106 INFO Ticket 48944 - On a read only replica invalid state info can accumulate ticket48944_test.py 50 INFO Enable account policy plugin and configure required attributes ticket48944_test.py 52 INFO Configure Account policy plugin on master1 ticket48944_test.py 50 INFO Enable account policy plugin and configure required attributes ticket48944_test.py 52 INFO Configure Account policy plugin on master2 ticket48944_test.py 50 INFO Enable account policy plugin and configure required attributes ticket48944_test.py 67 INFO Configure Account policy plugin on consumer1 ticket48944_test.py 50 INFO Enable account policy plugin and configure required attributes ticket48944_test.py 67 INFO Configure Account policy plugin on consumer2 ticket48944_test.py 113 INFO Sleep for 10secs for the server to come up ticket48944_test.py 115 INFO Add few entries to server and check if entries are replicated ticket48944_test.py 130 INFO Checking if entries are synced across masters and consumers ticket48944_test.py 150 INFO Start master2 to sync lastLoginTime attribute from master1 ticket48944_test.py 153 INFO Stop master1 ticket48944_test.py 155 INFO Bind as user1 to master2 and check if lastLoginTime attribute is greater than master1 ticket48944_test.py 159 INFO Start all servers except master1 ticket48944_test.py 165 INFO Check if consumers are updated with lastLoginTime attribute value from master2 ticket48944_test.py 172 INFO Check if lastLoginTime update in consumers not synced to master2 ticket48944_test.py 183 INFO Start master1 and check if its updating its older lastLoginTime attribute to consumers ticket48944_test.py 192 INFO Check if lastLoginTime update from master2 is synced to all masters and consumers ticket48944_test.py 200 INFO Checking consumer error logs for replica invalid state info
Passed tickets/ticket48956_test.py::test_ticket48956 42.43
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48956_test: ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=example,dc=com ###################### INFO:tests.tickets.ticket48956_test: ######################### Adding Test User entry: uid=ticket48956user,dc=example,dc=com ###################### INFO:tests.tickets.ticket48956_test:output: b'uid=ticket48956user,dc=example,dc=com - activated.\n' INFO:tests.tickets.ticket48956_test:output: b'uid=ticket48956user,dc=example,dc=com - inactivated (inactivity limit exceeded).\n' INFO:lib389:List backend with suffix=dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix INFO:lib389:Creating a local backend INFO:lib389:List backend cn=ticket48956,cn=ldbm database,cn=plugins,cn=config INFO:lib389:Found entry dn: cn=ticket48956,cn=ldbm database,cn=plugins,cn=config cn: ticket48956 nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/ticket48956 nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance INFO:lib389:Entry dn: cn="dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix",cn=mapping tree,cn=config cn: dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix nsslapd-backend: ticket48956 nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree INFO:lib389:Found entry dn: cn=dc\3Dthis\2Cdc\3Dis\2Cdc\3Da\2Cdc\3Dvery\2Cdc\3Dlong\2Cdc\3Dsuffix\2Cdc\3Dso\2Cdc\3Dlong\2Cdc\3Dsuffix\2Cdc\3Dextremely\2Cdc\3Dlong\2Cdc\3Dsuffix,cn=mapping tree,cn=config cn: dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix nsslapd-backend: ticket48956 nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree INFO:tests.tickets.ticket48956_test: ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix ###################### INFO:tests.tickets.ticket48956_test: ######################### Adding Test User entry: uid=ticket48956user,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix ###################### INFO:tests.tickets.ticket48956_test:output: b'uid=ticket48956user,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix - activated.\n' INFO:tests.tickets.ticket48956_test:output: b'uid=ticket48956user,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix - inactivated (inactivity limit exceeded).\n' INFO:tests.tickets.ticket48956_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket48956_test.py 52 INFO ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=example,dc=com ###################### ticket48956_test.py 59 INFO ######################### Adding Test User entry: uid=ticket48956user,dc=example,dc=com ###################### ticket48956_test.py 43 INFO output: b'uid=ticket48956user,dc=example,dc=com - activated.\n' ticket48956_test.py 43 INFO output: b'uid=ticket48956user,dc=example,dc=com - inactivated (inactivity limit exceeded).\n' backend.py 71 INFO List backend with suffix=dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix backend.py 281 INFO Creating a local backend backend.py 67 INFO List backend cn=ticket48956,cn=ldbm database,cn=plugins,cn=config __init__.py 1820 INFO Found entry dn: cn=ticket48956,cn=ldbm database,cn=plugins,cn=config cn: ticket48956 nsslapd-cachememsize: 512000 nsslapd-cachesize: -1 nsslapd-directory: /var/lib/dirsrv/slapd-standalone1/db/ticket48956 nsslapd-dncachememsize: 16777216 nsslapd-readonly: off nsslapd-require-index: off nsslapd-suffix: dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix objectClass: top objectClass: extensibleObject objectClass: nsBackendInstance mappingTree.py 155 INFO Entry dn: cn="dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix",cn=mapping tree,cn=config cn: dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix nsslapd-backend: ticket48956 nsslapd-state: backend objectclass: top objectclass: extensibleObject objectclass: nsMappingTree __init__.py 1820 INFO Found entry dn: cn=dc\3Dthis\2Cdc\3Dis\2Cdc\3Da\2Cdc\3Dvery\2Cdc\3Dlong\2Cdc\3Dsuffix\2Cdc\3Dso\2Cdc\3Dlong\2Cdc\3Dsuffix\2Cdc\3Dextremely\2Cdc\3Dlong\2Cdc\3Dsuffix,cn=mapping tree,cn=config cn: dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix nsslapd-backend: ticket48956 nsslapd-state: backend objectClass: top objectClass: extensibleObject objectClass: nsMappingTree ticket48956_test.py 52 INFO ######################### Adding Account Policy entry: cn=Account Inactivation Policy,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix ###################### ticket48956_test.py 59 INFO ######################### Adding Test User entry: uid=ticket48956user,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix ###################### ticket48956_test.py 43 INFO output: b'uid=ticket48956user,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix - activated.\n' ticket48956_test.py 43 INFO output: b'uid=ticket48956user,dc=this,dc=is,dc=a,dc=very,dc=long,dc=suffix,dc=so,dc=long,dc=suffix,dc=extremely,dc=long,dc=suffix - inactivated (inactivity limit exceeded).\n' ticket48956_test.py 119 INFO Test PASSED
Passed tickets/ticket48973_test.py::test_ticket48973_init 0.14
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48973_test:Initialization: add dummy entries for the tests ------------------------------ Captured log call -------------------------------
ticket48973_test.py 189 INFO Initialization: add dummy entries for the tests
Passed tickets/ticket48973_test.py::test_ticket48973_ces_not_indexed 3.09
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48973_test:Search (homeDirectory=/home/xyz_0) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:19.895868390 -0400] conn=2 op=101 RESULT err=0 tag=101 nentries=1 etime=0.0001456466 notes=U ------------------------------ Captured log call -------------------------------
ticket48973_test.py 209 INFO Search (homeDirectory=/home/xyz_0) ticket48973_test.py 216 INFO result=[30/Jun/2018:21:02:19.895868390 -0400] conn=2 op=101 RESULT err=0 tag=101 nentries=1 etime=0.0001456466 notes=U
Passed tickets/ticket48973_test.py::test_ticket48973_homeDirectory_indexing 21.64
----------------------------- Captured stderr call -----------------------------
INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_210223 completed successfully INFO:tests.tickets.ticket48973_test:Check indexing succeeded with no specified matching rule INFO:tests.tickets.ticket48973_test:Search (homeDirectory=/home/xyz_1) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:25.060418010 -0400] conn=1 op=7 RESULT err=0 tag=101 nentries=1 etime=0.0000565565 INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseExactIA5Match:=/home/xyz_1) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:27.009251389 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0006232170 notes=U INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseIgnoreIA5Match:=/home/xyz_1) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:30.520466179 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0006464623 notes=U INFO:tests.tickets.ticket48973_test:Search (homeDirectory=/HOME/XYZ_1) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:34.052033459 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0000583925 INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseExactIA5Match:=/HOME/XYZ_1) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:37.607593270 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0007008793 notes=U INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseIgnoreIA5Match:=/HOME/XYZ_1) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:41.171726567 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0007691936 notes=U ------------------------------ Captured log call -------------------------------
backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_210223 completed successfully ticket48973_test.py 242 INFO Check indexing succeeded with no specified matching rule ticket48973_test.py 171 INFO Search (homeDirectory=/home/xyz_1) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:25.060418010 -0400] conn=1 op=7 RESULT err=0 tag=101 nentries=1 etime=0.0000565565 ticket48973_test.py 171 INFO Search (homeDirectory:caseExactIA5Match:=/home/xyz_1) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:27.009251389 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0006232170 notes=U ticket48973_test.py 171 INFO Search (homeDirectory:caseIgnoreIA5Match:=/home/xyz_1) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:30.520466179 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0006464623 notes=U ticket48973_test.py 171 INFO Search (homeDirectory=/HOME/XYZ_1) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:34.052033459 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0000583925 ticket48973_test.py 171 INFO Search (homeDirectory:caseExactIA5Match:=/HOME/XYZ_1) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:37.607593270 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0007008793 notes=U ticket48973_test.py 171 INFO Search (homeDirectory:caseIgnoreIA5Match:=/HOME/XYZ_1) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:41.171726567 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0007691936 notes=U
Passed tickets/ticket48973_test.py::test_ticket48973_homeDirectory_caseExactIA5Match_caseIgnoreIA5Match_indexing 21.58
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket48973_test: index homeDirectory in caseExactIA5Match and caseIgnoreIA5Match INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_210244 completed successfully INFO:tests.tickets.ticket48973_test:Check indexing succeeded with no specified matching rule INFO:tests.tickets.ticket48973_test:Search (homeDirectory=/home/xyz_4) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:46.775563092 -0400] conn=1 op=6 RESULT err=0 tag=101 nentries=1 etime=0.0000549118 INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseExactIA5Match:=/home/xyz_4) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:48.705954513 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0000608280 INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseIgnoreIA5Match:=/home/xyz_4) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:52.227613520 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0000719343 INFO:tests.tickets.ticket48973_test:Search (homeDirectory=/HOME/XYZ_4) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:55.754188343 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0000518803 INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseExactIA5Match:=/HOME/XYZ_4) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:02:59.275014678 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0000557877 INFO:tests.tickets.ticket48973_test:Search (homeDirectory:caseIgnoreIA5Match:=/HOME/XYZ_4) INFO:tests.tickets.ticket48973_test:result=[30/Jun/2018:21:03:02.794730570 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0000830758 ------------------------------ Captured log call -------------------------------
ticket48973_test.py 271 INFO index homeDirectory in caseExactIA5Match and caseIgnoreIA5Match backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_210244 completed successfully ticket48973_test.py 282 INFO Check indexing succeeded with no specified matching rule ticket48973_test.py 171 INFO Search (homeDirectory=/home/xyz_4) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:46.775563092 -0400] conn=1 op=6 RESULT err=0 tag=101 nentries=1 etime=0.0000549118 ticket48973_test.py 171 INFO Search (homeDirectory:caseExactIA5Match:=/home/xyz_4) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:48.705954513 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0000608280 ticket48973_test.py 171 INFO Search (homeDirectory:caseIgnoreIA5Match:=/home/xyz_4) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:52.227613520 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0000719343 ticket48973_test.py 171 INFO Search (homeDirectory=/HOME/XYZ_4) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:55.754188343 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0000518803 ticket48973_test.py 171 INFO Search (homeDirectory:caseExactIA5Match:=/HOME/XYZ_4) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:02:59.275014678 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=0 etime=0.0000557877 ticket48973_test.py 171 INFO Search (homeDirectory:caseIgnoreIA5Match:=/HOME/XYZ_4) ticket48973_test.py 182 INFO result=[30/Jun/2018:21:03:02.794730570 -0400] conn=1 op=1 RESULT err=0 tag=101 nentries=1 etime=0.0000830758
Passed tickets/ticket49008_test.py::test_ticket49008 51.33
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created----------------------------- Captured stderr call -----------------------------
INFO:lib389:Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:lib389:Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config INFO:tests.tickets.ticket49008_test:ruv before fail: b'{replica 2 ldap://server.example.com:39002} 5b38285e000000020000 5b382886000300020000' INFO:tests.tickets.ticket49008_test:ruv after fail: b'{replica 2 ldap://server.example.com:39002} 5b38285e000000020000 5b382886000300020000' ------------------------------ Captured log call -------------------------------
agreement.py 830 INFO Pausing replication cn=003,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config agreement.py 830 INFO Pausing replication cn=001,cn=replica,cn=dc\3Dexample\2Cdc\3Dcom,cn=mapping tree,cn=config ticket49008_test.py 114 INFO ruv before fail: b'{replica 2 ldap://server.example.com:39002} 5b38285e000000020000 5b382886000300020000' ticket49008_test.py 115 INFO ruv after fail: b'{replica 2 ldap://server.example.com:39002} 5b38285e000000020000 5b382886000300020000'
Passed tickets/ticket49071_test.py::test_ticket49071 8.04
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49071_test:ticket 49071: Create import file INFO:tests.tickets.ticket49071_test:ticket 49071: Import ldif having duplicate entry ERROR:lib389:Error: import task import_06302018_210535 for file /var/lib/dirsrv/slapd-standalone1/ldif/data.ldif exited with -23 INFO:tests.tickets.ticket49071_test:ticket 49071: Error log should not have - unable to flush INFO:tests.tickets.ticket49071_test:ticket 49071: Error log should have - Duplicated DN detected ------------------------------ Captured log call -------------------------------
ticket49071_test.py 28 INFO ticket 49071: Create import file ticket49071_test.py 51 INFO ticket 49071: Import ldif having duplicate entry tasks.py 335 ERROR Error: import task import_06302018_210535 for file /var/lib/dirsrv/slapd-standalone1/ldif/data.ldif exited with -23 ticket49071_test.py 60 INFO ticket 49071: Error log should not have - unable to flush ticket49071_test.py 63 INFO ticket 49071: Error log should have - Duplicated DN detected
Passed tickets/ticket49072_test.py::test_ticket49072_basedn 4.62
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49072_test:Ticket 49072 memberof fixup task with invalid basedn... INFO:tests.tickets.ticket49072_test:output: b'Successfully added task entry "cn=memberOf_fixup_2018_6_30_21_5_53, cn=memberOf task, cn=tasks, cn=config"\n' INFO:tests.tickets.ticket49072_test:Error log out: ['[30/Jun/2018:21:05:53.886424204 -0400] - ERR - memberof-plugin - memberof_fixup_task_thread - Failed to get be backend from (dc=testdb,dc=com)\n'] ------------------------------ Captured log call -------------------------------
ticket49072_test.py 38 INFO Ticket 49072 memberof fixup task with invalid basedn... ticket49072_test.py 57 INFO output: b'Successfully added task entry "cn=memberOf_fixup_2018_6_30_21_5_53, cn=memberOf task, cn=tasks, cn=config"\n' ticket49072_test.py 61 INFO Error log out: ['[30/Jun/2018:21:05:53.886424204 -0400] - ERR - memberof-plugin - memberof_fixup_task_thread - Failed to get be backend from (dc=testdb,dc=com)\n']
Passed tickets/ticket49072_test.py::test_ticket49072_filter 20.25
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49072_test:Ticket 49072 memberof fixup task with invalid filter... INFO:tests.tickets.ticket49072_test:Wait for 10 secs and check if task is completed INFO:tests.tickets.ticket49072_test:memberof task is still running, wait for +10 secs INFO:tests.tickets.ticket49072_test:output: b'Successfully added task entry "cn=memberOf_fixup_2018_6_30_21_6_14, cn=memberOf task, cn=tasks, cn=config"\n' INFO:tests.tickets.ticket49072_test:Error log out: ['[30/Jun/2018:21:06:14.203586319 -0400] - ERR - memberof-plugin - memberof_fix_memberof - Failed (Bad search filter)\n'] INFO:tests.tickets.ticket49072_test:Ticket 49072 complete: memberOf fixup task does not validate args ------------------------------ Captured log call -------------------------------
ticket49072_test.py 75 INFO Ticket 49072 memberof fixup task with invalid filter... ticket49072_test.py 76 INFO Wait for 10 secs and check if task is completed ticket49072_test.py 80 INFO memberof task is still running, wait for +10 secs ticket49072_test.py 98 INFO output: b'Successfully added task entry "cn=memberOf_fixup_2018_6_30_21_6_14, cn=memberOf task, cn=tasks, cn=config"\n' ticket49072_test.py 102 INFO Error log out: ['[30/Jun/2018:21:06:14.203586319 -0400] - ERR - memberof-plugin - memberof_fix_memberof - Failed (Bad search filter)\n'] ticket49072_test.py 105 INFO Ticket 49072 complete: memberOf fixup task does not validate args
Passed tickets/ticket49076_test.py::test_ticket49076 9.03
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:Current value is b'off' INFO:lib389:Current value is b'on' INFO:lib389:Current value is b'off' INFO:lib389:Current value is b'on' INFO:lib389:Current value is b'on' INFO:lib389:Current value is b'off' INFO:lib389:Current value is b'off' ------------------------------ Captured log call -------------------------------
ticket49076_test.py 30 INFO Current value is b'off' ticket49076_test.py 30 INFO Current value is b'on' ticket49076_test.py 30 INFO Current value is b'off' ticket49076_test.py 30 INFO Current value is b'on' ticket49076_test.py 30 INFO Current value is b'on' ticket49076_test.py 30 INFO Current value is b'off' ticket49076_test.py 30 INFO Current value is b'off'
Passed tickets/ticket49095_test.py::test_ticket49095 0.43
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49095_test:Test Passed ------------------------------ Captured log call -------------------------------
ticket49095_test.py 77 INFO Test Passed
Passed tickets/ticket49104_test.py::test_ticket49104_setup 33.43
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:lib389:Import task import_06302018_210715 for file /var/lib/dirsrv/slapd-standalone1/ldif/49104.ldif completed successfully ------------------------------ Captured log call -------------------------------
tasks.py 338 INFO Import task import_06302018_210715 for file /var/lib/dirsrv/slapd-standalone1/ldif/49104.ldif completed successfully
Passed tickets/ticket49104_test.py::test_ticket49104 0.11
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49104_test:Test ticket 49104 -- dbscan crashes by memory corruption INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 20 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 21 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 22 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 23 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 24 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 25 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 26 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 27 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 28 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 29 -R valgrind: /usr/bin/dbscan-bin: No such file or directory grep: /tmp/val49104.out: No such file or directory INFO:tests.tickets.ticket49104_test:ticket 49104 - PASSED ------------------------------ Captured log call -------------------------------
ticket49104_test.py 49 INFO Test ticket 49104 -- dbscan crashes by memory corruption ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 20 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 21 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 22 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 23 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 24 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 25 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 26 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 27 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 28 -R ticket49104_test.py 61 INFO Running script: valgrind --tool=memcheck --leak-check=yes --num-callers=40 --log-file=/tmp/val49104.out /usr/bin/dbscan-bin -f /var/lib/dirsrv/slapd-standalone1/db/userRoot/id2entry.db -t 29 -R ticket49104_test.py 80 INFO ticket 49104 - PASSED
Passed tickets/ticket49122_test.py::test_ticket49122 13.54
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49122_test:Testing filter: nsrole=cn=empty,dc=example,dc=com INFO:tests.tickets.ticket49122_test:Testing filter: (nsrole=cn=empty,dc=example,dc=com) INFO:tests.tickets.ticket49122_test:Testing filter: (&(nsrole=cn=empty,dc=example,dc=com)) INFO:tests.tickets.ticket49122_test:Testing filter: (!(nsrole=cn=empty,dc=example,dc=com)) INFO:tests.tickets.ticket49122_test:Testing filter: (&(|(objectclass=person)(sn=app*))(userpassword=*)) INFO:tests.tickets.ticket49122_test:Testing filter: (&(|(objectclass=person)(nsrole=cn=empty,dc=example,dc=com))(userpassword=*)) INFO:tests.tickets.ticket49122_test:Testing filter: (&(|(nsrole=cn=empty,dc=example,dc=com)(sn=app*))(userpassword=*)) INFO:tests.tickets.ticket49122_test:Testing filter: (&(|(objectclass=person)(sn=app*))(nsrole=cn=empty,dc=example,dc=com)) INFO:tests.tickets.ticket49122_test:Testing filter: (&(|(&(cn=*)(objectclass=person)(nsrole=cn=empty,dc=example,dc=com)))(uid=*)) INFO:lib389:Test Passed ------------------------------ Captured log call -------------------------------
ticket49122_test.py 55 INFO Testing filter: nsrole=cn=empty,dc=example,dc=com ticket49122_test.py 55 INFO Testing filter: (nsrole=cn=empty,dc=example,dc=com) ticket49122_test.py 55 INFO Testing filter: (&(nsrole=cn=empty,dc=example,dc=com)) ticket49122_test.py 55 INFO Testing filter: (!(nsrole=cn=empty,dc=example,dc=com)) ticket49122_test.py 55 INFO Testing filter: (&(|(objectclass=person)(sn=app*))(userpassword=*)) ticket49122_test.py 55 INFO Testing filter: (&(|(objectclass=person)(nsrole=cn=empty,dc=example,dc=com))(userpassword=*)) ticket49122_test.py 55 INFO Testing filter: (&(|(nsrole=cn=empty,dc=example,dc=com)(sn=app*))(userpassword=*)) ticket49122_test.py 55 INFO Testing filter: (&(|(objectclass=person)(sn=app*))(nsrole=cn=empty,dc=example,dc=com)) ticket49122_test.py 55 INFO Testing filter: (&(|(&(cn=*)(objectclass=person)(nsrole=cn=empty,dc=example,dc=com)))(uid=*)) ticket49122_test.py 84 INFO Test Passed
Passed tickets/ticket49184_test.py::test_ticket49184 4.47
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49184_test:create users and group... INFO:tests.tickets.ticket49184_test:Adding members to the group... INFO:tests.tickets.ticket49184_test:Adding members to the group... ------------------------------ Captured log call -------------------------------
ticket49184_test.py 87 INFO create users and group... ticket49184_test.py 37 INFO Adding members to the group... ticket49184_test.py 37 INFO Adding members to the group...
Passed tickets/ticket49192_test.py::test_ticket49192 1.34
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49192_test:Creating second backend... INFO:tests.tickets.ticket49192_test:Adding roles... INFO:tests.tickets.ticket49192_test:Got error 53 as expected INFO:tests.tickets.ticket49192_test:Delete the suffix and children... INFO:tests.tickets.ticket49192_test:Deleting: cn=uniquemember,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=uid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=telephoneNumber,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=targetuniqueid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=sn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=seeAlso,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=parentid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=owner,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=objectclass,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=numsubordinates,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=ntUserDomainId,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=ntUniqueId,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=nsuniqueid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=nsTombstoneCSN,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=nsds5ReplConflict,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=nscpEntryDN,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=nsCertSubjectDN,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=memberOf,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=member,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=mailHost,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=mailAlternateAddress,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=mail,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=givenName,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=entryusn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=entryrdn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=cn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=aci,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=monitor,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=encrypted attributes,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=encrypted attribute keys,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Deleting: cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config INFO:tests.tickets.ticket49192_test:Test Passed ------------------------------ Captured log call -------------------------------
ticket49192_test.py 32 INFO Creating second backend... ticket49192_test.py 48 INFO Adding roles... ticket49192_test.py 134 INFO Got error 53 as expected ticket49192_test.py 149 INFO Delete the suffix and children... ticket49192_test.py 158 INFO Deleting: cn=uniquemember,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=uid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=telephoneNumber,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=targetuniqueid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=sn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=seeAlso,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=parentid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=owner,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=objectclass,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=numsubordinates,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=ntUserDomainId,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=ntUniqueId,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=nsuniqueid,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=nsTombstoneCSN,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=nsds5ReplConflict,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=nscpEntryDN,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=nsCertSubjectDN,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=memberOf,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=member,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=mailHost,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=mailAlternateAddress,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=mail,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=givenName,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=entryusn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=entryrdn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=cn,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=aci,cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=monitor,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=index,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=encrypted attributes,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=encrypted attribute keys,cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 158 INFO Deleting: cn=Second_Backend,cn=ldbm database,cn=plugins,cn=config ticket49192_test.py 169 INFO Test Passed
Passed tickets/ticket49227_test.py::test_ticket49227 15.78
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49249_test.py::test_ticket49249 0.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49273_test.py::test_49273_corrupt_dbversion 3.33
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket49290_test.py::test_49290_range_unindexed_notes 3.78
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
[30/Jun/2018:21:11:02.796779301 -0400] - ERR - plugin_setup - The plugin named cn=PBKDF2_SHA256,cn=Password Storage Schemes,cn=plugins,cn=config already exists, or is already setup. [30/Jun/2018:21:11:02.890269409 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 [30/Jun/2018:21:11:02.894965857 -0400] - INFO - dblayer_instance_start - Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [30/Jun/2018:21:11:02.895687994 -0400] - INFO - check_and_set_import_cache - pagesize: 4096, available bytes 7760629760, process usage 21389312 [30/Jun/2018:21:11:02.896234410 -0400] - INFO - check_and_set_import_cache - Import allocates 3031496KB import cache. [30/Jun/2018:21:11:03.017243888 -0400] - INFO - ldbm_back_ldbm2index - userRoot: Indexing attribute: modifytimestamp [30/Jun/2018:21:11:03.019662039 -0400] - INFO - ldbm_back_ldbm2index - userRoot: Finished indexing. [30/Jun/2018:21:11:03.034379733 -0400] - INFO - dblayer_pre_close - All database threads now stopped
Passed tickets/ticket49386_test.py::test_ticket49386 32.54
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_0,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_1,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_2,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_3,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_4,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_5,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_6,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_7,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_8,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49386_test:Adding user (cn=user_9,ou=people,dc=example,dc=com): INFO:lib389:!!!!!!! cn=user_1,ou=people,dc=example,dc=com: memberof->b'cn=group_1,ou=Groups,dc=example,dc=com' INFO:lib389:!!!!!!! b'cn=group_1,ou=Groups,dc=example,dc=com' INFO:lib389:!!!!!!! cn=group_1,ou=groups,dc=example,dc=com INFO:tests.tickets.ticket49386_test:memberof log found: [30/Jun/2018:21:11:48.122831228 -0400] - DEBUG - memberof-plugin - memberof_postop_modrdn: Skip modrdn operation because src/dst identical cn=group_1,ou=Groups,dc=example,dc=com ------------------------------ Captured log call -------------------------------
ticket49386_test.py 27 CRITICAL Adding user (cn=user_0,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_1,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_2,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_3,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_4,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_5,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_6,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_7,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_8,ou=people,dc=example,dc=com): ticket49386_test.py 27 CRITICAL Adding user (cn=user_9,ou=people,dc=example,dc=com): ticket49386_test.py 64 INFO !!!!!!! cn=user_1,ou=people,dc=example,dc=com: memberof->b'cn=group_1,ou=Groups,dc=example,dc=com' ticket49386_test.py 65 INFO !!!!!!! b'cn=group_1,ou=Groups,dc=example,dc=com' ticket49386_test.py 66 INFO !!!!!!! cn=group_1,ou=groups,dc=example,dc=com ticket49386_test.py 129 INFO memberof log found: [30/Jun/2018:21:11:48.122831228 -0400] - DEBUG - memberof-plugin - memberof_postop_modrdn: Skip modrdn operation because src/dst identical cn=group_1,ou=Groups,dc=example,dc=com
Passed tickets/ticket49441_test.py::test_ticket49441 2.04
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49441_test:Position ldif files, and add indexes... INFO:tests.tickets.ticket49441_test:Import LDIF with large indexed binary attributes... INFO:lib389:Import task import_06302018_211156 for file /var/lib/dirsrv/slapd-standalone1/ldifbinary.ldif completed successfully INFO:tests.tickets.ticket49441_test:Verify server is still running... INFO:tests.tickets.ticket49441_test:Test PASSED ------------------------------ Captured log call -------------------------------
ticket49441_test.py 33 INFO Position ldif files, and add indexes... ticket49441_test.py 50 INFO Import LDIF with large indexed binary attributes... tasks.py 338 INFO Import task import_06302018_211156 for file /var/lib/dirsrv/slapd-standalone1/ldifbinary.ldif completed successfully ticket49441_test.py 59 INFO Verify server is still running... ticket49441_test.py 66 INFO Test PASSED
Passed tickets/ticket49460_test.py::test_ticket_49460 14.11
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. INFO:lib389.topologies:Creating replication topology. INFO:lib389.topologies:Joining master master2 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39002 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 INFO:lib389.topologies:Joining master master3 to master1 ... INFO:lib389.replica:SUCCESS: bootstrap to ldap://server.example.com:39003 completed INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working INFO:lib389.replica:SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working INFO:lib389.replica:SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 INFO:lib389.topologies:Ensuring master master1 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists INFO:lib389.topologies:Ensuring master master1 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists INFO:lib389.topologies:Ensuring master master2 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master2 to master3 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created INFO:lib389.topologies:Ensuring master master3 to master1 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists INFO:lib389.topologies:Ensuring master master3 to master2 ... INFO:lib389.replica:SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 39001, 'ldap-secureport': 63701, 'server-id': 'master1', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39002, 'ldap-secureport': 63702, 'server-id': 'master2', 'suffix': 'dc=example,dc=com'} was created. topologies.py 106 INFO Instance with parameters {'ldap-port': 39003, 'ldap-secureport': 63703, 'server-id': 'master3', 'suffix': 'dc=example,dc=com'} was created. topologies.py 139 INFO Creating replication topology. topologies.py 153 INFO Joining master master2 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39002 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39002 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39002 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39002 topologies.py 153 INFO Joining master master3 to master1 ... replica.py 1461 INFO SUCCESS: bootstrap to ldap://server.example.com:39003 completed replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 is was created replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 is was created replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39001 to ldap://server.example.com:39003 is working replica.py 1873 INFO SUCCESS: Replication from ldap://server.example.com:39003 to ldap://server.example.com:39001 is working replica.py 1530 INFO SUCCESS: joined master from ldap://server.example.com:39001 to ldap://server.example.com:39003 topologies.py 161 INFO Ensuring master master1 to master2 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39002 already exists topologies.py 161 INFO Ensuring master master1 to master3 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39001 to ldap://server.example.com:39003 already exists topologies.py 161 INFO Ensuring master master2 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master2 to master3 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39002 to ldap://server.example.com:39003 is was created topologies.py 161 INFO Ensuring master master3 to master1 ... replica.py 1715 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39001 already exists topologies.py 161 INFO Ensuring master master3 to master2 ... replica.py 1742 INFO SUCCESS: Agreement from ldap://server.example.com:39003 to ldap://server.example.com:39002 is was created----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket49460_test:Adding user (cn=user11,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49460_test:Adding user (cn=user21,ou=people,dc=example,dc=com): CRITICAL:tests.tickets.ticket49460_test:Adding user (cn=user31,ou=people,dc=example,dc=com): ------------------------------ Captured log call -------------------------------
ticket49460_test.py 24 CRITICAL Adding user (cn=user11,ou=people,dc=example,dc=com): ticket49460_test.py 24 CRITICAL Adding user (cn=user21,ou=people,dc=example,dc=com): ticket49460_test.py 24 CRITICAL Adding user (cn=user31,ou=people,dc=example,dc=com):
Passed tickets/ticket49471_test.py::test_ticket49471 2.01
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
CRITICAL:tests.tickets.ticket49471_test:Adding user (cn=user_1,ou=people,dc=example,dc=com): ------------------------------ Captured log call -------------------------------
ticket49471_test.py 26 CRITICAL Adding user (cn=user_1,ou=people,dc=example,dc=com):
Passed tickets/ticket49540_test.py::test_ticket49540 15.47
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket49540_test: index homeDirectory INFO:lib389:List backend with suffix=dc=example,dc=com INFO:lib389:Index task index_homeDirectory_06302018_211306 completed successfully INFO:tests.tickets.ticket49540_test:check_task_status =========> 0 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS INFO:tests.tickets.ticket49540_test:=========> Great it was expected in the middle of index INFO:tests.tickets.ticket49540_test:check_task_status =========> 1 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS INFO:tests.tickets.ticket49540_test:=========> Great it was expected in the middle of index INFO:tests.tickets.ticket49540_test:check_task_status =========> 2 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS INFO:tests.tickets.ticket49540_test:=========> Great it was expected in the middle of index INFO:tests.tickets.ticket49540_test:check_task_status =========> 3 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS INFO:tests.tickets.ticket49540_test:=========> Great it was expected in the middle of index INFO:tests.tickets.ticket49540_test:check_task_status =========> 4 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS INFO:tests.tickets.ticket49540_test:=========> Great it was expected in the middle of index INFO:tests.tickets.ticket49540_test:check_task_status =========> 5 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO:tests.tickets.ticket49540_test:check_task_status =========> 6 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO:tests.tickets.ticket49540_test:check_task_status =========> 7 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO:tests.tickets.ticket49540_test:check_task_status =========> 8 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' INFO:tests.tickets.ticket49540_test:check_task_status =========> 9 th loop INFO:tests.tickets.ticket49540_test:cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' ------------------------------ Captured log call -------------------------------
ticket49540_test.py 28 INFO index homeDirectory backend.py 71 INFO List backend with suffix=dc=example,dc=com tasks.py 619 INFO Index task index_homeDirectory_06302018_211306 completed successfully ticket49540_test.py 62 INFO check_task_status =========> 0 th loop ticket49540_test.py 71 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS ticket49540_test.py 83 INFO =========> Great it was expected in the middle of index ticket49540_test.py 62 INFO check_task_status =========> 1 th loop ticket49540_test.py 71 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS ticket49540_test.py 83 INFO =========> Great it was expected in the middle of index ticket49540_test.py 62 INFO check_task_status =========> 2 th loop ticket49540_test.py 71 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS ticket49540_test.py 83 INFO =========> Great it was expected in the middle of index ticket49540_test.py 62 INFO check_task_status =========> 3 th loop ticket49540_test.py 71 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS ticket49540_test.py 83 INFO =========> Great it was expected in the middle of index ticket49540_test.py 62 INFO check_task_status =========> 4 th loop ticket49540_test.py 71 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> NO STATUS ticket49540_test.py 83 INFO =========> Great it was expected in the middle of index ticket49540_test.py 62 INFO check_task_status =========> 5 th loop ticket49540_test.py 68 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' ticket49540_test.py 62 INFO check_task_status =========> 6 th loop ticket49540_test.py 68 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' ticket49540_test.py 62 INFO check_task_status =========> 7 th loop ticket49540_test.py 68 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' ticket49540_test.py 62 INFO check_task_status =========> 8 th loop ticket49540_test.py 68 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.' ticket49540_test.py 62 INFO check_task_status =========> 9 th loop ticket49540_test.py 68 INFO cn=index_homeDirectory_06302018_211306,cn=index,cn=tasks,cn=config ---> b'userRoot: Finished indexing.'
Passed tickets/ticket49788_test.py::test_ticket49781 0.02
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.
Passed tickets/ticket548_test.py::test_ticket548_test_with_no_policy 0.17
---------------------------- Captured stdout setup -----------------------------
OK group dirsrv exists OK user dirsrv exists ---------------------------- Captured stderr setup -----------------------------
INFO:lib389.topologies:Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created. ------------------------------ Captured log setup ------------------------------
topologies.py 106 INFO Instance with parameters {'ldap-port': 38901, 'ldap-secureport': 63601, 'server-id': 'standalone1', 'suffix': 'dc=example,dc=com'} was created.----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket548_test:Case 1. No password policy INFO:tests.tickets.ticket548_test:Bind as cn=Directory Manager INFO:tests.tickets.ticket548_test:Add an entryuid=user1,dc=example,dc=com INFO:tests.tickets.ticket548_test:Search entry uid=user1,dc=example,dc=com INFO:tests.tickets.ticket548_test:Bind as uid=user1,dc=example,dc=com INFO:tests.tickets.ticket548_test:shadowLastChange of entry uid=user1,dc=example,dc=com has expected value b'17713' INFO:tests.tickets.ticket548_test:Check shadowAccount with no policy was successfully verified. ------------------------------ Captured log call -------------------------------
ticket548_test.py 186 INFO Case 1. No password policy ticket548_test.py 188 INFO Bind as cn=Directory Manager ticket548_test.py 191 INFO Add an entryuid=user1,dc=example,dc=com ticket548_test.py 206 INFO Search entry uid=user1,dc=example,dc=com ticket548_test.py 208 INFO Bind as uid=user1,dc=example,dc=com ticket548_test.py 172 INFO shadowLastChange of entry uid=user1,dc=example,dc=com has expected value b'17713' ticket548_test.py 213 INFO Check shadowAccount with no policy was successfully verified.
Passed tickets/ticket548_test.py::test_ticket548_test_global_policy 1.47
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket548_test:Case 2. Check shadowAccount with global password policy INFO:tests.tickets.ticket548_test:Bind as cn=Directory Manager INFO:tests.tickets.ticket548_test: +++++ Enable global password policy +++++ INFO:tests.tickets.ticket548_test: Set global password Min Age -- 1 day INFO:tests.tickets.ticket548_test: Set global password Expiration -- on INFO:tests.tickets.ticket548_test: Set global password Max Age -- 10 days INFO:tests.tickets.ticket548_test: Set global password Warning -- 3 days INFO:tests.tickets.ticket548_test:Add an entryuid=user2,dc=example,dc=com INFO:tests.tickets.ticket548_test:Bind as uid=user1,dc=example,dc=com INFO:tests.tickets.ticket548_test:Search entry uid=user1,dc=example,dc=com INFO:tests.tickets.ticket548_test:shadowLastChange of entry uid=user1,dc=example,dc=com has expected value b'17713' INFO:tests.tickets.ticket548_test:shadowMin of entry uid=user1,dc=example,dc=com has expected value b'1' INFO:tests.tickets.ticket548_test:shadowMax of entry uid=user1,dc=example,dc=com has expected value b'10' INFO:tests.tickets.ticket548_test:shadowWarning of entry uid=user1,dc=example,dc=com has expected value b'3' INFO:tests.tickets.ticket548_test:Bind as uid=user2,dc=example,dc=com INFO:tests.tickets.ticket548_test:Search entry uid=user2,dc=example,dc=com INFO:tests.tickets.ticket548_test:shadowLastChange of entry uid=user2,dc=example,dc=com has expected value b'17713' INFO:tests.tickets.ticket548_test:shadowMin of entry uid=user2,dc=example,dc=com has expected value b'1' INFO:tests.tickets.ticket548_test:shadowMax of entry uid=user2,dc=example,dc=com has expected value b'10' INFO:tests.tickets.ticket548_test:shadowWarning of entry uid=user2,dc=example,dc=com has expected value b'3' INFO:tests.tickets.ticket548_test:Bind as cn=Directory Manager INFO:tests.tickets.ticket548_test: +++++ Enable global password policy +++++ INFO:tests.tickets.ticket548_test: Set global password Min Age -- 3 day INFO:tests.tickets.ticket548_test: Set global password Expiration -- on INFO:tests.tickets.ticket548_test: Set global password Max Age -- 30 days INFO:tests.tickets.ticket548_test: Set global password Warning -- 9 days INFO:tests.tickets.ticket548_test:Bind as uid=user2,dc=example,dc=com INFO:tests.tickets.ticket548_test: Bind as {uid=user2,dc=example,dc=com,password} INFO:tests.tickets.ticket548_test:Re-bind as uid=user2,dc=example,dc=com with new password INFO:tests.tickets.ticket548_test:Search entry uid=user2,dc=example,dc=com INFO:tests.tickets.ticket548_test:shadowMin of entry uid=user2,dc=example,dc=com has expected value b'3' INFO:tests.tickets.ticket548_test:shadowMax of entry uid=user2,dc=example,dc=com has expected value b'30' INFO:tests.tickets.ticket548_test:shadowWarning of entry uid=user2,dc=example,dc=com has expected value b'9' INFO:tests.tickets.ticket548_test:Check shadowAccount with global policy was successfully verified. ------------------------------ Captured log call -------------------------------
ticket548_test.py 221 INFO Case 2. Check shadowAccount with global password policy ticket548_test.py 223 INFO Bind as cn=Directory Manager ticket548_test.py 42 INFO +++++ Enable global password policy +++++ ticket548_test.py 55 INFO Set global password Min Age -- 1 day ticket548_test.py 62 INFO Set global password Expiration -- on ticket548_test.py 69 INFO Set global password Max Age -- 10 days ticket548_test.py 76 INFO Set global password Warning -- 3 days ticket548_test.py 228 INFO Add an entryuid=user2,dc=example,dc=com ticket548_test.py 244 INFO Bind as uid=user1,dc=example,dc=com ticket548_test.py 247 INFO Search entry uid=user1,dc=example,dc=com ticket548_test.py 172 INFO shadowLastChange of entry uid=user1,dc=example,dc=com has expected value b'17713' ticket548_test.py 172 INFO shadowMin of entry uid=user1,dc=example,dc=com has expected value b'1' ticket548_test.py 172 INFO shadowMax of entry uid=user1,dc=example,dc=com has expected value b'10' ticket548_test.py 172 INFO shadowWarning of entry uid=user1,dc=example,dc=com has expected value b'3' ticket548_test.py 260 INFO Bind as uid=user2,dc=example,dc=com ticket548_test.py 263 INFO Search entry uid=user2,dc=example,dc=com ticket548_test.py 172 INFO shadowLastChange of entry uid=user2,dc=example,dc=com has expected value b'17713' ticket548_test.py 172 INFO shadowMin of entry uid=user2,dc=example,dc=com has expected value b'1' ticket548_test.py 172 INFO shadowMax of entry uid=user2,dc=example,dc=com has expected value b'10' ticket548_test.py 172 INFO shadowWarning of entry uid=user2,dc=example,dc=com has expected value b'3' ticket548_test.py 277 INFO Bind as cn=Directory Manager ticket548_test.py 42 INFO +++++ Enable global password policy +++++ ticket548_test.py 55 INFO Set global password Min Age -- 3 day ticket548_test.py 62 INFO Set global password Expiration -- on ticket548_test.py 69 INFO Set global password Max Age -- 30 days ticket548_test.py 76 INFO Set global password Warning -- 9 days ticket548_test.py 282 INFO Bind as uid=user2,dc=example,dc=com ticket548_test.py 156 INFO Bind as {uid=user2,dc=example,dc=com,password} ticket548_test.py 288 INFO Re-bind as uid=user2,dc=example,dc=com with new password ticket548_test.py 292 INFO Search entry uid=user2,dc=example,dc=com ticket548_test.py 172 INFO shadowMin of entry uid=user2,dc=example,dc=com has expected value b'3' ticket548_test.py 172 INFO shadowMax of entry uid=user2,dc=example,dc=com has expected value b'30' ticket548_test.py 172 INFO shadowWarning of entry uid=user2,dc=example,dc=com has expected value b'9' ticket548_test.py 304 INFO Check shadowAccount with global policy was successfully verified.
Passed tickets/ticket548_test.py::test_ticket548_test_subtree_policy 3.24
----------------------------- Captured stderr call -----------------------------
INFO:tests.tickets.ticket548_test:Case 3. Check shadowAccount with subtree level password policy INFO:tests.tickets.ticket548_test:Bind as cn=Directory Manager INFO:tests.tickets.ticket548_test: +++++ Enable subtree level password policy +++++ INFO:tests.tickets.ticket548_test: Add the container INFO:tests.tickets.ticket548_test: Add the password policy subentry {passwordMustChange: on, passwordMinAge: 2, passwordMaxAge: 20, passwordWarning: 6} INFO:tests.tickets.ticket548_test: Add the COS template INFO:tests.tickets.ticket548_test: Add the COS definition INFO:tests.tickets.ticket548_test:Add an entryuid=user3,dc=example,dc=com INFO:tests.tickets.ticket548_test:Search entry uid=user3,dc=example,dc=com INFO:tests.tickets.ticket548_test:Expecting shadowLastChange 0 since passwordMustChange is on INFO:tests.tickets.ticket548_test:shadowLastChange of entry uid=user3,dc=example,dc=com has expected value b'0' INFO:tests.tickets.ticket548_test:shadowMin of entry uid=user3,dc=example,dc=com has expected value b'2' INFO:tests.tickets.ticket548_test:shadowMax of entry uid=user3,dc=example,dc=com has expected value b'20' INFO:tests.tickets.ticket548_test:shadowWarning of entry uid=user3,dc=example,dc=com has expected value b'6' INFO:tests.tickets.ticket548_test:Bind as uid=user3,dc=example,dc=com INFO:tests.tickets.ticket548_test:Search entry uid=user3,dc=example,dc=com INFO:tests.tickets.ticket548_test:test_ticket548: Search byuid=user3,dc=example,dc=com failed by UNWILLING_TO_PERFORM as expected INFO:tests.tickets.ticket548_test:Bind as uid=user3,dc=example,dc=com and updating the password with a new one INFO:tests.tickets.ticket548_test:Bind as cn=Directory Manager INFO:tests.tickets.ticket548_test: +++++ Enable subtree level password policy +++++ INFO:tests.tickets.ticket548_test: Add the container INFO:tests.tickets.ticket548_test: Add the password policy subentry {passwordMustChange: on, passwordMinAge: 4, passwordMaxAge: 40, passwordWarning: 12} INFO:tests.tickets.ticket548_test: Add the COS template INFO:tests.tickets.ticket548_test: Add the COS definition INFO:tests.tickets.ticket548_test: Bind as {uid=user3,dc=example,dc=com,password} INFO:tests.tickets.ticket548_test:Re-bind as uid=user3,dc=example,dc=com with new password INFO:tests.tickets.ticket548_test:Expecting shadowLastChange 17713 once userPassword is updated INFO:tests.tickets.ticket548_test:shadowLastChange of entry uid=user3,dc=example,dc=com has expected value b'17713' INFO:tests.tickets.ticket548_test:Search entry uid=user3,dc=example,dc=com INFO:tests.tickets.ticket548_test:shadowLastChange of entry uid=user3,dc=example,dc=com has expected value b'17713' INFO:tests.tickets.ticket548_test:shadowMin of entry uid=user3,dc=example,dc=com has expected value b'4' INFO:tests.tickets.ticket548_test:shadowMax of entry uid=user3,dc=example,dc=com has expected value b'40' INFO:tests.tickets.ticket548_test:shadowWarning of entry uid=user3,dc=example,dc=com has expected value b'12' INFO:tests.tickets.ticket548_test:Check shadowAccount with subtree level policy was successfully verified. ------------------------------ Captured log call -------------------------------
ticket548_test.py 312 INFO Case 3. Check shadowAccount with subtree level password policy ticket548_test.py 314 INFO Bind as cn=Directory Manager ticket548_test.py 85 INFO +++++ Enable subtree level password policy +++++ ticket548_test.py 92 INFO Add the container ticket548_test.py 110 INFO Add the password policy subentry {passwordMustChange: on, passwordMinAge: 2, passwordMaxAge: 20, passwordWarning: 6} ticket548_test.py 125 INFO Add the COS template ticket548_test.py 139 INFO Add the COS definition ticket548_test.py 320 INFO Add an entryuid=user3,dc=example,dc=com ticket548_test.py 334 INFO Search entry uid=user3,dc=example,dc=com ticket548_test.py 337 INFO Expecting shadowLastChange 0 since passwordMustChange is on ticket548_test.py 172 INFO shadowLastChange of entry uid=user3,dc=example,dc=com has expected value b'0' ticket548_test.py 172 INFO shadowMin of entry uid=user3,dc=example,dc=com has expected value b'2' ticket548_test.py 172 INFO shadowMax of entry uid=user3,dc=example,dc=com has expected value b'20' ticket548_test.py 172 INFO shadowWarning of entry uid=user3,dc=example,dc=com has expected value b'6' ticket548_test.py 349 INFO Bind as uid=user3,dc=example,dc=com ticket548_test.py 352 INFO Search entry uid=user3,dc=example,dc=com ticket548_test.py 356 INFO test_ticket548: Search byuid=user3,dc=example,dc=com failed by UNWILLING_TO_PERFORM as expected ticket548_test.py 361 INFO Bind as uid=user3,dc=example,dc=com and updating the password with a new one ticket548_test.py 365 INFO Bind as cn=Directory Manager ticket548_test.py 85 INFO +++++ Enable subtree level password policy +++++ ticket548_test.py 92 INFO Add the container ticket548_test.py 110 INFO Add the password policy subentry {passwordMustChange: on, passwordMinAge: 4, passwordMaxAge: 40, passwordWarning: 12} ticket548_test.py 125 INFO Add the COS template ticket548_test.py 139 INFO Add the COS definition ticket548_test.py 156 INFO Bind as {uid=user3,dc=example,dc=com,password} ticket548_test.py 373 INFO Re-bind as uid=user3,dc=example,dc=com with new password ticket548_test.py 384 INFO Expecting shadowLastChange 17713 once userPassword is updated ticket548_test.py 172 INFO shadowLastChange of entry uid=user3,dc=example,dc=com has expected value b'17713' ticket548_test.py 387 INFO Search entry uid=user3,dc=example,dc=com ticket548_test.py 172 INFO shadowLastChange of entry uid=user3,dc=example,dc=com has expected value b'17713' ticket548_test.py 172 INFO shadowMin of entry uid=user3,dc=example,dc=com has expected value b'4' ticket548_test.py 172 INFO shadowMax of entry uid=user3,dc=example,dc=com has expected value b'40' ticket548_test.py 172 INFO shadowWarning of entry uid=user3,dc=example,dc=com has expected value b'12' ticket548_test.py 400 INFO Check shadowAccount with subtree level policy was successfully verified.