Ilya Shakhat 46216f0ad1 Work with OpenStack python client in a modern manner
* Replace all home-brewn code to work with OpenStack clients
  with os-client-config lib. No need to monitor token expiration
  for heat client anymore!
* Add 'os-project-name' parameter as it becomes standard
* Sync requirements to the latest

Closes-Bug: 1573504

Change-Id: I7520b9aed075074b4b47551eb22d18e568da83dd
2016-04-26 10:12:24 +03:00
2015-01-28 18:56:01 +03:00
2015-10-17 22:38:47 +00:00
2015-07-09 11:12:29 +03:00
2015-01-28 18:56:01 +03:00
2015-12-24 16:34:53 +03:00
2015-11-12 14:05:16 +03:00

Shaker

The distributed data-plane testing tool built for OpenStack.

Shaker wraps around popular system network testing tools like iperf, iperf3 and netperf (with help of flent). Shaker is able to deploy OpenStack instances and networks in different topologies. Shaker scenario specifies the deployment and list of tests to execute. Additionally tests may be tuned dynamically in command-line.

Features:

  • User-defined topology via Heat templates
  • Simultaneously test execution on multiple instances
  • Pluggable tools
  • Interactive report with stats and charts
  • Built-in SLA verification

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
Links:
Description
Distributed data-plane performance testing tool
Readme 3.5 MiB
Languages
Python 91%
HTML 8%
Shell 0.8%
Dockerfile 0.2%