Go to the source code of this file.
|
static grpc_end2end_test_fixture | begin_test (grpc_end2end_test_config config, const char *test_name, bool use_secure_call_creds, int fail_server_auth_check) |
|
void | call_creds (grpc_end2end_test_config config) |
|
void | call_creds_pre_init (void) |
|
static void | drain_cq (grpc_completion_queue *cq) |
|
static void | end_test (grpc_end2end_test_fixture *f) |
|
static gpr_timespec | five_seconds_from_now (void) |
|
static gpr_timespec | n_seconds_from_now (int n) |
|
static void | print_auth_context (int is_client, const grpc_auth_context *ctx) |
|
static void | request_response_with_payload_and_call_creds (const char *test_name, grpc_end2end_test_config config, override_mode mode, bool use_secure_call_creds) |
|
static void | shutdown_client (grpc_end2end_test_fixture *f) |
|
static void | shutdown_server (grpc_end2end_test_fixture *f) |
|
static void * | tag (intptr_t t) |
|
static void | test_request_response_with_payload_and_call_creds (grpc_end2end_test_config config, bool use_secure_call_creds) |
|
static void | test_request_response_with_payload_and_deleted_call_creds (grpc_end2end_test_config config, bool use_secure_call_creds) |
|
static void | test_request_response_with_payload_and_overridden_call_creds (grpc_end2end_test_config config, bool use_secure_call_creds) |
|
static void | test_request_response_with_payload_fail_to_send_call_creds (grpc_end2end_test_config config, bool use_secure_call_creds) |
|
static void | test_request_with_server_rejecting_client_creds (grpc_end2end_test_config config) |
|
◆ override_mode
Enumerator |
---|
NONE | |
OVERRIDE | |
DESTROY | |
FAIL | |
Definition at line 42 of file call_creds.cc.
◆ begin_test()
◆ call_creds()
◆ call_creds_pre_init()
void call_creds_pre_init |
( |
void |
| ) |
|
◆ drain_cq()
◆ end_test()
◆ five_seconds_from_now()
◆ n_seconds_from_now()
◆ print_auth_context()
◆ request_response_with_payload_and_call_creds()
◆ shutdown_client()
◆ shutdown_server()
◆ tag()
◆ test_request_response_with_payload_and_call_creds()
◆ test_request_response_with_payload_and_deleted_call_creds()
◆ test_request_response_with_payload_and_overridden_call_creds()
◆ test_request_response_with_payload_fail_to_send_call_creds()
◆ test_request_with_server_rejecting_client_creds()
◆ fake_md_key
const char fake_md_key[] = "fake_key" |
|
static |
◆ fake_md_value
const char fake_md_value[] = "fake_value" |
|
static |
◆ iam_selector
const char iam_selector[] = "selector" |
|
static |
◆ iam_token
const char iam_token[] = "token" |
|
static |
◆ overridden_fake_md_key
const char overridden_fake_md_key[] = "overridden_fake_key" |
|
static |
◆ overridden_fake_md_value
const char overridden_fake_md_value[] = "overridden_fake_value" |
|
static |
◆ overridden_iam_selector
const char overridden_iam_selector[] = "overridden_selector" |
|
static |
◆ overridden_iam_token
const char overridden_iam_token[] = "overridden_token" |
|
static |