aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/gen_build_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/bad_client/gen_build_yaml.py')
-rwxr-xr-xtest/core/bad_client/gen_build_yaml.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/bad_client/gen_build_yaml.py b/test/core/bad_client/gen_build_yaml.py
index 62b2c26796..22b99e7cb4 100755
--- a/test/core/bad_client/gen_build_yaml.py
+++ b/test/core/bad_client/gen_build_yaml.py
@@ -40,9 +40,11 @@ default_test_options = TestOptions(False)
# maps test names to options
BAD_CLIENT_TESTS = {
+ 'badreq': default_test_options,
'connection_prefix': default_test_options,
'headers': default_test_options,
'initial_settings_frame': default_test_options,
+ 'server_registered_method': default_test_options,
'simple_request': default_test_options,
'window_overflow': default_test_options,
'unknown_frame': default_test_options,