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

/sssd-io/src/tests/
H A Dsysdb-tests.c7077 TCase *tc_sysdb = tcase_create("SYSDB Tests"); local
7080 tcase_add_test(tc_sysdb, test_sysdb_get_new_id);
7083 tcase_add_test(tc_sysdb, test_sysdb_user_new_id);
7086 tcase_add_loop_test(tc_sysdb, test_sysdb_add_user, 27000, 27010);
7089 tcase_add_loop_test(tc_sysdb, test_sysdb_getpwnam, 27000, 27010);
7094 tcase_add_loop_test(tc_sysdb, test_user_group_by_name, 27000, 27010);
7097 tcase_add_loop_test(tc_sysdb, test_sysdb_add_group, 28000, 28010);
7100 tcase_add_loop_test(tc_sysdb, test_sysdb_getgrnam, 28000, 28010);
7103 tcase_add_loop_test(tc_sysdb, test_sysdb_group_dn_name, 28000, 28010);
7106 tcase_add_loop_test(tc_sysdb, test_sysdb_store_user_existin
[all...]

Completed in 46 milliseconds