linphone-iphone/tester
2015-06-25 12:20:04 +02:00
..
certificates renew altname certificate for tester 2014-09-25 18:33:34 +02:00
common tester: move from BC_ASSERT_TRUE to more accurate asserts for some tests 2015-05-18 13:56:58 +02:00
flexisip Quality reporting: add test for custom route PUBLISH 2015-06-22 14:37:31 +02:00
images improve test reliability for rctp 2013-12-04 09:02:37 +01:00
rcfiles Quality reporting: add test for custom route PUBLISH 2015-06-22 14:37:31 +02:00
sounds add test for stereo support with opus 2015-05-15 00:35:01 +02:00
accountmanager.c remove original auth info from testers 2015-05-19 15:09:33 +02:00
call_tester.c Answer 500 server internal error in case of unexpected request arriving at core level 2015-06-25 12:20:04 +02:00
CMakeLists.txt Restore option to enable/disable the assistant. 2015-06-11 16:14:14 +02:00
dtmf_tester.c dtmf_tester.c: stop using static global variables to definitively fix tests when opus not available 2015-05-25 13:49:21 +02:00
eventapi_tester.c tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +02:00
flexisip_tester.c tester: change transport_supported to not take linphonecore argument since we dont need it 2015-06-22 11:56:26 +02:00
liblinphone_tester.c new test for opus stereo vs mono 2015-06-18 15:08:40 +02:00
liblinphone_tester.h Answer 500 server internal error in case of unexpected request arriving at core level 2015-06-25 12:20:04 +02:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
log_collection_tester.c tester: change transport_supported to not take linphonecore argument since we dont need it 2015-06-22 11:56:26 +02:00
Makefile.am proxy config: add tests for phone number normalization and fix API accordingly 2015-05-22 16:11:49 +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: use CU_ASSERT_EQUAL instead of CU_ASSERT_TRUE for objects leaked and fix memory leaks in transport_supported helper 2015-06-22 13:28:05 +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 fix memory leak and windows build 2015-06-05 12:14:56 +02:00
multicast_call_tester.c tester: use CU_ASSERT_EQUAL instead of CU_ASSERT_TRUE for objects leaked and fix memory leaks in transport_supported helper 2015-06-22 13:28:05 +02:00
offeranswer_tester.c tester: use CU_ASSERT_EQUAL instead of CU_ASSERT_TRUE for objects leaked and fix memory leaks in transport_supported helper 2015-06-22 13:28:05 +02:00
player_tester.c tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
presence_tester.c tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +02:00
proxy_config_tester.c proxy: fix normalize_number when having invalid prefix dial code 2015-05-28 17:30:52 +02:00
quality_reporting_tester.c Quality reporting: add test for custom route PUBLISH 2015-06-22 14:37:31 +02:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c tester: change transport_supported to not take linphonecore argument since we dont need it 2015-06-22 11:56:26 +02:00
remote_provisioning_tester.c tester: change transport_supported to not take linphonecore argument since we dont need it 2015-06-22 11:56:26 +02:00
setup_tester.c repair linphone_core_check_payload_type_usability() and add non regression test. 2015-06-24 17:46:39 +02:00
stun_tester.c tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
tester.c tester: use CU_ASSERT_EQUAL instead of CU_ASSERT_TRUE for objects leaked and fix memory leaks in transport_supported helper 2015-06-22 13:28:05 +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: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +02:00
upnp_tester.c tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
video_tester.c tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +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.