mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
verify the raet cacedir in tests
This commit is contained in:
parent
0ee755e66d
commit
c1d151067d
1 changed files with 5 additions and 0 deletions
|
@ -544,23 +544,28 @@ class TestDaemon(object):
|
|||
os.path.join(master_opts['pki_dir'], 'minions_pre'),
|
||||
os.path.join(master_opts['pki_dir'], 'minions_rejected'),
|
||||
os.path.join(master_opts['cachedir'], 'jobs'),
|
||||
os.path.join(master_opts['cachedir'], 'raet'),
|
||||
os.path.join(syndic_master_opts['pki_dir'], 'minions'),
|
||||
os.path.join(syndic_master_opts['pki_dir'], 'minions_pre'),
|
||||
os.path.join(syndic_master_opts['pki_dir'], 'minions_rejected'),
|
||||
os.path.join(syndic_master_opts['cachedir'], 'jobs'),
|
||||
os.path.join(syndic_master_opts['cachedir'], 'raet'),
|
||||
os.path.join(master_opts['pki_dir'], 'accepted'),
|
||||
os.path.join(master_opts['pki_dir'], 'rejected'),
|
||||
os.path.join(master_opts['pki_dir'], 'pending'),
|
||||
os.path.join(syndic_master_opts['pki_dir'], 'accepted'),
|
||||
os.path.join(syndic_master_opts['pki_dir'], 'rejected'),
|
||||
os.path.join(syndic_master_opts['pki_dir'], 'pending'),
|
||||
os.path.join(syndic_master_opts['cachedir'], 'raet'),
|
||||
|
||||
os.path.join(minion_opts['pki_dir'], 'accepted'),
|
||||
os.path.join(minion_opts['pki_dir'], 'rejected'),
|
||||
os.path.join(minion_opts['pki_dir'], 'pending'),
|
||||
os.path.join(minion_opts['cachedir'], 'raet'),
|
||||
os.path.join(sub_minion_opts['pki_dir'], 'accepted'),
|
||||
os.path.join(sub_minion_opts['pki_dir'], 'rejected'),
|
||||
os.path.join(sub_minion_opts['pki_dir'], 'pending'),
|
||||
os.path.join(sub_minion_opts['cachedir'], 'raet'),
|
||||
os.path.dirname(master_opts['log_file']),
|
||||
minion_opts['extension_modules'],
|
||||
sub_minion_opts['extension_modules'],
|
||||
|
|
Loading…
Add table
Reference in a new issue