Skip to main content

tool to add some chaos on tsuru PaaS

Project description

pantera is a tool to test the resilience fo cloud applications based on ec2.

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()

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page