forked from p15670423/monkey
653bfbd24b
The AWSCommandRunner is a subclass of CmdRunner, which attempts to make it easy to run commands on AWS nodes asynchronously. There are some issues with the implementation, including unnecessary complexity and a circular dependency between the CmdRunner and Cmd classes. A simple function that runs a single command on a single instance is a simpler solution. It can be run with a thread worker pool if asynchronicity is required. |
||
---|---|---|
.. | ||
common | ||
infection_monkey | ||
monkey_island | ||
tests | ||
.coveragerc | ||
__init__.py | ||
codecov.yml | ||
infection_monkey.py | ||
monkey_island.py |