Sign inSign up

opensips/sipssert

By opensips

Updated 12 days ago

SIPssert Testing Framework is a tool used for facilitating conformity testing of complex VoIP setups

Image
Integration & delivery
0

1.0K

opensips/sipssert repository overview

Docker Image for SIPssert

This image can be used to run the SIPssert tool for a test set provided by the user. Build the image with the following command:

docker build -t opensips/sipssert .

Due to the fact that the SIPssert containers are actually started from the host environment, we need to provide the host's relative path to the scenarios. Since this is unknown in the SIPssert's container environment, we need match the exact host's filesystem layout for the tests directory. So, go to your test directory and run the following command:

docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):$(pwd) -w $(pwd) opensips/sipssert .

Sources of this docker image can he found on GitHub.

Tag summary

Content type

Image

Digest

sha256:6dcb1a622

Size

65.6 MB

Last updated

12 days ago

docker pull opensips/sipssert