Skip to content

Commit

Permalink
[xds interop] Update test documentation (grpc#37073)
Browse files Browse the repository at this point in the history
Closes grpc#37073

COPYBARA_INTEGRATE_REVIEW=grpc#37073 from yashykt:xds-interop-csm 5069994
PiperOrigin-RevId: 647446713
  • Loading branch information
yashykt authored and copybara-github committed Jun 27, 2024
1 parent 8b0882e commit e7727bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/xds-test-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Server should accept these arguments:
* --secure_mode=BOOLEAN
* When set to true it uses XdsServerCredentials with the test server for security test cases.
In case of secure mode, port and maintenance_port should be different.
* --enable-csm-observability=BOOLEAN
* When set to true, enable CSM Observability.

Servers that want to support dual stack testing (like Java) should also accept:

Expand Down Expand Up @@ -64,6 +66,12 @@ Clients should accept these arguments:
* The timeout to set on all outbound RPCs. Default is 20.
* --secure_mode=BOOLEAN
* When set to true it uses XdsChannelCredentials with the test client for security test cases.
* --enable-csm-observability=BOOLEAN
* When set to true, enable CSM Observability.
* --request_payload_size=INT32
* Set the SimpleRequest.payload.body to a string of repeated '0' characters of the given size in bytes.
* --response_payload_size=INT32
* Ask the server to respond with SimpleResponse.payload.body of the given length.

### XdsUpdateClientConfigureService

Expand Down

0 comments on commit e7727bc

Please sign in to comment.