Fix salt-key test for new minion

This commit is contained in:
Thomas S Hatch 2012-05-23 08:05:47 -06:00
parent c9cddd2245
commit dd6e2da941
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)