Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.17 KB

File metadata and controls

39 lines (20 loc) · 1.17 KB

Module: human

Purpose

What?

This module provides chaostoolkit actions for human interaction. It supports:

  • Wait-For: Wait for human user to either press Enter to continue or CTRL-C to abort.

How?

  • Wait-For: Wait for keyboard input.

Why?

This is useful in combination with assess_filters_impact from the other modules as a way of "dry-run", see example.

Usage

Actions and Rollbacks

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 press Enter to continue or CTRL-C to abort.

Configuration

No configuration required.

Secrets

No secrets required.

Examples