Searched defs:tests (Results 1 - 25 of 70) sorted by relevance

123

/sssd-io/src/tests/cmocka/
H A Dtest_find_uid.c4 find_uid - Utilities tests
35 #include "tests/common.h"
98 const struct CMUnitTest tests[] = { local
104 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_iobuf.c4 test_iobuf - IO buffer tests
189 const struct CMUnitTest tests[] = { local
194 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_ldap_auth.c7 SSSD tests - ldap auth
31 #include "tests/common_check.h"
33 #include "tests/cmocka/test_expire_common.h"
95 const struct CMUnitTest tests[] = { local
101 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_wbc_calls.c31 #include "tests/cmocka/common_mock.h"
97 const struct CMUnitTest tests[] = { local
119 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_ipa_dn.c25 #include "tests/cmocka/common_mock.h"
195 const struct CMUnitTest tests[] = { local
224 /* Even though normally the tests should clean up after themselves
230 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_ipa_subdomains_utils.c7 SSSD tests: IPA subdomain util tests
34 #include "tests/cmocka/common_mock.h"
35 #include "tests/cmocka/common_mock_resp.h"
192 const struct CMUnitTest tests[] = { local
221 /* Even though normally the tests should clean up after themselves
225 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_sdap_access.c7 SSSD tests - sdap access
32 #include "tests/common_check.h"
33 #include "tests/cmocka/test_expire_common.h"
34 #include "tests/cmocka/test_sdap_access.h"
254 const struct CMUnitTest tests[] = { local
263 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_sssd_krb5_localauth_plugin.c36 #include "tests/cmocka/common_mock.h"
190 const struct CMUnitTest tests[] = { local
196 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_sysdb_domain_resolution_order.c31 #include "tests/cmocka/common_mock.h"
32 #include "tests/common.h"
158 const struct CMUnitTest tests[] = { local
184 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_sysdb_utils.c31 #include "tests/cmocka/common_mock.h"
152 const struct CMUnitTest tests[] = { local
175 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dsss_nss_idmap-tests.c34 #include "tests/cmocka/common_mock.h"
153 const struct CMUnitTest tests[] = { local
158 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_ad_access_filter.c7 SSSD tests: AD access control filter tests
35 #include "tests/cmocka/common_mock.h"
302 const struct CMUnitTest tests[] = { local
360 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_ad_subdomains.c7 SSSD tests: AD subdomain tests
35 #include "tests/cmocka/common_mock.h"
36 #include "tests/cmocka/common_mock_resp.h"
287 const struct CMUnitTest tests[] = { local
322 /* Even though normally the tests should clean up after themselves
326 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_copy_ccache.c7 SSSD tests: Tests ccache utilities
29 #include "tests/cmocka/common_mock.h"
211 const struct CMUnitTest tests[] = { local
233 /* Even though normally the tests should clean up after themselves
237 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_copy_keytab.c7 SSSD tests: Tests keytab utilities
28 #include "tests/cmocka/common_mock.h"
29 #include "tests/cmocka/common_mock_krb5.h"
277 const struct CMUnitTest tests[] = { local
303 /* Even though normally the tests should clean up after themselves
307 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_io.c4 find_uid - Utilities tests
41 #include "tests/common.h"
230 const struct CMUnitTest tests[] = { local
242 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_krb5_common.c32 #include "tests/cmocka/common_mock.h"
33 #include "tests/common.h"
263 const struct CMUnitTest tests[] = { local
291 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_sbus_opath.c27 #include "tests/cmocka/common_mock.h"
28 #include "tests/common.h"
93 /* negative tests */
277 const struct CMUnitTest tests[] = { local
309 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_sdap_certmap.c7 SSSD tests - sdap certmap
31 #include "tests/common.h"
208 const struct CMUnitTest tests[] = { local
241 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_search_bases.c7 SSSD tests - Search bases
34 #include "tests/common.h"
38 #include "tests/common_check.h"
182 const struct CMUnitTest tests[] = { local
190 return cmocka_run_group_tests(tests, NULL, NULL);
/sssd-io/src/tests/cwrap/
H A Dtest_usertools.c7 SSSD tests: User utilities
29 #include "tests/cmocka/common_mock.h"
80 const struct CMUnitTest tests[] = { local
105 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_become_user.c7 SSSD tests: User switching
28 #include "tests/cmocka/common_mock.h"
138 const struct CMUnitTest tests[] = { local
160 /* Even though normally the tests should clean up after themselves
164 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_server.c7 SSSD tests: Server instantiation
30 #include "tests/cmocka/common_mock.h"
175 const struct CMUnitTest tests[] = { local
198 /* Even though normally the tests should clean up after themselves
204 rv = cmocka_run_group_tests(tests, NULL, NULL);
/sssd-io/src/tests/cmocka/data_provider/
H A Dtest_dp_builtin.c28 #include "tests/cmocka/common_mock.h"
29 #include "tests/common.h"
30 #include "tests/cmocka/common_mock_be.h"
31 #include "tests/cmocka/data_provider/mock_dp.h"
153 const struct CMUnitTest tests[] = { local
179 /* Even though normally the tests should clean up after themselves
185 rv = cmocka_run_group_tests(tests, NULL, NULL);
H A Dtest_dp_request_table.c24 #include "tests/cmocka/common_mock.h"
25 #include "tests/common.h"
321 const struct CMUnitTest tests[] = { local
355 return cmocka_run_group_tests(tests, NULL, NULL);

Completed in 1362 milliseconds

123