Commit graph

1812 commits

Author SHA1 Message Date
Simon Morlat
32eb45dfc6 fix bad handling of remote params, resulting in wrong information given in them in case of received INVITE without SDP 2015-09-24 11:15:34 +02:00
Gautier Pelloux-Prayer
03ad6404b6 tester: remove --config since bc tester already provide it now 2015-09-24 11:13:28 +02:00
François Grisez
c94da304c3 Fix "Single call/Call with mkv file" tester on platform that does not support Opus 2015-09-24 11:05:21 +02:00
Sylvain Berfini
dafc344292 Removed useless ref in complex call tester 2015-09-24 10:20:51 +02:00
Sylvain Berfini
3f38e29408 Improved complex sip call tester 2015-09-24 09:36:45 +02:00
Simon Morlat
28a7d3dbbe fix bug where a pause reINVITE was having a video stream while the original INVITE (made by other party) wasn't proposing video at all. 2015-09-23 18:11:03 +02:00
Gautier Pelloux-Prayer
3fcf71072f tester: update bc_tester_utils 2015-09-23 17:49:48 +02:00
François Grisez
76f816549d Add testers to test the playing and recording of MKV file with VP8 codec 2015-09-23 17:41:23 +02:00
Simon Morlat
89861d69e4 fix tests 2015-09-23 16:31:16 +02:00
Gautier Pelloux-Prayer
ce30644995 message_tester.c: "fix" message within call dialog - no delivery status actually is expected (not implemented) 2015-09-23 16:23:38 +02:00
François Grisez
b1bc640f0a Add some tests in the Player testing suite 2015-09-23 16:01:37 +02:00
François Grisez
897781c3ef Copy Sintel trailer testing videos from mediastreamer to linphone 2015-09-23 15:53:02 +02:00
François Grisez
b9839d4c57 Add a test that record a VP8 video call. 2015-09-23 15:53:02 +02:00
Gautier Pelloux-Prayer
879e017e1e tester: update bc_tester_utils and fix some tests - disable stderr for sipp because corrupting output is not great at all 2015-09-23 14:09:52 +02:00
Sylvain Berfini
ae14102a12 Fix crash in message tester (rtt test) 2015-09-23 10:32:20 +02:00
Simon Morlat
d70c110d81 don't call abort(). abort() is for when there is no hope to be able to continue. 2015-09-22 23:07:04 +02:00
Simon Morlat
76263deaff fix crash in linphone_core_destroy() when releasing the chat rooms while belle_sip_provider_t no longer exists, and fix many memory leaks 2015-09-22 22:43:31 +02:00
Gautier Pelloux-Prayer
461876a9a3 chat.c: split chat and file transfer in 2 files and fix various memory leaks 2015-09-22 14:03:26 +02:00
Gautier Pelloux-Prayer
8a2f20ceae tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
Gautier Pelloux-Prayer
ffd0295680 complex_sip_call: rename to complex_sip_call_tester for consistency 2015-09-22 13:53:00 +02:00
Ghislain MARY
88248cc90c Fix build of liblinphone-tester for Windows 10. 2015-09-22 12:48:11 +02:00
Sylvain Berfini
b5d0667594 Merge branch 'dev_rtt' 2015-09-22 11:12:34 +02:00
Sylvain Berfini
52a5ab76e7 Added test for multiple video streams in sdp 2015-09-22 10:55:43 +02:00
Sylvain Berfini
0e439d9196 Fix and test for multiple mlines of same type in sdp 2015-09-22 10:47:43 +02:00
Sylvain Berfini
db6cb81f91 Added test for classic call with audio mline before video 2015-09-22 09:43:37 +02:00
Sylvain Berfini
8b4db40d77 Forgot wait_for in check_rtcp loop 2015-09-21 17:54:41 +02:00
Sylvain Berfini
a8830ebf2b Moved check rtcp tests to function + added few more asserts 2015-09-21 17:50:30 +02:00
Sylvain Berfini
9a99b97a40 Fix remaining stream_index == 0 ? audio stream : video stream issue + test to check call with video mline before audio in sdp 2015-09-21 17:14:03 +02:00
Jehan Monnier
60807065ca fix compilation issue 2015-09-21 16:31:07 +02:00
Jehan Monnier
7c36fbc005 add missing sipp scenario 2015-09-21 16:30:58 +02:00
Jehan Monnier
a42c3ee85e add SIPP based tests 2015-09-21 16:30:43 +02:00
François Grisez
962fd6fc9a Fix ISO C90 error 2015-09-21 14:17:00 +02:00
Gautier Pelloux-Prayer
76591f8ce0 tester: fix typo in previous commit... 2015-09-21 12:26:29 +02:00
Gautier Pelloux-Prayer
3f31448e0a tester: automatically detect res/writable directories (bis) and add custom option otherwise 2015-09-21 12:22:50 +02:00
Simon Morlat
159af1e925 fix again check_media_direction() 2015-09-21 11:57:09 +02:00
Simon Morlat
6ceaff09f6 fix check_media_direction again. 2015-09-21 10:47:18 +02:00
Simon Morlat
dfb74f343b improve chances of success of a probabilistic test 2015-09-20 22:02:23 +02:00
Simon Morlat
110a56b733 improve check_media_direction 2015-09-20 21:58:18 +02:00
Simon Morlat
82286e695b attempt to repair windows build 2015-09-20 19:46:35 +02:00
Simon Morlat
49743864b7 remove call log db at beginning of test 2015-09-20 18:23:24 +02:00
Simon Morlat
d4898a3006 fix crash 2015-09-19 15:56:15 +02:00
Simon Morlat
54c6519b58 fix LinphoneCoreManager not destroyed in a test 2015-09-19 11:24:08 +02:00
Simon Morlat
e0d2b13123 fix regression with previous commit regarding auth infos and ha1 2015-09-18 22:35:10 +02:00
Sylvain Berfini
1213a64a64 Fix call logs if no database file set + test 2015-09-18 15:56:33 +02:00
Simon Morlat
096b71cd7e refine management of ha1 vs clear text passwords.
if store_ha1_password option is set, then never store clear text password. Also whenever realm is known, compute the ha1 and drop the clear text password.
2015-09-18 13:26:36 +02:00
Simon Morlat
63be4691c2 enhance bandwidth checking in a test 2015-09-18 11:58:08 +02:00
Simon Morlat
0307ee5fa3 fix crash and memleak in test. 2015-09-18 10:21:10 +02:00
Sylvain Berfini
cae3cd4f8d Fixed stun tester 2015-09-17 17:25:02 +02:00
Gautier Pelloux-Prayer
f0bd070bc2 chat: fix some crashing tests and disable the others for now 2015-09-17 17:16:29 +02:00
Gautier Pelloux-Prayer
b1ae7bf028 tester: add before_each and after_each functions to allow init/cleanup of tests individually 2015-09-17 11:06:35 +02:00