Merge pull request #49182 from terminalmage/salt-jenkins-1078

Fix hanging syndic test
This commit is contained in:
Mike Place 2018-08-18 08:10:31 -04:00 committed by GitHub
commit 134f125b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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