Distributed data-plane performance testing tool
Go to file
Ilya Shakhat fc00bb4381 Minor docs improvements
Change-Id: I4b6764d8730740df2e223b04a6ed97aafa4a1fc3
2015-05-14 23:22:20 +03:00
doc/source Minor docs improvements 2015-05-14 23:22:20 +03:00
etc Change style of docs to standard RTFD 2015-05-08 17:28:46 +03:00
scenarios Add bunch of networking scenarios 2015-05-12 19:20:52 +03:00
shaker Merge "Add documentation" 2015-05-14 17:09:04 +00:00
tests Handle SIGINT while agents are joining the quorum 2015-05-08 17:06:08 +03:00
tools Install the agent from pypi instead of git master 2015-05-12 15:53:36 +03:00
.gitignore Initial commit 2015-01-28 18:56:01 +03:00
.gitreview Apply bootstrap styles to the report template 2015-02-16 22:25:51 +03:00
.testr.conf Initial commit 2015-01-28 18:56:01 +03:00
config-generator.conf Fix config processing for oslo.log 2015-03-03 17:38:25 +03:00
LICENSE Initial commit 2015-01-28 18:56:01 +03:00
openstack-common.conf Use oslo.log lib instead of incunator code 2015-03-03 16:14:19 +03:00
README.rst Add documentation 2015-05-14 19:51:30 +03:00
requirements-agent.txt Add separate setup config for building pyshaker-agent 2015-04-28 13:05:42 +03:00
requirements.txt Use MAC as default agent id 2015-04-20 17:02:55 +03:00
setup-agent.cfg Add separate setup config for building pyshaker-agent 2015-04-28 13:05:42 +03:00
setup.cfg Update readme file 2015-03-24 19:21:32 +03:00
setup.py Sync requirements with global list 2015-02-02 13:38:38 +03:00
test-requirements.txt Change style of docs to standard RTFD 2015-05-08 17:28:46 +03:00
tox.ini Detect lost agents 2015-04-07 14:01:14 +03:00

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

  1. pip install pyshaker - installs the tool and all its python dependencies
  2. shaker-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