cookbook 'sipp', '= 1.0.0'
sipp (2) Versions 1.0.0 Follow0
Patches and Installs the SIPp load testing tool
cookbook 'sipp', '= 1.0.0', :supermarket
knife supermarket install sipp
knife supermarket download sipp
SIPp cookbook
This Chef cookbook installs a version of SIPp suitably patched for testing telephony applications with media.
Requirements
Tested on Ubuntu 12.04.
Usage
Add recipe[sipp]
to your node's run list
Attributes
-
node['sipp']['version']
- the version of SIPp to install (default3.3
) -
node['sipp']['build_dependencies']
- the OS packages to install as dependencies for building SIPp (default%w{build-essential openssl libssl-dev libpcap-dev libncurses5-dev}
)
Recipes
-
sipp
- Fetches, patches, and installs SIPp
Author
Author:: Luca Pradovera (lpradovera@mojolingo.com)
Author:: Ben Langfeld (ben@langfeld.me)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.