Commit graph

53 commits

Author SHA1 Message Date
Simon Morlat
8032e02782 attempt to fix "make rpm" 2015-11-20 14:31:19 +01:00
Simon Morlat
177f44776d workaround possible automake bug 2015-11-20 11:46:39 +01:00
Simon Morlat
6d4e145793 fix make distcheck 2015-11-18 10:36:49 +01:00
Sandrine Avakian
a1aa5af68b Fixing mistake in Makefile.am for liblinphone_tester : resource directory 'certifcates' subdirectory tree was wrong. 2015-11-17 16:42:00 +01:00
Sandrine Avakian
32cc7bf680 Added all resources for liblinphone_tester in the installation directory. 2015-11-17 14:48:43 +01:00
Gautier Pelloux-Prayer
ffd0295680 complex_sip_call: rename to complex_sip_call_tester for consistency 2015-09-22 13:53:00 +02:00
Jehan Monnier
7002270d63 add SIPP based tests 2015-09-16 17:24:49 +02:00
Simon Morlat
aad1cc0715 robustize tests 2015-08-09 17:22:33 +02:00
Gautier Pelloux-Prayer
6b134f5a33 proxy config: add tests for phone number normalization and fix API accordingly 2015-05-22 16:11:49 +02:00
Gautier Pelloux-Prayer
03287d93cf tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +02:00
Gautier Pelloux-Prayer
2fced27fe9 tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
Gautier Pelloux-Prayer
c05b0ace94 tester: update common & add common/ subfolder in include directories 2015-03-18 14:18:05 +01:00
Gautier Pelloux-Prayer
acf3bb287d tester: add test/suite getters for iOS tester and reorganize code a bit 2015-03-18 10:58:12 +01:00
Gautier Pelloux-Prayer
0887089bc6 Tester: continuing 2015-03-13 13:55:32 +01:00
Gautier Pelloux-Prayer
d3d0573d13 Tester: create tester_utils which contain factorized code for all testers (in progress) 2015-03-13 10:48:21 +01:00
Jehan Monnier
79dc7a2a41 split Call suite into Single call & Multi call 2015-02-27 18:28:15 +01:00
Jehan Monnier
06fc0526ec multicast impl 2015-02-04 12:17:14 +01:00
Simon Morlat
ef810b108b fix compilation errors 2015-02-04 11:05:32 +01:00
Ghislain MARY
54f3cd52db Add video tester that creates its own GTK windows for video display. 2015-02-04 10:38:00 +01:00
Simon Morlat
16180e2430 change the way payload type numbers are assigned, so that an application can support more payload type than the RTP profile table allows to contain.
Compliance with RFC3264 (offer answer model) is improved, by reusing numbers in case of reINVITEs.
Fix memory leaks
Move offer/answer related tests into a new test suite.
2015-01-21 22:38:46 +01:00
Simon Morlat
93493976b3 tester automatically creates unique accounts on flexisip server before running tests. This allows several developer to run the test suite simultaneously ! 2014-12-01 15:25:54 +01:00
Jehan Monnier
496f4a920c add $(TEST_OPTIONS) to liblinphone tester make file 2014-11-25 09:08:26 +01:00
Gautier Pelloux-Prayer
0aabc05145 Add linphone_call_send_dtmfs method to allow sending a DTMF sequence instead of a single one, and add a test suite 2014-11-12 14:58:19 +01:00
Gautier Pelloux-Prayer
d67957ab2a Add log collection tester suite 2014-11-04 17:12:17 +01:00
François Grisez
2acee668ae Add a tester for the media file player 2014-10-02 16:44:14 +02:00
Gautier Pelloux-Prayer
7bb37557d9 Split strict options in two lists (C and C++) 2014-09-15 11:16:32 +02:00
Gautier Pelloux-Prayer
e5522d62ef Add transport tests (tunnel only and tunnel + srtp) 2014-09-08 14:20:31 +02:00
Ghislain MARY
62d5838097 Fix link error when building statically. 2014-06-16 15:53:17 +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
Guillaume BIENKOWSKI
b56095f59f Add API to debug sqlite timings, and a test to profile the message migration 2014-05-28 14:53:30 +02:00
Jehan Monnier
2d1c999fc5 add proxy config setter for publish expiration 2014-04-23 12:50:16 +02:00
Simon Morlat
1b7a1d9438 fix compilation on linux 2014-03-06 09:07:12 +01:00
Ghislain MARY
6734882dc8 Put the libraries in the good order for static linking. 2014-03-04 17:57:21 +01:00
Guillaume BIENKOWSKI
eef680c350 Remove dependency on objc compiler, and let the final application in iOS use the liblinphonetester.a library to implement unit tests 2014-03-04 16:00:41 +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
Ghislain MARY
1372da9628 Move rcfiles of tester in a subdirectory. 2014-02-20 11:38:55 +01:00
Sylvain Berfini
ac54014751 Few more fixes for the tester 2014-02-17 13:03:32 +01:00
Sylvain Berfini
c74da6e6d0 Fix some tests for Android 2014-02-17 12:10:22 +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
Ghislain MARY
d468050c8b Implement RFC3994: Indication of Message Composition for Instant Messaging. 2014-01-03 15:01:18 +01:00
Guillaume BIENKOWSKI
f8134446ac Add BELLESIP_CFLAGS and BELLESIP_LIBS to various Makefile.am 2013-12-09 15:14:33 +01:00
Jehan Monnier
92c2c49d76 add make test target 2013-12-06 14:31:44 +01:00
Simon Morlat
ca448eca01 fix make distcheck 2013-08-30 12:33:58 +02:00
Simon Morlat
36e445f97f generic subscribe notify api in progress 2013-06-06 11:01:54 +02:00
Simon Morlat
41d885bc20 fix call without SDP
add specific test for this case
add missing EXTRA_DIST
2013-05-10 15:42:08 +02:00
Yann Diorcet
572f297862 Add some upnp in tester 2013-03-12 10:19:28 +01:00