Lines Matching defs:teardown
64 ds_inst.teardown()
66 request.addfinalizer(lambda: ds_inst.teardown())
80 """Add LDAP entries and add teardown for removing them"""
84 def teardown():
87 request.addfinalizer(teardown)
91 """Generate sssd.conf and add teardown for removing it"""
123 """Start sssd and add teardown for stopping it and removing state"""
127 def teardown():
136 request.addfinalizer(teardown)
167 def teardown():
173 request.addfinalizer(teardown)