mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Revert "Fix integration tests launching - remove redundant "config_dir" argument in call to ShellTestCase.run_run from SaltDaemonScriptBase._wait_until_running"
This commit is contained in:
parent
c00da99e31
commit
430ea9e780
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -50,7 +50,6 @@ htmlcov/
|
||||||
/*.iml
|
/*.iml
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
/.vscode
|
|
||||||
|
|
||||||
# ignore ctags file
|
# ignore ctags file
|
||||||
tags
|
tags
|
||||||
|
|
|
@ -618,7 +618,7 @@ class SaltDaemonScriptBase(SaltScriptBase, ShellTestCase):
|
||||||
pass
|
pass
|
||||||
del sock
|
del sock
|
||||||
elif isinstance(port, str):
|
elif isinstance(port, str):
|
||||||
joined = self.run_run('manage.joined')
|
joined = self.run_run('manage.joined', config_dir=self.config_dir)
|
||||||
joined = [x.lstrip('- ') for x in joined]
|
joined = [x.lstrip('- ') for x in joined]
|
||||||
if port in joined:
|
if port in joined:
|
||||||
check_ports.remove(port)
|
check_ports.remove(port)
|
||||||
|
|
Loading…
Add table
Reference in a new issue