Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.44 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.44 KB

sipp-docker

SIPp with Docker Compose support

What offers?

  • Easy way to test/change between versions;
  • Easy way to build with different FLAGS;
  • Easy way to add and execute scenarios;

How can i use it?

Build image

docker compose build sipp

Run Container

Without arguments (for checking only if SIPp is available - outputs version info)

docker compose up sipp

Execute SIPp scenario - from local terminal

docker compose run sipp sipp -i 172.25.0.1 -p 5060 172.25.0.3:5060 -r 1 -m 1 -sf /opt/options/options.xml
docker compose run sipp sipp -i 172.25.0.1 -p 5060 172.25.0.3:5060 -r 1 -m 1 -sf /opt/register/register.xml -inf /opt/register/register.csv

Execute SIPp scenario - inside container

docker compose run sipp shell
cd /opt ## sipp-scenarios folder volume target
sipp -i 10.0.0.1 -p 5060 10.0.0.2:5060 -r 1 -m 1 -sf options/options.xml