HSG-MCS-HS21_tapas/.experiments/readme.md

15 lines
221 B
Markdown
Raw Normal View History

2021-11-28 17:20:36 +00:00
# Create python env
python3 -m venv ~/.venvs/chaostk
# Activate python env
source ~/.venvs/chaostk/bin/activate
# Run tests
chaos run latency.json
chaos run kill-restart.json
# Disable tests
chaos run disable.json