mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28842 from cachedout/tcp_shell_test
Add transport setting to shell test
This commit is contained in:
commit
778ace3ca5
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
|
|||
'open_mode': True,
|
||||
'log_file': logfile,
|
||||
'log_level': 'quiet',
|
||||
'log_level_logfile': 'info'
|
||||
'log_level_logfile': 'info',
|
||||
'transport': self.master_opts['transport'],
|
||||
}
|
||||
|
||||
# Remove existing logfile
|
||||
|
|
Loading…
Add table
Reference in a new issue