Distributed data-plane performance testing tool
11b9850c98
Change-Id: I81b8a14b7b474e16f943d7e9e7e6405e93e17303 |
||
---|---|---|
doc/source | ||
etc | ||
shaker | ||
tools | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
config-generator.conf | ||
LICENSE | ||
openstack-common.conf | ||
README.rst | ||
requirements-agent.txt | ||
requirements.txt | ||
setup-agent.cfg | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Shaker
The distributed data-plane testing tool for OpenStack.
Features
- User-defined topology via Heat templates
- Simultaneously test execution on multiple instances
- Pluggable tools
- Interactive report with stats and charts
Requirements
- Shaker server routable from OpenStack cloud
- Admin-user access to OpenStack API
Setup
pip install pyshaker
- installs the tool and all its python dependenciesshaker-image-builder
- builds shaker image and stores it in Glance
Run
shaker --server-endpoint <host:port> --scenario <scenario.yaml> --report <report.html>
- where:
<host:port>
- address of machine where Shaker is deployed and any free port<scenario.yaml>
- the scenario to execute; L2, L3 east-west and L3 north-south already included<report.html>
- file to store the report
Links
- Launchpad - https://launchpad.net/shaker/
- Docs - http://pyshaker.readthedocs.org/
- PyPi - https://pypi.python.org/pypi/pyshaker/