Stop error messages about missing roster file on syndic master

This commit is contained in:
Pedro Algarvio 2019-05-27 11:46:31 +01:00
parent 6bf8f46df3
commit cefdd907c1
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -530,6 +530,7 @@ class TestDaemon(object):
'''
roster_path = os.path.join(FILES, 'conf/_ssh/roster')
shutil.copy(roster_path, RUNTIME_VARS.TMP_CONF_DIR)
shutil.copy(roster_path, RUNTIME_VARS.TMP_SYNDIC_MASTER_CONF_DIR)
def prep_ssh(self):
'''