linphone-iphone/tester
2016-09-30 00:39:57 +02:00
..
certificates Added tests + changes to make tls authentication on LinphoneAuthInfo work 2016-09-20 18:07:57 +02:00
flexisip tester: update presence tests 2016-08-02 14:30:38 +02:00
images improve test reliability for rctp 2013-12-04 09:02:37 +01:00
rcfiles Updated client TLS tester 2016-09-29 11:40:44 +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 Revert to old auth_info_requested callback and added a new one instead 2016-09-21 13:03:23 +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 license: update FSF address 2016-07-27 11:58:38 +02:00
call_multi_tester.c fix header replaces usage according to rfc3891 2016-09-28 11:24:52 +02:00
call_multicast_tester.c Replace MSList by bctbx_list_t in tools and tester. 2016-06-16 18:32:21 +02:00
call_single_tester.c fix multi call testers 2016-09-28 16:54:16 +02:00
call_video_tester.c Handle IPv6 for ICE and TURN. 2016-07-21 16:39:30 +02:00
CMakeLists.txt Updated client TLS tester 2016-09-29 11:40:44 +02:00
complex_sip_case_tester.c Fix build for Windows 10. 2016-07-04 15:20:13 +02: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 Robustize LinphoneEvent api, fix memory leaks and crashes in error conditions. 2016-09-30 00:39:57 +02:00
flexisip_tester.c Robustize LinphoneEvent api, fix memory leaks and crashes in error conditions. 2016-09-30 00:39:57 +02:00
liblinphone_tester.c fix logs and ipv6 enablement in tester. 2016-09-16 09:11:41 +02:00
liblinphone_tester.h Robustize LinphoneEvent api, fix memory leaks and crashes in error conditions. 2016-09-30 00:39:57 +02:00
liblinphone_tester_ios.m license: update FSF address 2016-07-27 11:58:38 +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-07 14:30:35 +02:00
Makefile.am Updated client TLS tester 2016-09-29 11:40:44 +02:00
message_tester.c Revert to old auth_info_requested callback and added a new one instead 2016-09-21 13:03:23 +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
offeranswer_tester.c offeranswer_tester.c: rename test to non-already-used name 2016-06-15 14:42:15 +02:00
player_tester.c player_tester.c: fix test on ios 2016-04-28 14:28:23 +02:00
presence_server_tester.c heavy rework of lists, presence list subscriptions, and fix many memory leaks 2016-09-22 22:10:36 +02:00
presence_tester.c heavy rework of lists, presence list subscriptions, and fix many memory leaks 2016-09-22 22:10:36 +02:00
proxy_config_tester.c add tester for trunk prefix removal in case of e164 number 2016-09-15 15:40:00 +02:00
quality_reporting_tester.c Fix build for Windows 10. 2016-07-04 15:20:13 +02:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c Updated client TLS tester 2016-09-29 11:40:44 +02:00
remote_provisioning_tester.c tester: add phone alias for test accounts 2016-07-22 10:58:38 +02:00
setup_tester.c fix absence of assert report in xml output of tests when a test is leaking memory. 2016-09-26 16:02:16 +02:00
stun_tester.c Disable IPv6 explicitely in STUN testers because it is now enabled by default. 2016-09-27 16:54:31 +02:00
tester.c fix multi call testers 2016-09-28 16:54:16 +02:00
tester_hosts enable ice when ipv6 is enabled but call is ipv4 2016-06-08 11:46:41 +02:00
tunnel_tester.c big rework of Tunnel management 2016-08-18 18:51:11 +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 fix build issues 2016-09-23 11:01:49 +02:00
video_tester.c Replace MSList by bctbx_list_t in tools and tester. 2016-06-16 18:32:21 +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.