def setup(): global conn conn = DirSrv(**config.auth) conn.verbose = True conn.added_entries = [] conn.added_backends = set(['o=mockbe2']) conn.added_replicas = [] harn_nolog()
def setup(): # uses an existing 389 instance # add a suffix # add an agreement # This setup is quite verbose but to test DirSrv method we should # do things manually. A better solution would be to use an LDIF. global conn conn = DirSrv(**config.auth) conn.verbose = True conn.added_entries = [] conn.added_backends = set(['o=mockbe1']) conn.added_replicas = [] """