mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
When using integration.run_tests
the SSH option is not available
This commit is contained in:
parent
649c7e6d01
commit
da42560286
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue