Lines Matching defs:teardown
55 ds_inst.teardown()
57 request.addfinalizer(lambda: ds_inst.teardown())
71 """Add LDAP entries and add teardown for removing them"""
75 def teardown():
81 # to not care in the teardown
83 request.addfinalizer(teardown)
87 """Generate sssd.conf and add teardown for removing it"""
108 """Start sssd and add teardown for stopping it and removing state"""
112 def teardown():
121 request.addfinalizer(teardown)