linphone-ios/tester
2017-04-11 13:29:35 +02:00
..
certificates add new tests in Flexisip suite in order to test that flexisip properly accept and reject clients using TLS client based authentication. 2016-11-17 15:03:05 +01:00
flexisip fix config file 2016-11-17 15:19:05 +01:00
images Rework chat handling. 2017-01-31 12:25:12 +01:00
rcfiles Fix account_creator tests server 2017-03-28 17:08:01 +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
account_creator_tester.c Change the account creator API so that it is wrapper-friendly. 2017-03-31 11:52:26 +02:00
accountmanager.c Report call logs for calls aborted before they are notified to the application. 2017-04-03 15:31:13 +02:00
audio_bypass_tester.c Adapt some unstable tests. 2017-02-10 14:28:41 +01:00
audio_bypass_wav_header.h license: update FSF address 2016-07-27 11:58:38 +02:00
call_multi_tester.c Remove a lot of deprecation warnings. 2017-03-17 17:49:45 +01:00
call_multicast_tester.c Remove a lot of deprecation warnings. 2017-03-17 17:49:45 +01:00
call_single_tester.c Merge branch 'master' into dev_loc 2017-04-11 13:29:35 +02:00
call_video_tester.c add new test (that works) and deprecate LinphoneCall.getCurrentParamsCopy(). 2017-03-22 17:35:20 +01:00
CMakeLists.txt Add account_creator_rc file to CMakelists and makefile 2017-03-29 13:24:12 +02:00
complex_sip_case_tester.c Remove a lot of deprecation warnings. 2017-03-17 17:49:45 +01:00
dtmf_tester.c Remove a lot of deprecation warnings. 2017-03-17 17:49:45 +01:00
eventapi_tester.c fix potential crash in eventapi tester 2016-12-10 13:19:08 +01:00
flexisip_tester.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
liblinphone_tester.c Use correct macro to detect Android build. 2017-03-08 13:12:02 +01:00
liblinphone_tester.h Add account creator tester 2017-03-28 16:57:17 +02:00
liblinphone_tester_ios.m Fix build issue 2017-03-24 15:57:58 +01:00
liblinphone_tester_windows.cpp Prevent crash in Windows 10 tester for tests with the "Skip" tag. 2017-01-12 17:47:25 +01:00
liblinphone_tester_windows.h Fix liblinphone tester windows 2016-11-22 16:03:59 +01:00
local_tester_hosts make sure normalized phone numbers are computed for each new subscription to take into account potentiel proxy config changes. 2016-11-15 09:27:02 +01:00
log_collection_tester.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
Makefile.am fix Makefile.am 2017-03-31 14:55:23 +02:00
message_tester.c Switch to sql based zrtp/lime cache 2017-04-01 11:05:08 +07:00
messages.db The (is_)read field of a LinphoneChatMessage is now deprecated, the LinphoneChatMessageStateDisplayed state is used instead. 2017-01-03 14:56:17 +01:00
offeranswer_tester.c Reworking of Liblinphone's API around payload types 2017-04-03 12:34:49 +02:00
player_tester.c player_tester.c: fix test on ios 2016-04-28 14:28:23 +02:00
presence_server_tester.c Rework presence to remove online and offline virtual activities and introduce consolidated presence. 2017-03-17 14:51:23 +01:00
presence_tester.c Rework presence to remove online and offline virtual activities and introduce consolidated presence. 2017-03-17 14:51:23 +01:00
proxy_config_tester.c make sure 00 are replaced by + only if proxy_config dial prefix is set 2017-03-30 17:04:06 +02:00
quality_reporting_tester.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c Make LinphoneErrorInfo a belle-sip object. Add new accessors, and make it able to take Reason headers in incoming requests (feature to be tested) 2017-03-22 14:45:24 +01:00
remote_provisioning_tester.c Use correct macro to detect Android build. 2017-03-08 13:12:02 +01:00
setup_tester.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
stun_tester.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
tester.c Add account creator tester 2017-03-28 16:57:17 +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 Fixes related to tunnel 2017-01-31 15:54:25 +01:00
upnp_tester.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
vcard_tester.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
video_tester.c fix memory leaks 2017-03-22 15:01:47 +01: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.