mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
create minions_denied in test-env, update wheel-test to expect minions_denied
This commit is contained in:
parent
0aeff552b4
commit
ca5e63ed24
2 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
|
|
|
@ -24,6 +24,7 @@ class KeyWheelModuleTest(integration.ClientCase):
|
|||
],
|
||||
'minions_rejected': [],
|
||||
'minions_pre': [],
|
||||
'minions_denied': [],
|
||||
'minions': ['minion', 'sub_minion'],
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue