Commit f211e8b
[Camera] Fix TC_WEBRTC_1_6 failure on not finding any WebRTC session to close (#43565) (#43578)
* Fix TC_WEBRTC_1_6.py failure by ignoring NOT_FOUND status response on invoking EndSession
The test case was failing as EndSession is called at step 9.
Since on closing the browser popup, the peer connection gets closed.
Some implementations can remove the session in CurrentSessions attribute on
peer connection state switching to Closed/Disconnected. Hence it update TC_WEBRTC_1_6.py
to ignore any NOT_FOUND status response for EndSession command.
* Address review comment: Silence only NotFound interaction response
---------
Signed-off-by: s-gatti <s.gatti@samsung.com>
Signed-off-by: Charles Kim <chulspro.kim@samsung.com>
Co-authored-by: chulspro <chulspro.kim@samsung.com>
Co-authored-by: s-gatti <s.gatti@samsung.com>1 parent c2f80b7 commit f211e8b
1 file changed
+18
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
223 | 233 | | |
224 | 234 | | |
225 | 235 | | |
| |||
0 commit comments