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

/sssd/src/tests/cmocka/
H A Dsss_nss_idmap-tests.c93 struct test_data { struct
H A Dtest_string_utils.c165 struct test_data { struct
168 } test_data[] = { local
188 for (c = 0; test_data[c].guid_str != NULL; c++) {
189 ret = guid_blob_to_string_buf(test_data[c].blob, str_buf,
192 assert_string_equal(test_data[c].guid_str, str_buf);
H A Dtest_cert_utils.c268 struct test_data { struct
271 } test_data[] = { local
282 for (c = 0; test_data[c].str != NULL; c++) {
283 ret = bin_to_ldap_filter_value(ts, test_data[c].blob, 5, &str);
285 assert_string_equal(str, test_data[c].str);
H A Dtest_ipa_idmap.c49 struct test_data { struct
/sssd/src/tests/
H A Dsysdb_ssh-tests.c158 struct test_data { struct
169 static int test_sysdb_store_ssh_host(struct test_data *data)
183 static int test_sysdb_delete_ssh_host(struct test_data *data)
191 static int test_sysdb_get_ssh_host(struct test_data *data)
205 struct test_data *data;
214 data = talloc_zero(test_ctx, struct test_data);
247 struct test_data *data;
256 data = talloc_zero(test_ctx, struct test_data);
281 struct test_data *data;
290 data = talloc_zero(test_ctx, struct test_data);
[all...]
H A Dsysdb-tests.c184 struct test_data { struct
210 static struct test_data *test_data_new(struct sysdb_test_ctx *test_ctx)
212 struct test_data *data;
214 data = talloc_zero(test_ctx, struct test_data);
256 static struct test_data *test_data_new_user(struct sysdb_test_ctx *test_ctx,
259 struct test_data *data;
278 static struct test_data *test_data_new_group(struct sysdb_test_ctx *test_ctx,
281 struct test_data *data;
299 static int test_add_user(struct test_data *data)
321 static int test_store_user(struct test_data *dat
[all...]

Completed in 31 milliseconds