Fix hanging syndic test

There was no `syndic_master` and the fallback DNS lookup failed. This
caused a traceback which hung the test suite.
This commit is contained in:
Erik Johnson 2018-08-17 17:30:22 -05:00
parent 58034c9dc3
commit a2d2cd317b
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -742,6 +742,7 @@ class TestDaemon(object):
master_opts['config_dir'] = RUNTIME_VARS.TMP_CONF_DIR
master_opts['root_dir'] = os.path.join(TMP, 'rootdir')
master_opts['pki_dir'] = os.path.join(TMP, 'rootdir', 'pki', 'master')
master_opts['syndic_master'] = 'localhost'
# This is the syndic for master
# Let's start with a copy of the syndic master configuration