aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-01-03 21:16:05 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-01-05 01:15:40 +0000
commit8803ae8c3a643f35d15c9269872d3c1fd2cc8409 (patch)
treedbf5babfdce6a085f65e067a2577638170e79ea6 /test/core/end2end/gen_build_yaml.py
parent740ae63a8a816369b18b8ac9602a9acc7cc0b30d (diff)
build changes
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 201a92a1fd..3ae2b2cb9c 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -91,6 +91,7 @@ LOWCPU = 0.1
# maps test names to options
END2END_TESTS = {
+ 'authority_not_supported': default_test_options,
'bad_hostname': default_test_options,
'binary_metadata': default_test_options,
'resource_quota_server': default_test_options._replace(large_writes=True,
@@ -125,6 +126,7 @@ END2END_TESTS = {
'network_status_change': default_test_options,
'no_logging': default_test_options._replace(traceable=False),
'no_op': default_test_options,
+ 'packet_coalescing': default_test_options,
'payload': default_test_options,
'load_reporting_hook': default_test_options,
'ping_pong_streaming': default_test_options,
@@ -142,7 +144,6 @@ END2END_TESTS = {
'simple_request': default_test_options,
'streaming_error_response': default_test_options,
'trailing_metadata': default_test_options,
- 'authority_not_supported': default_test_options,
}