mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add back changes lost in cherry-pick
This commit is contained in:
parent
a2365317f2
commit
186d333c92
2 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ class CallTest(ShellCase, testprogram.TestProgramCase, ShellCaseCommonTestsMixin
|
|||
self.run_script(
|
||||
'salt-call',
|
||||
'-c {0} --output-file={1} -l trace -g'.format(
|
||||
self.get_config_dir(),
|
||||
self.config_dir,
|
||||
output_file
|
||||
),
|
||||
catch_stderr=True,
|
||||
|
|
|
@ -48,7 +48,7 @@ class SSHPasswordTests(ShellCase):
|
|||
opts['selected_target_option'] = 'glob'
|
||||
opts['tgt'] = 'localhost'
|
||||
opts['arg'] = []
|
||||
roster = os.path.join(self.get_config_dir(), 'roster')
|
||||
roster = os.path.join(self.config_dir, 'roster')
|
||||
handle_ssh_ret = [
|
||||
{'localhost': {'retcode': 255, 'stderr': u'Permission denied (publickey).\r\n', 'stdout': ''}},
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue