aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-07-13 23:09:34 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-07-13 23:48:20 -0700
commit824363dc2f521d0712ab7d6bc03f15939ea51aa5 (patch)
tree43b79398d90565b19082e3e177016bfb93f63d34 /test/core/end2end/gen_build_yaml.py
parentc0299df85decd3197c45550f19c874a8d96b8318 (diff)
Simplified LR filter
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 2bd028a45a..1c948ba24a 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -53,6 +53,7 @@ fd_unsecure_fixture_options = default_unsecure_fixture_options._replace(
END2END_FIXTURES = {
'h2_compress': default_unsecure_fixture_options,
'h2_census': default_unsecure_fixture_options,
+ 'h2_load_reporting': default_unsecure_fixture_options,
'h2_fakesec': default_secure_fixture_options._replace(ci_mac=False),
'h2_fd': fd_unsecure_fixture_options,
'h2_full': default_unsecure_fixture_options,