Commit graph

175 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
943d2702e2 tester: add --disable-tls-support option 2016-08-02 14:30:38 +02:00
Ghislain MARY
fb04d71445 Test association of SIP URI and phone number in presence server tester. 2016-07-29 11:09:45 +02:00
Ghislain MARY
1b876ce0ec Revert change that always disable TLS tests. 2016-07-27 15:49:18 +02:00
Gautier Pelloux-Prayer
d7a62cf978 tester: add phone alias for test accounts 2016-07-22 10:58:38 +02:00
Ghislain MARY
78cb7617e2 Handle IPv6 for ICE and TURN. 2016-07-21 16:39:30 +02:00
Gautier Pelloux-Prayer
e532736526 tester: add presence with phone alias test 2016-07-19 11:56:43 +02:00
Gautier Pelloux-Prayer
2e13870a54 tester: do not gather logs when creating test account, that pollute output too much for something we don't care about
This reduces logs from 800K lines to 300K lines for the whole suite. Fair enough.
2016-07-12 13:44:06 +02:00
Ghislain MARY
300c8b8737 Fix build for Windows 10. 2016-07-04 15:20:13 +02:00
Gautier Pelloux-Prayer
099a7daf09 Move from CUnit to BCUnit 2016-06-29 16:37:52 +02:00
Sylvain Berfini
0dfe68b2c5 Fix issue in chatdb unlink in tester + use delete instead of free 2016-06-27 15:34:09 +02:00
Ghislain MARY
5c4edb7c60 Ensure STUN server resolution is finished before starting calls in the testers. 2016-06-24 16:09:09 +02:00
Jehan Monnier
144743535d Merge remote-tracking branch 'origin/3.10.x' 2016-06-23 14:15:38 +02:00
Gautier Pelloux-Prayer
747209c613 tester: fix compilation on iOS 2016-06-22 16:23:38 +02:00
Ghislain MARY
400404fc2a Replace MSList by bctbx_list_t in tools and tester. 2016-06-16 18:32:21 +02:00
Ghislain MARY
c13647f8bd Treat warnings as errors on Windows. 2016-06-16 12:23:53 +02:00
Gautier Pelloux-Prayer
1002fdcdb9 tester: split simple call tests in two suites: video calls and other calls and minor files reorganization 2016-06-15 16:20:17 +02:00
Gautier Pelloux-Prayer
9992c9a4fe tester: split simple call tests in two suites: video calls and other calls and minor files reorganization 2016-06-15 16:11:15 +02:00
Simon Morlat
68e470907c implement late ICE activation, add test for it.
Application needs to set
[net]
allow_late_ice=1
2016-06-15 11:45:19 +02:00
Jehan Monnier
d8158669f3 add tests for lime & file transfer 2016-06-09 15:14:46 +02:00
Gautier Pelloux-Prayer
dca7132fe4 tester: fix crash on iOS, and do NOT check for stun when not in ICE test 2016-06-07 14:30:35 +02:00
Jehan Monnier
2a6375dce4 improve nat64 support for Apple platform 2016-06-07 14:30:05 +02:00
Jehan Monnier
3b84bfcaf9 improve nat64 support for Apple platform 2016-06-07 13:59:13 +02:00
Gautier Pelloux-Prayer
49d0eadbab tester: fix crash on iOS, and do NOT check for stun when not in ICE test 2016-06-03 12:12:29 +02:00
Ghislain MARY
fc1fed70fe Merge branch 'master' into dev_turn 2016-06-01 14:56:52 +02:00
Ghislain MARY
86705803e4 Fix memory leaks. 2016-06-01 13:58:53 +02:00
Gautier Pelloux-Prayer
b208b2b003 tester: do not use a dummy vcard test if it is not available 2016-05-26 09:25:30 +02:00
Jehan Monnier
9a3e0a4f1e add global ipv6 option to liblinphone_tester 2016-05-25 18:26:10 +02:00
Ghislain MARY
7e47f0bb55 Add tests for ICE+TURN. 2016-05-20 10:50:54 +02:00
François Grisez
7559624f53 Fixes many memory issue in the code of the conference feature 2016-05-16 16:28:30 +02:00
Ghislain MARY
da4f60292b Reflect API changes done in bctoolbox. 2016-05-13 16:31:18 +02:00
Simon Morlat
62703c016c robustize IPv6 support for heterogenous cases.
Also, the RTP sockets are now always IPv6 when ipv6 is enabled in LinphoneCore,
independently of what is finally proposed in SDP, so that these sockets can always send and recv
with both versions.
This is consistent with what is already done in belle-sip for SIP sockets.
2016-05-12 23:33:33 +02:00
Ghislain MARY
39a5ed99eb belle_sip_ip_address_to_addrinfo() is now bctbx_ip_address_to_addrinfo(). 2016-05-12 14:41:24 +02:00
François Grisez
71405c8319 Remove active call checking from LinphoneCoreManager 2016-05-09 16:15:35 +02:00
Sylvain Berfini
d53f71aa21 Merge branch 'master' into dev_audio_bypass 2016-05-02 17:12:27 +02:00
Sylvain Berfini
a817a6d9fa Started audio bypass tester 2016-04-28 14:19:17 +02:00
Gautier Pelloux-Prayer
bc80229ec2 tester.c: fix compilation on old gcc 2016-04-28 10:34:36 +02:00
Gautier Pelloux-Prayer
f40b398e2c misc: fix compilation warnings on iOS 2016-04-25 10:39:30 +02:00
Gautier Pelloux-Prayer
282f417d95 tester: split presence tests in two: peer to peer tests and with server tests 2016-04-21 13:53:31 +02:00
Gautier Pelloux-Prayer
73def92d61 tester: fix failing remote provisioning test 2016-04-14 16:56:34 +02:00
Gautier Pelloux-Prayer
2aedb5d159 tester: do not use BC_ASSERT_*_FATAL macros anymore 2016-04-08 15:56:17 +02:00
Gautier Pelloux-Prayer
24cbc11a7a tester.c: revert debug code 2016-04-04 09:34:26 +02:00
Gautier Pelloux-Prayer
0c2619631c tester.c: do not fail if test is not leaking anymore 2016-04-01 15:39:34 +02:00
François Grisez
8607cd54df Remove all linphone_call_ref/unref() off conference server simulator code 2016-03-29 11:21:26 +02:00
Gautier Pelloux-Prayer
7567168daa tester: count leaking test as failed too 2016-03-10 16:31:37 +01:00
Gautier Pelloux-Prayer
7bc61ff3a9 tester.c: move tunnel up 2016-03-08 15:48:31 +01:00
Gautier Pelloux-Prayer
426c38d6f6 tester.c: do not use bc_tester internal variables 2016-03-08 14:30:11 +01:00
Gautier Pelloux-Prayer
82e395bc9b tester: fix leaks in tunnel 2016-03-07 14:39:02 +01:00
Simon Morlat
0b5494cd36 fix memory leak and regression in ffmpeg support 2016-03-06 15:12:06 +01:00
Gautier Pelloux-Prayer
a5dd3b6b10 tester.c: fix memory leaks detector 2016-03-03 15:43:49 +01:00
Sylvain Berfini
874587e335 Merge branch 'master' into dev_vcard
Conflicts:
	tester/Makefile.am
2016-03-02 16:27:35 +01:00