mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run salt's daemons as system services for the package tests
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
71a88564a5
commit
52a70c33b9
1 changed files with 2 additions and 0 deletions
|
@ -1869,6 +1869,8 @@ def ci_test_onedir_pkgs(session):
|
|||
if chunk in ("upgrade-classic", "downgrade-classic"):
|
||||
cmd_args.append("--classic")
|
||||
|
||||
cmd_args.append("--pkg-system-service")
|
||||
|
||||
pytest_args = (
|
||||
cmd_args[:]
|
||||
+ [
|
||||
|
|
Loading…
Add table
Reference in a new issue