summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_ipa_subdomains_server.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-09-23 12:49:05 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-23 13:29:20 +0200
commitf2a8add338062a7f36699b5ea49dfaf3777f2734 (patch)
tree3d2c7410d55677db3c1375a44599111cb39c3f9a /src/tests/cmocka/test_ipa_subdomains_server.c
parent3366a3cdbf93eea757123e11a32307a005c05443 (diff)
downloadsssd-oneway.tar.gz
sssd-oneway.tar.xz
sssd-oneway.zip
IPA: Reuse ipa_subdomains_retrieve_send for re-setting up a trusted domainoneway
Diffstat (limited to 'src/tests/cmocka/test_ipa_subdomains_server.c')
-rw-r--r--src/tests/cmocka/test_ipa_subdomains_server.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/cmocka/test_ipa_subdomains_server.c b/src/tests/cmocka/test_ipa_subdomains_server.c
index 3c40f04e3..b392a12fc 100644
--- a/src/tests/cmocka/test_ipa_subdomains_server.c
+++ b/src/tests/cmocka/test_ipa_subdomains_server.c
@@ -333,6 +333,7 @@ static void test_ipa_server_create_trusts(void **state)
test_ctx->tctx->ev,
test_ctx->be_ctx,
test_ctx->ipa_ctx,
+ 0,
test_ctx->be_ctx->domain);
assert_non_null(req);
@@ -359,6 +360,7 @@ static void test_ipa_server_create_trusts_none(struct tevent_req *req)
test_ctx->tctx->ev,
test_ctx->be_ctx,
test_ctx->ipa_ctx,
+ 0,
test_ctx->be_ctx->domain);
assert_non_null(req);
@@ -673,6 +675,7 @@ static void test_ipa_server_create_oneway(void **state)
test_ctx->tctx->ev,
test_ctx->be_ctx,
test_ctx->ipa_ctx,
+ 0,
test_ctx->be_ctx->domain);
assert_non_null(req);
@@ -745,6 +748,7 @@ static void test_ipa_server_create_oneway_kt_exists(void **state)
test_ctx->tctx->ev,
test_ctx->be_ctx,
test_ctx->ipa_ctx,
+ 0,
test_ctx->be_ctx->domain);
assert_non_null(req);
@@ -779,6 +783,7 @@ static void test_ipa_server_create_oneway_kt_refresh_fallback(void **state)
test_ctx->tctx->ev,
test_ctx->be_ctx,
test_ctx->ipa_ctx,
+ 0,
test_ctx->be_ctx->domain);
assert_non_null(req);
@@ -811,6 +816,7 @@ static void test_ipa_server_create_oneway_kt_refresh_fail(void **state)
test_ctx->tctx->ev,
test_ctx->be_ctx,
test_ctx->ipa_ctx,
+ 0,
test_ctx->be_ctx->domain);
assert_non_null(req);