Commit graph

29 commits

Author SHA1 Message Date
Jehan Monnier
552be2a639 small rework of trace level management. 2017-08-23 09:21:24 +02:00
Ghislain MARY
db52ddaa09 Get same instance id across all message tests to prevent receiving messages from a previous test because of forking. 2017-08-03 15:25:49 +02:00
Simon Morlat
e0def942a9 Report call logs for calls aborted before they are notified to the application. 2017-04-03 15:31:13 +02:00
Ghislain MARY
a8418666e4 Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
Simon Morlat
f58754fd81 fix removal of chatdb and record files after succesfull tests. 2016-10-18 21:22:47 +02:00
Sylvain Berfini
05cf0889ea Revert to old auth_info_requested callback and added a new one instead 2016-09-21 13:03:23 +02:00
Sylvain Berfini
f575f94bb4 Added methods to set TLS certificate/key on LinphoneAuthInfo + updated auth_info_requested callback 2016-09-20 12:44:43 +02:00
Simon Morlat
ff3ff7aec1 fix logs and ipv6 enablement in tester. 2016-09-16 09:11:41 +02:00
Gautier Pelloux-Prayer
19384ed6de tester: fix presence tests 2016-08-04 12:07:06 +02:00
Gautier Pelloux-Prayer
d7a62cf978 tester: add phone alias for test accounts 2016-07-22 10:58:38 +02:00
Ghislain MARY
400404fc2a Replace MSList by bctbx_list_t in tools and tester. 2016-06-16 18:32:21 +02:00
Gautier Pelloux-Prayer
17c7bb61bf tester: increase extra time for DNS SRV resolution timeout 2016-06-13 10:55:55 +02:00
Simon Morlat
4897a3addb give more time to create account (due to DNS SRV request that are sometimes not responded very fast) 2016-05-17 15:43:10 +02:00
Gautier Pelloux-Prayer
47e3693511 tester: accountmanager should temporary deal with both old and new flexisip servers 2016-04-12 11:00:44 +02:00
Gautier Pelloux-Prayer
92a44a6104 Revert "Revert "presence_tester.c: add some long term tests""
This reverts commit e2609f96a4.
2016-04-06 16:53:56 +02:00
Gautier Pelloux-Prayer
f582965b14 tester: account are now valid 3 hours since all tests are during 1H+ 2015-09-28 15:29:50 +02:00
Gautier Pelloux-Prayer
3f86b78b2a tester: update common and display test duration and fix some non removed core managers 2015-07-02 17:04:25 +02:00
Jehan Monnier
6eeff52a62 remove original auth info from testers 2015-05-19 15:09:33 +02: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
Simon Morlat
9357c20551 fix tests not passing when the entire suite is run. enhance ipv6 test 2015-02-06 12:07:30 +01:00
Simon Morlat
53bc2cd5a0 add tests to check sips and ipv6 support of flexisip 2015-02-02 18:13:55 +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
Ghislain MARY
6b2be053e9 Improve change of identity of a proxy config.
- Add the function linphone_address_equal().
- The comparison of two proxy config addresses now returns one of these three values: equal, weak-equal or different.
- If the new proxy config identity is equal to the previous one, a call to linphone_proxy_config_done() does not
unregister and does not delete the sal op. If it's weak-equal the sal op is destroyed but the unregister is not
done. Finally, if it's different the unregister is performed and the sal op is destroyed.
2014-12-09 10:14:33 +01:00
Ghislain MARY
180de834ee Revert "Handle accounts manager to the Python module unit tests."
This reverts commit b61302f9b1.
2014-12-08 14:31:17 +01:00
Ghislain MARY
b61302f9b1 Handle accounts manager to the Python module unit tests. 2014-12-08 11:30:58 +01:00
Sylvain Berfini
b58f23ecef Fix tester by adding prefix for files in accountmanager 2014-12-03 10:35:10 +01:00
Simon Morlat
f8d7cdfdad fix problem when port is set to a TLS port only 2014-12-02 11:27:43 +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