aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMenghan Li <menghanl@google.com>2021-04-08 10:00:12 -0700
committerGitHub <noreply@github.com>2021-04-08 10:00:12 -0700
commit8856ee6a49b56abd08944953057974fb60b2e3ff (patch)
tree05fc188049b0564bc6171094b5341844149944a0
parent9a0574195f08321a347440193b0226b4fb056624 (diff)
downloadgrpc-grpc-8856ee6a49b56abd08944953057974fb60b2e3ff.tar.gz
xdsinterop: extend the ports to use (#25881) (#25909)
This is to add more ports for forwarding-rule. It's in theory not necessary, because forwarding-rule doesn't need to use the same port as the services. This is a limitation of the test framework, and can be fixed in the future.
-rwxr-xr-xtools/run_tests/run_xds_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py
index d368fd5244..54b3a05c01 100755
--- a/tools/run_tests/run_xds_tests.py
+++ b/tools/run_tests/run_xds_tests.py
@@ -146,7 +146,7 @@ argp.add_argument('--network',
default='global/networks/default',
help='GCP network to use')
argp.add_argument('--service_port_range',
- default='8080:8110',
+ default='8080:8280',
type=parse_port_range,
help='Listening port for created gRPC backends. Specified as '
'either a single int or as a range in the format min:max, in '