aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-07 10:09:44 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-07 10:09:44 -0800
commit535701c5bd8e36a2be5db16c42964515982e78b6 (patch)
tree6cf39aebb91d50504cc3db59ba218a30e0c2f6c9 /test/core/bad_client/gen_build_yaml.py
parentb67ef24d776fcc2a0b75ca4c85f58be762d0c68d (diff)
Add bad hpack frame tests
Diffstat (limited to 'test/core/bad_client/gen_build_yaml.py')
-rwxr-xr-xtest/core/bad_client/gen_build_yaml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/bad_client/gen_build_yaml.py b/test/core/bad_client/gen_build_yaml.py
index 3df889ecda..86ada9896b 100755
--- a/test/core/bad_client/gen_build_yaml.py
+++ b/test/core/bad_client/gen_build_yaml.py
@@ -42,6 +42,7 @@ default_test_options = TestOptions(False)
BAD_CLIENT_TESTS = {
'connection_prefix': default_test_options,
'initial_settings_frame': default_test_options,
+ 'headers': default_test_options,
}
def main():