linphone-iphone/tester
François Grisez 11497e7066 Fix testers of the "Player" suite
The ms2 funcion used to detect which codec was supported for decoding
was unsuitable.
2015-09-29 11:08:15 +02:00
..
certificates tester: update *.linphone.org certificate since it has been changed a few hours earlier 2015-09-24 15:09:55 +02:00
common tester: fix memory leaks in common 2015-09-28 11:34:09 +02:00
flexisip fix compilation issue 2015-09-21 16:31:07 +02:00
images improve test reliability for rctp 2013-12-04 09:02:37 +01:00
rcfiles Finally RTT test is working 2015-09-25 15:33:53 +02:00
sipp Added test for multiple video streams in sdp 2015-09-22 10:55:43 +02:00
sounds Copy Sintel trailer testing videos from mediastreamer to linphone 2015-09-23 15:53:02 +02:00
accountmanager.c tester: account are now valid 3 hours since all tests are during 1H+ 2015-09-28 15:29:50 +02:00
call_tester.c Fix bug 0002495: ICE restart doesn't work as expected. 2015-09-28 17:04:51 +02:00
CMakeLists.txt merge add http proxy for sip 2015-09-24 16:48:19 +02:00
complex_sip_call_tester.c merge add http proxy for sip 2015-09-24 16:48:19 +02:00
dtmf_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
eventapi_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
flexisip_tester.c tester: update bc_tester_utils and fix some tests - disable stderr for sipp because corrupting output is not great at all 2015-09-23 14:09:52 +02:00
liblinphone_tester.c tester: remove --config since bc tester already provide it now 2015-09-24 11:13:28 +02:00
liblinphone_tester.h fix crash in linphone_core_destroy() when releasing the chat rooms while belle_sip_provider_t no longer exists, and fix many memory leaks 2015-09-22 22:43:31 +02:00
liblinphone_tester_windows.cpp Allow belle-sip-tester for Windows 10 to be launched with the liblinphone-tester URI scheme. 2015-09-25 17:15:48 +02:00
liblinphone_tester_windows.h Fix build for Windows 10 with final version of Visual Studio 2015. 2015-08-03 10:51:25 +02:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
log_collection_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
Makefile.am complex_sip_call: rename to complex_sip_call_tester for consistency 2015-09-22 13:53:00 +02:00
marie_xml Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
message_tester.c tester: account are now valid 3 hours since all tests are during 1H+ 2015-09-28 15:29:50 +02:00
messages.db Add method to retrieve size of a conversation history and a part of it 2014-08-19 11:31:40 +02:00
multi_call_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
multicast_call_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
offeranswer_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
player_tester.c Fix testers of the "Player" suite 2015-09-29 11:08:15 +02:00
presence_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
proxy_config_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
quality_reporting_tester.c fix tests 2015-09-23 16:31:16 +02:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
remote_provisioning_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
setup_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
stun_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
tester.c message_tester.c: abort test if message has not been received, fix crash and reformat it 2015-09-24 14:52:04 +02:00
tester_hosts add tests to check sips and ipv6 support of flexisip 2015-02-02 18:13:55 +01:00
tunnel_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
upnp_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
video_tester.c tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00

This is the test suite of liblinphone, with many tests suites for Register, Calls, Message, Presence.

All thoses tests suites require a SIP server configured accordingly in order to execute. Naturally a Flexisip SIP server is used, whose configuration is put in the flexisip/ directory here.

In order to invoke it, just place into the tester directory and run 
$ flexisip --configfile flexisip/flexisip.conf

The tester_hosts file contains the host-like DNS configuration file to be used by the test suite in order to resolve the virtual SIP domains used by the SIP stack.
It is possible to run the flexisip SIP server and the test suite on the same machine by passing a new tester_hosts file where domains resolve to 127.0.0.1 to the tester, using the --dns-hosts option.