aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-20 13:41:13 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-20 13:41:13 -0700
commit0464af155c93b510fd3e0383a9fc686741286fc9 (patch)
treece94590ac8f78294b5e8ac75e3bcc4bd23abaf41 /doc/interop-test-descriptions.md
parent0d197edceae28a7c2de4beb1ade7d55d616d08f9 (diff)
Update interop-test-descriptions.md
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 0839d0ad5c..2609e7fc95 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -31,8 +31,8 @@ Clients should accept these arguments:
[ca.pem](https://github.com/grpc/grpc/blob/master/src/core/tsi/test_creds/ca.pem)
as the CA root
* --default_service_account=ACCOUNT_EMAIL
- * Email of the GCE default service account. Only applicable when running in
- GCE.
+ * Email of the GCE default service account. Only applicable
+ for compute_engine_creds test.
* --oauth_scope=SCOPE
* OAuth scope. For example, "https://www.googleapis.com/auth/xapi.zoo"
* --service_account_key_file=PATH
@@ -346,7 +346,7 @@ Procedure:
Asserts:
* call was successful
* received SimpleResponse.username is in the json key file read from
- ```--service_account_key_file```
+ ```--service_account_key_file```
* received SimpleResponse.oauth_scope is in ```--oauth_scope```
* response payload body is 314159 bytes in size
* clients are free to assert that the response payload body contents are zero
@@ -359,8 +359,9 @@ This test is only for cloud-to-prod path.
This test verifies unary calls succeed in sending messages while using JWT
token (created by the project's key file)
-Client sets flag ```--service_account_key_file``` with the path to json key
-file downloaded from https://console.developers.google.com.
+Test caller should set flag ```--service_account_key_file``` with the
+path to json key file downloaded from
+https://console.developers.google.com.
Server features:
* [UnaryCall][]