Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 647 Bytes

Build Status

Docker turn tester

Requirements

Docker

Usage

This is intended to verify the functionality of a turn server. Just run it like this:

./test.sh <turn server url>

Alternatively you can specify a .config file with a list of turn servers. The script will run through them.

./test.sh

Customization

You can run different arguments for turnutils_uclient. Just set ARGS in the test script.

You can also specify the timeout for the commands in test.sh. Set TIMEOUT variable.