This module provides chaostoolkit actions for human interaction. It supports:
- Wait-For: Wait for human user to either press
Enterto continue orCTRL-Cto abort.
- Wait-For: Wait for keyboard input.
This is useful in combination with assess_filters_impact from the other modules as a way of "dry-run", see example.
chaostoolkit introduces so-called actions that can be composed into experiments that perform operations against a system (here a human). The following actions are supported:
Module: chaosgarden.human.actions
wait_for: Wait for human user to either pressEnterto continue orCTRL-Cto abort.
No configuration required.
No secrets required.