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

/sssd/src/tests/cmocka/
H A Dtest_sysdb_subdomains.c287 const char *const child_dom[5] = { "child.test_sysdb_subdomains",/* name */ local
308 child_dom[0], child_dom[1],
309 child_dom[2], child_dom[3],
310 false, false, child_dom[4],
332 child = find_domain_by_name(test_ctx->tctx->dom, child_dom[0], true);
364 const char *const child_dom[5] = { "child.test_sysdb_subdomains",/* name */ local
377 child_dom[1],
378 child_dom[
443 const char *const child_dom[5] = { "child.test_sysdb_subdomains",/* name */ local
[all...]
H A Dtest_ipa_subdomains_server.c456 struct sss_domain_info *child_dom; local
490 child_dom = find_domain_by_name(test_ctx->be_ctx->domain, CHILD_NAME, true);
491 assert_non_null(child_dom);
493 ipa_ad_subdom_remove(test_ctx->be_ctx, test_ctx->ipa_ctx, child_dom);

Completed in 20 milliseconds