aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-01-23 18:26:24 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-01-23 18:26:24 -0800
commitb44e089d296b5cbc790df122196cb7f2a728e80d (patch)
tree41e6bdbcffae9c7da0ba356683113f38c2c219f5 /test/core/end2end/gen_build_yaml.py
parente42f0b21600b9eb0f65c198ea99f0883bbde9693 (diff)
parent889b0a45352928e2a815c34d5f849be9641284b0 (diff)
Merge branch 'master' into packet-coalescing-core
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 78779908a9..5071299545 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -143,6 +143,8 @@ END2END_TESTS = {
'simple_request': default_test_options,
'streaming_error_response': default_test_options,
'trailing_metadata': default_test_options,
+ 'write_buffering': default_test_options,
+ 'write_buffering_at_end': default_test_options,
}