diff options
author | Noah Eisen <ncteisen@google.com> | 2017-02-28 16:27:44 -0800 |
---|---|---|
committer | Noah Eisen <ncteisen@google.com> | 2017-02-28 16:27:44 -0800 |
commit | ae1cd87ffb4bdc8fccc0f78bb5e26be3235001c3 (patch) | |
tree | a5b2302b49679c2cff09820a586414b7a9c26e9e | |
parent | 5f13f4898612c136cff1f2d04a91c25b6d4b694a (diff) |
Enable python negative http2 test
-rwxr-xr-x | tools/run_tests/run_interop_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index eccfe41dc0..d29bfa9b0c 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -474,8 +474,7 @@ _HTTP2_TEST_CASES = ['tls', 'framing'] _HTTP2_BADSERVER_TEST_CASES = ['rst_after_header', 'rst_after_data', 'rst_during_data', 'goaway', 'ping', 'max_streams'] -# TODO: Add python once the tests are fixed. -_LANGUAGES_FOR_HTTP2_BADSERVER_TESTS = ['java', 'go'] +_LANGUAGES_FOR_HTTP2_BADSERVER_TESTS = ['java', 'go', 'python'] DOCKER_WORKDIR_ROOT = '/var/local/git/grpc' |