aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-04-29 11:31:06 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-20 07:48:48 +0200
commit84d964a8df03b4bb40e7d510f517fc65633e03f8 (patch)
tree8dc82ee2d59ffa80fe8faa91c46518983b2933b9 /tools
parentc6f8d0a4c6bd70cc4f48b2f6ddd3ca15d76cec06 (diff)
API for auth context and server-side secure transport only impl.
Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index e2454c4db4..64d0c8730d 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -315,6 +315,15 @@
{
"flaky": false,
"language": "c",
+ "name": "grpc_auth_context_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "grpc_base64_test",
"platforms": [
"windows",