Browse Source

MT#55283 fix test case

Change-Id: Ib3e53a1d7c283e74ed86b5f80d9ca24950d16620
(cherry picked from commit 0600d731c1)
(cherry picked from commit a14e265217)
mr12.5.1
Richard Fuchs 2 months ago
parent
commit
817218095e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      t/auto-daemon-tests.pl

+ 2
- 0
t/auto-daemon-tests.pl View File

@ -25361,6 +25361,7 @@ rcv($sock_ax, $port_bx, qr/^\x80\xc8\x00\x06\x69\x28\x80\x8c\xe9\x71\x56\xff\xcc
new_call;
offer('webrtc', { flags => ['WebRTC'] }, <<SDP);
v=0
@ -25388,6 +25389,7 @@ a=ice-ufrag:ICEUFRAG
a=ice-pwd:ICEPWD
a=ice-options:trickle
a=candidate:ICEBASE 1 UDP 2130706431 203.0.113.1 PORT typ host
a=candidate:ICEBASE 1 UDP 2130706175 2001:db8:4321::1 PORT typ host
a=end-of-candidates
SDP


Loading…
Cancel
Save