aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-06-11 11:35:32 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-06-11 11:35:32 -0700
commit50a72139297c6b8d526663e3d992201dc2797bb1 (patch)
tree986a003af499cb4ef1bed3196519d0a8ce848345 /test/cpp/naming/gen_build_yaml.py
parent27718ce64dc1d5dcfc954aa6748191259fc68c59 (diff)
Revert "Fix c-ares tests ipv6-only brokenness"
Diffstat (limited to 'test/cpp/naming/gen_build_yaml.py')
-rwxr-xr-xtest/cpp/naming/gen_build_yaml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/naming/gen_build_yaml.py b/test/cpp/naming/gen_build_yaml.py
index 6e63cbe483..a0767b21cf 100755
--- a/test/cpp/naming/gen_build_yaml.py
+++ b/test/cpp/naming/gen_build_yaml.py
@@ -22,6 +22,7 @@ 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)