Commit graph

56 commits

Author SHA1 Message Date
Simon Morlat
c54e3af5e0 add tester for call player 2014-09-22 16:33:25 +02:00
Jehan Monnier
251ba960c5 add new functions linphone_core_add_listener to enable multiple vtable to be registered 2014-09-16 15:00:12 +02:00
Gautier Pelloux-Prayer
e5522d62ef Add transport tests (tunnel only and tunnel + srtp) 2014-09-08 14:20:31 +02:00
Jehan Monnier
528f2e1582 fix android liblinphone_tester_fprintf 2014-08-04 09:42:09 +02:00
Jehan Monnier
113dece9cc fix liblinphone android tester 2014-08-04 09:07:28 +02:00
Jehan Monnier
a21d7d863d improve message tester 2014-07-01 22:00:50 +02:00
Johan Pascal
58530de9bb File transfer : add test for I/O error 2014-06-26 00:45:53 +02:00
Gautier Pelloux-Prayer
10d1411f87 Quality reporting: separate unit tests in a different file and fix mid term session report 2014-06-10 15:50:41 +02:00
Johan Pascal
3c918dfd8b Merge branch 'master' of git.linphone.org:linphone into dev_filetransfer 2014-06-09 13:40:06 +02:00
Johan Pascal
e98ad8e4a6 Add test for file transfer to liblinphone tester 2014-06-08 23:27:03 +02:00
Gautier Pelloux-Prayer
ff6cbfc0f3 Display available tests if the given one is not existing 2014-06-05 16:59:28 +02:00
Guillaume BIENKOWSKI
038bebdcc9 Add a writable prefix variable for the tester. This will allow mobile unit tests to pass the message storage tests 2014-06-02 14:15:49 +02:00
Guillaume BIENKOWSKI
1293b195bd Add API to change the file prefix programatically in linphone tester 2014-05-28 17:06:58 +02:00
Jehan Monnier
43aa6ef34f change encryption state management 2014-04-17 16:22:49 +02:00
Simon Morlat
ee970aec3e improve time checking in test suite 2014-03-12 17:29:00 +01:00
Guillaume BIENKOWSKI
042729508a Missing userhostsfile reference 2014-03-04 15:38:20 +01:00
Guillaume BIENKOWSKI
e112161ec3 Separater main() from lib functions in the tester 2014-03-04 15:28:12 +01:00
Guillaume BIENKOWSKI
b85a51105a Split the tester in two components: liblinphonetester.la and the executable liblinphone_tester .
This will ease iOS usage (and probably others).
2014-03-04 12:27:57 +01:00
Guillaume BIENKOWSKI
6f819de177 Preliminary work for tester compilation for iOS 2014-03-03 14:54:10 +01:00
Sylvain Berfini
f76c0ead31 Improved remote provisioning code + added test suite for it 2014-02-12 17:21:22 +01:00
Guillaume BIENKOWSKI
1c5111a355 Add basic STUN tests 2014-02-07 14:33:01 +01:00
Simon Morlat
3c47f01e84 add flexisip test suite 2014-02-05 15:00:42 +01:00
Jehan Monnier
0eef5c5ecb rework behavior for 403/401/407 auth failure to avoid loop and make sure retry are always done 2014-01-30 16:18:38 +01:00
Ghislain MARY
3e09aff605 Add unit test for RFC3994: is-composing notification. 2014-01-10 11:26:39 +01:00
Simon Morlat
95e3f26dca implement manual mode refresher for generic subscribe 2013-12-13 10:22:28 +01:00
Simon Morlat
811b453d06 add a domain parameter in LinphoneAuthInfo, to workaround non-unicity of realm in real world. 2013-11-04 15:00:50 +01:00
Jehan Monnier
a5c40facf6 add tests to make sure unsuccesfull incall transactions do not abort the call. 2013-10-11 10:31:56 +02:00
Ghislain MARY
41d60df070 Normalize event callbacks names. 2013-10-09 14:13:11 +02:00
Jehan Monnier
71f81ce6ec improve rtcp checking speed 2013-09-24 16:28:50 +02:00
Simon Morlat
fed415507f enhance event API to be notified of publish states.
lp-gen-wrappers is in progress
2013-09-17 14:03:52 +02:00
Simon Morlat
9a671657c6 make use of bellesip's new dialog's request queue to fix bugs around transfer notification
add notification of failed transfers (new test in call suite for that)
In case of failed transfer, referer call is resumed (if necessary) and notified of the failure.
remove deprecated code.
2013-09-03 22:34:04 +02:00
Ghislain MARY
ee35e8e413 Remove linphone_friend_set_presence_model() and make linphone_friend_get_presence_model() return a const pointer because the user should not be able to change his friends' presence. 2013-06-25 09:58:20 +02:00
Ghislain MARY
f34aee7e4c Add unit test for presence information. 2013-06-20 11:40:00 +02:00
Ghislain MARY
727a7229de Use new API in presence tester. 2013-06-20 09:28:03 +02:00
Simon Morlat
9633a35601 simplify tester 2013-06-19 14:48:16 +02:00
Simon Morlat
86d1df7afb rework liblinphone tester, so that every tests uses a LinphoneCoreManager object. 2013-06-10 17:56:01 +02:00
Simon Morlat
5183b21761 change info api so that INFO message can only be sent through calls (as requested by the RFC) 2013-06-06 21:01:53 +02:00
Simon Morlat
36e445f97f generic subscribe notify api in progress 2013-06-06 11:01:54 +02:00
Simon Morlat
837c3f7cf1 fix transfer test (requires sipstack upgrade too) 2013-05-20 15:32:36 +02:00
Simon Morlat
a08b50bd69 info api working 2013-05-20 11:06:06 +02:00
Simon Morlat
4cc7c7c074 info api in progress, but test is failed due to flexisip not forking info 2013-05-17 22:23:27 +02:00
Jehan Monnier
9f1fbf40b5 add presence status tester 2013-04-23 13:57:01 +02:00
Yann Diorcet
572f297862 Add some upnp in tester 2013-03-12 10:19:28 +01:00
Sylvain Berfini
f1928d246f Fix dns timeout test issue + fix terminate call mhen state = OutgoingInit 2013-03-11 12:56:38 +01:00
Yann Diorcet
673ddcae3d liblinphone tester: add android mk and modify sources for make it works 2013-03-07 17:33:11 +01:00
Sylvain Berfini
8d4c8a4633 Few changes in tests to use new test server (without tls for now) 2013-03-05 16:16:03 +01:00
Sylvain Berfini
5ee5a32489 Fix linphonerc reading on wp8 2013-03-04 16:35:03 +01:00
Sylvain Berfini
bf73a512ab Added wp8 test app 2013-03-01 16:45:31 +01:00
Ghislain MARY
d4a36148d0 Reorganize liblinphone tests. 2013-03-01 10:40:11 +01:00
Jehan Monnier
b7c0c35102 continue transfer implemenation 2013-02-18 15:57:19 +01:00