Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
7eab56b0
Commit
7eab56b0
authored
9 years ago
by
yang-g
Browse files
Options
Downloads
Patches
Plain Diff
Resolve comments
parent
c501a5b1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/interop-test-descriptions.md
+2
-18
2 additions, 18 deletions
doc/interop-test-descriptions.md
with
2 additions
and
18 deletions
doc/interop-test-descriptions.md
+
2
−
18
View file @
7eab56b0
...
@@ -406,7 +406,7 @@ configuring the test client with ServiceAccountCredentials directly, the test
...
@@ -406,7 +406,7 @@ configuring the test client with ServiceAccountCredentials directly, the test
first uses the authorization library to obtain an authorization token.
first uses the authorization library to obtain an authorization token.
The test
The test
-
uses the flag
`--service_account_key_file`
with the path to a json key file
-
uses the flag
`--service_account_key_file`
with the path to a json key file
downloaded from https://console.developers.google.com. Alternately, if using a
downloaded from https://console.developers.google.com. Alternately, if using a
usable auth implementation, it may specify the file location in the environment
usable auth implementation, it may specify the file location in the environment
variable GOOGLE_APPLICATION_CREDENTIALS
variable GOOGLE_APPLICATION_CREDENTIALS
...
@@ -427,11 +427,6 @@ Procedure:
...
@@ -427,11 +427,6 @@ Procedure:
```
```
{
{
response_type: COMPRESSABLE
response_size: 314159
payload:{
body: 271828 bytes of zeros
}
fill_username: true
fill_username: true
fill_oauth_scope: true
fill_oauth_scope: true
}
}
...
@@ -442,9 +437,6 @@ Asserts:
...
@@ -442,9 +437,6 @@ Asserts:
*
received SimpleResponse.username is in the json key file used by the auth
*
received SimpleResponse.username is in the json key file used by the auth
library to obtain the authorization token
library to obtain the authorization token
*
received SimpleResponse.oauth_scope is in
`--oauth_scope`
*
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
and comparing the entire response message against a golden response
### per_rpc_creds
### per_rpc_creds
...
@@ -456,7 +448,7 @@ actually obtained from the service account credentials via the
...
@@ -456,7 +448,7 @@ actually obtained from the service account credentials via the
language-specific authorization library.
language-specific authorization library.
The test
The test
-
uses the flag
`--service_account_key_file`
with the path to a json key file
-
uses the flag
`--service_account_key_file`
with the path to a json key file
downloaded from https://console.developers.google.com. Alternately, if using a
downloaded from https://console.developers.google.com. Alternately, if using a
usable auth implementation, it may specify the file location in the environment
usable auth implementation, it may specify the file location in the environment
variable GOOGLE_APPLICATION_CREDENTIALS
variable GOOGLE_APPLICATION_CREDENTIALS
...
@@ -479,11 +471,6 @@ Procedure:
...
@@ -479,11 +471,6 @@ Procedure:
```
```
{
{
response_type: COMPRESSABLE
response_size: 314159
payload:{
body: 271828 bytes of zeros
}
fill_username: true
fill_username: true
fill_oauth_scope: true
fill_oauth_scope: true
}
}
...
@@ -494,9 +481,6 @@ Asserts:
...
@@ -494,9 +481,6 @@ Asserts:
*
received SimpleResponse.username is in the json key file used by the auth
*
received SimpleResponse.username is in the json key file used by the auth
library to obtain the authorization token
library to obtain the authorization token
*
received SimpleResponse.oauth_scope is in
`--oauth_scope`
*
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
and comparing the entire response message against a golden response
### Metadata (TODO: fix name)
### Metadata (TODO: fix name)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment