aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-19 15:13:40 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-19 15:13:40 -0700
commitbf682f46f6557777f5849fd3bb8b7f4aea58a892 (patch)
treefc3904cdb25d132adb21534807866c20095d10e8 /tools/run_tests/README.md
parent9d410be893d99a695b207e413f17878904334eb5 (diff)
address comments
Diffstat (limited to 'tools/run_tests/README.md')
-rw-r--r--tools/run_tests/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/run_tests/README.md b/tools/run_tests/README.md
index 5589b35925..dd727f4309 100644
--- a/tools/run_tests/README.md
+++ b/tools/run_tests/README.md
@@ -39,7 +39,9 @@ to BigQuery.
Runs modified interop tests clients and servers under heavy load for an extended period of time to discover potential stability issues.
The tests are internally using Kubernetes to run the client and server on GKE and upload statistics to BigQuery.
-Run `tools/run_tests/run_stress_tests.py --help` for more details.
+`tools/run_tests/stress_test/run_on_gke.py --gcp_project_id=<google-cloud-platform-project-id> --config_file=<path-to-config-file>`
+
+The directory `tools/run_tests/stress_test/configs/` contains the config files for several scenarios
#Artifacts & Packages (task_runner.py)