Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
7780fb14
Commit
7780fb14
authored
Sep 14, 2018
by
johan
Browse files
Add test tag DTLS
parent
e03f0b8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
tester/call_single_tester.c
View file @
7780fb14
...
...
@@ -6564,8 +6564,8 @@ test_t call_tests[] = {
TEST_NO_TAG
(
"ZRTP SAS call"
,
zrtp_sas_call
),
TEST_NO_TAG
(
"ZRTP Cipher call"
,
zrtp_cipher_call
),
TEST_NO_TAG
(
"ZRTP Key Agreement call"
,
zrtp_key_agreement_call
),
TEST_
N
O_TAG
(
"DTLS SRTP call"
,
dtls_srtp_call
),
TEST_
N
O_TAG
(
"DTLS SRTP call with media relay"
,
dtls_srtp_call_with_media_realy
),
TEST_O
NE
_TAG
(
"DTLS SRTP call"
,
dtls_srtp_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"DTLS SRTP call with media relay"
,
dtls_srtp_call_with_media_realy
,
"DTLS"
),
TEST_NO_TAG
(
"SRTP call with declined srtp"
,
call_with_declined_srtp
),
TEST_NO_TAG
(
"SRTP call paused and resumed"
,
call_srtp_paused_and_resumed
),
TEST_NO_TAG
(
"Call with file player"
,
call_with_file_player
),
...
...
@@ -6574,8 +6574,8 @@ test_t call_tests[] = {
TEST_ONE_TAG
(
"SRTP ice call"
,
srtp_ice_call
,
"ICE"
),
TEST_ONE_TAG
(
"ZRTP ice call"
,
zrtp_ice_call
,
"ICE"
),
TEST_ONE_TAG
(
"ZRTP ice call with relay"
,
zrtp_ice_call_with_relay
,
"ICE"
),
TEST_
ONE
_TAG
(
"DTLS SRTP ice call"
,
dtls_srtp_ice_call
,
"ICE"
),
TEST_
ONE
_TAG
(
"DTLS ice call with relay"
,
dtls_ice_call_with_relay
,
"ICE"
),
TEST_
TWO
_TAG
S
(
"DTLS SRTP ice call"
,
dtls_srtp_ice_call
,
"ICE"
,
"DTLS"
),
TEST_
TWO
_TAG
S
(
"DTLS ice call with relay"
,
dtls_ice_call_with_relay
,
"ICE"
,
"DTLS"
),
TEST_NO_TAG
(
"Call with privacy"
,
call_with_privacy
),
TEST_NO_TAG
(
"Call with privacy 2"
,
call_with_privacy2
),
TEST_NO_TAG
(
"Call rejected because of wrong credential"
,
call_rejected_because_wrong_credentials
),
...
...
tester/call_video_tester.c
View file @
7780fb14
...
...
@@ -2258,7 +2258,7 @@ test_t call_video_tests[] = {
TEST_NO_TAG
(
"Simple video call"
,
video_call
),
TEST_NO_TAG
(
"Simple video call without rtcp"
,
video_call_without_rtcp
),
TEST_NO_TAG
(
"Simple ZRTP video call"
,
video_call_zrtp
),
TEST_
N
O_TAG
(
"Simple DTLS video call"
,
video_call_dtls
),
TEST_O
NE
_TAG
(
"Simple DTLS video call"
,
video_call_dtls
,
"DTLS"
),
TEST_NO_TAG
(
"Simple video call using policy"
,
video_call_using_policy
),
TEST_NO_TAG
(
"Video call using policy with callee video disabled"
,
video_call_using_policy_with_callee_video_disabled
),
TEST_NO_TAG
(
"Video call using policy with caller video disabled"
,
video_call_using_policy_with_caller_video_disabled
),
...
...
@@ -2292,9 +2292,9 @@ test_t call_video_tests[] = {
TEST_NO_TAG
(
"Snapshot"
,
video_call_snapshot
),
TEST_NO_TAG
(
"Snapshots"
,
video_call_snapshots
),
TEST_NO_TAG
(
"Video call with early media and no matching audio codecs"
,
video_call_with_early_media_no_matching_audio_codecs
),
TEST_
N
O_TAG
(
"DTLS SRTP video call"
,
dtls_srtp_video_call
),
TEST_
ONE
_TAG
(
"DTLS SRTP ice video call"
,
dtls_srtp_ice_video_call
,
"ICE"
),
TEST_
ONE
_TAG
(
"DTLS SRTP ice video call with relay"
,
dtls_srtp_ice_video_call_with_relay
,
"ICE"
),
TEST_O
NE
_TAG
(
"DTLS SRTP video call"
,
dtls_srtp_video_call
,
"DTLS"
),
TEST_
TWO
_TAG
S
(
"DTLS SRTP ice video call"
,
dtls_srtp_ice_video_call
,
"ICE"
,
"DTLS"
),
TEST_
TWO
_TAG
S
(
"DTLS SRTP ice video call with relay"
,
dtls_srtp_ice_video_call_with_relay
,
"ICE"
,
"DTLS"
),
TEST_NO_TAG
(
"Video call with limited bandwidth"
,
video_call_limited_bandwidth
),
TEST_NO_TAG
(
"Video call accepted in send only"
,
accept_call_in_send_only
),
TEST_ONE_TAG
(
"Video call accepted in send only with ice"
,
accept_call_in_send_only_with_ice
,
"ICE"
),
...
...
tester/offeranswer_tester.c
View file @
7780fb14
...
...
@@ -547,11 +547,11 @@ static test_t offeranswer_tests[] = {
TEST_NO_TAG
(
"SAVPF to AVPF call"
,
savpf_to_avpf_call
),
TEST_NO_TAG
(
"SAVPF to SAVP call"
,
savpf_to_savp_call
),
TEST_NO_TAG
(
"SAVPF to SAVPF call"
,
savpf_to_savpf_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF/DTLS call"
,
savpf_dtls_to_savpf_dtls_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF/DTLS encryption mandatory call"
,
savpf_dtls_to_savpf_dtls_encryption_mandatory_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF call"
,
savpf_dtls_to_savpf_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF encryption mandatory call"
,
savpf_dtls_to_savpf_encryption_mandatory_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to AVPF call"
,
savpf_dtls_to_avpf_call
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF/DTLS call"
,
savpf_dtls_to_savpf_dtls_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF/DTLS encryption mandatory call"
,
savpf_dtls_to_savpf_dtls_encryption_mandatory_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF call"
,
savpf_dtls_to_savpf_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF encryption mandatory call"
,
savpf_dtls_to_savpf_encryption_mandatory_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to AVPF call"
,
savpf_dtls_to_avpf_call
,
"DTLS"
),
#ifdef VIDEO_ENABLED
TEST_NO_TAG
(
"AVP to AVP video call"
,
avp_to_avp_video_call
),
TEST_NO_TAG
(
"AVP to AVPF video call"
,
avp_to_avpf_video_call
),
...
...
@@ -569,11 +569,11 @@ static test_t offeranswer_tests[] = {
TEST_NO_TAG
(
"SAVPF to AVPF video call"
,
savpf_to_avpf_video_call
),
TEST_NO_TAG
(
"SAVPF to SAVP video call"
,
savpf_to_savp_video_call
),
TEST_NO_TAG
(
"SAVPF to SAVPF video call"
,
savpf_to_savpf_video_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF/DTLS video call"
,
savpf_dtls_to_savpf_dtls_video_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF/DTLS encryption mandatory video call"
,
savpf_dtls_to_savpf_dtls_encryption_mandatory_video_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF video call"
,
savpf_dtls_to_savpf_video_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to SAVPF encryption mandatory video call"
,
savpf_dtls_to_savpf_encryption_mandatory_video_call
),
TEST_
N
O_TAG
(
"SAVPF/DTLS to AVPF video call"
,
savpf_dtls_to_avpf_video_call
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF/DTLS video call"
,
savpf_dtls_to_savpf_dtls_video_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF/DTLS encryption mandatory video call"
,
savpf_dtls_to_savpf_dtls_encryption_mandatory_video_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF video call"
,
savpf_dtls_to_savpf_video_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to SAVPF encryption mandatory video call"
,
savpf_dtls_to_savpf_encryption_mandatory_video_call
,
"DTLS"
),
TEST_O
NE
_TAG
(
"SAVPF/DTLS to AVPF video call"
,
savpf_dtls_to_avpf_video_call
,
"DTLS"
),
TEST_NO_TAG
(
"Compatible AVPF features"
,
compatible_avpf_features
),
TEST_NO_TAG
(
"Incompatible AVPF features"
,
incompatible_avpf_features
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment