aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-03-29 01:54:08 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-03-29 01:58:13 -0700
commitb2caafc911af90de5f4f896f2f4daf567ab8da70 (patch)
tree9992163b80996f9fa22eecf298b58ac623ba46a3 /test/core/end2end/gen_build_yaml.py
parent7dc3629a7df53248c703e9a015604101b431e546 (diff)
Add max_connection_idle test
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index d40f852e49..518316e3e0 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -123,6 +123,7 @@ END2END_TESTS = {
'large_metadata': default_test_options,
'max_concurrent_streams': default_test_options._replace(proxyable=False),
'max_connection_age': default_test_options,
+ 'max_connection_idle': default_test_options,
'max_message_length': default_test_options,
'negative_deadline': default_test_options,
'network_status_change': default_test_options,