Lines Matching defs:test_ctx
237 struct sss_test_ctx *test_ctx = NULL;
242 test_ctx = create_ev_test_ctx(mem_ctx);
243 if (test_ctx == NULL) {
248 ret = mock_confdb(test_ctx, tests_path, cdb_file, &test_ctx->confdb);
257 ret = mock_confdb_domain(test_ctx, test_ctx->confdb, tests_path,
269 ret = mock_domain(test_ctx, test_ctx->confdb, tests_path, domains[i],
279 test_ctx->dom = domain;
282 test_ctx->sysdb = test_ctx->dom->sysdb;
283 test_ctx->nctx = test_ctx->dom->names;
284 test_ctx->conf_dom_path = cdb_path;
286 return test_ctx;
289 talloc_free(test_ctx);