diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-05-03 16:40:43 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-05-03 17:15:09 -0700 |
commit | f023800ff1cc3e78fdfd53f37eaf0a1f31a4d88e (patch) | |
tree | 34782cfc3f4d8ed0dd92b5c47da72f32aac00d24 /tools | |
parent | 1bdd5319b077956214b95e730e844f079baa4ddf (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')
-rw-r--r-- | tools/run_tests/stress_test/configs/csharp.json | 2 |
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", |