Searched refs:tests (Results 1 - 25 of 60) sorted by relevance

123

/sssd/src/tests/cmocka/
H A Dtest_sdap_access.c7 SSSD tests - sdap access
31 #include "tests/common_check.h"
32 #include "tests/cmocka/test_expire_common.h"
67 const struct CMUnitTest tests[] = { local
73 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_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_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_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 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);
H A Dtest_data_provider_be.c25 #include "tests/cmocka/common_mock.h"
26 #include "tests/cmocka/common_mock_be.h"
27 #include "tests/common.h"
216 const struct CMUnitTest tests[] = { local
245 /* Even though normally the tests should clean up after themselves
251 rv = cmocka_run_group_tests(tests, NULL, NULL);
257 return cmocka_run_group_tests(tests, NULL, NULL);
H A Dsss_nss_idmap-tests.c34 #include "tests/cmocka/common_mock.h"
152 const struct CMUnitTest tests[] = { local
157 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_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_ipa_dn.c25 #include "tests/cmocka/common_mock.h"
188 const struct CMUnitTest tests[] = { local
217 /* Even though normally the tests should clean up after themselves
223 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 Dsbus_internal_tests.c7 SSSD tests: SBUS internals
28 #include "tests/cmocka/common_mock.h"
240 const struct CMUnitTest tests[] = { local
266 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_gpo.c7 SSSD tests: GPO unit tests
35 #include "tests/cmocka/common_mock.h"
342 const struct CMUnitTest tests[] = { local
388 return 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_ipa_idmap.c7 SSSD tests: Unit tests for id-mapping in the IPA provider
25 #include "tests/cmocka/common_mock.h"
225 const struct CMUnitTest tests[] = { local
250 return cmocka_run_group_tests(tests, NULL, NULL);
/sssd/src/tests/
H A Dwhitespace_test42 [[ $file =~ ^src/tests/cmocka/p11_nssdb/.*db ]] && continue
/sssd/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);
H A Dtest_responder_common.c7 SSSD tests: User utilities
31 #include "tests/cmocka/common_mock.h"
208 const struct CMUnitTest tests[] = { local
236 return cmocka_run_group_tests(tests, NULL, NULL);
/sssd/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);
/sssd/contrib/ci/
H A Drun3 # Run continuous integration tests.
37 # Minimum percentage of code lines covered by tests
39 # Minimum percentage of code functions covered by tests
53 Run continuous integration tests.
60 -e, --essential Run the essential subset of tests.
61 -m, --moderate Run the moderate subset of tests.
63 -f, --full Run the rigorous (full) set of tests.
188 # Extended glob pattern matching tests to run under Valgrind.
205 # Not building "tests" due to https://fedorahosted.org/sssd/ticket/2350
206 stage make-tests mak
[all...]

Completed in 6027 milliseconds

123