Danmei Chen
5bf7df6627
change tests for SHA-256 to use different account
2017-11-21 17:10:02 +01:00
Benjamin Reis
b133c5899f
fix tester build on ios
2017-11-17 14:14:21 +01:00
Benjamin Reis
9c291ba2c4
add content-manager and content-manager tester
2017-10-26 10:52:57 +02:00
Ronan Abhamon
0e62f94557
feat(MainDb): rename tester
2017-10-23 11:29:37 +02:00
Sylvain Berfini
f8abe9ad07
Started multipart tester
2017-10-09 10:54:02 +02:00
François Grisez
86b626d3fe
Migration of Sal and SalOp into C++ classes
2017-09-29 17:19:52 +02:00
Benjamin Reis
96f21ef1f2
add conference tester
2017-09-25 14:02:11 +02:00
Ghislain MARY
2b8291c3f1
Merge remote-tracking branch 'origin/dev_conference_info' into dev_refactor_cpp
2017-09-19 10:03:25 +02:00
Ronan Abhamon
4732e417d7
feat(Variant): add getValueAsGeneric impl
2017-09-14 16:11:50 +02:00
Ronan Abhamon
b83fe6411a
feat(EventsDb): fixes + add new test
2017-09-06 16:50:44 +02:00
Ronan Abhamon
f755d8bee8
feat(tests): add a clonable object test
2017-09-05 17:37:01 +02:00
Benjamin Reis
cf86a35a48
Merge remote-tracking branch 'origin/master' into dev_conference_info
2017-08-04 14:31:20 +02:00
Ghislain MARY
dc9e64a234
Fix memory leak in external body url message test.
2017-08-03 15:49:14 +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
Ronan Abhamon
44de032c86
feat(core): add a Cpim parser
2017-08-03 14:39:15 +02:00
Benjamin Reis
cc49b6f53a
add subscribe to conf event api
2017-08-01 13:28:41 +02:00
Sylvain Berfini
e4c70dd7ad
Added test for video bandwidth estimator
2017-05-22 17:32:09 +02:00
Erwan Croze
54a0a0ff2f
Add account creator tester
2017-03-28 16:57:17 +02:00
Ghislain MARY
a8418666e4
Fix deprecation warnings.
2017-03-20 11:15:26 +01:00
Simon Morlat
280bd7f15c
add test for new rate control
2017-02-23 14:18:14 +01:00
Ghislain MARY
410f5b9e1c
Revert message callbacks moved to LinphoneChatRoom instead of LinphoneChatMessage.
2017-01-03 14:56:17 +01:00
Ghislain MARY
9867c2fee7
Send and receive imdn.
2017-01-03 14:56:17 +01:00
Ghislain MARY
33b72ce6b5
Move public header files in the include/linphone directory.
2016-11-15 14:41:18 +01:00
Simon Morlat
57fc3171db
Rework and clarify the "Call with ICE and video added" test family.
...
add_video() no longer exists and is replaced by request_video(), since this function doesn't guarantee video to be established depending on receiver's policy.
Also, it no longer modifies the video policy, for clarity. Instead, it uses linphone_core_accept_call_update() to accept video despite of video policy.
2016-10-20 23:02:28 +02:00
Simon Morlat
6b4c34d60a
work in progress regarding video test, but still not functional
2016-10-20 01:42:49 +02:00
Simon Morlat
d04be099a2
Robustize LinphoneEvent api, fix memory leaks and crashes in error conditions.
...
Add new tests.
2016-09-30 00:39:57 +02:00
Simon Morlat
fd78a2f7b9
fix absence of assert report in xml output of tests when a test is leaking memory.
2016-09-26 16:02:16 +02:00
Simon Morlat
ff3ff7aec1
fix logs and ipv6 enablement in tester.
2016-09-16 09:11:41 +02:00
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
Gautier Pelloux-Prayer
d7a62cf978
tester: add phone alias for test accounts
2016-07-22 10:58:38 +02:00
Gautier Pelloux-Prayer
099a7daf09
Move from CUnit to BCUnit
2016-06-29 16:37:52 +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
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
Jehan Monnier
3b84bfcaf9
improve nat64 support for Apple platform
2016-06-07 13:59:13 +02:00
Ghislain MARY
fc1fed70fe
Merge branch 'master' into dev_turn
2016-06-01 14:56:52 +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
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
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
Jehan Monnier
73207c0b52
improve presence tester reliability
2016-04-27 18:27:29 +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
Jehan Monnier
f79dc78c50
add test for re-invite with 200ok losses
2016-04-14 10:09:19 +02:00
Sylvain Berfini
6654e66e92
Merge branch 'dev_vcard'
2016-03-03 13:33:55 +01:00
Jehan Monnier
ed0ec8aabd
add flexisip test [subscribe on wrong dialog]
2016-03-02 18:16:55 +01:00
Sylvain Berfini
5cd1775ed3
Merge branch 'master' into dev_vcard
...
Conflicts:
tester/Makefile.am
2016-03-02 10:41:24 +01:00
Gautier Pelloux-Prayer
c227e4b262
tester: remove common, use bctoolbox instead
2016-03-01 16:17:41 +01:00
Gautier Pelloux-Prayer
2eea827121
tester: add non-regression check for memory leaks
2016-02-29 16:26:15 +01:00