MT#55283 slightly defuse some tests

Allow for longer processing delays

Change-Id: I64371d76f45d6a197358eeb832350cc9760543d9
mr26.1
Richard Fuchs 1 month ago
parent d1aa03507d
commit b725d4a78c

@ -167,6 +167,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH zero-connection
@ -307,6 +308,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH sendrecv mode
@ -447,6 +449,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH zero-connection + mode sendrecv
@ -587,6 +590,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH for answerer
@ -729,6 +733,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH for answerer (inactive)
@ -871,6 +876,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH, double hold
@ -966,6 +972,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
# test MoH for answerer with reflect
@ -1108,6 +1115,7 @@ SDP
# make sure no RTP flows after call is done.
rcv_maybe($sock_b);
rcv_maybe($sock_b);
rcv_no($sock_b);
#done_testing;NGCP::Rtpengine::AutoTest::terminate('f00');exit;

Loading…
Cancel
Save