Searched defs:teardown (Results 1 - 15 of 15) sorted by relevance

/sssd-io/src/tests/intg/
H A Dds.py50 def teardown(self): member in class:DS
H A Dtest_pac_responder.py42 """Generate sssd.conf and add teardown for removing it"""
51 """Start sssd and add teardown for stopping it and removing state"""
55 def teardown(): function in function:create_sssd_fixture
64 request.addfinalizer(teardown)
H A Dds_openldap.py290 def teardown(self): member in class:DSOpenLDAP
369 def teardown(self): member in class:FakeAD
371 super(FakeAD, self).teardown()
H A Dkdc.py68 def teardown(self): member in class:KDC
H A Dtest_local_domain.py45 """Generate sssd.conf and add teardown for removing it"""
54 """Start sssd and add teardown for stopping it and removing state"""
58 def teardown(): function in function:create_sssd_fixture
67 request.addfinalizer(teardown)
H A Dtest_sssctl.py46 ds_inst.teardown()
48 request.addfinalizer(lambda: ds_inst.teardown())
62 """Add LDAP entries and add teardown for removing them"""
66 def teardown(): function in function:create_ldap_fixture
69 request.addfinalizer(teardown)
73 """Generate sssd.conf and add teardown for removing it"""
94 """Start sssd and add teardown for stopping it and removing state"""
98 def teardown(): function in function:create_sssd_fixture
107 request.addfinalizer(teardown)
H A Dtest_ts_cache.py55 ds_inst.teardown()
57 request.addfinalizer(lambda: ds_inst.teardown())
71 """Add LDAP entries and add teardown for removing them"""
75 def teardown(): function in function:create_ldap_fixture
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(): function in function:create_sssd_fixture
121 request.addfinalizer(teardown)
[all...]
H A Dldap_local_override_test.py64 ds_inst.teardown()
66 request.addfinalizer(lambda: ds_inst.teardown())
80 """Add LDAP entries and add teardown for removing them"""
84 def teardown(): function in function:create_ldap_fixture
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(): function in function:create_sssd_fixture
136 request.addfinalizer(teardown)
167 def teardown() function in function:prepare_sssd
[all...]
H A Dtest_memory_cache.py51 ds_inst.teardown()
53 request.addfinalizer(lambda: ds_inst.teardown())
67 """Add LDAP entries and add teardown for removing them"""
71 def teardown(): function in function:create_ldap_fixture
74 request.addfinalizer(teardown)
78 """Generate sssd.conf and add teardown for removing it"""
99 """Start sssd and add teardown for stopping it and removing state"""
103 def teardown(): function in function:create_sssd_fixture
112 request.addfinalizer(teardown)
H A Dtest_files_provider.py94 """Start sssd and add teardown for stopping it and removing state"""
119 """Generate sssd.conf and add teardown for removing it"""
130 def teardown(): function in function:create_sssd_fixture
139 request.addfinalizer(teardown)
/sssd-io/src/tests/multihost/basic/
H A Dconftest.py190 tp.teardown()
205 def teardown(self): member in class:TestPrep
/sssd-io/src/tests/cmocka/
H A Dtest_authtok.c54 static int teardown(void **state) function
667 setup, teardown),
669 setup, teardown),
671 setup, teardown),
673 setup, teardown),
675 setup, teardown),
677 setup, teardown),
679 setup, teardown),
681 setup, teardown),
683 setup, teardown),
[all...]
H A Dtest_cert_utils.c187 static int teardown(void **state) function
380 setup, teardown),
382 setup, teardown),
384 setup, teardown),
386 setup, teardown),
388 setup, teardown),
390 setup, teardown),
393 setup, teardown),
H A Dtest_negcache.c114 static int teardown(void **state) function
962 cmocka_unit_test_setup_teardown(test_sss_ncache_uid, setup, teardown),
963 cmocka_unit_test_setup_teardown(test_sss_ncache_gid, setup, teardown),
964 cmocka_unit_test_setup_teardown(test_sss_ncache_sid, setup, teardown),
965 cmocka_unit_test_setup_teardown(test_sss_ncache_cert, setup, teardown),
966 cmocka_unit_test_setup_teardown(test_sss_ncache_user, setup, teardown),
967 cmocka_unit_test_setup_teardown(test_sss_ncache_group, setup, teardown),
968 cmocka_unit_test_setup_teardown(test_sss_ncache_netgr, setup, teardown),
970 teardown),
972 setup, teardown),
[all...]
H A Dtest_tools_colondb.c139 static int teardown(void **state) function
368 without_file_setup, teardown),
370 without_file_setup, teardown),
372 with_empty_file_setup, teardown),
374 with_empty_file_setup, teardown),
376 with_nonempty_file_setup, teardown),
378 with_nonempty_file_setup, teardown),
381 with_empty_file_setup, teardown),
383 with_nonempty_file_setup, teardown),
386 with_empty_file_setup, teardown),
[all...]

Completed in 189 milliseconds