Lint diff against salt-testing

This commit is contained in:
Mike Place 2016-07-27 10:42:44 -06:00
parent 443e5cdde2
commit 39cd8da399

View file

@ -1218,7 +1218,7 @@ class ShellCase(AdaptedConfigurationTestCaseMixIn, ShellTestCase):
arg_str = '-c {0} {1}'.format(self.get_config_dir(), arg_str)
return self.run_script('salt', arg_str, with_retcode=with_retcode, catch_stderr=catch_stderr)
def run_ssh(self, arg_str, with_retcode=False, catch_stderr=False, timeout=25):
def run_ssh(self, arg_str, with_retcode=False, catch_stderr=False, timeout=25): # pylint: disable=W0221
'''
Execute salt-ssh
'''