When using integration.run_tests the SSH option is not available

This commit is contained in:
Pedro Algarvio 2014-06-04 13:43:59 +01:00
parent 649c7e6d01
commit da42560286

View File

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