create minions_denied in test-env, update wheel-test to expect minions_denied

This commit is contained in:
vs 2014-09-22 10:01:24 +02:00
parent 0aeff552b4
commit ca5e63ed24
2 changed files with 2 additions and 0 deletions

View file

@ -547,6 +547,7 @@ class TestDaemon(object):
verify_env([os.path.join(master_opts['pki_dir'], 'minions'),
os.path.join(master_opts['pki_dir'], 'minions_pre'),
os.path.join(master_opts['pki_dir'], 'minions_rejected'),
os.path.join(master_opts['pki_dir'], 'minions_denied'),
os.path.join(master_opts['cachedir'], 'jobs'),
os.path.join(master_opts['cachedir'], 'raet'),
os.path.join(syndic_master_opts['pki_dir'], 'minions'),

View file

@ -24,6 +24,7 @@ class KeyWheelModuleTest(integration.ClientCase):
],
'minions_rejected': [],
'minions_pre': [],
'minions_denied': [],
'minions': ['minion', 'sub_minion'],
})