linphone-iphone/tester
2015-03-25 16:49:08 +01:00
..
certificates renew altname certificate for tester 2014-09-25 18:33:34 +02:00
common tester: fix crash when using both --verbose and --log-file 2015-03-24 17:23:05 +01:00
flexisip add --selfttest option to gtk app for very minimal app checking 2014-12-05 14:20:24 +01:00
images improve test reliability for rctp 2013-12-04 09:02:37 +01:00
rcfiles improve calls in send-only/receive-only mode 2015-03-25 14:37:02 +01:00
sounds fix mkv file player test (was broken due to hello8000 changed) and fix assert not working on windows 2015-02-14 10:21:33 +01:00
accountmanager.c revert my changes about reusing sip.instance, it is not compatible with tests checking call forking 2015-03-16 16:29:01 +01:00
call_tester.c improve reliability of tests measuring bandwidth 2015-03-25 16:49:08 +01:00
CMakeLists.txt Fix build of tester with CMake. 2015-03-18 15:20:21 +01:00
dtmf_tester.c avoid crash in a failed test 2015-02-24 21:31:35 +01:00
eventapi_tester.c increase tester's timeouts 2015-02-15 15:01:50 +01:00
flexisip_tester.c Improved tester and fixed flexisip file transfer message rewrite test 2015-03-17 13:17:02 +01:00
liblinphone_tester.c tester: fix crash when using both --verbose and --log-file 2015-03-24 17:23:05 +01:00
liblinphone_tester.h improve reliability of tests measuring bandwidth 2015-03-25 16:49:08 +01:00
local_tester_hosts add flexisip test suite 2014-02-05 15:00:42 +01:00
log_collection_tester.c Tester: continuing 2015-03-13 13:55:32 +01:00
Makefile.am tester: update common & add common/ subfolder in include directories 2015-03-18 14:18:05 +01:00
marie_xml Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
message_tester.c Fix compilation when LIME is disabled 2015-03-19 00:21:07 +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.c split Call suite into Single call & Multi call 2015-02-27 18:28:15 +01:00
multicast_call_tester.c update ms2 and ortp. 2015-02-18 00:16:46 +01:00
offeranswer_tester.c improve calls in send-only/receive-only mode 2015-03-25 14:37:02 +01:00
player_tester.c Tester: continuing 2015-03-13 13:55:32 +01:00
presence_tester.c disable advanced presence test for now 2015-02-09 17:35:32 +01:00
quality_reporting_tester.c A LinphoneContent object now owns all its data fields including the buffer. 2014-11-20 17:27:26 +01:00
README move flexisip conf files into a dedicated directory. 2014-08-29 19:47:42 +02:00
register_tester.c Tester: continuing 2015-03-13 13:55:32 +01:00
remote_provisioning_tester.c Skip file-based remote provisioning for iPhone, it is quite complicated to implement 2014-12-10 14:23:10 +01:00
setup_tester.c Tester: continuing 2015-03-13 13:55:32 +01:00
stun_tester.c fix stun_tester.c 2014-12-12 17:04:44 +01:00
tester.c fix crash when attempting to change the camera for video stream that is not started 2015-03-24 21:29:46 +01:00
tester_hosts add tests to check sips and ipv6 support of flexisip 2015-02-02 18:13:55 +01:00
transport_tester.c active DTLS + video + ice +tunnel test 2015-02-19 17:46:35 +01:00
upnp_tester.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00
video_tester.c Test video bandwidth during early-media in "Forked outgoing early-media video call with inactive audio" test. 2015-03-19 12:08:56 +01:00
ZIDCache.xml fix multiple memory leaks 2015-03-13 15:18:08 +01:00
ZIDCacheAlice.xml fix multiple memory leaks 2015-03-13 15:18:08 +01:00
ZIDCacheBob.xml fix multiple memory leaks 2015-03-13 15:18:08 +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.