linphone-iphone/tester
2016-06-14 12:23:20 +02:00
..
certificates Revert "update test certificates with 2048bits rosa key" 2016-03-21 11:30:52 +01:00
flexisip use belle-sip refresher with dialog terminated recovery capability 2016-01-28 17:48:11 +01:00
images improve test reliability for rctp 2013-12-04 09:02:37 +01:00
rcfiles fix ordering of newly added codecs 2016-06-08 13:15:00 +02:00
sipp add flexisip test [subscribe on wrong dialog] 2016-03-02 18:16:55 +01:00
sounds Reduced sized of hello44100 to perform audio bypass test suite faster 2016-05-18 14:42:23 +02:00
vcards win32: use _WIN32 macro instead of WIN32 2016-03-09 16:25:08 +01:00
accountmanager.c tester: increase extra time for DNS SRV resolution timeout 2016-06-13 10:55:55 +02:00
audio_bypass_tester.c Reduced sized of hello44100 to perform audio bypass test suite faster 2016-05-18 14:42:23 +02:00
audio_bypass_wav_header.h Fixed audio bypass tester for Android 2016-05-03 16:22:46 +02:00
call_tester.c Replace old MSG_STORAGE_ENABLED and CALL_LOGS_STORAGE_ENABLED by SQL_STORAGE_ENABLED 2016-06-14 11:10:00 +02:00
CMakeLists.txt Started audio bypass tester 2016-04-28 14:19:17 +02:00
complex_sip_call_tester.c fix compilation problem 2016-03-02 22:10:11 +01:00
dtmf_tester.c Merge branch 'master' of git.linphone.org:linphone into dev_msfactory 2016-01-28 09:13:43 +01:00
eventapi_tester.c implement the sending of out-of-dialog NOTIFYs, and add non-regression test 2016-05-27 23:03:05 +02:00
flexisip_tester.c tester: add simple call using UDP 2016-06-03 12:12:02 +02:00
liblinphone_tester.c Moved bctoolbox set_log_level from tester to liblinphone 2016-06-14 12:23:20 +02:00
liblinphone_tester.h improve nat64 support for Apple platform 2016-06-07 13:59:13 +02:00
liblinphone_tester_windows.cpp Fix build for Windows 10. 2016-02-02 14:37:23 +01:00
liblinphone_tester_windows.h Use correct namespaces and winmd name when building for Windows 10. 2016-01-26 15:23:02 +01:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
log_collection_tester.c tester: fix crash on iOS, and do NOT check for stun when not in ICE test 2016-06-03 12:12:29 +02:00
Makefile.am tester: add simple call using UDP 2016-06-03 12:12:02 +02:00
marie_xml Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
message_tester.c Replace old MSG_STORAGE_ENABLED and CALL_LOGS_STORAGE_ENABLED by SQL_STORAGE_ENABLED 2016-06-14 11:10:00 +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: fix crash on iOS, and do NOT check for stun when not in ICE test 2016-06-03 12:12:29 +02:00
multicast_call_tester.c tester: use H264 codec when using mire webcam because VP8 does not handle Mire properly, leading to failed tests on iOS 2016-06-10 16:45:35 +02:00
offeranswer_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
player_tester.c player_tester.c: fix test on ios 2016-04-28 14:28:23 +02:00
presence_server_tester.c presence_server: fix memory leaks 2016-04-29 16:40:49 +02:00
presence_tester.c Fix compilation 2016-05-11 15:43:38 +02:00
proxy_config_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
quality_reporting_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c Fix some depreciation warnings. 2016-03-10 17:57:27 +01:00
remote_provisioning_tester.c tester: fix failing remote provisioning test 2016-04-14 16:56:34 +02:00
setup_tester.c fix ordering of newly added codecs 2016-06-08 13:15:00 +02:00
stun_tester.c fix audio-only build 2016-06-03 18:56:03 +02:00
tester.c improve nat64 support for Apple platform 2016-06-07 13:59:13 +02:00
tester_hosts improve nat64 support for Apple platform 2016-06-07 13:59:13 +02:00
tunnel_tester.c Fixes 'Register on second tunnel' test 2016-04-22 16:45:48 +02:00
upnp_tester.c Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
vcard_tester.c Improved import friends from vcards feature + set bctoolbox logger in linphone tester 2016-06-14 11:44:43 +02:00
video_tester.c tester: add simple call using UDP 2016-06-03 12:12:02 +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.