All Projects → tsuru → pantera

tsuru / pantera

Licence: BSD-3-Clause license
Pantera is a tool to test the resilience of cloud applications.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
https://secure.travis-ci.org/tsuru/pantera.png Latest Version

pantera

Pantera is a tool to test the resilience of cloud applications. It's based on EC2 instances, and process management. It's able to destroy, stop and reboot instances, and also able to kill process locally and remotely.

Installation

$ pip install pantera

Usage

First open the interactive python shell:

$ python

Then:

>>> from pantera import random_run
>>> random_run("ec2-access-key", "ec2-secret-key")

This will run a random action, using the given parameters.

You can also run a specific action:

>>> from pantera import run
>>> run("terminate", "ec2-access-key", "ec2-secret-key")

To check the list of available actions:

>>> from pantera import list_actions
>>> list_actions()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].