From bf682f46f6557777f5849fd3bb8b7f4aea58a892 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch <jtattermusch@users.noreply.github.com> Date: Thu, 19 May 2016 15:13:40 -0700 Subject: [PATCH] address comments --- tools/run_tests/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- GitLab