[PSM Interop] Changing xds server to xDS control plane in error message (#34808)

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/34818/head
Xuan Wang 1 year ago committed by GitHub
parent af7aa3b127
commit 341c52e562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/xds_k8s_test_driver/framework/test_app/client_app.py

@ -330,7 +330,7 @@ class XdsTestClient(framework.rpc.grpc.GrpcApp):
raise self.ChannelNotActive(
f"[{self.hostname}] Client has no"
f" active channel with xds server {xds_server_uri}",
f" active channel with xDS control plane {xds_server_uri}",
src=self.hostname,
dst=xds_server_uri,
)

Loading…
Cancel
Save