linphone-iphone/tester
2016-03-04 15:40:49 +01:00
..
certificates update test certificates with 2048bits rosa key 2016-02-05 17:11:45 +01:00
common Merge branch 'master' into dev_vcard 2016-03-02 10:41:24 +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 Merge branch 'dev_vcard' 2016-03-03 13:33:55 +01:00
sipp add flexisip test [subscribe on wrong dialog] 2016-03-02 18:16:55 +01: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 tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
CMakeLists.txt Merge branch 'master' into dev_vcard 2016-03-02 16:27:35 +01: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 tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
flexisip_tester.c flexisip_tester.c: fix gcc compilation error.. 2016-03-03 16:03:40 +01:00
liblinphone_tester.c tester: do not reference cunit anymore, use bctoolbox instead 2016-03-02 14:33:07 +01:00
liblinphone_tester.h Merge branch 'dev_vcard' 2016-03-03 13:33:55 +01: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: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
Makefile.am Fixed make distcheck 2016-03-04 15:40:49 +01:00
marie_xml Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
message_tester.c tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +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 tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
multicast_call_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
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 clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
presence_tester.c tester: untag LeaksMemory for some non-leaking tests 2016-03-03 15:56:45 +01: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 -Publish are now implemented using LinphoneEvent API. 2016-02-02 18:54:39 +01:00
remote_provisioning_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
setup_tester.c tester: untag LeaksMemory for some non-leaking tests 2016-03-03 15:56:45 +01:00
stun_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
tester.c tester.c: fix memory leaks detector 2016-03-03 15:43:49 +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 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
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 Fixed latest vcard test leak 2016-03-03 11:07:22 +01:00
video_tester.c tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +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.