mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
58034c9dc3
commit
a2d2cd317b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue