MT#55283 slightly defuse some tests

Allow for longer processing delays

Change-Id: I64371d76f45d6a197358eeb832350cc9760543d9
(cherry picked from commit b725d4a78c)
(cherry picked from commit f54c71b5b8)
mr14.1.1
Richard Fuchs 1 month ago
parent 684bff1d6a
commit cbb4aab768

@ -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