/sssd-io/src/tests/intg/ |
H A D | ds.py | 50 def teardown(self): member in class:DS
|
H A D | test_pac_responder.py | 42 """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 D | ds_openldap.py | 290 def teardown(self): member in class:DSOpenLDAP 369 def teardown(self): member in class:FakeAD 371 super(FakeAD, self).teardown()
|
H A D | kdc.py | 68 def teardown(self): member in class:KDC
|
H A D | test_local_domain.py | 45 """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 D | test_sssctl.py | 46 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 D | test_ts_cache.py | 55 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 D | ldap_local_override_test.py | 64 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 D | test_memory_cache.py | 51 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 D | test_files_provider.py | 94 """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 D | conftest.py | 190 tp.teardown() 205 def teardown(self): member in class:TestPrep
|
/sssd-io/src/tests/cmocka/ |
H A D | test_authtok.c | 54 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 D | test_cert_utils.c | 187 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 D | test_negcache.c | 114 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 D | test_tools_colondb.c | 139 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...] |