mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
When using integration.run_tests
the SSH option is not available
This commit is contained in:
parent
649c7e6d01
commit
da42560286
@ -282,7 +282,7 @@ class TestDaemon(object):
|
||||
self.pre_setup_minions()
|
||||
self.setup_minions()
|
||||
|
||||
if self.parser.options.ssh:
|
||||
if getattr(self.parser.options, 'ssh', False):
|
||||
self.prep_ssh()
|
||||
|
||||
if self.parser.options.sysinfo:
|
||||
|
Loading…
Reference in New Issue
Block a user