mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ensure salt_master is left running after test stopped it
This commit is contained in:
parent
4ee0f9410b
commit
770def9213
1 changed files with 4 additions and 0 deletions
|
@ -420,3 +420,7 @@ def test_paths_log_rotation(
|
|||
|
||||
bkup_count += 1
|
||||
assert ret.returncode == 0
|
||||
|
||||
# ensure leave salt_master running
|
||||
salt_master.start()
|
||||
assert salt_master.is_running() is True
|
||||
|
|
Loading…
Add table
Reference in a new issue