mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rearranging tests
This commit is contained in:
parent
c48a3e412c
commit
761c576bf5
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ def test_salt_upgrade(salt_call_cli, install_salt):
|
|||
"""
|
||||
Test an upgrade of Salt, Minion and Master
|
||||
"""
|
||||
if not install_salt.upgrade:
|
||||
pytest.skip("Not testing an upgrade, do not run")
|
||||
|
||||
if install_salt.relenv:
|
||||
original_py_version = install_salt.package_python_version()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue