mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix salt-key test for new minion
This commit is contained in:
parent
c9cddd2245
commit
dd6e2da941
@ -5,7 +5,7 @@ root_dir: /tmp/salttest
|
||||
pki_dir: pki
|
||||
id: minion
|
||||
cachedir: cachedir
|
||||
acceptance_wait_time: = 1
|
||||
#acceptance_wait_time: = 1
|
||||
open_mode: True
|
||||
log_file: minion
|
||||
|
||||
|
@ -20,6 +20,7 @@ class KeyTest(integration.ShellCase):
|
||||
'\x1b[1;31mUnaccepted Keys:\x1b[0m',
|
||||
'\x1b[1;32mAccepted Keys:\x1b[0m',
|
||||
'\x1b[0;32mminion\x1b[0m',
|
||||
'\x1b[0;32msub_minion\x1b[0m',
|
||||
'\x1b[1;34mRejected:\x1b[0m', '']
|
||||
self.assertEqual(data, expect)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user