aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-07-19 10:26:41 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-07-19 10:26:41 -0700
commitf7350ea6b7b58d632bf4a8aafaa0354e022d9c0b (patch)
treebf1ca22ba21e82f0290f76d064df03e139614d5c /test/core/end2end/gen_build_yaml.py
parent19fc5526b2604b3dace6ebfa7f6ffb786fd6bba2 (diff)
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
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 6dffacf9d7..53ee962222 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -122,6 +122,7 @@ END2END_TESTS = {
'no_logging': default_test_options._replace(traceable=False),
'no_op': default_test_options,
'payload': default_test_options,
+ 'payload_with_proxy_auth': default_test_options,
'load_reporting_hook': default_test_options,
'ping_pong_streaming': default_test_options._replace(cpu_cost=LOWCPU),
'ping': connectivity_test_options._replace(proxyable=False, cpu_cost=LOWCPU),