From e7727bc223d9e1d37f72b6613191b8699cf0a8c1 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 27 Jun 2024 14:24:48 -0700 Subject: [PATCH] [xds interop] Update test documentation (#37073) Closes #37073 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37073 from yashykt:xds-interop-csm 5069994564eea5d933ebcc2b03c8d39652f04e34 PiperOrigin-RevId: 647446713 --- doc/xds-test-descriptions.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/xds-test-descriptions.md b/doc/xds-test-descriptions.md index be2b3ff0eb6f7..f5e26192026b0 100644 --- a/doc/xds-test-descriptions.md +++ b/doc/xds-test-descriptions.md @@ -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: @@ -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