linphone-ios/tester
2015-11-03 17:55:30 +01: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: do not use BC_ASSERT_EQUAL macro to check leaks to avoid false positive in CUnit report 2015-10-23 16:12:48 +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 conference: fix conference API with tests - there must be no current call in conference 2015-10-21 15:44:33 +02:00
sipp Fixed SIPP scenario to really reproduce the issue of call without contact in invite's 200 OK + disabled for now 2015-10-23 09:36:21 +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 Fixed test with custom rtp transport modifier (sometimes on_send was called more often than on_schedule, causing packet loss) 2015-11-03 15:26:16 +01:00
CMakeLists.txt Handle strict compilation flags when building with CMake. 2015-11-03 17:40:24 +01:00
complex_sip_call_tester.c fix crash when receiving an invalid 200Ok for INVITE 2015-10-24 10:10:52 +02:00
dtmf_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
eventapi_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
flexisip_tester.c remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +01:00
liblinphone_tester.c tester: do not use BC_ASSERT_EQUAL macro to check leaks to avoid false positive in CUnit report 2015-10-23 16:12:48 +02:00
liblinphone_tester.h Add function to set the log file of the liblinphone_tester. 2015-10-05 12:07:20 +02:00
liblinphone_tester_windows.cpp Rework liblinphone_tester for Windows 10 to have cunit output in the logs. 2015-10-05 12:08:19 +02:00
liblinphone_tester_windows.h Rework liblinphone_tester for Windows 10 to have cunit output in the logs. 2015-10-05 12:08:19 +02:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
log_collection_tester.c Fix another compilation issue in tester for bb10 2015-10-13 10:52:03 +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 Fix build on Windows. 2015-11-03 17:55:30 +01: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 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +01:00
multicast_call_tester.c fix test not so reliable because of SIP INFO preventing a reINVITE to happen. 2015-10-08 13:37:42 +02:00
offeranswer_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
player_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
presence_tester.c fix test not unregistering, causing later problems on other tests 2015-10-20 12:45:21 +02:00
proxy_config_tester.c proxy.c: fix overflow in linphone_proxy_config_normalize_phone_number API resulting in invalid writes 2015-11-03 12:46:48 +01:00
quality_reporting_tester.c remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +01:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
remote_provisioning_tester.c Fix two unit tests on Windows 10. 2015-10-05 16:21:40 +02:00
setup_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
stun_tester.c Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
tester.c fix crash when the liblinphone_tester is executed several time in the same process 2015-10-30 18:02:38 +01: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 Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
video_tester.c remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +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.