aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-06-07 16:40:34 -0700
committerGravatar GitHub <noreply@github.com>2018-06-07 16:40:34 -0700
commit0e8b122f7f89d80bcb2183eeb6979674903ec6f4 (patch)
tree34a59417f3097ef51d4f30d05a98247933ded364 /test/cpp/naming/gen_build_yaml.py
parent701a4b1c32a6da0c246bfe573ef3c96a9c652cc2 (diff)
parent27718ce64dc1d5dcfc954aa6748191259fc68c59 (diff)
Merge pull request #14649 from apolcyn/fix_cares_test_on_ipv6_only
Address comments on #14610, fix c-ares tests on ipv6-only hosts
Diffstat (limited to 'test/cpp/naming/gen_build_yaml.py')
-rwxr-xr-xtest/cpp/naming/gen_build_yaml.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/naming/gen_build_yaml.py b/test/cpp/naming/gen_build_yaml.py
index baa6512f62..eb2c01e7ad 100755
--- a/test/cpp/naming/gen_build_yaml.py
+++ b/test/cpp/naming/gen_build_yaml.py
@@ -22,7 +22,6 @@ import collections
import hashlib
import json
-_LOCAL_DNS_SERVER_ADDRESS = '127.0.0.1:15353'
def _append_zone_name(name, zone_name):
return '%s.%s' % (name, zone_name)