aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-05-03 16:40:43 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-05-03 17:15:09 -0700
commitf023800ff1cc3e78fdfd53f37eaf0a1f31a4d88e (patch)
tree34782cfc3f4d8ed0dd92b5c47da72f32aac00d24 /tools/run_tests/stress_test
parent1bdd5319b077956214b95e730e844f079baa4ddf (diff)
Correct csharp kubernetes proxy port (so that it doesn't collide with
other configs when running on the same machine)
Diffstat (limited to 'tools/run_tests/stress_test')
-rw-r--r--tools/run_tests/stress_test/configs/csharp.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/stress_test/configs/csharp.json b/tools/run_tests/stress_test/configs/csharp.json
index b7090696b4..306fe115c7 100644
--- a/tools/run_tests/stress_test/configs/csharp.json
+++ b/tools/run_tests/stress_test/configs/csharp.json
@@ -80,7 +80,7 @@
"buildDockerImages": true,
"pollIntervalSecs": 60,
"testDurationSecs": 7200,
- "kubernetesProxyPort": 8001,
+ "kubernetesProxyPort": 8009,
"datasetIdNamePrefix": "stress_test_csharp",
"summaryTableId": "summary",
"qpsTableId": "qps",