Go to file
Georg Pfuetzenreuter 5eb8acbe01
Implement force-stop argument
By default, the running-detection is good enough, and avoids a useless
Vagrant "destroy" call with a misleading informational message if
"--stop" is used.
However if the deployment was interupted and is in an inconsistent state,
the running-detection returns false results - in such cases, "--force-stop"
can be used to issue a "destroy" call without considering the detected
status.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-05-20 18:52:21 +02:00
LICENSE Add LICENSE 2023-05-20 14:38:44 +02:00
README.md Add README 2023-05-20 13:40:04 +02:00
scullery.py Implement force-stop argument 2023-05-20 18:52:21 +02:00
Vagrantfile-Template Improve option handling 2023-05-20 17:51:32 +02:00

Scullery

This is intended to be a replacement for KitchenCI and kitchen-salt, focussing on testing SaltStack states using Vagrant and Pytest/Testinfra.