You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues with services and pytest-salt-factories
Fixes issues with services in the pkg upgrade systemd tests:
* Stopping a salt service that is using the log engine from
pytest-salt-factories fails if systemd is set to KillMode=process, which
is the current setup in salt's packages. Added a fixture to override
for these tests, otherwise we end up with services in a failed state.
* SaltPkgInstall.install() stops services on ubuntu/debian after install
which is the right thing to do in most cases, but in these tests we need
to check the state of services immeadiately after install. Added a
stop_services arg to install()
0 commit comments