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()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pantera-0.1.2.tar.gz
(2.2 kB
view details)
File details
Details for the file pantera-0.1.2.tar.gz.
File metadata
- Download URL: pantera-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ec2acfe4680597c1db8ac258624d228a317be47eeb64ad080442fd92acbbe4b
|
|
| MD5 |
870c14e85a3927151c2c1055f9df37aa
|
|
| BLAKE2b-256 |
df82ac5d28e4ff457c420dc509845fa4d94361cf4b2336e7a6ad3786dd3a6204
|