diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-31 07:27:52 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-31 07:27:52 -0700 |
commit | 2b5706071242ed47bb525b678bc8d6863cf68d53 (patch) | |
tree | 0ee6217c9cf45c3c816e46e1e1ff34183cd32969 /test/core/http | |
parent | d9a776d4bbf9e8d3989c818c1acce8c61284289a (diff) | |
parent | 27703c8e3bac847f137f2d3065810857e9ca6f02 (diff) |
Merge branch 'atomic-timers' into dynamic_tcp_sizing
Diffstat (limited to 'test/core/http')
-rwxr-xr-x | test/core/http/test_server.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/http/test_server.py b/test/core/http/test_server.py index 86c2fe96bf..dbbf5ceb3c 100755 --- a/test/core/http/test_server.py +++ b/test/core/http/test_server.py @@ -36,8 +36,8 @@ import os import ssl import sys -_PEM = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..', 'src/core/lib/tsi/test_creds/server1.pem')) -_KEY = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..', 'src/core/lib/tsi/test_creds/server1.key')) +_PEM = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..', 'src/core/tsi/test_creds/server1.pem')) +_KEY = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../../..', 'src/core/tsi/test_creds/server1.key')) print _PEM open(_PEM).close() |