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.3.tar.gz
(2.6 kB
view details)
File details
Details for the file pantera-0.1.3.tar.gz.
File metadata
- Download URL: pantera-0.1.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
669ec7a41e492fe4872b1cba0b270c9f0d8018e4f0a0cf4b62e1db66aeca8d89
|
|
| MD5 |
7ebef1616aad3a2d69858071c8233a54
|
|
| BLAKE2b-256 |
de7eb3204f2b0ed34754d0f9c88eaa024c14fa5d9dd786586adf7ebd97567423
|