mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
clean up extra prints in the test run
This commit is contained in:
parent
4f2564e95c
commit
6d57ea1d5e
2 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,9 @@ Test the hosts module
|
|||
import os
|
||||
|
||||
# Import Salt libs
|
||||
import daemon
|
||||
import saltunittest
|
||||
|
||||
class HostsModuleTest(daemon.ModuleCase):
|
||||
class HostsModuleTest(saltunittest.ModuleCase):
|
||||
def setUp(self):
|
||||
self._hfn = [f.hosts_filename for f in monkey_pathed]
|
||||
self.files = os.path.join(TEMPLATES_DIR, 'files')
|
||||
|
|
|
@ -49,7 +49,6 @@ class TestDaemon(object):
|
|||
'''
|
||||
master_opts = salt.config.master_config(os.path.join(TEST_DIR, 'files/conf/master'))
|
||||
minion_opts = salt.config.minion_config(os.path.join(TEST_DIR, 'files/conf/minion'))
|
||||
print minion_opts
|
||||
salt.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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue