Merge pull request #25173 from hs0210/work

Fix typo
pull/25180/head
Sergii Tkachenko 4 years ago committed by GitHub
commit a7a39717a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/run_tests/xds_k8s_test_driver/README.md
  2. 2
      tools/run_tests/xds_k8s_test_driver/bin/run_channelz.py
  3. 2
      tools/run_tests/xds_k8s_test_driver/bin/run_td_setup.py

@ -71,7 +71,7 @@ disturbances.
```sh
# Help
python -m tests.baseline_test --help
python -m tests.baseline_test --helpfull
python -m tests.baseline_test --helpful
# Run on grpc-testing cluster
python -m tests.baseline_test \
@ -85,7 +85,7 @@ python -m tests.baseline_test \
```sh
# Help
python -m tests.security_test --help
python -m tests.security_test --helpfull
python -m tests.security_test --helpful
# Run on grpc-testing cluster
python -m tests.security_test \

@ -26,7 +26,7 @@ Typical usage examples:
python -m bin.run_channelz --flagfile=config/local-dev.cfg --security=mtls_error
# More information and usage options
python -m bin.run_channelz --helpfull
python -m bin.run_channelz --helpful
"""
import hashlib
import logging

@ -28,7 +28,7 @@ Typical usage examples:
python -m bin.run_td_setup --flagfile=config/local-dev.cfg --security=mtls
# More information and usage options
python -m bin.run_td_setup --helpfull
python -m bin.run_td_setup --helpful
"""
import logging
import uuid

Loading…
Cancel
Save